/*!
Theme Name: oslim
Theme URI: http://underscores.me/
Author: LayerDrops
Author URI: https://themeforest.net/user/layerdrops
Description: Oslim is a Multipurpose Consulting & Finance Business WordPress Theme. The Theme is highly suitable for any consulting agency, finance, consultant, advisor, business and all other consultancy agency and businesses.
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oslim
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.

oslim 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 {
  --oslim-font: "Catamaran", sans-serif;
  --oslim-reey-font: "reeyregular";
  --oslim-gray: #81808c;
  --oslim-gray-rgb: 129, 128, 140;
  --oslim-white: #ffffff;
  --oslim-white-rgb: 255, 255, 255;
  --oslim-black: #191825;
  --oslim-black-rgb: 25, 24, 37;
  --oslim-base: #ff613c;
  --oslim-base-rgb: 255, 97, 60;
  --oslim-extra: #fcf5f3;
  --oslim-extra-rgb: 252, 245, 243;
  --oslim-bdr-radius: 3px;
  --oslim-bdr-color: #dcdce0;
  --oslim-bdr-color-rgb: 220, 220, 224;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--oslim-gray, #81808c);
  font-family: var(--oslim-font, "Catamaran", sans-serif);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

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(--oslim-gray, #81808c);
  cursor: help;
}

mark,
ins {
  background: var(--oslim-bdr-color, #dcdce0);
  text-decoration: none;
}

big {
  font-size: 125%;
}

b,
strong {
  color: var(--oslim-black);
}

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

hr {
  background-color: var(--oslim-bdr-color, #dcdce0);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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 var(--oslim-bdr-color, #dcdce0);
  border-top: 1px solid var(--oslim-bdr-color, #dcdce0);
  font-size: 16px;
}

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 var(--oslim-bdr-color, #dcdce0);
  border-top: 1px solid var(--oslim-bdr-color, #dcdce0);
  font-size: 16px;
}

/* Links
--------------------------------------------- */
a {
  color: var(--oslim-black);
}
a:hover, a:focus, a:active {
  color: var(--oslim-primary);
}
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: var(--oslim-bdr-color, #dcdce0) var(--oslim-bdr-color, #dcdce0) var(--oslim-bdr-color, #dcdce0);
  background: var(--oslim-bdr-color, #dcdce0);
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: var(--oslim-bdr-color, #dcdce0) var(--oslim-bdr-color, #dcdce0) var(--oslim-bdr-color, #dcdce0);
}
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: var(--oslim-bdr-color, #dcdce0) var(--oslim-bdr-color, #dcdce0) var(--oslim-bdr-color, #dcdce0);
}

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

.news-details__content .wp-block-button a:hover {
  background-color: var(--oslim-base);
  border-color: var(--oslim-base);
  color: var(--oslim-white, #ffffff);
}

.news-details__content .wp-block-button a {
  transition: all 500ms ease;
}

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

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--oslim-gray, #81808c);
  border: 1px solid var(--oslim-bdr-color, #dcdce0);
  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(--oslim-gray, #81808c);
}

/* 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 var(--oslim-bdr-color, #dcdce0);
}

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

.bypostauthor {
  display: block;
}

.comments-area {
  position: relative;
  margin-top: 15px;
}

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

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

.comments-area .comment-box {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--oslim-bdr-color, #dcdce0);
}

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

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

.comments-area .comment-box .author-thumb img {
  width: 90px;
  height: 90px;
  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(--oslim-black, #191825);
  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(--oslim-base, #ff613c);
}

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

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

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

.comments-area .fn a,
.comments-area .fn {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--oslim-black, #17161a);
  text-decoration: none;
  font-family: var(--oslim-font-two);
}

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

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

.comments-area .comment-body .comment-metadata a:hover {
  color: var(--oslim-black, #191825);
}

.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(--oslim-gray, #81808c);
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 2em;
  font-family: var(--oslim-font, "Catamaran", sans-serif);
  letter-spacing: 0;
}

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

.comments-area .comment-content table a {
  color: var(--oslim-black, #191825);
}

.comments-area .comment-content table a:hover {
  color: var(--oslim-base, #ff613c);
}

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

.comments-area .reply a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--oslim-base);
  color: var(--oslim-white);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0px 28px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 3;
  margin-top: 30px;
  border-radius: var(--oslim-bdr-radius);
}

@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 {
  --bs-gutter-x: 20px !important;
}

.reply-form .logged-in-as {
  display: flex;
  color: var(--oslim-base, #ff613c);
  margin-left: -10px;
  margin-top: -40px;
  margin-bottom: 20px;
  margin-top: -25px;
}

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

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

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

.comment-form__title small a:hover {
  color: var(--oslim-black, #191825);
  opacity: 0.5;
}

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

.reply-form .form-submit {
  margin-bottom: 0;
}

.comment-list .reply-form .form-submit {
  margin-bottom: 30px;
}

.thm-btn.comment-form__btn {
  line-height: 36px;
}

a.comment-reply-link::before {
  position: absolute;
  content: "";
  background-color: var(--oslim-black);
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  transition: all 500ms ease;
}

a.comment-reply-link::after {
  position: absolute;
  content: "";
  background-color: var(--oslim-black);
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: -1;
  transition: all 500ms ease;
}

.comment-reply-link:hover::before, .comment-reply-link:hover::after {
  width: 50%;
}

/* 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: 7px;
}

.sidebar .widget select,
.sidebar__single select {
  width: 100%;
  height: 68px;
  background-color: var(--oslim-white, #ffffff);
  border: 1px solid var(--oslim-bdr-color, #dcdce0);
  font-weight: 400;
  outline: none;
  color: var(--oslim-gray, #717178);
  font-size: 16px;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--oslim-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(--oslim-bdr-radius, 3px);
}

.sidebar .widget,
.sidebar__single {
  position: relative;
  display: block;
  padding: 47px 45px 50px;
  background-color: var(--oslim-extra);
  border-radius: var(--oslim-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;
}
.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--oslim-black, #191825);
  text-shadow: 0 0 1px currentColor;
}

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

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

.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.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
  display: flex;
  align-items: center;
  color: var(--oslim-gray, #81808c);
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1;
}

.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: 400;
  font-size: 14px;
  color: var(--oslim-base, #ff613c);
  margin-right: 10px;
}

.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
  color: var(--oslim-black, #191825);
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  padding: 4px 20px;
  margin-left: 5px;
  margin-bottom: 10px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.4s ease;
  background: var(--oslim-white, #ffffff);
  padding: 5px 20px;
  color: var(--oslim-black, #191825);
}
.sidebar .widget .tagcloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  color: var(--oslim-white, #ffffff);
  background: var(--oslim-base, #ff613c);
}

.sidebar .widget .wp-block-search input[type=search],
.sidebar__single .wp-block-search input[type=search] {
  background-color: var(--oslim-white, #ffffff);
  height: 70px;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  font-weight: 400;
  color: var(--oslim-gray, #81808c);
}

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

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  background-color: var(--oslim-base, #ff613c);
  color: var(--oslim-white, #ffffff);
  fill: var(--oslim-white, #ffffff);
}

.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(--oslim-black, #191825);
  padding-top: 5px;
  padding-bottom: 5px;
}

.wp-calendar-nav {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-calendar-nav a {
  color: var(--oslim-black, #191825);
  transition: all 500ms ease;
}
.wp-calendar-nav a:hover {
  color: var(--oslim-base, #ff613c);
}

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

.sidebar .widget .calendar_wrap .wp-calendar-table thead th,
.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  color: var(--oslim-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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

tbody {
  background-color: var(--oslim-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(--oslim-base, #ff613c);
}
.sidebar .widget.widget_categories > ul, .sidebar .widget.widget_nav_menu > ul, .sidebar .widget.widget_meta > ul, .sidebar .widget.widget_pages > ul, .sidebar .widget.widget_archive > ul,
.sidebar__single.widget_categories > 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_categories > ul ul, .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_categories > 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: 7px;
  padding-left: 0.7em;
}
.sidebar .widget.widget_categories li, .sidebar .widget.widget_nav_menu li, .sidebar .widget.widget_meta li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_archive li,
.sidebar__single.widget_categories 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_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;
}
.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(--oslim-gray, #81808c);
  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: inherit;
  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(--oslim-black, #191825);
  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;
  color: var(--oslim-white, #ffffff);
  border-radius: 50%;
  font-size: 15px;
  color: var(--oslim-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: #fff;
  color: var(--oslim-black, #191825);
}
.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(--oslim-base, #ff613c);
  color: var(--oslim-white, #ffffff);
}
.sidebar .widget.widget_recent_entries li,
.sidebar__single.widget_recent_entries li {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.sidebar .widget.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_entries ul li::before {
  content: "\f044";
}
.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  padding: 0;
  margin-top: -5px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul,
.sidebar__single.recent-posts-widget-with-thumbnails ul {
  margin: -20px !important;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li ::after,
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
  display: none;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px;
  padding-bottom: 20px;
  padding-top: 25px;
  padding-left: 105px;
  position: relative;
  margin-bottom: 0;
  transition: all 500ms ease;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li:hover {
  background-color: #fff;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 70px;
  height: auto;
  border-radius: var(--oslim-bdr-radius);
  margin: 0;
}
.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: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--oslim-base, #ff613c);
}
.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(--oslim-black, #191825);
  transition: all 500ms ease;
  font-weight: 700;
  letter-spacing: var(--oslim-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(--oslim-base, #ff613c);
}
.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-weight: 400;
  color: var(--oslim-gray);
  margin-bottom: 2px;
  line-height: 1;
  color: var(--oslim-gray);
  font-size: 14px;
}

.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(--oslim-gray, #81808c);
}
.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: 5px;
}
.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: 45px;
}
.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(--oslim-base);
  color: var(--oslim-white, #ffffff);
}

.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: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--oslim-primary, #3c72fc);
}

.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(--oslim-black, #191825);
  transition: all 500ms ease;
  margin-top: 3px;
  display: block;
  font-family: var(--oslim-font-two);
  font-weight: 700;
}

.sidebar .widget input[type=email],
.sidebar .widget input[type=search],
.sidebar .widget input[type=password],
.sidebar .widget input[type=text] {
  width: 100%;
  display: block;
  height: 68px;
  background-color: #fff;
  border: 1px solid var(--oslim-bdr-color, #dcdce0);
  padding-left: 30px;
  padding-right: 30px;
  color: var(--oslim-gray, #81808c);
  outline: none;
}
.sidebar .widget .textwidget > p:first-child {
  margin-top: -10px;
}
.sidebar .widget .wp-block-tag-cloud {
  margin-bottom: -10px;
  margin-left: -5px;
}
.sidebar .widget .wp-block-tag-cloud a {
  font-size: 12px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  padding: 4px 20px;
  margin-left: 5px;
  margin-bottom: 10px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.4s ease;
  background: var(--oslim-white, #ffffff);
  padding: 5px 20px;
  color: var(--oslim-black, #191825);
}
.sidebar .widget .wp-block-tag-cloud a:hover {
  color: var(--oslim-white, #ffffff);
  background: var(--oslim-base, #ff613c);
}
.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: var(--oslim-black, #191825);
}
.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--oslim-black, #191825);
  color: #fff;
  border: none;
  font-weight: 400;
}
.sidebar .widget .wp-calendar-table td {
  color: var(--oslim-black, #191825);
}
.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(--oslim-black, #191825);
  font-weight: 400;
}
.sidebar .widget .wp-block-calendar .wp-calendar-nav a {
  text-transform: capitalize;
  font-weight: 400;
}
.sidebar .widget .wp-block-latest-comments__comment-meta {
  color: var(--oslim-black, #191825);
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--oslim-base, #ff613c);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--oslim-font, "Catamaran", sans-serif);
}
.sidebar .widget .wp-block-latest-comments__comment-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--oslim-base, #ff613c);
}
.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(--oslim-gray, #81808c);
  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(--oslim-black, #191825) !important;
  font-weight: 400;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author {
  margin-right: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author::before {
  color: var(--oslim-base, #ff613c);
  font-weight: 400;
  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: 400;
  color: var(--oslim-base, #ff613c);
}
.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: 400;
  font-size: 14px;
  color: var(--oslim-gray, #81808c);
}
.sidebar .widget .wp-block-page-list {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-page-list li + li {
  margin-top: 10px;
}
.sidebar .widget .wp-block-rss__item {
  margin-bottom: -10px;
  padding-left: 0;
}
.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(--oslim-gray, #81808c);
}
.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title a {
  color: var(--oslim-black, #191825);
  font-size: 18px;
  line-height: 1.5em;
  display: block;
  font-weight: 700;
}
.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::before {
  color: var(--oslim-base, #ff613c);
  font-weight: 400;
  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: 400;
  color: var(--oslim-base, #ff613c);
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date {
  font-weight: 400;
  text-transform: normal;
}
.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] {
  border: 1px solid var(--oslim-bdr-color, #dcdce0);
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.sidebar .widget #loginform .login-submit .button {
  padding: 25px 39px;
  color: #fff;
  font-size: 16px;
  background-color: var(--oslim-black, #191825);
  text-transform: uppercase;
  transition: all 500ms ease;
}
.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--oslim-base, #ff613c);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--oslim-font, "Catamaran", sans-serif);
  font-size: 16px;
  color: var(--oslim-gray, #81808c) !important;
  text-transform: capitalize;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
  color: inherit;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--oslim-base, #ff613c);
}

.sidebar .wp-block-latest-posts__featured-image img {
  margin-bottom: 10px;
}

.widget_archive li:last-child,
.widget_pages li:last-child:not(ul.children li),
.widget_recent_comments li:last-child,
.widget_meta li:last-child,
.widget_categories li:last-child:not(ul.children li) {
  line-height: 1;
}

.widget.widget_recent_comments,
.widget.widget_nav_menu {
  padding-bottom: 45px;
}

.sidebar .widget input[type=search]::placeholder,
.sidebar .sidebar__search-form button[type=submit] {
  color: var(--oslim-gray, #81808c);
  font-weight: normal;
}

.sidebar .widget .wp-block-latest-comments__comment-meta a {
  font-size: 16px;
  color: var(--oslim-black);
}

/* 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(--oslim-base, #ff613c);
  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 sunMove {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25%, 75% {
    -webkit-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@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% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
/***
  =============================================
	  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);
  }
}
/*--------------------------------------------------------------
  #     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);
  }
}
/* custom animations */
@keyframes btnIconMove {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
  }
  50% {
    transform: rotate(20deg) translate(10px, 0px);
  }
  100% {
    transform: rotate(0deg) translate(0px, 0px);
  }
}
@keyframes ImgBounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes boxRotate {
  0%, 100% {
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%, 75% {
    visibility: hidden;
    transform: rotateY(-90deg);
  }
  50% {
    transform: rotateY(-180deg);
    visibility: visible;
  }
}
@keyframes boxRotateReverse {
  0%, 100% {
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%, 75% {
    transform: rotateY(90deg);
    visibility: hidden;
  }
  50% {
    transform: rotateY(180deg);
    visibility: visible;
  }
}
@keyframes btnIconMove {
  0% {
    transform: rotate(0deg) translate(0, 3px);
  }
  50% {
    transform: rotate(-15deg) translate(0, 10px);
  }
  100% {
    transform: rotate(0deg) translate(0, 3px);
  }
}
/** 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(--oslim-font, "Catamaran", sans-serif);
  color: var(--oslim-gray, #81808c);
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--oslim-gray, #81808c);
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--oslim-black, #191825);
  margin: 0;
}

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

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

.ml-0 {
  margin-left: 0 !important;
}

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

.icon-svg-large svg {
  width: 66px;
  height: 66px;
  fill: currentColor;
  color: currentColor;
  border-color: currentColor;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px solid var(--oslim-black, #191825);
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 0 var(--oslim-black, #191825) inset;
  box-shadow: 0 0 0px 0 var(--oslim-black, #191825) inset;
  transition: background-color 5000s ease-in-out 0s;
}

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

.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;
  }
}
::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--oslim-bdr-color, #dcdce0);
  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;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--oslim-base, #ff613c);
  color: var(--oslim-white, #ffffff);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 20px 60px 16px;
  transition: all 0.3s linear;
  overflow: hidden;
  letter-spacing: 0.1em;
  border-radius: var(--oslim-bdr-radius, 3px);
  z-index: 1;
}

.thm-btn:hover {
  color: var(--oslim-base, #ff613c);
  background-color: transparent;
}

.thm-btn::before {
  position: absolute;
  content: "";
  background-color: var(--oslim-black, #191825);
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  transition: all 500ms ease;
}

.thm-btn::after {
  position: absolute;
  content: "";
  background-color: var(--oslim-black, #191825);
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: -1;
  transition: all 500ms ease;
}

.thm-btn:hover::before,
.thm-btn:hover::after {
  width: 50%;
}

.blog-pagination {
  display: flex;
  align-items: center;
}

.blog-pagination a,
.blog-pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid var(--oslim-bdr-color, #dcdce0);
  font-size: 18px;
  font-weight: 600;
  color: var(--oslim-black, #191825);
  line-height: 1;
  padding: 12px 17px;
  border-radius: var(--oslim-bdr-radius, 3px);
  transition: all 500ms ease;
}

.blog-pagination .current,
.blog-pagination a:hover {
  color: #fff;
  background-color: var(--oslim-base, #ff613c);
  border-color: var(--oslim-base, #ff613c);
}

.blog-pagination a + a,
.blog-pagination a + span,
.blog-pagination span + span,
.blog-pagination span + a {
  margin-left: 10px;
}

.swiper-pagination-styled {
  position: relative;
  bottom: auto !important;
  left: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-styled .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid var(--oslim-black, #191825);
  background-color: var(--oslim-black, #191825);
  opacity: 0.2;
  transition: all 500ms ease;
}

.swiper-pagination-styled .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: var(--oslim-base, #ff613c);
  opacity: 1;
}

.owl-dot-style-1 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 2px solid var(--oslim-black, #191825);
  background-color: var(--oslim-black, #191825);
  opacity: 0.2;
  transition: all 500ms ease;
  margin: 0 4.5px;
}

.owl-dot-style-1 .owl-dots .owl-dot.active span {
  background-color: transparent;
  border-color: var(--oslim-base, #ff613c);
  opacity: 1;
}

.section-title {
  margin-top: -4px;
  margin-bottom: 43px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  color: var(--oslim-base, #ff613c);
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  background-color: var(--oslim-extra, #fcf5f3);
  padding: 4px 20px 3px;
  border-radius: 15px;
}

.section-title__title {
  margin: 0;
  font-size: 55px;
  line-height: 65px;
  font-weight: 800;
}

.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 {
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  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(--oslim-primary);
  color: #fff;
}

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

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--oslim-primary);
  color: #fff;
  cursor: pointer;
}

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

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

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

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--oslim-black, #191825);
}

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

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

.main-header:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0.1);
  z-index: -1;
}

.main-menu {
  position: relative;
  padding: 0 60px;
  z-index: 91;
}

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

.main-menu-wrapper__left {
  position: relative;
  display: block;
  float: left;
}

.main-menu--default .main-menu-wrapper__left {
  float: none;
}

.main-menu--default .main-menu-wrapper__main-menu {
  position: relative;
  display: block;
  float: right;
}

.main-menu-wrapper__logo {
  position: relative;
  float: left;
  padding-top: 36px;
  padding-bottom: 36px;
  margin-right: 125px;
}
.main-menu-wrapper__logo 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);
}

.main-menu-wrapper__logo:before {
  position: absolute;
  top: 25px;
  bottom: 26px;
  right: -75px;
  content: "";
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0.15);
  width: 1px;
}

.main-menu--default .main-menu-wrapper__logo:before {
  content: "";
  background: none;
}

.main-menu-wrapper__main-menu {
  position: relative;
  display: block;
  float: left;
}

.main-menu-wrapper__right {
  position: relative;
  display: flex;
  float: right;
  padding: 26.5px 0;
  align-items: center;
}

.main-menu-wrapper__search-cat {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14.5px 0;
  margin-left: 90px;
}

.main-menu-wrapper__search-cat:before {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: -40px;
  content: "";
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0.15);
  width: 1px;
}

.main-menu-wrapper__search {
  font-size: 24px;
  color: var(--oslim-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__search:hover {
  color: var(--oslim-base, #ff613c);
}

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

.main-menu-wrapper__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  height: 53px;
  width: 53px;
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0.1);
  border-radius: 50%;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover {
  background-color: var(--oslim-white, #ffffff);
}

.main-menu-wrapper__call-icon span {
  font-size: 25px;
  color: var(--oslim-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover span {
  color: var(--oslim-base, #ff613c);
}

.main-menu-wrapper__call-number {
  margin-left: 20px;
}

.main-menu-wrapper__call-number h5 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}

.main-menu-wrapper__call-number h5 a {
  color: var(--oslim-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-number a:hover {
  color: var(--oslim-base, #ff613c);
}

.main-menu-wrapper__call-number p {
  font-size: 14px;
  margin: 0;
  line-height: 26px;
  color: var(--oslim-white, #ffffff);
  font-weight: 500;
  opacity: 0.6;
}

.main-menu--default h1 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
}

.stricky-header.main-menu {
  padding: 0 60px;
  background-color: var(--oslim-black, #191825);
}

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

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

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

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--oslim-white, #ffffff);
  position: relative;
  transition: all 500ms ease;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  height: 1px;
  border-radius: 0px;
  background-color: var(--oslim-base, #ff613c);
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list > li.dropdown > a,
.main-menu .main-menu__list > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}

.main-menu .main-menu__list > li.dropdown > a:after,
.main-menu .main-menu__list > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 12px;
  transition: transform 500ms ease;
  z-index: 1;
  margin-left: 8px;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li.current-menu-ancestor > a,
.main-menu .main-menu__list > li.current_page_item > a,
.main-menu .main-menu__list > li.current-menu-item > a,
.main-menu .main-menu__list > li.current-menu-parent > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.current-menu-ancestor > a,
.stricky-header .main-menu__list > li.current_page_item > a,
.stricky-header .main-menu__list > li.current-menu-item > a,
.stricky-header .main-menu__list > li.current-menu-parent > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--oslim-white, #ffffff);
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li.current-menu-ancestor > a::before,
.main-menu .main-menu__list > li.current_page_item > a::before,
.main-menu .main-menu__list > li.current-menu-item > a::before,
.main-menu .main-menu__list > li.current-menu-parent > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li.current-menu-ancestor > a::before,
.stricky-header .main-menu__list > li.current_page_item > a::before,
.stricky-header .main-menu__list > li.current-menu-item > a::before,
.stricky-header .main-menu__list > li.current-menu-parent > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list > li.current-menu-ancestor > a::before,
.main-menu .main-menu__list > li.current_page_item > a::before,
.main-menu .main-menu__list > li.current-menu-item > a::before,
.main-menu .main-menu__list > li.current-menu-parent > a::before,
.main-menu .main-menu__list > li.current > a::before {
  background-color: var(--oslim-base, #ff613c);
}

.main-menu-three .main-menu__list > li.current-menu-ancestor > a::before,
.main-menu-three .main-menu__list > li.current_page_item > a::before,
.main-menu-three .main-menu__list > li.current-menu-item > a::before,
.main-menu-three .main-menu__list > li.current-menu-parent > a::before,
.main-menu-three .main-menu__list > li.current > a::before {
  background-color: #fff;
}

.main-menu .main-menu__list > li:hover > a::before {
  background-color: var(--oslim-base, #ff613c);
}

.main-menu-three .main-menu__list > li:hover > a::before {
  background-color: #fff;
}

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

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

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

.main-menu .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
  border-top: 1px solid RGBA(var(--oslim-black, #191825), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: var(--oslim-black, #191825);
  text-transform: uppercase;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background-color: var(--oslim-base, #ff613c);
  color: var(--oslim-white, #ffffff);
}

.main-menu .main-menu__list li ul > li:first-child > a,
.stricky-header .main-menu__list li ul > li:first-child > a {
  border-top-left-radius: var(--oslim-bdr-radius, 3px);
  border-top-right-radius: var(--oslim-bdr-radius, 3px);
}

.main-menu .main-menu__list li ul > li:last-child > a,
.stricky-header .main-menu__list li ul > li:last-child > a {
  border-bottom-left-radius: var(--oslim-bdr-radius, 3px);
  border-bottom-right-radius: var(--oslim-bdr-radius, 3px);
}

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

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

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

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  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 {
  transform: translateY(0);
  visibility: visible;
}

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

.mobile-nav__buttons {
  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(--oslim-black, #191825);
  cursor: pointer;
}

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

.mobile-nav__buttons a:hover {
  color: var(--oslim-base, #ff613c);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--oslim-white, #ffffff);
  cursor: pointer;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--oslim-base, #ff613c);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 500ms ease;
}

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

.main-header-two__top:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--oslim-black-rgb, 25, 24, 37), 0.5);
  z-index: -1;
}

.main-header-two__top-inner {
  position: relative;
  display: block;
  padding: 26px 0;
}

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

.main-header-two__logo {
  position: relative;
  display: inline-block;
  margin-right: 100px;
  padding: 9.5px 0;
}
.main-header-two__logo 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);
}

.main-header-two__logo:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -51px;
  content: "";
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0.1);
  width: 1px;
}

.main-header-two__top-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 17.5px 0px;
}

.main-header-two__top-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--oslim-white, #ffffff);
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-social a:hover {
  color: var(--oslim-base, #ff613c);
}

.main-header-two__top-social a + a {
  margin-left: 25px;
}

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

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

.main-header-two__top-icon {
  position: relative;
  display: flex;
  align-items: center;
  height: 53px;
  width: 53px;
  background-color: #32313d;
  border-radius: 50%;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-icon:hover {
  background-color: var(--oslim-white, #ffffff);
}

.main-header-two__top-icon span {
  font-size: 25px;
  color: var(--oslim-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-icon:hover span {
  color: var(--oslim-base, #ff613c);
}

.main-header-two__top-call-number {
  margin-left: 20px;
}

.main-header-two__top-call-number h5 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}

.main-header-two__top-call-number h5 a {
  color: var(--oslim-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-call-number a:hover {
  color: var(--oslim-base, #ff613c);
}

.main-header-two__top-call-number p {
  font-size: 14px;
  margin: 0;
  line-height: 26px;
  color: var(--oslim-white, #ffffff);
  font-weight: 500;
  opacity: 0.6;
}

.main-menu-two {
  padding: 0 0 0;
}

.main-menu-two-wrapper {
  position: relative;
  display: block;
}

.main-menu-two-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0.1);
}

.main-menu-two-wrapper:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0.1);
}

.main-menu-two-wrapper__inner {
  position: relative;
  display: block;
}

.main-menu-two-wrapper__left {
  position: relative;
  display: block;
  float: left;
}

.main-menu-two-wrapper__main-menu {
  position: relative;
  display: block;
}

.main-menu-two-wrapper__right {
  position: relative;
  display: block;
  float: right;
}

.main-menu-two-wrapper__search-box {
  position: relative;
  display: flex;
  padding: 20.5px 0;
}

.main-menu-two-wrapper__search-box:before {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: -40px;
  width: 1px;
  content: "";
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0.1);
}

.main-menu-two-wrapper__search {
  font-size: 24px;
  color: var(--oslim-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two-wrapper__search:hover {
  color: var(--oslim-base, #ff613c);
}

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

.stricky-header.main-menu-two {
  padding: 0 0 0;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
/*--------------------------------------------------------------
#     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);
  }
}
@-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);
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
}

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

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 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(--oslim-black, #191825);
  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;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

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

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

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

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

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

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

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

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--oslim-font, "Catamaran", sans-serif);
  font-weight: 600;
  align-items: center;
  transition: 500ms;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.mobile-nav__content .main-menu__list li ul {
  margin-left: 10px;
}

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

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

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--oslim-black, #191825);
}

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

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

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

.mobile-nav__top .main-menu__login a {
  color: var(--oslim-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: flex;
  align-items: center;
}

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

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

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

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

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

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

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

.mobile-nav__contact li a:hover {
  color: var(--oslim-base, #ff613c);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--oslim-base, #ff613c);
  display: flex;
  justify-content: 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;
}

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

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

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

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

.search-popup__content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: var(--oslim-bdr-radius, 3px);
  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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--oslim-base, #ff613c);
  border: 0;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--oslim-black, #191825);
}

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

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  overflow: hidden;
  position: relative;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--oslim-black, #191825);
}

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

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  opacity: 0.3;
  background-color: var(--oslim-black, #191825);
  background-blend-mode: luminosity;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  transform: scale(1.15);
}

.main-slider .swiper-slide-active .image-layer {
  opacity: 0.4;
}

.main-slider-shape-1 {
  position: absolute;
  top: -290px;
  right: 430px;
  height: 770px;
  width: 360px;
  background-color: var(--oslim-black, #191825);
  mix-blend-mode: soft-light;
  border-radius: 170px;
  transform: translateY(-100%) rotate(-40deg);
  opacity: 0;
  z-index: 2;
}

.swiper-slide-active .main-slider-shape-1 {
  opacity: 1;
  transform: translateY(0) translateX(0) rotate(-40deg);
  transition: all 1000ms ease;
}

.main-slider-shape-2 {
  position: absolute;
  bottom: -172px;
  right: -59px;
  height: 560px;
  width: 260px;
  background-color: var(--oslim-base, #ff613c);
  mix-blend-mode: color;
  border-radius: 125px;
  transform: translateY(100%) rotate(-36deg);
  opacity: 0;
  z-index: 2;
}

.swiper-slide-active .main-slider-shape-2 {
  opacity: 1;
  transform: translateY(0) translateX(0) rotate(-36deg);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
}

.main-slider-shape-3 {
  position: absolute;
  bottom: -175px;
  right: 229px;
  height: 350px;
  width: 165px;
  background-color: var(--oslim-white, #ffffff);
  mix-blend-mode: overlay;
  border-radius: 125px;
  transform: translateY(100%) rotate(-40deg);
  opacity: 0;
  z-index: 2;
}

.swiper-slide-active .main-slider-shape-3 {
  opacity: 1;
  transform: translateY(0) translateX(0) rotate(-40deg);
  transition: all 1000ms ease;
  transition-delay: 2000ms;
}

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

.main-slider h2 {
  margin: 0;
  margin-bottom: 35px;
  color: var(--oslim-white, #ffffff);
  font-weight: 900;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  font-size: 120px;
  line-height: 120px;
}
@media (max-width: 1199px) {
  .main-slider h2 {
    font-size: 90px;
    line-height: 80px;
  }
}

.main-slider .thm-btn {
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active h2 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 54%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.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: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--oslim-black, #191825);
  background-color: var(--oslim-white, #ffffff);
  border-radius: 20px;
  opacity: 0.2;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next .icon-right-arrow {
  transform: rotate(180deg);
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  opacity: 1;
}

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

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

.main-slider__nav .swiper-button-prev .icon-left-arrow {
  position: relative;
  transform: rotate(180deg);
}

#main-slider-pagination {
  z-index: 10;
  bottom: 48px;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  -webkit-transform: translate(-50%, calc(-50% + 95px));
  transform: translate(-50%, calc(0% + 0px));
  text-align: left;
}

#main-slider-pagination .swiper-pagination-bullet {
  margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--oslim-white, #ffffff);
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0);
}

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

.main-slider-two .container {
  padding-top: 375px;
  padding-bottom: 240px;
}

.main-slider-two .main-slider__content {
  text-align: center;
}

.main-slider-two h2 {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 40px;
}

.main-slider-two .thm-btn {
  transform: translateY(100px);
}

.main-slider__nav-two {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-slider__nav-two .swiper-button-next,
.main-slider__nav-two .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--oslim-black, #191825);
  font-size: 20px;
  background-color: var(--oslim-white, #ffffff);
  border-radius: 20px;
  opacity: 0.2;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider__nav-two .swiper-button-next {
  right: -63px;
}

.main-slider__nav-two .swiper-button-prev {
  left: -63px;
}
.main-slider__nav-two .swiper-button-prev .icon-right-arrow {
  transform: rotate(180deg);
}

.main-slider__nav-two .swiper-button-next:hover,
.main-slider__nav-two .swiper-button-prev:hover {
  opacity: 1;
}

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

.main-slider__nav-two .swiper-button-prev .icon-left-arrow {
  position: relative;
  transform: rotate(180deg);
}

.main-slider-two #main-slider-pagination {
  text-align: center;
}

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

.main-slider-three .swiper-slide {
  position: relative;
  background-color: var(--oslim-base, #ff613c);
}

.main-slider-three .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: inherit;
  opacity: 0.6;
  background-color: inherit;
  background-blend-mode: inherit;
  transition: inherit;
  z-index: 1;
}

.main-slider-three-img-1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 1;
}

.swiper-slide-active .main-slider-three-img-1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
}

.main-slider-three-img-2 {
  position: absolute;
  top: 307px;
  right: 0;
  opacity: 0;
  transform: translateX(200px);
  z-index: 1;
}

.swiper-slide-active .main-slider-three-img-2 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
}

.main-slider-three-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.main-slider-three-shape-2 {
  position: absolute;
  bottom: 130px;
  right: 220px;
  z-index: -1;
  opacity: 0.1;
  -webkit-animation-name: squareMover;
  animation-name: squareMover;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-perspective: 100px;
  perspective: 100px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.main-slider-three__social {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 180px;
  left: -50px;
  z-index: 1;
  transform: rotate(-90deg);
}

.main-slider-three__social a {
  font-size: 16px;
  color: var(--oslim-white, #ffffff);
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-three__social a:hover {
  color: var(--oslim-black, #191825);
}

.main-slider-three__social a + a {
  margin-left: 25px;
}

.main-slider-three__date-time {
  position: absolute;
  top: 225px;
  left: -12px;
  z-index: 1;
  transform: rotate(-90deg);
}

.main-slider-three__date-time p {
  font-size: 16px;
  color: var(--oslim-white, #ffffff);
  font-weight: 600;
  margin: 0;
}

.main-slider-three__date-time p span {
  padding-left: 20px;
}

.main-slider-three .container {
  padding-top: 225px;
  padding-bottom: 205px;
}

.main-slider-three h2 {
  font-size: 140px;
  line-height: 130px;
  transform: translateY(-120px);
}
@media (max-width: 1199px) {
  .main-slider-three h2 {
    font-size: 100px;
    line-height: 90px;
  }
}

.main-slider-three h2 span {
  font-family: var(--oslim-reey-font);
  line-height: 95px;
  font-weight: 400;
}

.main-slider-three .thm-btn {
  background-color: var(--oslim-black, #191825);
}

.main-slider-three .thm-btn:hover {
  color: var(--oslim-base, #ff613c);
}

.main-slider-three .thm-btn::before {
  background-color: var(--oslim-white, #ffffff);
}

.main-slider-three .thm-btn::after {
  background-color: var(--oslim-white, #ffffff);
}

.slider-bottom-box {
  position: absolute;
  left: 0;
  bottom: 60px;
  right: 0;
  min-height: 40px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.main-slider-three #main-slider-pagination {
  position: relative;
  text-align: left;
  display: block;
  max-width: 150px;
  width: 100%;
  left: inherit;
  bottom: inherit;
  transform: inherit;
  float: left;
  top: 15px;
}

.main-slider-three .main-slider__nav {
  position: relative;
  float: right;
  max-width: 150px;
  width: 100%;
  left: inherit;
  top: inherit;
  transform: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin-left: auto;
}

.main-slider-three .swiper-button-prev {
  margin-bottom: 0px;
  margin-right: 10px;
}
.main-slider-three .swiper-button-prev .icon-right-arrow {
  transform: rotate(180deg);
}

.main-slider-three .swiper-button-next .icon-right-arrow {
  transform: rotate(0deg);
}

/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
  position: relative;
  display: block;
  background-color: var(--oslim-black, #191825);
  padding: 120px 0 120px;
  z-index: 1;
}

.welcome-one-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.03;
  z-index: -1;
}

.welcome-one__top {
  position: relative;
  display: block;
}

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

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

.welcome-one__top-left .section-title__tagline {
  background-color: #0a090f;
}

.welcome-one__top-left .section-title__title {
  color: var(--oslim-white, #ffffff);
}

.welcome-one__top-right {
  position: relative;
  display: block;
  margin-left: 140px;
  margin-top: -12px;
}

.welcome-one__counter {
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.welcome-one__counter-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.welcome-one__counter-single {
  position: relative;
  display: block;
  max-width: 50%;
  width: 100%;
  float: left;
  text-align: right;
}

.welcome-one__counter-single:before {
  position: absolute;
  top: 13px;
  bottom: 5px;
  left: 10px;
  content: "";
  width: 1px;
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0.1);
}

.welcome-one__counter-single:first-child:before {
  display: none;
}

.welcome-one__counter-single:first-child {
  padding-right: 48px;
}

.welcome-one__counter-single h3 {
  font-size: 45px;
  color: var(--oslim-white, #ffffff);
  font-weight: 800;
  font-family: var(--oslim-font, "Catamaran", sans-serif) !important;
  line-height: 55px !important;
}

.welcome-one__counter-text {
  font-size: 20px;
  color: #a5a3b5;
  margin: 0;
}

.welcome-one__video-link {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 130px;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.welcome-one__video-icon {
  height: 52px;
  width: 52px;
  background-color: var(--oslim-base, #ff613c);
  border-radius: 50%;
  font-size: 12px;
  color: var(--oslim-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.welcome-one__video-icon:hover {
  color: var(--oslim-base, #ff613c);
  background-color: var(--oslim-white, #ffffff);
}

.welcome-one__bottom {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 60px;
}

.welcome-one__feature {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  counter-reset: count;
}

.welcome-one__feature-single {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  background-color: var(--oslim-white, #ffffff);
  padding: 37px 60px 32px;
}

.welcome-one__feature-single:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 1px;
  background-color: var(--oslim-bdr-color, #dcdce0);
}

.welcome-one__feature-single:first-child:before {
  display: none;
}

.welcome-one__feature-single:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.welcome-one__feature-single:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

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

.welcome-one__feature-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  max-width: 142px;
}

.welcome-one__feature-title a {
  color: var(--oslim-black, #191825);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.welcome-one__feature-single:hover .welcome-one__feature-title a {
  color: var(--oslim-base, #ff613c);
}

.welcome-one__feature-arrow {
  position: relative;
  display: block;
}

.welcome-one__feature-arrow a {
  position: relative;
  height: 32px;
  width: 45px;
  background-color: var(--oslim-extra, #fcf5f3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--oslim-black, #191825);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.welcome-one__feature-single:hover .welcome-one__feature-arrow a {
  color: var(--oslim-white, #ffffff);
}

.welcome-one__feature-arrow a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: var(--oslim-base, #ff613c);
  border-radius: 15px;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.welcome-one__feature-single:hover .welcome-one__feature-arrow a:before {
  transform: scaleX(1);
}

.welcome-one__feature-icon {
  position: relative;
  display: block;
  margin-top: 21px;
}

.welcome-one__feature-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--oslim-base, #ff613c);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.welcome-one__feature-single:hover .welcome-one__feature-icon span {
  transform: rotateY(360deg);
}

.welcome-one__feature-count {
  height: 30px;
  width: 45px;
  position: absolute;
  bottom: 53px;
  right: 50px;
  line-height: 30px;
}

.welcome-one__feature-count:before {
  position: absolute;
  height: 30px;
  width: 33px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--oslim-font, "Catamaran", sans-serif);
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: rgba(var(--oslim-black-rgb, 25, 24, 37), 0.1);
}

.welcome-one__find-solutions {
  position: relative;
  display: block;
  text-align: center;
}

.welcome-one__find-solutions-text {
  color: #a5a3b5;
  font-weight: 500;
  margin: 0;
  line-height: 29px;
}

.welcome-one__find-solutions-text a {
  position: relative;
  display: inline-block;
  background-color: var(--oslim-base, #ff613c);
  font-size: 12px;
  color: var(--oslim-white, #ffffff);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  padding: 0 20px 0;
  border-radius: 15px;
  margin-left: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.welcome-one__find-solutions-text a:hover {
  background-color: var(--oslim-white, #ffffff);
  color: var(--oslim-base, #ff613c);
}

/*--------------------------------------------------------------
# Work Together
--------------------------------------------------------------*/
.work-together {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.work-together__left {
  position: relative;
  display: block;
}

.work-together__img-box {
  position: relative;
  display: block;
}

.work-together-shape-1 {
  position: absolute;
  bottom: -56px;
  left: -170px;
  opacity: 0.2;
}

.work-together-shape-1 img {
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.work-together__img-1 {
  position: relative;
  display: block;
}

.work-together__img-1 img {
  border-radius: var(--oslim-bdr-radius, 3px);
}

.work-together__img-2 {
  position: absolute;
  bottom: -100px;
  right: 0;
}

.work-together__img-2:before {
  position: absolute;
  bottom: 0;
  left: -27px;
  width: 7px;
  height: 83px;
  background-color: var(--oslim-base, #ff613c);
  content: "";
  border-radius: 8px;
}

.work-together__img-2 img {
  border-radius: var(--oslim-bdr-radius, 3px);
}

.work-together__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.work-together__right .section-title {
  margin-bottom: 20px;
}

.work-together__right-text {
  margin: 0;
}

.work-together__points {
  position: relative;
  display: block;
  margin-top: 28px;
  margin-bottom: 44px;
}

.work-together__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.work-together__points li + li {
  margin-top: 5px;
}

.work-together__points li .icon {
  height: 15px;
  width: 15px;
  background-color: var(--oslim-base, #ff613c);
  font-size: 9px;
  color: var(--oslim-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.work-together__points li .text {
  margin-left: 20px;
}

.work-together__points li .text p {
  color: var(--oslim-black, #191825);
  font-weight: 600;
  margin: 0;
}

.work-together__person {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 7px;
}

.work-together__person-img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.work-together__person-img > img {
  border-radius: 50% !important;
}

.work-together__person-img:before {
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: -7px;
  right: -7px;
  border: 2px solid var(--oslim-base, #ff613c);
  content: "";
  border-radius: 50%;
}

.work-together__person-name {
  font-size: 24px;
  line-height: 34px;
  font-family: var(--oslim-reey-font);
  color: var(--oslim-base, #ff613c);
  margin-left: 22px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Case One
--------------------------------------------------------------*/
.case-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 90px;
  z-index: 1;
}

.case-one:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 512px;
  background-color: var(--oslim-extra, #fcf5f3);
  content: "";
  z-index: -1;
}

.case-one .section-title__tagline {
  background-color: var(--oslim-white, #ffffff);
}

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

.case-one__img {
  position: relative;
  display: block;
  border-radius: var(--oslim-bdr-radius, 3px);
  overflow: hidden;
}

.case-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--oslim-black-rgb, 25, 24, 37), 0.3);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border-radius: var(--oslim-bdr-radius, 3px);
  z-index: 1;
}

.case-one__single:hover .case-one__img:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  -ms-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.case-one__img img {
  width: 100%;
  border-radius: var(--oslim-bdr-radius, 3px);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.case-one__single:hover .case-one__img img {
  transform: scale(1.1) rotate(2deg);
}

.case-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 50px 31px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: 40px;
  margin-top: -125px;
  z-index: 3;
}

.case-one__content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--oslim-base, #ff613c);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.case-one__single:hover .case-one__content:before {
  transform: scaleY(1);
}

.case-one__tagline {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.case-one__single:hover .case-one__tagline {
  color: var(--oslim-white, #ffffff);
}

.case-one__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 34px;
  margin-top: 4px;
}

.case-one__title a {
  color: var(--oslim-black, #191825);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.case-one__single:hover .case-one__title a {
  color: var(--oslim-white, #ffffff);
}

.case-one__arrow {
  position: absolute;
  bottom: 30px;
  right: 80px;
  z-index: 4;
}

.case-one__arrow a {
  position: relative;
  height: 32px;
  width: 45px;
  background-color: var(--oslim-extra, #fcf5f3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--oslim-black, #191825);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.case-one__single:hover .case-one__arrow a {
  color: var(--oslim-white, #ffffff);
}

.case-one__arrow a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: var(--oslim-black, #191825);
  border-radius: 15px;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.case-one__single:hover:hover .case-one__arrow a:before {
  transform: scaleX(1);
}

/*--------------------------------------------------------------
# Benefits One
--------------------------------------------------------------*/
.benefits-one {
  position: relative;
  display: block;
  padding: 0 0 100px;
}

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

.benefits-one__img-box {
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.benefits-one__img-single {
  position: relative;
  display: block;
}

.benefits-one__img-single img {
  width: 100%;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.benefits-one__points {
  position: relative;
  display: block;
}

.benefits-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--oslim-bdr-color, #dcdce0);
  padding-bottom: 42px;
  margin-bottom: 50px;
}

.benefits-one__points li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.benefits-one__points li .icon {
  position: relative;
  display: block;
  max-width: 95px;
  width: 100%;
}

.benefits-one__points li .icon span {
  font-size: 62px;
  color: var(--oslim-base, #ff613c);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.benefits-one__points li:hover .icon span {
  transform: rotateY(360deg);
}

.benefits-one__points li .icon p {
  font-size: 20px;
  color: var(--oslim-black, #191825);
  font-weight: 700;
  margin: 0;
  padding-top: 13px;
  font-family: var(--oslim-font, "Catamaran", sans-serif);
}

.benefits-one__points li .text {
  margin-left: 80px;
}

.benefits-one__points li .text p {
  margin: 0;
}

.benefits-one__rihgt {
  position: relative;
  display: block;
}

.benefits-one__right-text {
  position: relative;
  display: block;
  margin-bottom: 0;
  margin-left: 98px;
  margin-right: 40px;
  padding-bottom: 84px;
  padding-top: 26px;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: var(--oslim-bdr-radius, 3px);
  background-color: var(--oslim-extra, #fcf5f3);
}

.faq-one-accrodion .accrodion.active {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 18px 40px 18px;
  padding-right: 27px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border: 1px solid transparent;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--oslim-black, #191825);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.faq-one-accrodion .accrodion.active .accrodion-title {
  border: 1px solid var(--oslim-bdr-color, #dcdce0);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: var(--oslim-base, #ff613c);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--oslim-base, #ff613c);
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 17px;
  color: var(--oslim-base, #ff613c);
  position: absolute;
  top: 50%;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f107";
  color: var(--oslim-black, #191825);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 30px 40px 30px;
  border: 1px solid transparent;
  border-top: 0;
}

.faq-one-accrodion .accrodion.active .accrodion-content {
  border: 1px solid var(--oslim-bdr-color, #dcdce0);
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Free Consultation
--------------------------------------------------------------*/
.free-consultation {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.free-consultation__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--oslim-black, #191825);
  padding: 60px 100px 60px;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.free-consultation__left {
  position: relative;
  display: flex;
  align-items: center;
}

.free-consultation__content {
  font-size: 30px;
  color: var(--oslim-white, #ffffff);
  font-weight: 500;
  line-height: 40px;
}

.free-consultation__content span {
  color: var(--oslim-base, #ff613c);
  font-weight: 700;
  text-transform: uppercase;
}

.free-consultation__icon {
  position: relative;
  height: 100px;
  width: 100px;
  background-color: var(--oslim-base, #ff613c);
  border-radius: 50%;
  font-size: 40px;
  color: var(--oslim-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 165px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.free-consultation__icon:hover {
  color: var(--oslim-base, #ff613c);
  background-color: var(--oslim-white, #ffffff);
}

.free-consultation__icon:before {
  position: absolute;
  top: 50%;
  left: -77px;
  width: 57px;
  height: 1px;
  content: "";
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0.2);
  transform: translateY(-50%);
}

.free-consultation__icon:after {
  position: absolute;
  top: 50%;
  right: -77px;
  width: 57px;
  height: 1px;
  content: "";
  background-color: rgba(var(--oslim-white-rgb, 255, 255, 255), 0.2);
  transform: translateY(-50%);
}

.free-consultation__right {
  position: relative;
  display: block;
}

.free-consultation__contact-info {
  position: relative;
  display: block;
  line-height: 38px;
}

.free-consultation__contact-number {
  font-size: 30px;
  color: var(--oslim-white, #ffffff);
  font-weight: 500;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.free-consultation__contact-number:hover {
  color: var(--oslim-base, #ff613c);
}

.free-consultation__contact-email {
  font-size: 20px;
  color: var(--oslim-base, #ff613c);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.free-consultation__contact-email:hover {
  color: var(--oslim-white, #ffffff);
}

/*--------------------------------------------------------------
# Our Mission
--------------------------------------------------------------*/
.our-mission {
  position: relative;
  display: block;
  padding: 110px 0 120px;
  overflow: hidden;
}

.our-mission-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--oslim-black, #191825);
  z-index: 1;
}

.our-mission-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}

.our-mission-shape-1 {
  position: absolute;
  bottom: -202px;
  right: 0;
  height: 560px;
  width: 260px;
  background-color: var(--oslim-base, #ff613c);
  mix-blend-mode: color;
  border-radius: 280px;
  transform: rotate(-40deg);
  z-index: 2;
}

.our-mission-shape-2 {
  position: absolute;
  bottom: -274px;
  right: 223px;
  height: 350px;
  width: 165px;
  background-color: var(--oslim-white, #ffffff);
  mix-blend-mode: overlay;
  border-radius: 175px;
  transform: rotate(-40deg);
  z-index: 2;
}

.our-mission-shape-3 {
  position: absolute;
  top: -569px;
  right: 580px;
  height: 770px;
  width: 360px;
  background-color: var(--oslim-black, #191825);
  mix-blend-mode: soft-light;
  border-radius: 385px;
  transform: rotate(-40deg);
  z-index: 2;
}

.our-mission__inner {
  position: relative;
  display: block;
  z-index: 2;
}

.our-mission__title {
  font-size: 75px;
  color: var(--oslim-white, #ffffff);
  font-weight: 800;
  line-height: 80px;
  margin-bottom: 41px;
}

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

.team-one__container {
  position: relative;
  display: block;
  max-width: 1690px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

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

.team-one__img {
  position: relative;
  display: block;
  background-color: var(--oslim-black, #191825);
  border-radius: var(--oslim-bdr-radius, 3px);
  overflow: hidden;
  z-index: 1;
}

.team-one__img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 100%;
  border-radius: var(--oslim-bdr-radius, 3px);
  z-index: 2;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(25, 24, 37, 0.96)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(25, 24, 37, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#191825", GradientType=0);
}

.team-one__img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--oslim-black-rgb, 25, 24, 37), 0.3);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

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

.team-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.team-one__content {
  position: absolute;
  bottom: 45px;
  left: 50px;
  z-index: 3;
}

.team-one__name {
  font-size: 30px;
  color: var(--oslim-white, #ffffff);
  font-weight: 800;
  line-height: 40px;
}

.team-one__title {
  font-size: 20px;
  color: var(--oslim-base, #ff613c);
  font-weight: 500;
  margin: 0;
  line-height: 28px;
}

.team-one__social {
  position: absolute;
  top: 50px;
  right: 50px;
  transform: scaleX(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.team-one__single:hover .team-one__social {
  transform: scaleX(1);
}

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

.team-one__social li a {
  position: relative;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--oslim-black, #191825);
  font-size: 15px;
  background-color: var(--oslim-white, #ffffff);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__social li a:hover {
  color: var(--oslim-white, #ffffff);
  background-color: transparent;
}

.team-one__social li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--oslim-base, #ff613c);
  border-radius: 50%;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}

.team-one__social li a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.team-carousel .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.team-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid var(--oslim-black, #191825);
  background-color: var(--oslim-black, #191825);
  opacity: 0.2;
  transition: all 500ms ease;
}

.team-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: var(--oslim-base, #ff613c);
  opacity: 1;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
}

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

.testimonial-one__single {
  position: relative;
  display: flex;
  border-bottom: 1px solid var(--oslim-bdr-color, #dcdce0);
  padding-bottom: 112px;
}

.testimonial-one__client-info {
  position: relative;
  display: block;
  max-width: 170px;
  width: 100%;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  border-radius: 50%;
}

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

.testimonial-one__quote {
  position: absolute;
  top: 50%;
  right: -20px;
  height: 40px;
  width: 40px;
  background-color: var(--oslim-base, #ff613c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background-image: url("assets/images/testimonial/quote-icon.png");
  background-position: center;
  background-repeat: no-repeat;
}

.testimonial-one__quote img {
  width: auto !important;
}

.testimonial-one__content {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-top: -12px;
}

.testimonial-one__text {
  font-size: 34px;
  color: var(--oslim-black, #191825);
  margin: 0;
  line-height: 54px;
  padding-bottom: 36px;
}

.testimonial-one__client-name {
  font-size: 20px;
  color: var(--oslim-base, #ff613c);
  font-weight: 700;
  line-height: 30px;
}

.testimonial-one__client-title {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.testimonial-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 125px;
  left: 0px;
  right: 0;
  text-align: right;
  margin: 0 !important;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: rgba(var(--oslim-black-rgb, 25, 24, 37), 0.2);
  margin: 0px 2.5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dot.active {
  border: 2px solid var(--oslim-base, #ff613c);
  background-color: rgba(var(--oslim-black-rgb, 25, 24, 37), 0);
}

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

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

/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
  padding-top: 120px;
  padding-bottom: 120px;
}

.testimonials-page .row {
  --bs-gutter-y: 30px;
}

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

.trusted-one__inner {
  position: relative;
  display: flex;
  align-items: center;
}

.trusted-one__left {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
}

.trusted-one__content {
  font-size: 35px;
  font-weight: 800;
  line-height: 41px;
}

.trusted-one__right {
  position: relative;
  display: block;
  max-width: 800px;
  width: 100%;
}

.trusted-one__content-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.trusted.one__single {
  position: relative;
  max-width: 100%;
  width: 100%;
  float: left;
  background-color: var(--oslim-extra, #fcf5f3);
  border-radius: var(--oslim-bdr-radius, 3px);
  padding: 40px 50px 31px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .trusted.one__single {
    max-width: 252px;
  }
}
.trusted.one__single + .trusted.one__single {
  margin-left: 22px;
}

.trusted-one__icon {
  position: relative;
  height: 64px;
  width: 64px;
  background-color: var(--oslim-white, #ffffff);
  border-radius: 50%;
  font-size: 23px;
  color: var(--oslim-base, #ff613c);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.trusted.one__single:hover .trusted-one__icon {
  color: var(--oslim-white, #ffffff);
}

.trusted-one__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--oslim-base, #ff613c);
  border-radius: 50%;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}

.trusted.one__single:hover .trusted-one__icon:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.trusted-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.trusted-one__title a {
  color: var(--oslim-black, #191825);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.trusted.one__single:hover .trusted-one__title a {
  color: var(--oslim-base, #ff613c);
}

.trusted-one__text {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 90px;
  z-index: 1;
}

.news-one:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 523px;
  background-color: var(--oslim-extra, #fcf5f3);
  z-index: -1;
}

.news-one-shape-1 {
  position: absolute;
  top: -449px;
  right: 398px;
  height: 760px;
  width: 360px;
  background-color: #faefeb;
  border-radius: 380px;
  transform: rotate(-40deg);
  z-index: -1;
}

.news-one-shape-2 {
  position: absolute;
  bottom: 80px;
  right: -85px;
  width: 260px;
  height: 495px;
  background-color: var(--oslim-white, #ffffff);
  opacity: 0.7;
  border-radius: 247.5px;
  transform: rotate(-45deg);
  z-index: -1;
}

.news-one .section-title__tagline {
  background-color: var(--oslim-white, #ffffff);
}

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

.news-one__img {
  position: relative;
  display: block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}

.news-one__img img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.news-one__img > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--oslim-black-rgb, 25, 24, 37), 0.3);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--oslim-base, #ff613c);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  opacity: 0;
  transform: translateY(-30%);
}

.news-one__img > a > span {
  position: relative;
}

.news-one__img > a > span::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--oslim-base, #ff613c);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.news-one__img > a > span::after {
  content: "";
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: var(--oslim-base, #ff613c);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-one__img > a:hover > span::before,
.news-one__img > a:hover > span::after {
  background-color: var(--oslim-white, #ffffff);
}

.news-one__single:hover .news-one__img > a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.news-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 19px 40px 18px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__content {
  border-bottom: 2px solid var(--oslim-base, #ff613c);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.news-one__sub-title {
  position: relative;
  display: inline-block;
  background-color: var(--oslim-extra, #fcf5f3);
  font-size: 12px;
  color: var(--oslim-base, #ff613c);
  font-weight: 600;
  line-height: 30px;
  padding: 0 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 15px;
  margin: 0;
}

.news-one__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 15px;
  margin-bottom: 21px;
}

.news-one__title a {
  color: var(--oslim-black, #191825);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__title a {
  color: var(--oslim-base, #ff613c);
}

.news-one__meta {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid var(--oslim-bdr-color, #dcdce0);
  padding-top: 20px;
}

.news-one__meta li + li {
  margin-left: 10px;
}

.news-one__meta li span {
  font-size: 14px;
}

.news-one__meta li i {
  color: var(--oslim-base, #ff613c);
  position: relative;
  top: 1px;
}

.news-one__meta li a {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__meta li a:hover {
  color: var(--oslim-base, #ff613c);
}

.news-one__meta li a i {
  color: var(--oslim-base, #ff613c);
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  z-index: 3;
}

.cta-one__inner {
  position: relative;
  display: block;
  border-radius: var(--oslim-bdr-radius, 3px);
  z-index: 1;
}

.cta-one__inner:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0px;
  content: "";
  background-color: var(--oslim-base, #ff613c);
  border-radius: var(--oslim-bdr-radius, 3px);
  z-index: -1;
}

@media (min-width: 768px) {
  .cta-one__inner:before {
    right: -100000000px;
  }
}
.cta-one__inner-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--oslim-base, #ff613c);
  overflow: hidden;
  padding: 94px 0;
  padding-left: 120px;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.cta-one-shape-1 {
  position: absolute;
  top: -234px;
  left: 44px;
  width: 230px;
  height: 437px;
  background-color: var(--oslim-black, #191825);
  mix-blend-mode: soft-light;
  border-radius: 218.5px;
  transform: rotate(-34deg);
}

.cta-one-shape-2 {
  position: absolute;
  bottom: -274px;
  left: 350px;
  width: 180px;
  height: 380px;
  background-color: var(--oslim-white, #ffffff);
  mix-blend-mode: soft-light;
  border-radius: 190px;
  transform: rotate(-45deg);
}

.cta-one__title {
  font-size: 40px;
  color: var(--oslim-white, #ffffff);
  font-weight: 700;
  line-height: 50px;
}

.cta-one__btn {
  background-color: var(--oslim-white, #ffffff);
  color: var(--oslim-black, #191825);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  margin-top: -120px;
  z-index: 1;
}

.default-footer.site-footer {
  margin-top: 0;
}

.site-footer__top {
  position: relative;
  display: block;
  background-color: var(--oslim-black, #191825);
  padding: 222px 0 100px;
  z-index: 1;
}

.site-footer-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.02;
  z-index: -1;
}

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

.footer-widget__logo {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.footer-widget__logo 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);
}

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

.footer-widget__about-text {
  font-size: 24px;
  color: var(--oslim-white, #ffffff);
  font-weight: 600;
  margin: 0;
}

.site-footer__social {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid rgba(var(--oslim-white-rgb, 255, 255, 255), 0.1);
  padding-top: 30px;
  margin-top: 19px;
}

.site-footer__social a {
  position: relative;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: #a5a3b5;
  font-size: 15px;
  background-color: #0a090f;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--oslim-white, #ffffff);
  background-color: transparent;
}

.site-footer__social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--oslim-base, #ff613c);
  border-radius: 50%;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}

.site-footer__social a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

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

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

.footer-widget__title {
  font-size: 20px;
  color: var(--oslim-white, #ffffff);
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 34px;
}

.footer-widget__explore-list {
  position: relative;
  display: block;
  float: left;
  margin-top: -5px;
}

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

.footer-widget__explore-list li a {
  font-size: 16px;
  color: #a5a3b5;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
  color: var(--oslim-white, #ffffff);
}

.footer-widget__explore-list-two {
  position: relative;
  display: block;
  margin-left: 65px;
}

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

.footer-widget__newsletter-text {
  font-size: 16px;
  color: #a5a3b5;
  margin: 0;
  line-height: 26px;
  padding-bottom: 21px;
}

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

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

.footer-widget__newsletter-input-box input[type=email] {
  height: 75px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 14px;
  color: var(--oslim-gray, #81808c);
  font-weight: 500;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 0;
  height: 75px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  transition: all 500ms ease;
  padding: 0;
}

.footer-widget__newsletter-btn i {
  font-size: 16px;
  color: var(--oslim-base, #ff613c);
}

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

.footer-widget__contact-text {
  font-weight: 500;
  color: #a5a3b5;
  line-height: 30px;
  margin: 0;
}

.footer-widget__contact-info {
  position: relative;
  display: block;
  line-height: 35px;
  margin-top: 16px;
}

.footer-widget__contact-number {
  font-size: 30px;
  color: var(--oslim-white, #ffffff);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-number:hover {
  color: var(--oslim-base, #ff613c);
}

.footer-widget__contact-email {
  font-size: 20px;
  color: var(--oslim-base, #ff613c);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-email:hover {
  color: var(--oslim-white, #ffffff);
}

.site-footer__bottom {
  position: relative;
  display: block;
  background-color: #0a090f;
  padding: 37px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}

.site-footer__bottom-text {
  font-size: 16px;
  color: #a5a3b5;
  margin: 0;
  font-weight: 500;
}

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

.site-footer__bottom-text a:hover {
  color: var(--oslim-white, #ffffff);
}

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

.welcome-two__left {
  position: relative;
  display: block;
  margin-left: -375px;
}

.welcome-two__img {
  position: relative;
  display: block;
  z-index: 1;
}

.welcome-two__img:before {
  position: absolute;
  top: -120px;
  bottom: -120px;
  left: -1000000px;
  right: 270px;
  background-color: var(--oslim-extra, #fcf5f3);
  content: "";
  z-index: -1;
}

.welcome-two__img:after {
  position: absolute;
  bottom: -120px;
  right: 240px;
  background-color: var(--oslim-base, #ff613c);
  content: "";
  height: 100px;
  width: 7px;
  border-radius: 8px;
  z-index: -1;
}

.welcome-two__img img {
  width: 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.welcome-two__right {
  position: relative;
  display: block;
  margin-left: 90px;
}

.welcome-two__right .section-title {
  margin-bottom: 35px;
}

.welcome-two__text-1 {
  font-size: 24px;
  color: var(--oslim-base, #ff613c);
  font-weight: 500;
  margin: 0;
  line-height: 38px;
}

.welcome-two__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 33px;
  padding-bottom: 32px;
}

.welcome-two__points {
  position: relative;
  display: block;
}

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

.welcome-two__points li + li {
  margin-top: 5px;
}

.welcome-two__points li .icon {
  height: 15px;
  width: 15px;
  background-color: var(--oslim-base, #ff613c);
  font-size: 9px;
  color: var(--oslim-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.welcome-two__points li .text {
  margin-left: 20px;
}

.welcome-two__points li .text p {
  color: var(--oslim-black, #191825);
  font-weight: 600;
  margin: 0;
}

.welcome-two__icon-box {
  position: relative;
  height: 170px;
  width: 195px;
  background-color: var(--oslim-extra, #fcf5f3);
  border-radius: var(--oslim-bdr-radius, 3px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.welcome-two__icon-box span {
  position: relative;
  display: inline-block;
  font-size: 66px;
  color: var(--oslim-base, #ff613c);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.welcome-two__icon-box:hover span {
  transform: rotateY(360deg);
}

.welcome-two__icon-box-text {
  color: var(--oslim-black, #191825);
  font-weight: 700;
  margin: 0;
  line-height: 23px;
  padding-top: 8px;
  font-family: var(--oslim-font, "Catamaran", sans-serif);
}

.welcome-two__text-2 {
  margin: 0;
  padding-bottom: 48px;
}

/*--------------------------------------------------------------
# Case Two
--------------------------------------------------------------*/
.case-two {
  position: relative;
  display: block;
}

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

.case-two__carousel.owl-carousel .owl-stage-outer {
  padding: 0 0 90px;
  margin-right: -360px;
  margin-left: -30px;
  padding-left: 30px;
}

.case-two__carousel.owl-carousel .owl-stage-outer:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 100px;
  width: 40px;
  height: 167px;
  background: #fff;
  z-index: 1;
}

.case-two__carousel .owl-stage-outer .owl-item {
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.case-two__carousel .owl-stage-outer .owl-item.active {
  transition: all 200ms linear;
}

.case-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  top: -98px;
  left: 0px;
  right: 0;
  text-align: right;
  margin: 0 !important;
}

.case-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: rgba(var(--oslim-black-rgb, 25, 24, 37), 0.2);
  margin: 0px 2.5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.case-two__carousel.owl-carousel .owl-dot.active {
  border: 2px solid var(--oslim-base, #ff613c);
  background-color: rgba(var(--oslim-black-rgb, 25, 24, 37), 0);
}

.case-two__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.case-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Quality Work
--------------------------------------------------------------*/
.quality-work {
  position: relative;
  display: block;
  background-color: var(--oslim-extra, #fcf5f3);
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.quality-work-shape-1 {
  position: absolute;
  top: -401px;
  right: 545px;
  height: 770px;
  width: 360px;
  background-color: #faefeb;
  border-radius: 385px;
  transform: rotate(-45deg);
  z-index: -1;
}

.quality-work-shape-2 {
  position: absolute;
  bottom: -275px;
  right: 71px;
  height: 555px;
  width: 260px;
  background-color: var(--oslim-white, #ffffff);
  border-radius: 277.5px;
  transform: rotate(-45deg);
  z-index: -1;
}

.quality-work__left {
  position: relative;
  display: block;
}

.quality-work__left .section-title__tagline {
  background-color: var(--oslim-white, #ffffff);
}

.quality-work__tab-box .tab-buttons {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.quality-work__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
}

.quality-work__tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 15px;
}

.quality-work__tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--oslim-black, #191825);
  font-weight: 800;
  background-color: var(--oslim-white, #ffffff);
  padding: 10px 50px 6px;
  letter-spacing: 0.1em;
  border-radius: var(--oslim-bdr-radius, 3px);
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
  text-transform: uppercase;
}

.quality-work__tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--oslim-white, #ffffff);
}

.quality-work__tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: "";
  background-color: var(--oslim-base, #ff613c);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: all 0.3s ease;
  z-index: -1;
}

.quality-work__tab-box .tab-buttons .tab-btn span:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  content: "";
  background-color: var(--oslim-base, #ff613c);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: all 0.3s ease;
  z-index: -1;
}

.quality-work__tab-box .tab-buttons .tab-btn.active-btn span:before,
.quality-work__tab-box .tab-buttons .tab-btn.active-btn span:after {
  width: 50%;
}

.quality-work__tab-box .tabs-content {
  position: relative;
  display: block;
}

.quality-work__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.quality-work__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.tab-content__inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.tab-content__img {
  position: relative;
  display: block;
  float: left;
}

.tab-content__img img {
  border-radius: 50% !important;
  width: auto;
}

.tab-content__contnet {
  position: relative;
  display: block;
  float: left;
  max-width: 360px;
  width: 100%;
  margin-left: 30px;
}

.tab-content__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 36px;
}

.tab-content__text {
  margin: 0;
  font-weight: 500;
}

.quality-work__right {
  position: relative;
  display: block;
  margin-top: 43px;
}

.quality-work__points {
  position: relative;
  display: block;
}

.quality-work__points li {
  position: relative;
  display: flex;
  border-bottom: 1px solid var(--oslim-bdr-color, #dcdce0);
  padding-bottom: 48px;
  margin-bottom: 54px;
}

.quality-work__points li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.quality-work__points li .icon {
  position: relative;
  top: 5px;
}

.quality-work__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--oslim-base, #ff613c);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.quality-work__points li:hover .icon span {
  transform: scale(0.9);
}

.quality-work__points li .text {
  margin-left: 40px;
}

.quality-work__points li .text h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 10px;
}

.quality-work__points li .text p {
  margin: 0;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/
.experience {
  position: relative;
  display: block;
  background-color: var(--oslim-base, #ff613c);
  padding: 77px 0;
}

.experience__inner {
  position: relative;
  display: block;
  text-align: center;
}

.experience__title {
  font-size: 35px;
  color: var(--oslim-white, #ffffff);
  line-height: 41px;
  font-weight: 700;
}

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

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

.services-one__img {
  position: relative;
  display: block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  z-index: 1;
}

.services-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--oslim-black-rgb, 25, 24, 37), 0.3);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}

.services-one__single:hover .services-one__img:before {
  transform: scaleY(1);
}

.services-one__img img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.services-one__single:hover .services-one__img img {
  transform: scale(1.1) rotate(2deg);
}

.services-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 40px 40px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.services-one__title-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 21px;
}

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

.services-one__title-icon:before {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 1px;
  content: "";
  background-color: var(--oslim-bdr-color, #dcdce0);
}

.services-one__title-icon span {
  position: relative;
  display: inline-block;
  font-size: 66px;
  color: var(--oslim-base, #ff613c);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1) rotateY(0deg);
}

.services-one__single:hover .services-one__title-icon span {
  transform: scale(0.9) rotateY(360deg);
  color: var(--oslim-black, #191825);
}

.services-one__title {
  font-size: 26px;
  font-weight: 800;
  line-height: 31px;
  margin-left: 60px;
}

.services-one__title a {
  color: var(--oslim-black, #191825);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
  color: var(--oslim-base, #ff613c);
}

.services-one__text {
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}

.services-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--oslim-bdr-color, #dcdce0);
  padding-top: 20px;
  margin-top: 19px;
}

.services-one__read-more {
  font-size: 12px;
  color: var(--oslim-black, #191825);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__read-more {
  color: var(--oslim-base, #ff613c);
}

.services-one__arrow {
  position: relative;
  height: 32px;
  width: 45px;
  background-color: var(--oslim-extra, #fcf5f3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--oslim-black, #191825);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__single:hover .services-one__arrow {
  color: var(--oslim-white, #ffffff);
}

.services-one__arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: var(--oslim-base, #ff613c);
  border-radius: 15px;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.services-one__single:hover .services-one__arrow:before {
  transform: scaleX(1);
}

.services-one--carousel {
  padding-bottom: 105px;
}

.service-carousel .swiper-pagination {
  margin-top: 30px;
}

.service-carousel.swiper-container {
  overflow: visible;
}

.service-carousel .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.service-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .service-carousel .swiper-slide.swiper-slide-next {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .service-carousel .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
    visibility: visible;
  }
}
.service-carousel .owl-stage-outer {
  overflow: visible;
}
.service-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.service-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.service-carousel--two .owl-dots {
  display: flex;
  margin-top: 40px !important;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two .testimonial-one__single {
  border-bottom: 0;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 118px 0 119px;
  border-top: 1px solid var(--oslim-bdr-color, #dcdce0);
}

.brand-one .swiper-slide {
  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;
}

.brand-one .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.2;
  max-width: 100%;
}

.brand-one .swiper-slide img:hover {
  opacity: 0.6;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  background-color: var(--oslim-extra, #fcf5f3);
  padding: 120px 0 0;
  overflow: hidden;
  z-index: 1;
}

.why-choose-one-shape-1 {
  position: absolute;
  bottom: 200px;
  right: -253px;
  height: 770px;
  width: 360px;
  background-color: #faefeb;
  border-radius: 385px;
  transform: rotate(34deg);
  z-index: -1;
}

.why-choose-one-shape-2 {
  position: absolute;
  bottom: -432px;
  right: 208px;
  height: 555px;
  width: 260px;
  background-color: var(--oslim-white, #ffffff);
  border-radius: 277.5px;
  transform: rotate(10deg);
  z-index: -1;
}

.why-choose-one__left {
  position: relative;
  display: block;
  margin-left: -375px;
}

.why-choose-one__img {
  position: relative;
  display: block;
}

.why-choose-one__img img {
  width: 100%;
  border-top-right-radius: 3px;
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 90px;
}

.why-choose-one__right .section-title__tagline {
  background-color: var(--oslim-white, #ffffff);
}

.why-choose-one__right .section-title {
  margin-bottom: 23px;
}

.why-choose-one__text {
  margin: 0;
  padding-bottom: 38px;
}

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

.why-choose-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--oslim-black, #191825);
  border-radius: var(--oslim-bdr-radius, 3px);
  padding: 13px 30px;
  max-width: 284px;
  width: 100%;
}

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

.why-choose-one__points li .icon {
  height: 15px;
  width: 15px;
  font-size: 9px;
  color: var(--oslim-black, #191825);
  background-color: var(--oslim-base, #ff613c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.why-choose-one__points li .text p {
  color: var(--oslim-white, #ffffff);
  font-weight: 700;
  margin: 0;
}

.why-choose-one__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 44px;
}

.why-choose-one__progress-single {
  position: relative;
  display: block;
}

.why-choose-one__progress-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--oslim-black, #191825);
  margin-bottom: 6px;
}

.why-choose-one__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: var(--oslim-white, #ffffff);
  border-radius: 30px;
  margin-bottom: 14px;
}

.why-choose-one__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 30px;
  background: var(--oslim-base, #ff613c);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.why-choose-one__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 20px;
  color: var(--oslim-gray, #81808c);
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.why-choose-one__progress .bar.marb-0 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Mission Two
--------------------------------------------------------------*/
.our-mission-two {
  position: relative;
  display: block;
  padding: 110px 0 240px;
  overflow: hidden;
}

.our-mission-two-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--oslim-black, #191825);
  z-index: 1;
}

.our-mission-two-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}

.our-mission-two-shape-1 {
  position: absolute;
  bottom: -105px;
  right: 0;
  height: 560px;
  width: 260px;
  background-color: var(--oslim-base, #ff613c);
  mix-blend-mode: color;
  border-radius: 280px;
  transform: rotate(-40deg);
  z-index: 2;
}

.our-mission-two-shape-2 {
  position: absolute;
  bottom: -146px;
  right: 246px;
  height: 350px;
  width: 165px;
  background-color: var(--oslim-white, #ffffff);
  mix-blend-mode: overlay;
  border-radius: 125px;
  transform: rotate(-40deg);
  z-index: 1;
}

.our-mission-two-shape-3 {
  position: absolute;
  top: -545px;
  right: 580px;
  height: 770px;
  width: 360px;
  background-color: var(--oslim-black, #191825);
  mix-blend-mode: soft-light;
  border-radius: 385px;
  transform: rotate(-40deg);
  z-index: 2;
}

.our-mission-two__left {
  position: relative;
  display: block;
  z-index: 3;
}

.our-mission-two__title {
  font-size: 75px;
  color: var(--oslim-white, #ffffff);
  font-weight: 800;
  line-height: 80px;
  margin-bottom: 41px;
}

.our-mission-two__right {
  position: relative;
  display: block;
  float: right;
  margin-top: 135px;
  z-index: 3;
}

.our-mission-two__video-link {
  position: relative;
  display: block;
}

.our-mission-two__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  line-height: 112px;
  text-align: center;
  font-size: 25px;
  color: var(--oslim-white, #ffffff);
  background-color: rgba(var(--oslim-black-rgb, 25, 24, 37), 0.2);
  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;
}

.our-mission-two__video-icon:hover {
  background-color: rgba(var(--oslim-black-rgb, 25, 24, 37), 1);
}

.our-mission-two__video-icon:before {
  position: absolute;
  top: -17px;
  left: -17px;
  right: -17px;
  bottom: -17px;
  content: "";
  border-radius: 50%;
  z-index: 1;
  border: 3px solid var(--oslim-base, #ff613c);
}

.our-mission-two__video-link .ripple,
.our-mission-two__video-icon .ripple:before,
.our-mission-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 146px;
  height: 146px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--oslim-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--oslim-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--oslim-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.our-mission-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.our-mission-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.our-mission-two__video-text {
  font-size: 30px;
  color: var(--oslim-base, #ff613c);
  line-height: 40px;
  font-weight: 400;
  font-family: var(--oslim-reey-font);
  position: relative;
  left: -124px;
  top: 29px;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  margin-top: -120px;
  z-index: 1;
}

.counter-one__inner {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: var(--oslim-bdr-radius, 3px);
  padding: 61px 0 20px;
}

.counter-one__inner:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--oslim-base, #ff613c);
  height: 4px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-one__single {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  text-align: center;
  margin-bottom: 33px;
}

.counter-one__single:before {
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 0;
  content: "";
  width: 1px;
  background-color: var(--oslim-bdr-color, #dcdce0);
}

.counter-one__single:first-child:before {
  display: none;
}

.counter-one__icon {
  position: relative;
  display: block;
  padding-bottom: 10px;
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  color: var(--oslim-base, #ff613c);
  font-size: 64px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1) rotateY(0deg);
}

.counter-one__single:hover .counter-one__icon span {
  transform: scale(0.9) rotateY(360deg);
  color: var(--oslim-black, #191825);
}

.counter-one__single h3 {
  font-size: 40px;
  font-weight: 800;
  font-family: var(--oslim-font, "Catamaran", sans-serif) !important;
  line-height: 50px !important;
}

.counter-one__text {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}

.counter-one .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/
.news-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
  top: 1px;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 660px;
  width: 100%;
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
  margin-top: -167px;
}

/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
.site-footer-three {
  margin-top: 0;
}

.site-footer-three .site-footer__top {
  padding: 122px 0 100px;
}

/*--------------------------------------------------------------
# Find Solution
--------------------------------------------------------------*/
.find-solution {
  position: relative;
  display: block;
  background-color: var(--oslim-black, #191825);
  padding: 59px 0;
}

.find-solution__inner {
  position: relative;
  display: block;
  text-align: center;
}

.find-solutions__text {
  font-size: 20px;
  color: var(--oslim-white, #ffffff);
  font-weight: 500;
  margin: 0;
  line-height: 29px;
}

.find-solutions__text a {
  position: relative;
  display: inline-block;
  background-color: var(--oslim-base, #ff613c);
  font-size: 12px;
  color: var(--oslim-white, #ffffff);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  padding: 0 20px 0;
  border-radius: 15px;
  margin-left: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 575px) {
  .find-solutions__text a {
    margin-top: 10px;
  }
}
.find-solutions__text a:hover {
  background-color: var(--oslim-white, #ffffff);
  color: var(--oslim-base, #ff613c);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  background-color: var(--oslim-extra, #fcf5f3);
  padding: 120px 0 90px;
}

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

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

.services-two__top-left .section-title__tagline {
  background-color: var(--oslim-white, #ffffff);
}

.services-two__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.services-two__top-text {
  font-weight: 500;
  line-height: 32px;
}

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

.services-two__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 50px 40px 20px;
  text-align: center;
  border-radius: var(--oslim-bdr-radius, 3px);
  margin-bottom: 30px;
}

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

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 66px;
  color: var(--oslim-base, #ff613c);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1) rotateY(0deg);
}

.services-two__single:hover .services-two__icon span {
  transform: scale(0.9) rotateY(360deg);
  color: var(--oslim-black, #191825);
}

.services-two__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  margin-top: 19px;
  margin-bottom: 24px;
  max-width: 171px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}

.services-two__title a {
  color: var(--oslim-black, #191825);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__title a {
  color: var(--oslim-base, #ff613c);
}

.services-two__text {
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}

.services-two__bottom-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--oslim-bdr-color, #dcdce0);
  padding-top: 20px;
  margin-top: 34px;
}

.services-two__read-more {
  font-size: 12px;
  color: var(--oslim-black, #191825);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__read-more {
  color: var(--oslim-base, #ff613c);
}

.services-two__arrow {
  position: relative;
  height: 32px;
  width: 45px;
  background-color: var(--oslim-extra, #fcf5f3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--oslim-black, #191825);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__single:hover .services-two__arrow {
  color: var(--oslim-white, #ffffff);
}

.services-two__arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: var(--oslim-base, #ff613c);
  border-radius: 15px;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.services-two__single:hover .services-two__arrow:before {
  transform: scaleX(1);
}

/*--------------------------------------------------------------
# Service Page
--------------------------------------------------------------*/
.service-page {
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-page .row {
  --bs-gutter-y: 30px;
}

.service-page .services-two__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Welcome Three
--------------------------------------------------------------*/
.welcome-three {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.welcome-three__left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.welcome-three__left .section-title {
  margin-bottom: 29px;
}

.welcome-three__points {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-three__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-three__points li + li {
  margin-left: 145px;
}

.welcome-three__points li .icon {
  height: 15px;
  width: 15px;
  background-color: var(--oslim-base, #ff613c);
  font-size: 9px;
  color: var(--oslim-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.welcome-three__points li .text {
  margin-left: 10px;
}

.welcome-three__points li .text p {
  font-size: 20px;
  color: var(--oslim-black, #191825);
  font-weight: 700;
  margin: 0;
  line-height: 27px;
}

.welcome-three__points-content {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 30px;
}

.welcome-three__points-content li {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-three__points-content li + li {
  margin-left: 60px;
}

.welcome-three__points-text {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}

.welcome-three__text {
  font-weight: 500;
  margin: 0;
}

.welcome-three__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 50px;
}

.welcome-three__progress-single {
  position: relative;
  display: block;
}

.welcome-three__progress-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--oslim-black, #191825);
  margin-bottom: 6px;
}

.welcome-three__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: var(--oslim-extra, #fcf5f3);
  border-radius: 30px;
}

.welcome-three__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 30px;
  background: var(--oslim-base, #ff613c);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.welcome-three__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 20px;
  color: var(--oslim-gray, #81808c);
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.welcome-three__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.welcome-three__bottom {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-three__video {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.video-one__video-icon {
  position: relative;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--oslim-white, #ffffff);
  background-color: var(--oslim-black, #191825);
  background-blend-mode: luminosity;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.video-one__video-icon:hover {
  color: var(--oslim-base, #ff613c);
}

.video-one__video-icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--oslim-black, #191825);
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
}

.welcome-three__video-text {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--oslim-reey-font);
  margin-left: 20px;
  font-weight: 400;
}

.welcome-three__right {
  position: relative;
  display: block;
  margin-right: 70px;
}

.welcome-three__img-box {
  position: relative;
  display: block;
}

.welcome-three__img-box:before {
  position: absolute;
  top: 0;
  right: -35px;
  width: 5px;
  height: 278px;
  background-color: var(--oslim-extra, #fcf5f3);
  border-radius: var(--oslim-bdr-radius, 3px);
  content: "";
  z-index: 2;
}

.welcome-three-img-1 {
  position: relative;
  display: block;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.welcome-three-img-1 img {
  width: 100%;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.welcome-three__img-2 {
  position: absolute;
  bottom: 0;
  right: -190px;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.welcome-three__img-2 img {
  width: auto;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.welcome-three__experience {
  position: absolute;
  background-color: var(--oslim-base, #ff613c);
  text-align: center;
  z-index: 2;
  border-radius: var(--oslim-bdr-radius, 3px);
  padding: 17px 70px;
  top: 199px;
  right: -320px;
  transform: rotate(90deg);
}

.welcome-three__experience p {
  font-size: 16px;
  color: var(--oslim-white, #ffffff);
  margin: 0;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}

/*--------------------------------------------------------------
# Case Three
--------------------------------------------------------------*/
.case-three {
  position: relative;
  display: block;
}

.case-three .container {
  max-width: 1500px;
}

.case-three:before {
  display: none;
}

.case-three .section-title__tagline {
  background-color: var(--oslim-extra, #fcf5f3);
}

.case-three .case-one__content {
  margin-right: 140px;
}

.case-three .case-one__arrow {
  right: 180px;
}

/*--------------------------------------------------------------
# Our Mission Three
--------------------------------------------------------------*/
.our-mission-three {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
# How We Works
--------------------------------------------------------------*/
.how-we-works {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.how-we-works__list-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  counter-reset: count;
}

.how-we-works__single {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 18px;
}

.how-we-works__icon-box {
  position: relative;
  display: block;
}

.how-we-works__icon {
  position: relative;
  height: 185px;
  width: 185px;
  background-color: var(--oslim-extra, #fcf5f3);
  border-radius: 50%;
  font-size: 65px;
  color: var(--oslim-base, #ff613c);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 500ms ease;
  z-index: 1;
}

.how-we-works__single:hover .how-we-works__icon {
  color: var(--oslim-white, #ffffff);
}

.how-we-works__icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--oslim-base, #ff613c);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.how-we-works__single:hover .how-we-works__icon::before {
  transform: scaleX(1);
}

.how-we-works__count {
  height: 67px;
  width: 67px;
  background-color: var(--oslim-base, #ff613c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -10px;
  margin: 0 auto;
  transition: all 500ms ease;
  font-family: var(--oslim-font, "Catamaran", sans-serif);
}

.how-we-works__single:hover .how-we-works__count {
  background-color: var(--oslim-extra, #fcf5f3);
}

.how-we-works__count:before {
  position: absolute;
  height: 67px;
  width: 67px;
  text-align: center;
  color: var(--oslim-white, #ffffff);
  font-size: 20px;
  line-height: 67px;
  border-radius: 50%;
  font-weight: 700;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 500ms ease;
}

.how-we-works__single:hover .how-we-works__count:before {
  color: var(--oslim-base, #ff613c);
}

.how-we-works__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 44px;
  margin-bottom: 30px;
}

.how-we-works__text {
  margin: 0;
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  background-color: var(--oslim-extra, #fcf5f3);
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.testimonial-three-shape-1 {
  position: absolute;
  top: -269px;
  left: 0;
  height: 770px;
  width: 360px;
  background-color: #faefeb;
  border-radius: 160px;
  transform: rotate(-37deg);
  z-index: -1;
}

.testimonial-three__left {
  position: relative;
  display: block;
  z-index: 5;
}

.testimonial-three__left .section-title__tagline {
  background-color: var(--oslim-white, #ffffff);
}

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

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

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

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

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

.testimonial-three__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--oslim-bdr-radius, 3px);
  padding: 51px 60px 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-three__single:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-three__text {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
  padding-bottom: 37px;
}

.testimonial-three__client-info {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-three__client-img {
  position: relative;
  display: block;
  width: 70px;
  border-radius: 50%;
  margin-left: 7px;
}

.testimonial-three__client-img:before {
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: -7px;
  right: -7px;
  border: 2px solid var(--oslim-base, #ff613c);
  content: "";
  border-radius: 50%;
}

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

.testimonial-three__client-details {
  margin-left: 30px;
}

.testimonial-three__client-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.testimonial-three__client-title {
  font-size: 16px;
  color: var(--oslim-base, #ff613c);
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}

.testimonial-three__quote-icon {
  position: absolute;
  bottom: 89px;
  right: 60px;
  background-image: url("assets/images/testimonial/testimonial-3-quote-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 31px;
}

.testimonial-three__quote-icon img {
  width: auto;
}

.testimonial-three__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 22px;
  left: -405px;
  margin: 0 !important;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  height: 32px;
  width: 45px;
  background: var(--oslim-white, #ffffff);
  border-radius: 50%;
  color: var(--oslim-black, #191825);
  font-size: 16px;
  text-align: center;
  border-radius: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  height: 32px;
  width: 45px;
  background: var(--oslim-white, #ffffff);
  border-radius: 50%;
  color: var(--oslim-black, #191825);
  font-size: 16px;
  text-align: center;
  transform: rotate(180deg);
  border-radius: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: var(--oslim-white, #ffffff);
  background-color: var(--oslim-base, #ff613c);
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  position: relative;
  display: block;
  background-color: var(--oslim-extra, #fcf5f3);
  overflow: hidden;
  z-index: 1;
}

.brand-two-shape-2 {
  position: absolute;
  bottom: -275px;
  left: 565px;
  height: 555px;
  width: 260px;
  background-color: #fefcfb;
  border-radius: 160px;
  transform: rotate(-34deg);
  z-index: -1;
}

.brand-two__inner {
  position: relative;
  display: block;
  padding: 118px 0 119px;
  border-top: 1px solid var(--oslim-bdr-color, #dcdce0);
}

.brand-two .swiper-slide {
  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;
}

.brand-two .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.2;
  max-width: 100%;
}

.brand-two .swiper-slide img:hover {
  opacity: 0.6;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  background-color: var(--oslim-black, #191825);
  padding: 120px 0 210px;
  z-index: 1;
}

.our-office.contact-one {
  padding-top: 0;
  padding-bottom: 120px;
}

.contact-one-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.02;
  z-index: -1;
}

.contact-one__top {
  position: relative;
  display: block;
  border-bottom: 1px solid #30303b;
  padding-bottom: 120px;
}

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

.contact-one__top-left .section-title {
  margin-bottom: 23px;
}

.contact-one__top-left .section-title__tagline {
  background-color: #0a090f;
}

.contact-one__top-left .section-title__title {
  color: var(--oslim-white, #ffffff);
}

.contact-one__text {
  color: #a5a3b5;
  margin: 0;
}

.contact-one__timings {
  position: relative;
  display: block;
  margin-top: 26px;
}

.contact-one__timings-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: var(--oslim-white, #ffffff);
}

.contact-one__timings__text {
  font-size: 30px;
  color: var(--oslim-base, #ff613c);
  line-height: 35px;
  margin: 0;
}

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

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

.contact-one__form .row {
  --bs-gutter-x: 20px;
}

.contact-form__input-box {
  position: relative;
  display: block;
}

.contact-form__input-box input[type=text],
.contact-form__input-box input[type=email],
.contact-form__input-box textarea {
  height: 70px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #a5a3b5;
  border: none;
  outline: none;
  padding: 0 30px;
  margin-bottom: 20px;
  background-color: #0a090f;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.contact-form__input-box textarea {
  height: 150px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.contact-form__input-message-box {
  height: 150px;
  margin-bottom: 20px;
}

.contact-form__btn {
  border: none;
  line-height: 34px;
}

.contact-form__btn:hover:before {
  background-color: var(--oslim-white, #ffffff);
}

.contact-form__btn::after {
  background-color: var(--oslim-white, #ffffff);
}

.contact-one__bottom {
  position: relative;
  display: block;
  padding-top: 80px;
}

.contact-one__bottom-title {
  position: relative;
  display: block;
  font-size: 55px;
  color: var(--oslim-white, #ffffff);
  font-weight: 800;
  text-align: center;
  line-height: 65px;
  margin-bottom: 43px;
}

.contact-one__single {
  position: relative;
  display: block;
  background-color: #0a090f;
  border-radius: var(--oslim-bdr-radius, 3px);
  padding: 36px 40px 29px;
  margin-bottom: 30px;
}

.contact-one__title {
  font-size: 20px;
  color: var(--oslim-white, #ffffff);
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 20px;
}

.contact-one__text-2 {
  font-size: 16px;
  color: #a5a3b5;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}

.contact-one__contact-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.contact-one__email {
  position: relative;
  display: block;
  color: #a5a3b5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__email:hover {
  color: var(--oslim-base, #ff613c);
}

.contact-one__phone {
  position: relative;
  display: block;
  color: #a5a3b5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__phone:hover {
  color: var(--oslim-base, #ff613c);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map-two {
  position: relative;
  display: block;
  z-index: 2;
}

.google-map-two__inner {
  position: relative;
  display: block;
  margin-top: -120px;
}

.google-map__two-map {
  position: relative;
  display: block;
  border: none;
  height: 460px;
  width: 100%;
  border-radius: var(--oslim-bdr-radius, 3px);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 210px 0 118px;
  background-color: var(--oslim-black, #191825);
  overflow: hidden;
  z-index: 1;
}

.page-header-shape-1 {
  position: absolute;
  top: -213px;
  right: 455px;
  height: 495px;
  width: 230px;
  background-color: var(--oslim-black, #191825);
  mix-blend-mode: soft-light;
  border-radius: 150px;
  transform: rotate(-40deg);
  z-index: 2;
}

.page-header-shape-2 {
  position: absolute;
  bottom: -175px;
  right: 163px;
  height: 330px;
  width: 178px;
  background-color: var(--oslim-base, #ff613c);
  mix-blend-mode: color;
  border-radius: 150px;
  transform: rotate(-40deg);
  z-index: 2;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--oslim-black, #191825);
  background-blend-mode: luminosity;
  opacity: 0.4;
  z-index: -1;
}

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

.page-header__inner h2 {
  font-size: 55px;
  color: var(--oslim-white, #ffffff);
  line-height: 65px;
  font-weight: 900;
  margin-top: 18px;
  word-break: break-word;
}

.thm-breadcrumb {
  position: relative;
  display: inline-flex;
  padding: 8.5px 20px 5.5px;
  line-height: 22px;
  z-index: 1;
  margin-left: 0;
  flex-wrap: wrap;
  margin-top: -2px;
  margin-bottom: -2px;
}

.thm-breadcrumb:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--oslim-white, #ffffff);
  opacity: 0.2;
  z-index: -1;
  border-radius: 30px;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--oslim-white, #ffffff);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .thm-breadcrumb li {
    line-height: 1em;
  }
}
.thm-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 9px;
  margin-right: 9px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--oslim-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--oslim-base, #ff613c);
}

/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.news-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

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

.news-page--carousel {
  padding-bottom: 120px;
}

.news-carousel .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.news-carousel.swiper-container {
  overflow: visible;
}

.news-carousel .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.news-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .news-carousel .swiper-slide.swiper-slide-next {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .news-carousel .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
    visibility: visible;
  }
}
/*--------------------------------------------------------------
# News Sidebar
--------------------------------------------------------------*/
.news-sidebar {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

@media (min-width: 992px) {
  .news-sidebar--right .row {
    flex-direction: row-reverse;
  }
}
.news-sidebar .blog-pagination {
  margin-top: 56px;
}

.news-sidebar__left {
  position: relative;
  display: block;
}

.news-sidebar__content {
  position: relative;
  display: block;
}

.news-sidebar__single {
  position: relative;
  display: block;
}

.news-sidebar__single + .news-sidebar__single {
  margin-top: 23px;
}
.news-sidebar__single + .news-sidebar__single .blog-sidebar__content-img {
  padding-top: 4px;
}

.news-sidebar__img {
  position: relative;
  display: block;
}

.news-sidebar__img img {
  width: 100%;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.news-sidebar__content-box {
  position: relative;
  display: block;
}

.blog-sidebar__content-img img {
  margin-bottom: 16px;
  border-radius: var(--oslim-bdr-radius);
  max-width: 100%;
}

.news-sidebar__sub-title {
  position: relative;
  display: inline-block;
  background-color: var(--oslim-extra, #fcf5f3);
  font-size: 12px;
  color: var(--oslim-base, #ff613c);
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 15px;
  margin: 0;
  transition: all 500ms ease;
}
.news-sidebar__sub-title:hover {
  background-color: var(--oslim-base, #ff613c);
  color: #fff;
}
.news-sidebar__sub-title a {
  color: inherit;
  padding: 0 20px;
  width: 100%;
  display: block;
}

.news-sidebar__meta {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 2px;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.news-sidebar__meta li {
  padding-left: 5px;
  padding-right: 5px;
}

.news-sidebar__meta li span {
  font-size: 14px;
}

.news-sidebar__meta li a {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-sidebar__meta li a:hover {
  color: var(--oslim-base, #ff613c);
}

.news-sidebar__meta li a i,
.news-sidebar__meta li span i,
.news-details__meta li span i {
  color: var(--oslim-base, #ff613c);
}

.news-sidebar__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  word-break: break-word;
}

.news-sidebar__title a {
  color: var(--oslim-black, #191825);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-sidebar__title a:hover {
  color: var(--oslim-base, #ff613c);
}

.news-sidebar__text {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 8px;
}

.news-sidebar__bottom {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.news-sidebar__arrow {
  position: relative;
  height: 32px;
  width: 45px;
  background-color: var(--oslim-extra, #fcf5f3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--oslim-black, #191825);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.news-sidebar__bottom:hover .news-sidebar__arrow {
  color: var(--oslim-white, #ffffff);
  background-color: var(--oslim-base, #ff613c);
}

.news-sidebar__read-more {
  font-size: 12px;
  color: var(--oslim-black, #191825);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-left: 0px;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-sidebar__bottom:hover .news-sidebar__read-more {
  color: var(--oslim-base, #ff613c);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
  .order-first .sidebar {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.widget-area .widget h2,
.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 700;
}

.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: var(--oslim-base, #ff613c);
  color: var(--oslim-white, #ffffff);
  font-size: 16px;
  font-weight: 700;
  padding-left: 50px;
  height: 78px;
  width: 100%;
  padding-right: 80px;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--oslim-white, #ffffff);
  opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
  color: var(--oslim-white, #ffffff);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--oslim-white, #ffffff);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--oslim-white, #ffffff);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--oslim-white, #ffffff);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--oslim-white, #ffffff);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--oslim-white, #ffffff);
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--oslim-white, #ffffff);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 47px 30px 30px;
  background-color: var(--oslim-extra, #fcf5f3);
  border-radius: var(--oslim-bdr-radius, 3px);
}

.sidebar__post .sidebar__title {
  margin-left: 30px;
}

.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 14px 30px 19px;
  transition: all 500ms ease;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.sidebar__post-list li:hover {
  background-color: rgb(255, 255, 255);
}

.sidebar__post-list li + li {
  margin-top: 5px;
}

.sidebar__post-image {
  margin-right: 20px;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.sidebar__post-image > img {
  width: 70px;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.sidebar__post-content {
  position: relative;
}

.sidebar__post-content h3 {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: var(--oslim-gray, #81808c) !important;
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  color: var(--oslim-base, #ff613c);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__post-content h3 a {
  color: var(--oslim-black, #191825);
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: var(--oslim-extra, #fcf5f3);
  padding: 47px 20px 39px;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.sidebar__category .sidebar__title {
  padding-left: 30px;
  margin-bottom: 6px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li + li {
  margin-top: 3px;
}

.sidebar__category-list li a {
  color: var(--oslim-gray, #81808c);
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 7px 30px;
  border-radius: var(--oslim-bdr-radius, 3px);
  font-weight: 700;
}

.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  color: var(--oslim-black, #191825);
}

.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  color: var(--oslim-black, #191825);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--oslim-gray, #81808c);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.sidebar__category-list li a:hover span {
  color: var(--oslim-base, #ff613c);
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
  transform: translateY(-50%) scale(1);
  color: var(--oslim-base, #ff613c);
}

.sidebar__tags {
  position: relative;
  display: block;
  background: var(--oslim-extra, #fcf5f3);
  padding: 47px 45px 50px;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 23px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 11px;
  color: var(--oslim-black, #191825);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--oslim-white, #ffffff);
  display: inline-block;
  padding: 2px 20px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--oslim-white, #ffffff);
  background: var(--oslim-base, #ff613c);
}

.sidebar__comments {
  position: relative;
  display: block;
  background: var(--oslim-extra, #fcf5f3);
  border-radius: var(--oslim-bdr-radius, 3px);
  padding: 45px 50px 43px;
}

.sidebar__comments .sidebar__title {
  margin-bottom: 24px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}

.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--oslim-white, #ffffff);
  border-radius: 50%;
  font-size: 15px;
  color: var(--oslim-black, #191825);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--oslim-base, #ff613c);
  color: var(--oslim-white, #ffffff);
}

.sidebar__comments-text-box p {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}

.sidebar__comments-text-box h5 {
  font-size: 16px;
  color: var(--oslim-black, #191825);
  line-height: 26px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.news-details__left {
  position: relative;
  display: block;
}

.news-details__img {
  position: relative;
  display: block;
}

.news-details__img img {
  width: 100%;
  border-radius: var(--oslim-bdr-radius, 3px);
  margin-bottom: 30px;
}

.news-details__content {
  position: relative;
  display: block;
}

.news-details__sub-title {
  position: relative;
  display: inline-block;
  background-color: var(--oslim-extra, #fcf5f3);
  font-size: 12px;
  color: var(--oslim-base, #ff613c);
  font-weight: 600;
  line-height: 30px;
  padding: 0 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 15px;
  margin: 0;
}

.news-details__content .news-details__meta {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: -8px;
}

.news-details__meta li + li {
  margin-left: 10px;
}

.news-details__meta li span {
  font-size: 14px;
}

.news-details__content a {
  color: var(--oslim-black);
}

ul.news-details__meta li a {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--oslim-gray);
}

.news-details__meta li a:hover {
  color: var(--oslim-base, #ff613c);
}

.news-details__meta li a i {
  color: var(--oslim-base, #ff613c);
}

.news-details__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 9px;
}

.news-details__text-1 {
  margin: 0;
  padding-bottom: 34px;
}

.news-details__text-2 {
  margin: 0;
}

.news-details__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 51px;
  border-top: 1px solid var(--oslim-bdr-color, #dcdce0);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .news-details__bottom {
    justify-content: center;
    align-items: center;
  }
}

.news-details__bottom p {
  margin: 0;
}

@media (max-width: 767px) {
  .news-details__tags {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.news-details__tags span {
  color: var(--oslim-black, #191825);
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .news-details__tags span {
    margin-right: 10px !important;
    top: -3px;
  }
}

.news-details__tags a {
  position: relative;
  color: var(--oslim-white, #ffffff);
  font-size: 11px;
  background-color: var(--oslim-base, #ff613c);
  display: inline-block;
  padding: 2px 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  border-radius: var(--oslim-bdr-radius, 3px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 10px;
}

.news-details__tags a:hover {
  background-color: var(--oslim-black, #191825);
  color: var(--oslim-white, #ffffff);
}

.news-details__tags a + a {
  margin-left: 6px;
}

.news-details__social-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.news-details__social-list a {
  position: relative;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--oslim-black, #191825);
  font-size: 15px;
  background-color: var(--oslim-extra, #fcf5f3);
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.news-details__social-list a:hover {
  color: var(--oslim-white, #ffffff);
}

.news-details__social-list a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--oslim-base, #ff613c);
  border-radius: 50%;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}

.news-details__social-list a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.news-details__social-list a + a {
  margin-left: 10px;
}

.news-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 56px;
}

.news-details__pagenation {
  position: relative;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .news-details__pagenation {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .news-details__pagenation {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1200px) {
  .news-details__pagenation {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news-details__pagenation li {
  position: relative;
  color: var(--oslim-black, #191825);
  background-color: var(--oslim-extra, #fcf5f3);
  line-height: 1.8em;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 100%;
  width: 100%;
  padding: 30px;
  border-radius: var(--oslim-bdr-radius, 3px);
  font-size: 20px;
  text-align: center;
}

@media (min-width: 1200px) {
  .news-details__pagenation li {
    text-align: left;
    padding-left: 60px;
    padding-right: 0px;
    padding-top: 51px;
    padding-bottom: 47px;
  }
}
.news-details__pagenation li:hover {
  background-color: var(--oslim-base, #ff613c);
  color: var(--oslim-white, #ffffff);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--oslim-black, #191825);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 35px;
}

.comment-one__title {
  margin-bottom: 25px;
}

.comment-one__single {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid var(--oslim-bdr-color, #dcdce0);
  padding-bottom: 52px;
  margin-bottom: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 40px;
  margin-top: -3px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--oslim-black, #191825);
  margin-bottom: 25px;
  font-weight: 700;
}

.comment-one__content p {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.comment-one__btn {
  font-size: 11px;
  padding: 2px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

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

.comment-one__image {
  position: relative;
  display: block;
}

.comment-one__image img {
  border-radius: var(--oslim-bdr-radius, 3px);
}

.comment-form .comment-form__title {
  margin-top: -5px;
}

.comment-one__form .row {
  --bs-gutter-x: 20px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box .message {
  display: block;
}

.comment-form__input-box input[type=text],
.comment-form__input-box input[type=email] {
  height: 70px;
  width: 100%;
  border: none;
  background-color: var(--oslim-extra, #fcf5f3);
  padding-left: 30px;
  padding-right: 30px;
  border-radius: var(--oslim-bdr-radius, 3px);
  outline: none;
  font-size: 16px;
  color: var(--oslim-gray, #81808c);
  font-weight: 500;
  display: block;
}

.comment-form__input-box textarea {
  font-size: 16px;
  color: var(--oslim-gray, #81808c);
  height: 150px;
  width: 100%;
  background-color: var(--oslim-extra, #fcf5f3);
  padding: 18px 30px 30px;
  border: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 0px;
  border-radius: var(--oslim-bdr-radius, 3px);
  font-weight: 500;
}

.comment-form__input-box.text-message-box {
  height: 150px;
}

.comment-form__btn {
  border: none;
}

/*--------------------------------------------------------------
# Cases Page
--------------------------------------------------------------*/
.cases-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.cases-page--carousel {
  padding-bottom: 105px;
}

.case-carousel .swiper-pagination {
  margin-top: 30px;
}

.case-carousel.swiper-container {
  overflow: visible;
}

.case-carousel .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.case-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .case-carousel .swiper-slide.swiper-slide-next {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .case-carousel .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
    visibility: visible;
  }
}
.case-carousel .owl-stage-outer {
  overflow: visible;
}
.case-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.case-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Case Details
--------------------------------------------------------------*/
.case-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.case-details__img {
  position: relative;
  display: block;
}

.case-details__img img {
  width: 100%;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.case-details__details-box {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--oslim-white, #ffffff);
  padding: 53px 60px 53px;
  border-top-left-radius: 3px;
}

.case-details__details {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 0;
}

.case-details__details li {
  position: relative;
  display: flex;
  align-items: center;
}

.case-details__details li + li {
  margin-left: 75px;
}

.case-details__details-icon {
  display: flex;
  align-items: center;
}

.case-details__details-icon span {
  font-size: 30px;
  color: var(--oslim-base, #ff613c);
  position: relative;
  display: inline-block;
}

.case-details__details-content {
  margin-left: 20px;
}

.case-details__details-sub-title {
  font-weight: 500;
  line-height: 27px;
}

.case-details__details-title {
  color: var(--oslim-black, #191825);
  font-weight: 600;
  margin: 0;
  line-height: 27px;
}

.case-details__details-title span.category::after {
  content: ", ";
}

.case-details__details-title span.category:last-child::after {
  content: "";
}

.case-details__content {
  position: relative;
  display: block;
  margin-top: 52px;
}

.case-details__content-left {
  position: relative;
  display: block;
}

.case-details__content-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 28px;
}

.case-details__content-text-1 {
  margin: 0;
}

.case-details__content-text-2 {
  margin: 0;
  padding-top: 34px;
  padding-bottom: 20px;
}

.case-details__content-text-3 {
  margin: 0;
}

.case-details__content-right {
  position: relative;
  display: block;
}

.case-details__content-points {
  position: relative;
  display: block;
  margin-top: 34px;
}

.case-details__content-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.case-details__content-points li + li {
  margin-top: 5px;
}

.case-details__content-points .icon {
  height: 15px;
  width: 15px;
  background-color: var(--oslim-base, #ff613c);
  color: var(--oslim-white, #ffffff);
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.case-details__content-points .text {
  margin-left: 12px;
}

.case-details__content-points .text p {
  color: var(--oslim-black, #191825);
  font-weight: 500;
  margin: 0;
}

.case-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--oslim-bdr-color, #dcdce0);
  border-bottom: 1px solid var(--oslim-bdr-color, #dcdce0);
  padding: 39px 0;
  margin-top: 113px;
}

.case-details__pagination li {
  display: inline-block;
}

.case-details__pagination li.next {
  float: left;
  position: relative;
}

.case-details__pagination li a {
  font-size: 12px;
  color: var(--oslim-black, #191825);
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: all 500ms ease;
}

.case-details__pagination li a:hover {
  color: var(--oslim-base, #ff613c);
}

.case-details__pagination li.next i {
  position: relative;
  height: 32px;
  width: 45px;
  background-color: var(--oslim-extra, #fcf5f3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--oslim-black, #191825);
  font-size: 16px;
  transform: rotate(180deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 10px;
  z-index: 1;
}

.case-details__pagination li.previous {
  position: relative;
  float: right;
}

.case-details__pagination li.previous i {
  position: relative;
  height: 32px;
  width: 45px;
  background-color: var(--oslim-extra, #fcf5f3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--oslim-black, #191825);
  font-size: 16px;
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.case-details__pagination li a:hover i {
  color: var(--oslim-white, #ffffff);
  background-color: var(--oslim-base, #ff613c);
}

/*--------------------------------------------------------------
## Similar Case
--------------------------------------------------------------*/
.simialr-case {
  position: relative;
  display: block;
  padding: 120px 0 110px;
}
.simialr-case .thm-owl__carousel .owl-stage-outer {
  overflow: visible;
}
.simialr-case .thm-owl__carousel .owl-item {
  visibility: hidden;
  opacity: 0;
  transition: visibility 500ms ease, opacity 500ms ease;
}
.simialr-case .thm-owl__carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.service-details__sidebar {
  position: relative;
  display: block;
}

.service-details__sidebar-service {
  position: relative;
  display: block;
}

.service-details__sidebar-service-list {
  margin: 0;
}

.service-details__sidebar-service-list li + li {
  margin-top: 10px;
}

.service-details__sidebar-service-list li a {
  color: var(--oslim-black, #191825);
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background-color: var(--oslim-extra, #fcf5f3);
  border-radius: var(--oslim-bdr-radius, 3px);
  padding: 19px 40px;
}

.service-details__sidebar-service-list li.current a,
.service-details__sidebar-service-list li.current-menu-ancestor > a,
.service-details__sidebar-service-list li.current_page_item > a,
.service-details__sidebar-service-list li.current-menu-item > a,
.service-details__sidebar-service-list li.current-menu-parent > a,
.service-details__sidebar-service-list li a:hover {
  color: var(--oslim-base, #ff613c);
}

.service-details__sidebar-service-list li a span {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--oslim-black, #191825);
  background-color: var(--oslim-white, #ffffff);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 15px;
}

.service-details__sidebar-service-list li.current a span,
.service-details__sidebar-service-list li.current-menu-ancestor > a span,
.service-details__sidebar-service-list li.current_page_item > a span,
.service-details__sidebar-service-list li.current-menu-item > a span,
.service-details__sidebar-service-list li.current-menu-parent > a span,
.service-details__sidebar-service-list li a:hover span {
  transform: translateY(-50%);
  color: var(--oslim-white, #ffffff);
  background-color: var(--oslim-base, #ff613c);
}

.service-details__need-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--oslim-base, #ff613c);
  border-radius: var(--oslim-bdr-radius, 3px);
  overflow: hidden;
}

.service-details__need-help-shape-1 {
  position: absolute;
  top: -295px;
  left: -21px;
  width: 230px;
  height: 495px;
  background-color: var(--oslim-black, #191825);
  mix-blend-mode: soft-light;
  border-radius: 150px;
  transform: rotate(-40deg);
}

.service-details__need-help-shape-2 {
  position: absolute;
  bottom: -135px;
  right: -141px;
  width: 178px;
  height: 380px;
  background-color: var(--oslim-white, #ffffff);
  mix-blend-mode: soft-light;
  border-radius: 150px;
  transform: rotate(-40deg);
}

.service-details__need-help-icon {
  height: 73px;
  width: 73px;
  background-color: var(--oslim-white, #ffffff);
  color: var(--oslim-black, #191825);
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0;
  transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
  background-color: var(--oslim-black, #191825);
  color: var(--oslim-white, #ffffff);
}

.service-details__need-help-title {
  font-size: 38px;
  color: var(--oslim-white, #ffffff);
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}

.service-details__need-help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}

.service-details__need-help-contact p {
  font-size: 14px;
  color: var(--oslim-white, #ffffff);
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}

.service-details__need-help-contact a {
  font-size: 30px;
  color: var(--oslim-white, #ffffff);
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
  color: var(--oslim-black, #191825);
}

.service-details__right {
  position: relative;
  display: block;
}

.service-details__img {
  position: relative;
  display: block;
}

.service-details__img img {
  width: 100%;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.service-details__content {
  position: relative;
  display: block;
  margin-top: 39px;
}

.service-details__title-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.service-details__title-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details__title-icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 1px;
  content: "";
  background-color: var(--oslim-bdr-color, #dcdce0);
}

.service-details__title-icon span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--oslim-base, #ff613c);
}

.service-details__title {
  font-size: 34px;
  font-weight: 800;
  line-height: 44px;
  margin-left: 60px;
}

.service-details__text-1 {
  margin: 0;
  padding-bottom: 35px;
}

.service-details__text-2 {
  margin: 0;
}

.service-details__two-icons {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 43px 0 38px;
}

.service-details__two-icon-single {
  position: relative;
  display: block;
  max-width: 360px;
  width: 100%;
  padding-left: 90px;
  float: left;
}

.service-details__two-icon-single + .service-details__two-icon-single {
  margin-left: 40px;
}

.service-details__two-icon {
  height: 40px;
  width: 60px;
  background-color: var(--oslim-base, #ff613c);
  font-size: 16px;
  color: var(--oslim-white, #ffffff);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 0;
}

.service-details__two-icon span {
  position: relative;
  display: inline-block;
}

.service-details__two-icon-content {
  font-size: 20px;
  color: var(--oslim-black, #191825);
  font-weight: 700;
  line-height: 36px;
  margin: 0;
}

.service-details__text-3 {
  margin: 0;
  padding-bottom: 53px;
}

.service-details__how-help {
  position: relative;
  display: block;
}

.service-details__how-help-single {
  position: relative;
  display: block;
}

.service-details__how-help-img {
  position: relative;
  display: block;
}

.service-details__how-help-img img {
  width: 100%;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.service-details__how-help-content {
  position: relative;
  display: block;
}

.service-details__how-help-text-1 {
  font-size: 26px;
  color: var(--oslim-black, #191825);
  font-weight: 700;
  margin: 0;
  line-height: 38px;
  padding-top: 42px;
}

.service-details__how-help-text-2 {
  font-size: 20px;
  margin: 0;
  padding-top: 42px;
  padding-bottom: 33px;
}

.service-details__how-help-points {
  position: relative;
  display: block;
}

.service-details__how-help-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details__how-help-points li + li {
  margin-top: 5px;
}

.service-details__how-help-points li .icon {
  height: 15px;
  width: 15px;
  background-color: var(--oslim-base, #ff613c);
  color: var(--oslim-white, #ffffff);
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.service-details__how-help-points li .text {
  margin-left: 12px;
}

.service-details__how-help-points li .text p {
  color: var(--oslim-black, #191825);
  font-weight: 600;
  margin: 0;
}

.service-details__faq {
  position: relative;
  display: block;
  margin-top: 51px;
}

/*--------------------------------------------------------------
## Work Together Two
--------------------------------------------------------------*/
.work-together-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.work-together-two__left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.work-together-two__img {
  position: relative;
  display: block;
}

.work-together-two__img img {
  width: 100%;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.work-together-tow__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.work-together-tow__right .section-title {
  margin-bottom: 36px;
}

.work-together-tow__content {
  position: relative;
  display: flex;
}

.work-together-tow__icon {
  position: relative;
  display: block;
  top: 7px;
}

.work-together-tow__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--oslim-black, #191825);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.work-together-tow__content:hover .work-together-tow__icon span {
  transform: rotateY(360deg) scale(0.9);
  color: var(--oslim-base, #ff613c);
}

.work-together-tow__text {
  font-size: 24px;
  color: var(--oslim-base, #ff613c);
  font-weight: 500;
  line-height: 38px;
  margin-left: 17px;
}

.work-together-tow__text-2 {
  margin: 0;
  padding-top: 38px;
  padding-bottom: 48px;
}

/*--------------------------------------------------------------
## Team Page Two
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.team-page--carousel {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
## FAQs Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 100px;
  background-color: var(--oslim-extra, #fcf5f3);
}

.faq-page__single {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.faq-page .faq-one-accrodion .accrodion {
  background-color: var(--oslim-white, #ffffff);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.contact-page .container {
  max-width: 770px;
  width: 100%;
}

.contact-page__form .comment-form__btn {
  margin: 20px auto 0;
  display: block;
}

.contact-page__form .comment-form__btn:hover {
  background-color: var(--oslim-black, #191825);
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 50px 0 120px;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title-box {
  position: relative;
  display: block;
  z-index: 2;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  font-weight: 700;
  margin-bottom: 3px;
  z-index: 2;
}

.error-page__title-2 {
  position: absolute;
  font-size: 350px;
  line-height: 350px;
  font-weight: 700;
  color: rgba(var(--oslim-base-rgb), 0.1);
  top: -10px;
  left: -12px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 15px;
  font-weight: 500;
}

.error-page__text {
  margin: 0;
  line-height: 18px;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 61px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form ::placeholder {
  opacity: 1;
  color: var(--oslim-gray, #81808c);
}

.error-page__form input[type=search] {
  height: 70px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--oslim-extra, #fcf5f3);
  font-size: 18px;
  color: var(--oslim-gray, #81808c);
  font-weight: 400;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: var(--oslim-bdr-radius, 3px);
}

.error-page__form button[type=submit] {
  background-color: transparent;
  color: var(--oslim-black, #191825);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 70px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.error-page__btn:hover {
  background-color: var(--oslim-black, #191825);
}

/*--------------------------------------------------------------
## Contact Details
--------------------------------------------------------------*/
.contact-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

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

.contact-details__map-box {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
}

.contact-details__map {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.contact-details__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 93px 100px 87px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.contact-details__title-box {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--oslim-bdr-color, #dcdce0);
  padding-bottom: 37px;
  margin-bottom: 44px;
}

.contact-details__title {
  font-size: 34px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 18px;
}

.contact-details__text {
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}

.contact-details__address {
  font-size: 20px;
  color: var(--oslim-black, #191825);
  font-weight: 600;
  margin: 0;
  line-height: 30px;
}

.contact-details__contact-info {
  position: relative;
  display: flex;
  margin-top: 40px;
}

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

.contact-details__contact-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--oslim-base, #ff613c);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

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

.contact-details__contact-number-email {
  position: relative;
  display: block;
  line-height: 38px;
  margin-left: 20px;
}

.contact-details__contact-number {
  font-size: 30px;
  color: var(--oslim-black, #191825);
  font-weight: 500;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__contact-number:hover {
  color: var(--oslim-base, #ff613c);
}

.contact-details__contact-email {
  font-size: 20px;
  color: var(--oslim-base, #ff613c);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__contact-email:hover {
  color: var(--oslim-black, #191825);
}

/* ===================Custom Animation================== */
@-webkit-keyframes shapeMover2 {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(-40deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-40deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes shapeMover2 {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(-40deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-40deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
.shapemover2 {
  -webkit-animation-name: shapeMover2;
  animation-name: shapeMover2;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px) rotate(-34deg);
  }
  50% {
    transform: translateX(-10px) rotate(-34deg);
  }
  100% {
    transform: translateX(-30px) rotate(-34deg);
  }
}
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px) rotate(-34deg);
  }
  50% {
    transform: translateX(-10px) rotate(-34deg);
  }
  100% {
    transform: translateX(-30px) rotate(-34deg);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -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 float-bob-x-2 {
  0% {
    transform: translateY(-30px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(-30px) rotate(-45deg);
  }
}
@keyframes float-bob-x-2 {
  0% {
    transform: translateY(-30px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(-30px) rotate(-45deg);
  }
}
.float-bob-x-2 {
  -webkit-animation-name: float-bob-x-2;
  animation-name: float-bob-x-2;
  -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 float-bob-x-3 {
  0% {
    transform: translateY(-30px) rotate(34deg);
  }
  50% {
    transform: translateY(-10px) rotate(34deg);
  }
  100% {
    transform: translateY(-30px) rotate(34deg);
  }
}
@keyframes float-bob-x-3 {
  0% {
    transform: translateY(-30px) rotate(34deg);
  }
  50% {
    transform: translateY(-10px) rotate(34deg);
  }
  100% {
    transform: translateY(-30px) rotate(34deg);
  }
}
.float-bob-x-3 {
  -webkit-animation-name: float-bob-x-3;
  animation-name: float-bob-x-3;
  -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 float-bob-x-4 {
  0% {
    transform: translateX(-30px) rotate(10deg);
  }
  50% {
    transform: translateX(-10px) rotate(10deg);
  }
  100% {
    transform: translateX(-30px) rotate(10deg);
  }
}
@keyframes float-bob-x-4 {
  0% {
    transform: translateX(-30px) rotate(10deg);
  }
  50% {
    transform: translateX(-10px) rotate(10deg);
  }
  100% {
    transform: translateX(-30px) rotate(10deg);
  }
}
.float-bob-x-4 {
  -webkit-animation-name: float-bob-x-4;
  animation-name: float-bob-x-4;
  -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 float-bob-x-5 {
  0% {
    transform: translateY(-30px) rotate(-37deg);
  }
  50% {
    transform: translateY(-10px) rotate(-37deg);
  }
  100% {
    transform: translateY(-30px) rotate(-37deg);
  }
}
@keyframes float-bob-x-5 {
  0% {
    transform: translateY(-30px) rotate(-37deg);
  }
  50% {
    transform: translateY(-10px) rotate(-37deg);
  }
  100% {
    transform: translateY(-30px) rotate(-37deg);
  }
}
.float-bob-x-5 {
  -webkit-animation-name: float-bob-x-5;
  animation-name: float-bob-x-5;
  -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 float-bob-x-6 {
  0% {
    transform: translateX(-30px) rotate(-40deg);
  }
  50% {
    transform: translateX(-10px) rotate(-40deg);
  }
  100% {
    transform: translateX(-30px) rotate(-40deg);
  }
}
@keyframes float-bob-x-6 {
  0% {
    transform: translateX(-30px) rotate(-40deg);
  }
  50% {
    transform: translateX(-10px) rotate(-40deg);
  }
  100% {
    transform: translateX(-30px) rotate(-40deg);
  }
}
.float-bob-x-6 {
  -webkit-animation-name: float-bob-x-6;
  animation-name: float-bob-x-6;
  -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 float-bob-x-7 {
  0% {
    transform: translateY(-30px) rotate(-40deg);
  }
  50% {
    transform: translateY(-10px) rotate(-40deg);
  }
  100% {
    transform: translateY(-30px) rotate(-40deg);
  }
}
@keyframes float-bob-x-7 {
  0% {
    transform: translateY(-30px) rotate(-40deg);
  }
  50% {
    transform: translateY(-10px) rotate(-40deg);
  }
  100% {
    transform: translateY(-30px) rotate(-40deg);
  }
}
.float-bob-x-7 {
  -webkit-animation-name: float-bob-x-7;
  animation-name: float-bob-x-7;
  -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;
}

.news-sidebar__single.tag-sticky-2 .news-sidebar__content-box::before,
.news-sidebar__single.sticky .news-sidebar__content-box::before {
  position: absolute;
  right: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--oslim-base, #ff613c);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}

.wp-block-cover-image .wp-block-cover-image-text,
.news-details__content .wp-block-cover-image .wp-block-cover-text,
.news-details__content .wp-block-cover-image h2,
.news-details__content .wp-block-cover .wp-block-cover-image-text,
.news-details__content .wp-block-cover .wp-block-cover-text,
.news-details__content .wp-block-cover h2,
.news-details__content .wp-block-button__link {
  color: #fff;
}

.news-details__content > .wp-block-cover {
  margin-bottom: 32px;
}

.news-details__content {
  font-size: 16px;
  line-height: 2;
}

.news-details__content .wp-block-quote.has-text-align-right {
  border-right: 2px solid var(--oslim-black, #1e1e22);
  border-left: 0;
}

.news-details__content .wp-block-quote.has-text-align-right::before {
  right: auto;
  left: 30px;
  transform: rotateX(-180deg);
}

.news-details__content .blocks-gallery-caption {
  margin-bottom: 20px;
}

.news-details__content blockquote:not([class*=has-]),
.comment-content blockquote,
.news-details__content .wp-block-quote {
  background-color: #f1f1f5;
  border-left: 2px solid var(--oslim-black, #1e1e22);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

blockquote {
  margin: 0 1.5em;
}

.news-details__content blockquote:not([class*=has-])::before,
.comment-content blockquote::before,
.news-details__content .wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: -23px;
  transform: rotate(180deg);
  font-size: 100px;
  color: var(--oslim-base, #ff613c);
  opacity: 0.4;
  right: 30px;
  line-height: 0.9em;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: italic;
}

.comment-content strong,
.news-details__content strong {
  color: var(--oslim-black, #1e1e22);
}

.news-details__content a:hover {
  color: var(--oslim-base, #ff613c);
  transition: all 500ms ease;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
}

.has-large-font-size {
  line-height: 1.5em;
}

.wp-block-group.has-background {
  padding: 30px;
}

.wp-block-columns {
  margin: 30px 0;
}

.post-password-form label {
  font-weight: 600;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.news-details__content .post-password-form label {
  font-size: 18px;
  font-weight: 600;
  color: var(--oslim-black, #1e1e22);
}

.comments-area h1,
.news-details__content h1,
.comment-content h2,
.news-details__content h2,
.comment-content h3,
.news-details__content h3,
.comment-content h4,
.news-details__content h4,
.comment-content h5,
.news-details__content h5,
.comment-content h6,
.news-details__content h6 {
  margin-bottom: 1rem;
  color: var(--oslim-black, #1e1e22);
}

.news-details__content .post-password-form label {
  font-size: 18px;
  font-weight: 600;
  color: var(--oslim-black, #1e1e22);
}

.news-details__content .post-password-form input[type=password] {
  width: 200px;
  height: 50px;
  background-color: var(--oslim-extra);
  color: var(--oslim-gray, #717178);
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: var(--oslim-bdr-radius);
}

.news-details__content .post-password-form input[type=submit] {
  width: 120px;
  height: 50px;
  background-color: var(--oslim-black, #1e1e22);
  color: var(--oslim-white, #ffffff);
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
  border-radius: var(--oslim-bdr-radius);
}

.news-details__content .post-password-form input[type=submit]:hover {
  background-color: var(--oslim-base, #ff613c);
  color: var(--oslim-white, #fff);
}

.post .news-details__content > p {
  line-height: 2em;
  font-size: 16px;
}

.wp-block-cover-text strong {
  color: inherit;
}

.news-details__content ul,
.comments-area ul,
.comments-area ol,
.news-details__content ol {
  margin: 0 0 0.5em 0.5em;
  font-weight: 400;
}

.wp-block-archives-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--oslim-gray, #717178);
  position: relative;
  line-height: 34px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--oslim-gray, #717178);
  transition: all 0.3s ease;
  z-index: 1;
}

.wp-block-archives-list li a {
  color: inherit;
  transition: all 500ms ease;
}

.wp-block-archives.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

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

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}

.wp-block-latest-comments__comment-meta {
  font-size: 18px;
  line-height: 1.889;
  font-weight: 400;
  color: var(--oslim-black, #1e1e22);
}

.wp-block-latest-comments__comment-date {
  font-weight: 500;
  color: var(--oslim-gray, #717178);
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-left: 68px;
  min-height: 44px;
}

.wp-block-latest-comments {
  padding-left: 0;
  margin-left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--oslim-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--oslim-white, #ffffff);
  margin-right: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 5px;
  left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
  background-color: var(--oslim-base, #ff613c);
  color: var(--oslim-white, #ffffff);
}

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

.wp-block-latest-posts__list.has-dates {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.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(--oslim-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--oslim-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-latest-posts__list.is-grid.has-dates li::before {
  position: relative;
  top: auto;
  left: 0;
  margin-bottom: 10px;
}

.wp-block-latest-posts__list.is-grid.has-dates li {
  padding-left: 0;
}

.wp-block-search label {
  font-size: 18px;
  color: var(--oslim-black, #1e1e22);
  font-weight: 600;
}

.wp-block-search input[type=search] {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  max-width: 300px;
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: var(--oslim-extra);
  color: var(--oslim-gray, #717178);
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--oslim-font, "Kumbh Sans", sans-serif);
  width: 100%;
  height: 80px;
  border: 1px solid #f1f1f5;
  border-radius: 7px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.wp-block-search .wp-block-search__button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--oslim-black, #1e1e22);
  text-align: center;
  border-radius: 5px;
  color: var(--oslim-white, #ffffff);
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.wp-block-tag-cloud a {
  font-size: 18px !important;
  color: var(--oslim-gray, #717178);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 500ms ease;
}

.wp-block-rss li {
  position: relative;
  padding-left: 68px;
  font-size: 16px;
  color: var(--oslim-black, #1e1e22);
  min-height: 44px;
}

.wp-block-rss li + li {
  margin-top: 20px;
}

.wp-block-rss {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-rss li::before {
  content: "\f09e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--oslim-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--oslim-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
}

.news-details .wp-block-latest-posts__list li a,
.news-details .wp-block-latest-comments__comment-meta a,
.news-details .wp-block-rss li a {
  color: var(--oslim-black);
  font-weight: 600;
}

.news-details__content .page-links {
  color: var(--oslim-black, #1e1e22);
  display: flex;
  align-items: center;
}

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

.news-details__content .page-links span,
.news-details__content .page-links a {
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  color: var(--oslim-black, #1e1e22);
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--oslim-extra);
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 500ms ease;
  border-radius: var(--oslim-bdr-radius);
}

.news-details__content .page-links span {
  background-color: var(--oslim-black, #1e1e22);
  color: var(--oslim-white, #ffffff);
}

.news-details__content .page-links a:hover {
  background-color: var(--oslim-base, #ff613c);
  color: var(--oslim-white, #ffffff);
}

.wp-block-cover p:not(.has-text-color) strong,
.wp-block-cover p:not(.has-text-color) a {
  color: var(--oslim-white, #ffffff);
}

.wp-block-calendar table th {
  background: var(--oslim-extra);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}

.wp-block-calendar table th {
  font-weight: 400;
  background: var(--oslim-extra);
}

.type-page .news-details__bottom {
  padding: 0;
  margin-bottom: 50px;
}

/* Responsive
--------------------------------------------- */
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-one__top-right {
    margin-left: 0;
  }
  .welcome-one__top-left .section-title__title {
    font-size: 45px;
    line-height: 55px;
  }
  .work-together__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .work-together__right {
    max-width: 600px;
    margin: 150px auto 0;
  }
  .work-together {
    padding: 120px 0 127px;
  }
  .case-one__content {
    padding: 30px 20px 31px;
  }
  .case-one__arrow {
    right: 60px;
  }
  .benefits-one__left .section-title__title {
    font-size: 45px;
    line-height: 57px;
  }
  .benefits-one__right-text {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 66px;
  }
  .benefits-one {
    padding: 0 0 88px;
  }
  .free-consultation__inner {
    padding: 60px 30px 60px;
  }
  .free-consultation__icon {
    margin-left: 115px;
  }
  .trusted-one__inner {
    align-items: baseline;
    flex-direction: column;
  }
  .trusted-one__content {
    margin-bottom: 49px;
  }
  .trusted-one {
    padding: 114px 0 90px;
  }
  .footer-widget__contact {
    margin-top: 32px;
  }
  .footer-widget__newsletter-box {
    margin-top: 32px;
  }
  .welcome-two__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .welcome-two__right {
    max-width: 600px;
    margin: 180px auto 0;
  }
  .tab-content__contnet {
    max-width: 300px;
  }
  .quality-work {
    padding: 120px 0 106px;
  }
  .services-one__content {
    padding: 40px 20px 20px;
  }
  .why-choose-one__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .why-choose-one__right {
    max-width: 600px;
    margin: 60px auto 0px;
  }
  .why-choose-one {
    padding: 120px 0 120px;
  }
  .why-choose-one__img img {
    border-radius: var(--oslim-bdr-radius);
  }
  .welcome-two__img img {
    border-radius: var(--oslim-bdr-radius);
  }
  .our-mission-two__title {
    font-size: 66px;
    line-height: 71px;
  }
  .our-mission-two-shape-1,
  .our-mission-two-shape-2,
  .our-mission-two-shape-3 {
    display: none;
  }
  .services-two__top-right {
    margin-left: 0;
  }
  .services-two__text br {
    display: none;
  }
  .welcome-three__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .welcome-three__right {
    max-width: 600px;
    margin: 0 auto;
  }
  .work-together-two__left {
    margin-right: 0;
  }
  .work-together-tow__right {
    margin-left: 0;
  }
  .contact-details__content {
    padding: 93px 80px 87px;
  }
  .service-details__two-icon-single + .service-details__two-icon-single {
    margin-left: 0;
    margin-top: 18px;
  }
  .service-details__how-help-single {
    margin-bottom: 18px;
  }
  .service-details__faq {
    margin-top: 33px;
  }
  .testimonial-three__carousel.owl-theme .owl-nav {
    bottom: -97px;
    left: 0;
  }
  .testimonial-three {
    padding: 120px 0 212px;
  }
  .case-three .case-one__content {
    margin-right: 40px;
  }
  .case-three .case-one__arrow {
    right: 80px;
  }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-one__top-right {
    margin-left: 0;
    margin-top: 37px;
  }
  .welcome-one__counter-single:first-child {
    padding-right: 0;
  }
  .welcome-one__counter-single:before {
    left: 101px;
  }
  .welcome-one__feature-single {
    padding: 37px 20px 32px;
  }
  .work-together__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .work-together__right {
    max-width: 600px;
    margin: 150px auto 0;
  }
  .work-together {
    padding: 120px 0 127px;
  }
  .benefits-one__right-text {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 48px;
    padding-top: 40px;
  }
  .free-consultation__inner {
    padding: 60px 30px 60px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .free-consultation__left {
    flex-direction: column;
  }
  .free-consultation__icon {
    margin-left: 0;
    margin-top: 19px;
    margin-bottom: 21px;
  }
  .testimonial-one__content {
    margin-left: 40px;
  }
  .testimonial-one__text {
    font-size: 25px;
    line-height: 45px;
    padding-bottom: 36px;
  }
  .trusted-one__inner {
    align-items: baseline;
    flex-direction: column;
  }
  .trusted-one__content {
    margin-bottom: 49px;
  }
  .trusted-one {
    padding: 114px 0 90px;
  }
  .trusted.one__single:last-child {
    margin-left: 0 !important;
  }
  .cta-one__inner-content {
    padding-left: 0;
    flex-direction: column;
    text-align: center;
  }
  .cta-one__title {
    margin-bottom: 22px;
  }
  .footer-widget__contact {
    margin-top: 32px;
  }
  .footer-widget__newsletter-box {
    margin-top: 32px;
  }
  .welcome-two__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .welcome-two__right {
    max-width: 600px;
    margin: 180px auto 0;
  }
  .quality-work {
    padding: 120px 0 107px;
  }
  .experience__title br {
    display: none;
  }
  .welcome-two__img img {
    border-radius: var(--oslim-bdr-radius);
  }
  .why-choose-one__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .why-choose-one__right {
    max-width: 600px;
    margin: 60px auto 0px;
  }
  .why-choose-one {
    padding: 120px 0 120px;
  }
  .why-choose-one__img img {
    border-radius: var(--oslim-bdr-radius);
  }
  .our-mission-two-shape-1,
  .our-mission-two-shape-2,
  .our-mission-two-shape-3 {
    display: none;
  }
  .our-mission-two__right {
    float: none;
    margin-top: 80px;
    margin-left: 17px;
  }
  .our-mission-two__video-text {
    left: -20px;
    top: 61px;
  }
  .our-mission-two {
    padding: 110px 0 298px;
  }
  .counter-one__single {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .counter-one__single:nth-child(3):before {
    display: none;
  }
  .services-two__top-right {
    margin-left: 0;
  }
  .services-two__text br {
    display: none;
  }
  .services-two__top-text {
    margin-bottom: 49px;
  }
  .services-two__top-left .section-title {
    margin-bottom: 36px;
  }
  .welcome-three__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .welcome-three__right {
    max-width: 600px;
    margin: 0 auto;
  }
  .welcome-three__img-2 {
    display: none;
  }
  .welcome-three__experience {
    display: none;
  }
  .our-mission-three {
    padding-bottom: 178px;
  }
  .how-we-works__single {
    padding: 0 15px 0;
  }
  .contact-one__top-left {
    margin-bottom: 52px;
  }
  .case-details__details li + li {
    margin-left: 30px;
  }
  .case-details__details-box {
    padding: 53px 30px 53px;
  }
  .work-together-two__left {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .work-together-tow__right {
    margin-left: 0;
  }
  .contact-details__content {
    padding: 93px 30px 87px;
  }
  .contact-details__contact-number {
    font-size: 28px;
  }
  .service-details__two-icon-single + .service-details__two-icon-single {
    margin-left: 0;
    margin-top: 18px;
  }
  .service-details__how-help-single {
    margin-bottom: 18px;
  }
  .service-details__faq {
    margin-top: 33px;
  }
  .service-details__right {
    margin-top: 50px;
  }
  .testimonial-three__carousel.owl-theme .owl-nav {
    bottom: -97px;
    left: 0;
  }
  .testimonial-three {
    padding: 120px 0 212px;
  }
  .testimonial-three__single {
    padding: 51px 30px 70px;
  }
  .testimonial-three__quote-icon {
    right: 30px;
  }
  .case-three .case-one__content {
    margin-right: 40px;
  }
  .case-three .case-one__arrow {
    right: 80px;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .section-title__title {
    font-size: 35px;
    line-height: 49px;
  }
  .welcome-one__top-right {
    margin-left: 0;
    margin-top: 37px;
  }
  .welcome-one__counter-single {
    max-width: 100%;
    float: none;
    text-align: left;
  }
  .welcome-one__counter-single:first-child {
    padding-right: 0;
    margin-bottom: 16px;
  }
  .welcome-one__feature-single {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    border-radius: var(--oslim-bdr-radius);
  }
  .welcome-one__feature-single:last-child {
    margin-bottom: 0;
  }
  .welcome-one__feature-single:before {
    display: none;
  }
  .work-together__img-2 {
    display: none;
  }
  .work-together-shape-1 {
    display: none;
  }
  .work-together__img-1 img {
    width: 100%;
  }
  .work-together__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .work-together {
    padding: 120px 0 127px;
  }
  .case-one__content {
    padding: 30px 20px 31px;
  }
  .case-one__arrow {
    right: 60px;
  }
  .benefits-one__img-box {
    margin-bottom: 18px;
  }
  .benefits-one__img-single {
    margin-bottom: 30px;
  }
  .benefits-one__points li .text {
    margin-left: 20px;
  }
  .benefits-one__right-text {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 48px;
    padding-top: 40px;
  }
  .free-consultation__inner {
    padding: 60px 15px 60px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .free-consultation__left {
    flex-direction: column;
  }
  .free-consultation__icon {
    margin-left: 0;
    margin-top: 19px;
    margin-bottom: 21px;
  }
  .free-consultation__content {
    font-size: 25px;
    line-height: 35px;
  }
  .our-mission-shape-1,
  .our-mission-shape-2,
  .our-mission-shape-3 {
    display: none;
  }
  .our-mission__title br {
    display: none;
  }
  .our-mission__title {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 46px;
  }
  .testimonial-one__single {
    flex-direction: column;
  }
  .testimonial-one__content {
    margin-left: 0;
    margin-top: 23px;
  }
  .testimonial-one__text {
    font-size: 25px;
    line-height: 45px;
    padding-bottom: 36px;
  }
  .trusted-one__inner {
    align-items: baseline;
    flex-direction: column;
  }
  .trusted-one__content {
    margin-bottom: 49px;
  }
  .trusted-one {
    padding: 114px 0 90px;
  }
  .trusted.one__single {
    float: none;
  }
  .trusted.one__single + .trusted.one__single {
    margin-left: 0px;
  }
  .cta-one__inner-content {
    padding-left: 0;
    flex-direction: column;
    text-align: center;
  }
  .cta-one__title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  .cta-one-shape-1,
  .cta-one-shape-2 {
    display: none;
  }
  .footer-widget__explore {
    margin-top: 44px;
    margin-bottom: 32px;
  }
  .footer-widget__contact {
    margin-top: 44px;
  }
  .welcome-two__left {
    margin-left: 0;
  }
  .welcome-two__img:before {
    display: none;
  }
  .welcome-two__img:after {
    display: none;
  }
  .welcome-two__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .welcome-two__content {
    flex-direction: column;
    align-items: baseline;
  }
  .welcome-two__icon-box {
    margin-top: 28px;
  }
  .quality-work__tab-box .tab-buttons .tab-btn {
    display: block;
  }
  .quality-work__tab-box .tab-buttons .tab-btn + .tab-btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .tab-content__contnet {
    margin-left: 0;
    margin-top: 20px;
  }
  .quality-work {
    padding: 120px 0 107px;
  }
  .quality-work__points li .text {
    margin-left: 20px;
  }
  .quality-work-shape-1,
  .quality-work-shape-2 {
    display: none;
  }
  .experience__title br {
    display: none;
  }
  .services-one__content {
    padding: 40px 20px 20px;
  }
  .welcome-two__img img {
    border-radius: var(--oslim-bdr-radius);
  }
  .why-choose-one__left {
    margin-left: 0;
  }
  .why-choose-one__img img {
    border-radius: var(--oslim-bdr-radius);
  }
  .why-choose-one__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .why-choose-one__points {
    flex-direction: column;
    align-items: baseline;
  }
  .why-choose-one__points li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .why-choose-one {
    padding: 120px 0 120px;
  }
  .our-mission-two-shape-1,
  .our-mission-two-shape-2,
  .our-mission-two-shape-3 {
    display: none;
  }
  .our-mission-two__right {
    float: none;
    margin-top: 80px;
    margin-left: 17px;
  }
  .our-mission-two__video-text {
    left: -20px;
    top: 61px;
  }
  .our-mission-two {
    padding: 110px 0 298px;
  }
  .our-mission-two__title br {
    display: none;
  }
  .our-mission-two__title {
    font-size: 50px;
    line-height: 60px;
  }
  .counter-one__single {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .counter-one__single:before {
    display: none;
  }
  .services-two__top-right {
    margin-left: 0;
  }
  .services-two__text br {
    display: none;
  }
  .services-two__top-text {
    margin-bottom: 49px;
  }
  .services-two__top-left .section-title {
    margin-bottom: 36px;
  }
  .welcome-three__left {
    margin-right: 0;
  }
  .welcome-three__points {
    flex-direction: column;
    align-items: baseline;
  }
  .welcome-three__points li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .welcome-three__points-content {
    flex-direction: column;
    align-items: baseline;
  }
  .welcome-three__points-content li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .welcome-three__bottom {
    flex-direction: column;
    align-items: baseline;
  }
  .welcome-three__video {
    margin-left: 0;
    margin-top: 20px;
  }
  .welcome-three__img-2 {
    display: none;
  }
  .welcome-three__experience {
    display: none;
  }
  .welcome-three__right {
    margin-right: 0;
    margin-top: 60px;
  }
  .welcome-three__img-box:before {
    display: none;
  }
  .our-mission-three {
    padding-bottom: 178px;
  }
  .how-we-works__single {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-one__top-left {
    margin-bottom: 52px;
  }
  .contact-one__bottom-title {
    font-size: 40px;
    line-height: 50px;
  }
  .sidebar__post {
    padding: 47px 20px 30px;
  }
  .sidebar__post-list li {
    padding: 14px 20px 19px;
  }
  .sidebar__tags {
    padding: 47px 15px 50px;
  }
  .sidebar__comments {
    padding: 45px 20px 43px;
  }
  .news-details__bottom {
    flex-direction: column;
  }
  .news-details__tags span {
    margin-right: 0px;
  }
  .news-details__social-list {
    margin-top: 25px;
  }
  .news-details__pagenation li {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .comment-one__single {
    flex-direction: column;
  }
  .comment-one__content {
    margin-left: 0;
    margin-top: 33px;
  }
  .comment-one__btn {
    position: relative;
    top: 16px;
  }
  .case-details__details li + li {
    margin-left: 0px;
    margin-top: 14px;
  }
  .case-details__details-box {
    position: relative;
    padding: 53px 0px 45px;
  }
  .case-details__details {
    flex-direction: column;
    align-items: baseline;
  }
  .case-details__content {
    margin-top: 0px;
  }
  .error-page__title {
    font-size: 170px;
    line-height: 170px;
  }
  .error-page__title-2 {
    font-size: 170px;
    line-height: 170px;
  }
  .error-page {
    padding: 95px 0 120px;
  }
  .work-together-two__left {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .work-together-tow__right {
    margin-left: 0;
  }
  .contact-details__inner {
    flex-direction: column;
  }
  .contact-details__content {
    padding: 93px 30px 87px;
  }
  .contact-details__contact-number {
    font-size: 20px;
  }
  .contact-details__contact-icon span {
    font-size: 45px;
  }
  .contact-details__contact-email {
    font-size: 18px;
  }
  .contact-details__contact-number-email {
    line-height: 30px;
    margin-left: 15px;
  }
  .service-details__two-icon-single + .service-details__two-icon-single {
    margin-left: 0;
    margin-top: 18px;
  }
  .service-details__how-help-single {
    margin-bottom: 18px;
  }
  .service-details__faq {
    margin-top: 33px;
  }
  .service-details__right {
    margin-top: 50px;
  }
  .service-details__need-help {
    padding: 57px 15px 50px;
  }
  .page-header__inner h2 {
    font-size: 45px;
    line-height: 50px;
    margin-top: 21px;
  }
  .page-header-shape-1,
  .page-header-shape-2 {
    display: none;
  }
  .case-two__carousel.owl-carousel .owl-dots {
    display: none;
  }
  .testimonial-three__carousel.owl-theme .owl-nav {
    bottom: -97px;
    left: 0;
  }
  .testimonial-three {
    padding: 120px 0 212px;
  }
  .testimonial-three__single {
    padding: 51px 25px 70px;
  }
  .testimonial-three__quote-icon {
    right: 30px;
    bottom: 49px;
  }
  .case-three .case-one__content {
    margin-right: 40px;
    padding: 30px 20px 31px;
  }
  .case-three .case-one__arrow {
    right: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1260px) {
  .team-one__social {
    top: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .case-three .case-one__content {
    margin-right: 40px;
  }
  .case-three .case-one__arrow {
    right: 80px;
  }
}
/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .main-slider-three__social {
    display: none;
  }
  .main-slider-three__date-time {
    display: none;
  }
  .main-slider-three-img-1 {
    right: -187px;
  }
  .main-slider-three-img-1 img {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #main-slider-pagination {
    max-width: 960px;
    padding: 0 15px;
  }
  .main-slider__nav-two .swiper-button-next {
    right: 0;
  }
  .main-slider__nav-two .swiper-button-prev {
    left: 0;
  }
  .main-slider-three__social {
    display: none;
  }
  .main-slider-three__date-time {
    display: none;
  }
  .main-slider-three-img-1 {
    right: -278px;
  }
  .main-slider-three-img-1 img {
    width: 70%;
  }
  .slider-bottom-box {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #main-slider-pagination {
    max-width: 720px;
    padding: 0 15px;
  }
  .main-slider__nav-two .swiper-button-next {
    right: 0;
  }
  .main-slider__nav-two .swiper-button-prev {
    left: 0;
  }
  .main-slider-two h2 br {
    display: none;
  }
  .main-slider-two h2 {
    font-size: 75px;
    line-height: 75px;
  }
  .main-slider-three__social {
    display: none;
  }
  .main-slider-three__date-time {
    display: none;
  }
  .main-slider-three-img-1 {
    display: none;
  }
  .slider-bottom-box {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  #main-slider-pagination {
    max-width: 540px;
    padding: 0 15px;
  }
  .main-slider__nav {
    display: none;
  }
  .main-slider h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 38px;
  }
  .main-slider-shape-1,
  .main-slider-shape-2,
  .main-slider-shape-3 {
    display: none;
  }
  .main-slider__nav-two .swiper-button-next {
    right: 0;
  }
  .main-slider__nav-two .swiper-button-prev {
    left: 0;
  }
  .main-slider-two h2 br {
    display: none;
  }
  .main-slider-two h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .main-slider__nav-two {
    display: none;
  }
  .main-slider-two .container {
    padding-top: 312px;
    padding-bottom: 240px;
  }
  .main-slider-three__social {
    display: none;
  }
  .main-slider-three__date-time {
    display: none;
  }
  .main-slider-three-img-1 {
    display: none;
  }
  .main-slider-three-img-2 {
    display: none;
  }
  .slider-bottom-box {
    max-width: 540px;
  }
  .main-slider-two h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 38px;
  }
  .main-slider-three h2 span {
    font-family: var(--oslim-reey-font);
    line-height: 46px;
    font-weight: 400;
  }
  .main-slider-three .main-slider__nav {
    display: none;
  }
}
/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1510px) {
  .main-menu-wrapper__call {
    display: none;
  }
  .main-menu-wrapper__search-cat {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu .mobile-nav__toggler {
    padding: 36px 0;
    display: inline-block;
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 18px 0 13px;
    display: inline-block;
  }
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--oslim-black);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu .mobile-nav__toggler {
    padding: 36px 0;
    display: inline-block;
  }
  .main-menu-wrapper__logo {
    margin-right: 100px;
  }
  .main-menu-wrapper__logo:before {
    right: -50px;
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 18px 0 13px;
    display: inline-block;
  }
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--oslim-black);
  }
}
@media (max-width: 767px) {
  .main-menu .mobile-nav__toggler {
    padding: 36px 0;
    display: inline-block;
  }
  .main-menu-wrapper__right {
    display: none;
  }
  .main-menu-wrapper__logo {
    margin-right: 0px;
  }
  .main-menu-wrapper__logo:before {
    display: none;
  }
  .main-menu-wrapper__left {
    float: none;
  }
  .main-menu-wrapper__main-menu {
    float: right;
  }
  .main-menu {
    padding: 0 30px;
  }
  .main-menu-two {
    padding: 0 0 0;
  }
  .main-header-two__top-right {
    display: none;
  }
  .main-header-two__top-social {
    display: none;
  }
  .main-header-two__top-left {
    float: none;
    align-items: center;
    justify-content: center;
  }
  .main-header-two__logo {
    margin-right: 0;
  }
  .main-header-two__logo:before {
    display: none;
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 18px 0 13px;
    display: inline-block;
  }
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--oslim-black);
  }
}
@media (max-width: 575px) {
  .benefits-one__points li {
    display: block;
  }
  .benefits-one__points li .text {
    margin-left: 0;
    margin-top: 20px;
  }
  .faq-one-accrodion .accrodion-content,
  .faq-one-accrodion .accrodion-title {
    padding-left: 25px;
    padding-right: 25px;
  }
  .benefits-one__points li .icon p {
    padding-top: 25px;
  }
  .case-one__title {
    max-width: 150px;
  }
  .work-together-tow__content {
    display: block;
  }
  .work-together-tow__text {
    margin-left: 0;
    margin-top: 25px;
  }
  .quality-work__tab-box .tab-buttons .tab-btn span {
    display: block;
    text-align: center;
  }
}
