@charset "UTF-8";

/*!
Theme Name: Wostin
Theme URI: http://layerdrops.com/wostinwp/
Author: bracket-web
Author URI: https://themeforest.net/user/bracket-web
Description: Wostin is a Waste Pickup and Disposal Services WordPress Theme. Which fits for all agencies whether you are a waste management, alternative energy, eco technologies, environmental protection company. Also it fits waste collection, trash Pickup, waste disposal, garbage pickup, dumpster rental, recycling services, eco friendly, solar energy, landscaper, gardener company or any type of design agency websites 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: wostin
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.

wostin 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 {
	--wostin-font: "DM Sans", sans-serif;
	--wostin-font-two: 'Amatic SC', cursive;
	--wostin-reey-font: "reeyregular";
	--wostin-gray: #878986;
	--wostin-gray-rgb: 135, 137, 134;
	--wostin-white: #ffffff;
	--wostin-white-rgb: 255, 255, 255;
	--wostin-primary: #ecdd5e;
	--wostin-primary-rgb: 236, 221, 94;
	--wostin-black: #404a3d;
	--wostin-black-rgb: 64, 74, 61;
	--wostin-base: #558e4c;
	--wostin-base-rgb: 85, 142, 76;
	--wostin-extra: #f5f0e9;
	--wostin-extra-rgb: 245, 240, 233;
	--wostin-bdr-color: #ebe5dd;
	--wostin-bdr-color-rgb: 235, 229, 221;
	--wostin-bdr-radius: 0px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--wostin-gray, #878986);
	font-family: var(--wostin-font, "DM Sans", 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(--wostin-gray, #878986);
	cursor: help;
}

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

big {
	font-size: 125%;
}

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

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

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

ul,
ol {
	margin: 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(--wostin-bdr-color, #ebe5dd);
	border-top: 1px solid var(--wostin-bdr-color, #ebe5dd);
	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(--wostin-bdr-color, #ebe5dd);
	border-top: 1px solid var(--wostin-bdr-color, #ebe5dd);
	font-size: 16px;
}

/* Links
--------------------------------------------- */
a {
	color: var(--wostin-black);
}

a:hover,
a:focus,
a:active {
	color: var(--wostin-base);
}

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(--wostin-bdr-color, #ebe5dd) var(--wostin-bdr-color, #ebe5dd) var(--wostin-bdr-color, #ebe5dd);
	background: var(--wostin-bdr-color, #ebe5dd);
	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(--wostin-bdr-color, #ebe5dd) var(--wostin-bdr-color, #ebe5dd) var(--wostin-bdr-color, #ebe5dd);
}

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(--wostin-bdr-color, #ebe5dd) var(--wostin-bdr-color, #ebe5dd) var(--wostin-bdr-color, #ebe5dd);
}

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

.news-details__content .wp-block-button a:hover {
	background-color: var(--wostin-base, #558e4c);
	border-color: var(--wostin-base, #558e4c);
	color: var(--wostin-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 !important;
}

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(--wostin-gray, #878986);
	border: 1px solid var(--wostin-bdr-color, #ebe5dd);
	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(--wostin-gray, #878986);
}

/* 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(--wostin-bdr-color, #ebe5dd);
}

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

.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(--wostin-bdr-color, #ebe5dd);
}

.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(--wostin-black, #404a3d);
	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(--wostin-primary, #ecdd5e);
}

.comments-area .comment-box .text {
	position: relative;
	display: block;
	color: var(--wostin-gray, #878986);
	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(--wostin-bdr-color, #ebe5dd);
}

@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: 22px;
	line-height: 30px;
	font-weight: 600;
	color: var(--wostin-black);
	text-decoration: none;
	line-height: 36px;
	text-transform: capitalize;
	font-family: var(--wostin-font, "DM Sans", sans-serif);
}

.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: 700;
	color: var(--wostin-base, #558e4c);
	text-decoration: none;
}

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

.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(--wostin-gray, #878986);
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 2em;
	font-family: var(--wostin-font, "DM Sans", sans-serif);
	letter-spacing: 0;
	font-weight: 400;
}

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

.comments-area .comment-content table a {
	color: var(--wostin-black, #404a3d);
}

.comments-area .comment-content table a:hover {
	color: var(--wostin-primary, #ecdd5e);
}

.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(--wostin-primary);
	color: var(--wostin-base);
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 7px 20px;
	transition: all 0.3s linear;
	overflow: hidden;
	z-index: 1;
	border-radius: var(--wostin-bdr-radius);
	margin-top: 30px;
	color: var(--wostin-black);
	font-family: 'DM Sans';
}

.comments-area .reply a:hover {
	color: #fff;
}

.comments-area .reply a::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--wostin-base);
	transform: scale(0);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-radius: var(--wostin-bdr-radius);
	opacity: 1;
	z-index: -1;
	color: #fff;
}

.comments-area .reply a:hover:after {
	opacity: 1;
	transform: scale(1);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

@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: 60px;
}

.comment-respond .blog-details__content-title {
	margin-bottom: 50px;
}

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

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

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

.comment-form__title small a {
	text-decoration: none;
	color: var(--wostin-primary, #ecdd5e);
	text-decoration: underline;
}

.comment-form__title small a:hover {
	color: var(--wostin-black, #404a3d);
	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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.sidebar .widget h2,
h3.sidebar__title {
	margin-bottom: 25px;
}

.sidebar .widget ul,
.sidebar__single ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.sidebar .widget ul ul,
.sidebar__single ul ul {
	padding-left: 0.5em;
	margin-top: 10px;
}

.sidebar .widget select,
.sidebar__single select {
	width: 100%;
	height: 70px;
	background-color: var(--wostin-white, #ffffff);
	border: 1px solid var(--wostin-bdr-color, #ebe5dd);
	outline: none;
	color: var(--wostin-gray, #878986);
	font-size: 16px;
	font-weight: 400;
	padding-left: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: var(--wostin-font, "DM 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: .65em auto;
	border-radius: var(--wostin-bdr-radius, 0px);
}

.sidebar .widget,
.sidebar__single {
	position: relative;
	display: block;
	padding: 45px 47px 50px 50px;
	background-color: var(--wostin-extra);
	border-radius: var(--wostin-bdr-radius, 0px);
}

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

.sidebar .widget ul li::after,
.sidebar__single ul li::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f105';
	position: absolute;
	top: 0px;
	right: 0;
}

.sidebar .widget.widget_rss,
.sidebar__single.widget_rss {
	padding-bottom: 45px;
}

.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_archive ul li:after {
	content: '';
}

.sidebar .widget.widget_rss li .rsswidget,
.widget.widget_block .wp-block-rss li a,
.sidebar__single.widget_rss li .rsswidget {
	color: var(--wostin-black, #404a3d);
	line-height: 1.5em;
	font-weight: 700;
	font-size: 24px;
	text-transform: capitalize;
	display: block;
	font-family: var(--wostin-font-two, "Amatic SC", cursive);
}

.widget.widget_block .wp-block-latest-comments__comment-meta a {
	font-weight: 700;
	color: var(--wostin-black);
	text-transform: capitalize;
}

.sidebar .widget p,
.sidebar__single p,
.sidebar__single p,
.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(--wostin-gray, #878986);
	font-size: 14px;
	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 10px;
	line-height: 1;
	text-transform: capitalize;
}

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

.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(--wostin-base, #558e4c);
	margin-right: 10px;
}

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

.sidebar .widget .tagcloud,
.sidebar .widget .wp-block-tag-cloud,
.sidebar__single .tagcloud {
	margin-bottom: -10px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}

.sidebar .widget .tagcloud a,
.sidebar .widget .wp-block-tag-cloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
	font-size: 14px !important;
	color: var(--wostin-gray, #878986);
	font-weight: 400;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: var(--wostin-white, #ffffff);
	display: inline-block;
	padding: 4px 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	font-size: 14px;
	color: var(--wostin-black, #404a3d);
	font-weight: 700;
	text-transform: capitalize;
	transition: all 0.4s ease;
	background: var(--wostin-white, #ffffff);
	letter-spacing: 0em;
	padding: 5px 20px;
	border-radius: var(--wostin-bdr-radius, 0px);
	margin-right: 0;
}

.sidebar .widget .tagcloud a:hover,
.sidebar .widget .wp-block-tag-cloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
	color: var(--wostin-white, #ffffff);
	background: var(--wostin-base, #558e4c);
}

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

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

.sidebar__single .wp-block-search .wp-block-search__inside-wrapper {
	padding-bottom: 0px;
}

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
	background-color: var(--wostin-base, #558e4c);
	color: var(--wostin-white, #ffffff);
	fill: var(--wostin-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(--wostin-black, #404a3d);
	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(--wostin-black, #404a3d);
	transition: all 500ms ease;
}

.wp-calendar-nav a:hover {
	color: var(--wostin-primary, #ecdd5e);
}

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

.sidebar .widget .calendar_wrap .wp-calendar-table thead th:first-child,
.sidebar__single .calendar_wrap .wp-calendar-table thead th:first-child {
	border-top-left-radius: var(--wostin-bdr-radius, 0px);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead th:last-child,
.sidebar__single .calendar_wrap .wp-calendar-table thead th:last-child {
	border-top-right-radius: var(--wostin-bdr-radius, 0px);
}

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

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

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

tbody {
	background-color: var(--wostin-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(--wostin-base, #558e4c);
}

.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: 10px;
	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;
	line-height: 34px;
}

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

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

.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(--wostin-black, #404a3d);
}

.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;
	background-color: var(--wostin-white, #ffffff);
	border-radius: 50%;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 4px;
	left: 0;
	transition: all 0.4s ease;
	content: "\f075";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--wostin-black, #404a3d);
}

.sidebar .widget.widget_recent_entries ul:hover::before,
.sidebar .widget.widget_recent_comments ul:hover::before,
.sidebar__single.widget_recent_entries ul:hover::before,
.sidebar__single.widget_recent_comments ul:hover::before {
	background-color: var(--wostin-primary, #ecdd5e);
	color: var(--wostin-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: -10px;
}

.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;
	position: relative;
	padding: 20px;
	padding-left: 105px;
	position: relative;
	margin-bottom: 0;
	transition: all 500ms ease;
	border-radius: var(--wostin-bdr-radius, 0px);
}

.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 {
	margin: 0;
	position: absolute;
	top: 21px;
	left: 20px;
	width: 70px;
	height: auto;
	mix-blend-mode: luminosity;
	background-color: var(--wostin-black, #404a3d);
	border-radius: var(--wostin-bdr-radius, 0px);
}

.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(--wostin-primary, #ecdd5e);
}

.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(--wostin-black, #404a3d);
	transition: all 500ms ease;
	text-transform: capitalize;
	margin-top: 3px;
	display: block;
	font-family: var(--wostin-font);
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}

.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(--wostin-base, #558e4c);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: var(--wostin-gray, #878986);
	line-height: 1em;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: var(--wostin-gray, #878986);
}

.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(--wostin-primary, #3c72fc);
	font-size: 12px;
}

.news-one .blog-pagination {
	justify-content: center;
	margin-top: 30px;
}

.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
	padding-left: 0;
}

.sidebar__single .wp-block-archives.wp-block-archives-list {
	margin-bottom: 0;
}

.sidebar .widget .sidebar__single .wp-block-tag-cloud {
	margin-bottom: -10px;
}

.sidebar .widget .sidebar__single .wp-block-latest-comments__comment-meta {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: var(--wostin-gray, #878986);
}

.sidebar .widget .sidebar__single .wp-block-categories {
	margin-top: -8px;
	margin-bottom: -8px;
}

.sidebar .widget .sidebar__single .wp-block-categories li+li {
	margin-top: 5px;
}

.sidebar .widget .sidebar__single ul li {
	font-size: 16px;
}

.sidebar .widget .sidebar__single.recent-posts-widget-with-thumbnails {
	padding-bottom: 45px;
}

.sidebar .widget .sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
	margin-bottom: 0;
}

.sidebar .widget .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 #recentcomments,
.sidebar__single #recentcomments {
	margin-top: -5px;
}

.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
	background-color: var(--wostin-base, #558e4c);
	color: var(--wostin-white, #ffffff);
}

.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(--wostin-bdr-color, #ebe5dd);
	padding-left: 30px;
	padding-right: 30px;
	color: var(--wostin-gray, #878986);
	outline: none;
	font-size: 16px;
}

.sidebar .widget .sidebar .widget input[type=search]::placeholder {
	color: red;
}

.sidebar .widget .textwidget>p:first-child {
	margin-top: -10px;
}

.sidebar .widget .wp-block-tag-cloud {
	margin-bottom: -10px;
	margin-left: -10px;
}

.sidebar .widget .wp-block-tag-cloud a {
	font-size: 14px !important;
	color: var(--wostin-gray, #878986);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: var(--wostin-white, #ffffff);
	display: inline-block;
	padding: 4px 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: var(--wostin-black, #404a3d);
	font-weight: 700;
	text-transform: capitalize;
	transition: all 0.4s ease;
	background: var(--wostin-white, #ffffff);
	letter-spacing: 0;
	padding: 5px 20px;
	border-radius: var(--wostin-bdr-radius, 0px);
}

.sidebar .widget .wp-block-tag-cloud a:hover {
	color: var(--wostin-white, #ffffff);
	background: var(--wostin-base, #558e4c);
}

.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-color: var(--wostin-black, #404a3d);
	border-radius: var(--wostin-bdr-radius, 0px);
}

.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	border-radius: var(--wostin-bdr-radius, 0px);
}

.sidebar .widget .wp-calendar-table td {
	padding: 3px 0px;
	font-size: 14px;
}

.sidebar .widget .wp-block-calendar thead th {
	background-color: var(--wostin-black, #404a3d);
	color: #fff;
	border: none;
	font-weight: 400;
}

.sidebar .widget .wp-block-calendar thead th:first-child {
	border-top-left-radius: var(--wostin-bdr-radius, 0px);
}

.sidebar .widget .wp-block-calendar thead th:last-child {
	border-top-right-radius: var(--wostin-bdr-radius, 0px);
}

.sidebar .widget .wp-calendar-table td {
	color: var(--wostin-black, #404a3d);
}

.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: 3px;
	padding-bottom: 15px;
	color: var(--wostin-black, #404a3d);
	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 {
	font-family: var(--wostin-font-two, "Amatic SC", cursive);
	text-transform: uppercase;
	color: var(--wostin-black, #404a3d);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5em;
}

.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
	color: var(--wostin-base, #558e4c);
}

.sidebar .widget .wp-block-latest-comments__comment-date {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--wostin-font, "DM Sans", sans-serif);
	text-transform: capitalize;
}

.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(--wostin-base, #558e4c);
}

.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 li ::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(--wostin-gray, #878986);
	font-size: 16px;
	line-height: 32px;
}

.sidebar .widget .wp-block-latest-posts__list li+li {
	margin-top: 10px;
}

.sidebar .widget .wp-block-latest-posts__list li>a {
	font-family: var(--wostin-font-two, "Amatic SC", cursive);
	color: var(--wostin-black, #404a3d) !important;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 24px;
}

.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(--wostin-base, #558e4c);
	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(--wostin-base, #558e4c);
}

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

.sidebar .widget .wp-block-archives-list,
.sidebar .widget .wp-block-categories-list,
.sidebar .widget .wp-block-page-list {
	margin-top: -10px;
	margin-bottom: -10px;
}

.sidebar .widget .wp-block-archives-list li,
.sidebar .widget .wp-block-categories-list li,
.sidebar .widget .wp-block-page-list li {
	font-size: 16px;
	line-height: 34px;
}

.sidebar .widget .wp-block-archives-list li+li,
.sidebar .widget .wp-block-categories-list li+li,
.sidebar .widget .wp-block-page-list li+li {
	margin-top: 10px;
}

.sidebar .widget .wp-block-rss__item {
	margin-bottom: -10px;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}

.sidebar .widget .wp-block-rss__item::before {
	display: none;
}

.sidebar .widget .wp-block-rss__item a::after {
	display: none;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
	flex: 0 0 100%;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-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(--wostin-gray, #878986);
	line-height: 2em;
}

.sidebar .widget .wp-block-rss__item li+li {
	margin-top: 15px;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
	font-family: var(--wostin-font-two, "Amatic SC", cursive);
	color: var(--wostin-black, #404a3d);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title::after {
	display: none;
}

.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(--wostin-base, #558e4c);
	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(--wostin-base, #558e4c);
}

.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;
	font-size: 14px;
	text-transform: capitalize;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
	margin-left: 10px;
}

.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(--wostin-bdr-color, #ebe5dd);
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.sidebar .widget #loginform .login-submit .button {
	padding: 25px 39px;
	color: #fff;
	font-size: 16px;
	background-color: var(--wostin-black, #404a3d);
	text-transform: uppercase;
	font-family: var(--wostin-font-two, "Amatic SC", cursive);
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	outline: none !important;
	background-color: var(--wostin-black, #404a3d);
	border-color: var(--wostin-black, #404a3d);
	color: var(--wostin-white);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 1;
	font-family: var(--wostin-font-two);
	letter-spacing: 0.1em;
	border-radius: var(--wostin-bdr-radius);
}

.sidebar .widget #loginform .login-submit .button:hover {
	color: #fff;
	background-color: var(--wostin-primary, #ecdd5e);
	border-color: var(--wostin-black, #404a3d);
}

.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
	font-family: var(--wostin-font, "DM Sans", sans-serif);
	font-size: 16px;
	color: var(--wostin-gray, #878986) !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(--wostin-primary, #ecdd5e);
}

.sidebar .widget.widget_recent_entries li::after,
.sidebar .widget.widget_recent_comments li::after,
.sidebar .widget.widget_rss li::after {
	display: none;
}

.sidebar .widget .wp-block-rss li::after {
	display: none;
}

.sidebar .widget .wp-block-rss {
	margin-top: -10px;
}

.sidebar .widget .wp-block-loginout {
	margin-top: -10px;
	margin-bottom: -7px;
}

.sidebar .widget .wp-block-latest-posts__list {
	margin-top: -10px;
}

.sidebar .widget .wp-block-latest-posts__list li::after {
	display: none;
}

.sidebar .widget .has-dates.has-excerpts.wp-block-latest-comments {
	margin-top: -10px;
	padding-bottom: 5px;
}

.sidebar .widget .wp-block-latest-comments .avatar,
.sidebar .widget .wp-block-latest-comments__comment-avatar {
	position: relative;
	top: 4px;
}

.sidebar .widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
	margin-top: -8px;
}

.sidebar .widget .wp-block-social-links li::after,
.sidebar .widget .wp-block-archives-list li::after {
	display: none;
}

.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) {
	margin-top: -6px;
	margin-bottom: -10px;
}

.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
	font-family: var(--wostin-font, "DM Sans", sans-serif);
	font-size: 15px;
	line-height: 26px;
	color: var(--wostin-gray, #878986) !important;
	text-transform: capitalize;
	font-weight: 400 !important;
}

.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(--wostin-primary, #ecdd5e);
}

.sidebar .widget .rpwwt-widget li::after {
	display: none;
}

.sidebar .widget .wp-block-search:not(.wp-block-search__button-inside) .wp-block-search__inside-wrapper {
	border-radius: var(--wostin-bdr-radius, 0px);
	overflow: hidden;
	border: 1px solid var(--wostin-bdr-color, #ebe5dd);
}

.sidebar .widget .wp-block-search:not(.wp-block-search__button-inside) .wp-block-search__inside-wrapper input[type=search] {
	border: none;
}

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

.widget.widget_recent_entries {
	padding-bottom: 55px;
}

.sidebar .widget .wp-block-categories-list,
.sidebar .widget .wp-block-page-list {
	padding-bottom: 5px;
}

.sidebar .widget.widget_archive>ul,
.sidebar .widget.widget_pages>ul {
	margin-bottom: -5px;
}

.sidebar .widget.widget_categories>ul {
	margin-bottom: -5px;
}

/* 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(--wostin-primary, #ecdd5e);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

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

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

/* Custom Animations
--------------------------------------------- */
@keyframes rotateme {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotateme {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-o-keyframes rotateme {
	from {
		-o-transform: rotate(0deg);
	}

	to {
		-o-transform: rotate(360deg);
	}
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.rotate-me {
	animation-name: rotateme;
	animation-duration: 24s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 24s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 24s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 24s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 24s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@keyframes float-bob {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

.float-bob {
	animation-name: float-bob;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob;
	-webkit-animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 7s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 7s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 7s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

/***
=============================================
    circle Css
=============================================
***/
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/***
=============================================
    Zoom Fade Css
=============================================
***/
.zoom-fade {
	animation-name: zoom-fade;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: zoom-fade;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: zoom-fade;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: zoom-fade;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: zoom-fade;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

/***
=============================================
    Zoom In Out Css
=============================================
***/
.zoominout {
	animation-name: zoomInOut;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: zoomInOut;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: zoomInOut;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: zoomInOut;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: zoomInOut;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
}

@keyframes zoomInOut {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7);
		transform: rotate(0deg) scale(0.7);
		opacity: 0;
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(360deg) scale(0.7);
		transform: rotate(360deg) scale(0.7);
		opacity: 0;
	}
}

@-webkit-keyframes bgSlideReverse {
	0% {
		background-position: 0 0;
	}

	20% {
		background-position: 100px 0;
	}

	40% {
		background-position: 200px 0;
	}

	60% {
		background-position: 150px 0;
	}

	80% {
		background-position: 100px 0;
	}

	100% {
		background-position: 0px 0;
	}
}

@keyframes bgSlideReverse {
	0% {
		background-position: 0 0;
	}

	20% {
		background-position: 100px 0;
	}

	40% {
		background-position: 200px 0;
	}

	60% {
		background-position: 150px 0;
	}

	80% {
		background-position: 100px 0;
	}

	100% {
		background-position: 0px 0;
	}
}

@-webkit-keyframes bgSlideReverse2 {
	0% {
		background-position: -0 0;
	}

	20% {
		background-position: -100px 0;
	}

	40% {
		background-position: -200px 0;
	}

	60% {
		background-position: -150px 0;
	}

	80% {
		background-position: -100px 0;
	}

	100% {
		background-position: -0px 0;
	}
}

@keyframes bgSlideReverse2 {
	0% {
		background-position: -0 0;
	}

	20% {
		background-position: -100px 0;
	}

	40% {
		background-position: -200px 0;
	}

	60% {
		background-position: -150px 0;
	}

	80% {
		background-position: -100px 0;
	}

	100% {
		background-position: -0px 0;
	}
}

@-webkit-keyframes banner-animate {
	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
	}
}

@keyframes banner-animate {
	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
	}
}

.banner-animate {
	animation-name: banner-animate;
	animation-duration: 70s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: banner-animate;
	-webkit-animation-duration: 70s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: banner-animate;
	-moz-animation-duration: 70s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: banner-animate;
	-ms-animation-duration: 70s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: banner-animate;
	-o-animation-duration: 70s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes ripple {
	70% {
		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);
	}
}

/** 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(--wostin-font);
	color: var(--wostin-gray);
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

body.locked {
	overflow: hidden;
}

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

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

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

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

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

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

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

p {
	margin: 0;
}

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

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

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

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

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

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

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

.icon-svg-large svg {
	width: 65px;
	height: 65px;
	fill: currentColor;
	color: currentColor;
	border-color: currentColor;
	z-index: 9;
}

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

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

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

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

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

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

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

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

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

.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	outline: none !important;
	background-color: var(--wostin-primary);
	color: var(--wostin-black);
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	padding: 17px 50px 16px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 1;
}

.thm-btn:hover {
	color: var(--wostin-white);
	background-color: transparent;
}

.thm-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--wostin-base);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
	z-index: -1;
}

.thm-btn:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.section-title {
	margin-top: -11px;
	margin-bottom: 46px;
}

.section-title__tagline {
	position: relative;
	display: inline-block;
	color: var(--wostin-base);
	font-size: 16px;
	margin-top: 2px;
}

.section-title__tagline::before {
	position: absolute;
	top: 15px;
	right: -29px;
	background-color: var(--wostin-primary);
	width: 20px;
	height: 2px;
	content: "";
}

.section-title__title {
	margin: 0;
	font-size: 60px;
	line-height: 73px;
	font-weight: 700;
}

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

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

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

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

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

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

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

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--wostin-base);
	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: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

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

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

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

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

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

/* owl dots default style */
.owl-dots__style-1 .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -2.5px;
	margin-right: -2.5px;
}

.owl-dots__style-1 .owl-dots .owl-dot {
	margin: 0;
}

.owl-dots__style-1 .owl-dots .owl-dot span {
	margin: 0 2.5px;
	width: 8px;
	height: 8px;
	background-color: var(--wostin-black);
	opacity: 0.2;
}

.owl-dots__style-1 .owl-dots .owl-dot.active span {
	background-color: var(--wostin-black);
	opacity: 1;
}

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

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

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

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
	position: relative;
	display: block;
	background-color: var(--wostin-white);
	width: 100%;
	z-index: 999;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__inner {
	position: relative;
	display: block;
	padding: 0 60px;
}

.main-header__logo {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	padding: 52px 0;
}

.main-header__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__menu-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 74%;
}

.main-menu__menu-top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid var(--wostin-bdr-color);
	padding: 9px 0;
}

.main-menu__menu-top-left {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-menu__menu-top-text {
	font-size: 13px;
}

.main-menu__menu-top-btn-box {
	margin-left: 20px;
}

.main-menu__menu-top-btn {
	font-size: 12px;
	padding: 8px 30px 9px;
	line-height: 12px;
	background-color: var(--wostin-extra);
}

.main-menu__menu-top-right {
	position: relative;
	display: block;
	margin-left: 265px;
}

.main-menu__menu-top-address {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-menu__menu-top-address li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-menu__menu-top-address li+li {
	margin-left: 30px;
}

.main-menu__menu-top-address li .icon span {
	font-size: 12px;
	color: var(--wostin-base);
}

.main-menu__menu-top-address li .text {
	margin-left: 10px;
}

.main-menu__menu-top-address li .text p {
	font-size: 13px;
}

.main-menu__menu-top-address li .text p a {
	color: var(--wostin-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__menu-top-address li .text p a:hover {
	color: var(--wostin-base);
}

.main-menu__menu-bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

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

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

.main-header__right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: right;
	padding: 42.5px 0;
}

.main-menu--default .main-menu-wrapper__left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-menu-wrapper__logo h1 {
	font-weight: bold;
}

.project-details__details-name .category:after,
.project-details__title-left .category:after {
	content: ", ";
}

.project-details__details-name .category:last-child:after,
.project-details__title-left .category:last-child:after {
	content: " ";
}

.main-header__right__call-icon {
	height: 60px;
	width: 60px;
	background-color: var(--wostin-primary);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--wostin-black);
	font-size: 26px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__right__call-icon:hover {
	background-color: var(--wostin-base);
	color: var(--wostin-white);
}

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

.main-header__right-call-number p {
	font-size: 14px;
}

.main-header__right-call-number h5 {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--wostin-font);
}

.main-header__right-call-number a {
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__right-call-number a:hover {
	color: var(--wostin-base);
}

.stricky-header.main-menu {
	padding: 0 0;
	background-color: var(--wostin-white);
}

.stricky-header .main-menu__main-menu-box {
	position: relative;
	display: block;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

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

@media (min-width: 1200px) {

	.main-menu .main-menu__list,
	.main-menu .main-menu__list>li>ul,
	.main-menu .main-menu__list>li>ul>li>ul,
	.stricky-header .main-menu__list,
	.stricky-header .main-menu__list>li>ul,
	.stricky-header .main-menu__list>li>ul>li>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
	padding-top: 33px;
	padding-bottom: 33px;
	position: relative;
}

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

@media (max-width: 1530px) {
	.main-menu .main-menu__list>li+li {
		margin-left: 35px;
	}
}

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

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

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

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

.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 {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	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(--wostin-primary);
}

.main-menu .main-menu__list>li:hover>a::before {
	background-color: var(--wostin-primary);
}

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

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

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

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

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

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
	font-size: 16px;
	line-height: 30px;
	color: var(--wostin-black);
	letter-spacing: 0;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: 500ms;
	transition: 500ms;
}

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

.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;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	-webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
	transition: visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
	.stricky-header {
		display: none !important;
	}
}

.stricky-header.stricky-fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

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

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

@media (min-width: 1200px) {
	.mobile-nav__buttons {
		display: none;
	}
}

.mobile-nav__buttons a {
	font-size: 20px;
	color: var(--wostin-black);
	cursor: pointer;
}

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

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

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

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

@media (min-width: 1200px) {
	.main-menu .mobile-nav__toggler {
		display: none;
	}
}

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

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

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

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

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

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

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

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

.mobile-nav__content .logo-box h1 {
	color: var(--wostin-white, #ffffff);
}

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

.mobile-nav__close::after,
.mobile-nav__close::before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.mobile-nav__close::after {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

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

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
	height: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-transition: visibility 500ms ease, opacity 500ms ease,
		-webkit-transform 500ms ease;
	transition: visibility 500ms ease, opacity 500ms ease,
		-webkit-transform 500ms ease;
	transition: visibility 500ms ease, transform 500ms ease, opacity 500ms ease;
	transition: visibility 500ms ease, transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
	margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li>ul.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul.expanded {
	height: auto;
	visibility: visible;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-header-two__top {
	position: relative;
	display: block;
	background-color: var(--wostin-white);
}

.main-header-two__top-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 34px 0;
}

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

.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__top-right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.main-header-two__social a {
	position: relative;
	height: 43px;
	width: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--wostin-black);
	font-size: 15px;
	background-color: var(--wostin-extra);
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.main-header-two__social a:hover {
	color: var(--wostin-white);
}

.main-header-two__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--wostin-base);
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
	z-index: -1;
}

.main-header-two__social a:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

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

.main-header-two__contact-box {
	position: relative;
	display: block;
	margin-left: 30px;
}

.main-header-two__contact-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header-two__contact-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header-two__contact-list li:before {
	position: absolute;
	top: 3px;
	left: -30px;
	bottom: 3px;
	content: "";
	width: 1px;
	background-color: var(--wostin-bdr-color);
}

.main-header-two__contact-list li:first-child:before {
	display: none;
}

.main-header-two__contact-list li+li {
	margin-left: 60px;
}

.main-header-two__contact-list li .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header-two__contact-list li .icon span {
	font-size: 30px;
	color: var(--wostin-base);
}

.main-header-two__contact-list li .text {
	margin-left: 20px;
}

.main-header-two__contact-list li .text p {
	font-size: 14px;
}

.main-header-two__contact-list li .text h5 {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--wostin-font);
}

.main-header-two__contact-list li .text a {
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-two__contact-list li .text a:hover {
	color: var(--wostin-base);
}

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

.main-menu-two__main-menu-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: var(--wostin-primary);
}

.main-menu-two__main-menu-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 40px;
}

.main-menu-two__search-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 150px;
}

.main-menu-two__search-box:before {
	position: absolute;
	top: -7px;
	bottom: -9px;
	left: -30px;
	content: "";
	background-color: rgba(var(--wostin-black-rgb), 0.2);
	width: 1px;
	z-index: 2;
}

.main-menu-two__search {
	font-size: 24px;
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-two__search:hover {
	color: var(--wostin-base);
}

.main-menu-two__btn {
	font-size: 14px;
	color: var(--wostin-white);
	background-color: var(--wostin-black);
	padding: 21px 50px 21px;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
	color: var(--wostin-black);
}

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

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

.main-menu-two .main-menu__list>li>a::before,
.stricky-header.main-menu-two .main-menu__list>li>a::before {
	content: "";
	height: 2px;
	border-radius: 0px;
	background-color: var(--wostin-black);
	position: absolute;
	bottom: inherit;
	top: -21px;
}

.main-menu-two .main-menu__list>li.current-menu-ancestor>a::before,
.main-menu-two .main-menu__list>li.current_page_item>a::before,
.main-menu-two .main-menu__list>li.current-menu-item>a::before,
.main-menu-two .main-menu__list>li.current-menu-parent>a::before,
.main-menu-two .main-menu__list>li.current>a::before {
	background-color: var(--wostin-black);
}

.main-menu-two .main-menu__list>li:hover>a::before {
	background-color: var(--wostin-black);
}

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

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

.main-menu-three {
	padding: 0 60px;
}

.main-menu-three__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.main-menu-wrapper__logo {
	position: relative;
	display: block;
	padding: 38.5px 0;
}

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

.main-menu-three__right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: right;
	padding: 29px 0;
}

.main-menu-three__search-box {
	position: relative;
	margin-right: 38px;
}

.main-menu-three__search-box:before {
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -30px;
	content: "";
	background-color: rgba(var(--wostin-white-rgb), 0.1);
	width: 1px;
}

.main-menu-three__search {
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--wostin-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-three__search:hover {
	color: var(--wostin-primary);
}

.main-menu-three__call {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-menu-three__call-icon {
	position: relative;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--wostin-primary);
	font-size: 26px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.main-menu-three__call-icon:hover {
	color: var(--wostin-base);
}

.main-menu-three__call-icon:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	border-radius: 50%;
	background-color: rgba(var(--wostin-black-rgb), 0.1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: -1;
}

.main-menu-three__call-icon:hover:before {
	background-color: var(--wostin-white);
}

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

.main-menu-three__call-number p {
	font-size: 14px;
	color: #c8e8c3;
}

.main-menu-three__call-number h5 {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--wostin-font);
}

.main-menu-three__call-number a {
	color: var(--wostin-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-three__call-number a:hover {
	color: var(--wostin-primary);
}

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

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

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
	color: #c8e8c3;
}

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

.main-menu-three .main-menu__list>li.current>a::before {
	background-color: var(--wostin-primary);
}

.main-menu-three .main-menu__list>li:hover>a::before {
	background-color: var(--wostin-primary);
}

.stricky-header.main-menu-three {
	padding: 0 60px;
	background-color: var(--wostin-base);
}

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

.stricky-header.main-menu-two .main-menu-two__btn-box {
	position: relative;
}

.stricky-header.main-menu-two .main-menu-two__btn-box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 1000000px;
	background-color: var(--wostin-black);
}

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

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

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

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

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

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

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

.search-popup__content .thm-btn:hover:before {
	height: 480%;
	width: 200px;
}

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

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

.main-slider .swiper-slide {
	position: relative;
}

.main-slider .container {
	position: relative;
	padding-top: 211px;
	padding-bottom: 260px;
	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;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: transform 7000ms ease, opacity 1500ms ease-in;
	transition: transform 7000ms ease, opacity 1500ms ease-in,
		-webkit-transform 7000ms ease;
	z-index: 1;
}

.main-slider .image-layer:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(38, 46, 36, 0.65);
	z-index: -1;
}

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

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

.main-slider h2 {
	font-size: 120px;
	color: var(--wostin-white);
	font-weight: 700;
	line-height: 110px;
	margin-bottom: 43px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease,
		-webkit-transform 2000ms ease;
}

.main-slider h2 span {
	position: relative;
	display: inline-block;
	color: var(--wostin-primary);
}

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

.main-slider .thm-btn:hover {
	background-color: var(--wostin-primary);
}

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

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

.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: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--wostin-black);
	font-size: 20px;
	background-color: var(--wostin-white);
	border-radius: 50%;
	opacity: 0.3;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.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 {
	left: -60px;
}

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

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

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

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

.main-slider-two .image-layer:before {
	display: none;
}

.main-slider-two .container {
	padding-top: 343px;
	padding-bottom: 160px;
}

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

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

.main-slider-two h2 {
	font-size: 110px;
	line-height: 103px;
	margin-bottom: 42px;
}

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

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

.main-slider-two .swiper-slide-active .main-slider-two__video-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-two__video-link {
	position: relative;
}

.main-slider-two__video-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 20px;
	color: var(--wostin-black);
	background-color: var(--wostin-white);
	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;
}

.main-slider-two__video-icon:hover {
	background-color: var(--wostin-base);
	color: var(--wostin-white);
}

.main-slider-two__video-icon:before {
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	content: "";
	border-radius: 50%;
	z-index: 1;
	border: 1px solid var(--wostin-white);
	opacity: 0.09;
}

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

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

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

.main-slider-two__video-text {
	opacity: 0.7;
	color: var(--wostin-white);
	line-height: 18px;
	margin-left: 45px;
}

.main-slider-two__big-text {
	position: absolute;
	bottom: -5px;
	left: 51%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	font-size: 250px;
	text-transform: uppercase;
	-webkit-text-stroke: 1px rgba(var(--wostin-white-rgb), 0.1);
	color: transparent;
	letter-spacing: 0.2em;
}

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

.main-slider__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: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	color: var(--wostin-black);
	background-color: var(--wostin-white);
	border-radius: 50%;
	opacity: 0.3;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

.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 .arrow-left {
	position: relative;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

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

.main-slider-three .swiper-slide {
	position: relative;
	background-color: var(--wostin-base);
}

.main-slider-three-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--wostin-base);
	z-index: 3;
}

.main-slider-three-bg-two {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 84px;
	background-color: var(--wostin-primary);
	z-index: 3;
}

.main-slider-three-building {
	position: absolute;
	bottom: 84px;
	right: 0;
	z-index: 9;
}

.main-slider-three-building img {
	width: auto;
}

.main-slider-three-car {
	position: absolute;
	bottom: 60px;
	right: 95px;
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
	z-index: 10;
}

.main-slider-three .swiper-slide-active .main-slider-three-car {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 3000ms;
	transition-delay: 3000ms;
	-webkit-transition: opacity 2000ms ease, color 500ms ease,
		background 500ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, color 500ms ease, background 500ms ease,
		-webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
		background 500ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
		background 500ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three-car img {
	width: auto;
}

.main-slider-three .container {
	padding-top: 286px;
	padding-bottom: 260px;
}

.main-slider-three .main-slider__content {
	position: relative;
	display: block;
	text-align: left;
}

.main-slider-three h2 {
	font-size: 90px;
	color: var(--wostin-white);
	line-height: 90px;
	margin-bottom: 35px;
	font-family: var(--wostin-font);
}

.main-slider-three .thm-btn:hover {
	color: var(--wostin-base);
}

.main-slider-three .thm-btn:after {
	background-color: var(--wostin-white);
}

/*--------------------------------------------------------------
# Feature One Start
--------------------------------------------------------------*/
.feature-one {
	position: relative;
	display: block;
	z-index: 3;
}

.feature-one__inner {
	position: relative;
	display: block;
	background-color: var(--wostin-black);
	padding: 88px 0 74px;
	margin-top: -80px;
}

.feature-one__list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.feature-one__single {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 100%;
	text-align: center;
}

.feature-one__single:before {
	position: absolute;
	top: 7px;
	bottom: 6px;
	right: 0;
	content: "";
	width: 1px;
	background-color: rgba(var(--wostin-white-rgb), 0.1);
}

.feature-one__single:last-child:before {
	display: none;
}

.feature-one__icon {
	position: absolute;
	height: 130px;
	width: 130px;
	background-color: var(--wostin-base);
	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;
	border-radius: 50%;
	margin: 0 auto;
	top: -153px;
	left: 0;
	right: 0;
	z-index: 1;
}

.feature-one__icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	background-color: var(--wostin-primary);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}

.feature-one__single:hover .feature-one__icon:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.feature-one__icon span {
	position: relative;
	display: inline-block;
	color: var(--wostin-white);
	font-size: 65px;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.feature-one__single:hover .feature-one__icon span {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	color: var(--wostin-black);
}

.feature-one__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin-top: 3px;
}

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

.feature-one__title a:hover {
	color: var(--wostin-primary);
}

/*--------------------------------------------------------------
# Leading Waste
--------------------------------------------------------------*/
.leading-waste {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.leading-waste__left {
	position: relative;
	display: block;
	margin-left: 40px;
	margin-right: 30px;
}

.leading-waste__img-box {
	position: relative;
	display: block;
}

.leading-waste__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.leading-waste__img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 1;
}

.leading-waste__img:hover:before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}

.leading-waste__img img {
	width: 100%;
}

.leading-waste__experience {
	position: absolute;
	top: -40px;
	left: -40px;
	height: 162px;
	width: 165px;
	background-color: var(--wostin-base);
	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;
	z-index: 2;
}

.leading-waste__experience::after {
	position: absolute;
	bottom: 0;
	right: -20px;
	content: "";
	width: 0;
	border-right: 20px solid transparent;
	border-bottom: 20px solid var(--wostin-base);
}

.leading-waste__experience p {
	color: var(--wostin-white);
	line-height: 24px;
}

.leading-waste__experience p span {
	font-size: 60px;
	color: var(--wostin-primary);
	line-height: 58px;
	font-weight: 700;
	font-family: var(--wostin-font-two);
}

.leading-waste__img-shape-1 {
	position: absolute;
	bottom: -55px;
	right: -135px;
	z-index: 1;
}

.leading-waste__img-shape-1 img {
	width: auto;
}

.leading-waste__big-text {
	position: absolute;
	top: 40px;
	bottom: 0;
	left: -561px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.leading-waste__big-text p {
	font-size: 100px;
	color: var(--wostin-extra);
	text-transform: uppercase;
	line-height: 100px;
	letter-spacing: 0.26em;
	font-weight: 400;
	opacity: 0.3;
}

.leading-waste__right {
	position: relative;
	display: block;
	margin-left: 100px;
}

.leading-waste-dots {
	position: absolute;
	top: -121px;
	right: -183px;
	opacity: 0.1;
}

.leading-waste-dots img {
	width: auto;
	-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;
}

.leading-waste__right .section-title {
	margin-bottom: 26px;
}

.leading-waste__text {
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
}

.leading-waste__text span {
	font-size: 34px;
	color: var(--wostin-base);
	font-family: var(--wostin-font-two);
	font-weight: 700;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.leading-waste__text span:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	width: 101px;
	height: 11px;
	background-image: url(assets/images/shapes/leading-waste-text-shape-1.png);
	background-repeat: no-repeat;
	content: "";
	z-index: -1;
}

.leading-waste__points {
	position: relative;
	display: block;
	margin-top: 31px;
	margin-bottom: 43px;
}

.leading-waste__points li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.leading-waste__points li+li {
	margin-top: 10px;
}

.leading-waste__points li .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.leading-waste__points li .icon span {
	height: 16px;
	width: 16px;
	background-color: var(--wostin-base);
	border-radius: 50%;
	color: var(--wostin-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 7px;
}

.leading-waste__points li .text {
	margin-left: 20px;
}

.leading-waste__points li .text p {
	font-size: 18px;
	color: var(--wostin-black);
}

/*--------------------------------------------------------------
# Industries One
--------------------------------------------------------------*/
.industries-one {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 112px 0 113px;
	background-color: var(--wostin-extra);
	z-index: 1;
}

.industries-one:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--wostin-white);
	height: 490px;
	z-index: -1;
}

.industries-one-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--wostin-extra);
	height: 505px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-blend-mode: luminosity;
	opacity: 0.3;
	z-index: -1;
}

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

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

.industries-one__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	content: "";
	background-color: rgba(var(--wostin-black-rgb), 0.5);
	z-index: 1;
}

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

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

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

.industries-one__content {
	position: relative;
	display: block;
	border: 1px solid var(--wostin-bdr-color);
	border-top: 0;
	text-align: center;
	padding: 86px 50px 50px;
	background-color: white;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.industries-one__single:hover .industries-one__content {
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.industries-one__content::after {
	position: absolute;
	bottom: -1px;
	right: -1px;
	content: "";
	width: 0;
	border-left: 30px solid transparent;
	border-bottom: 30px solid var(--wostin-bdr-color);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.industries-one__single:hover .industries-one__content::after {
	border-bottom: 30px solid var(--wostin-primary);
}

.industries-one__icon {
	height: 125px;
	width: 125px;
	border-radius: 50%;
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	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;
	margin: 0 auto;
	position: absolute;
	top: -62px;
	left: 0;
	right: 0;
	z-index: 1;
}

.industries-one__icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	background-color: var(--wostin-primary);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}

.industries-one__single:hover .industries-one__icon:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.industries-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 63px;
	color: var(--wostin-base);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.industries-one__single:hover .industries-one__icon span {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	color: var(--wostin-black);
}

.industries-one__title {
	font-size: 34px;
	font-weight: 700;
	line-height: 34px;
}

.industries-one__title a {
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.industries-one__title a:hover {
	color: var(--wostin-base);
}

.industries-one__text {
	padding-top: 19px;
	padding-bottom: 22px;
}

.industries-one__arrow {
	position: relative;
	display: block;
}

.industries-one__arrow a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 45px;
	width: 45px;
	margin: 0 auto;
	background-color: var(--wostin-extra);
	border-radius: 50%;
	color: var(--wostin-black);
	font-size: 12px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.industries-one__single:hover .industries-one__arrow a {
	background-color: var(--wostin-base);
	color: var(--wostin-white);
}

/*--------------------------------------------------------------
# We Dedicated
--------------------------------------------------------------*/
.we-dedicated {
	position: relative;
	display: block;
	padding: 0 0 117px;
}

.we-dedicated__left {
	position: relative;
	display: block;
	margin-right: 100px;
}

.we-dedicated__left .section-title {
	margin-top: -11px;
	margin-bottom: 28px;
}

.we-dedicated__progress {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 32px;
}

.we-dedicated__progress-single {
	position: relative;
	display: block;
}

.we-dedicated__progress-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color: var(--wostin-black);
	margin-bottom: 6px;
	font-family: var(--wostin-font);
}

.we-dedicated__progress .bar {
	position: relative;
	width: 100%;
	height: 13px;
	background-color: var(--wostin-extra);
	border-radius: 7px;
	margin-bottom: 26px;
}

.we-dedicated__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 13px;
	border-radius: 7px;
	background-color: var(--wostin-primary);
	-webkit-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.we-dedicated__progress .count-text {
	position: absolute;
	right: 0px;
	bottom: 21px;
	color: var(--wostin-gray);
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.we-dedicated__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.we-dedicated__progress .bar.marb-0 {
	margin-bottom: 0;
}

.we-dedicated__right {
	position: relative;
	display: block;
}

.we-dedicated__img-box {
	position: relative;
	display: block;
	z-index: 1;
}

.we-dedicated__img-box:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--wostin-primary);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	z-index: -1;
}

.we-dedicated__img-box img {
	width: 100%;
}

.we-dedicated__video-link {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	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;
}

.we-dedicated__video-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 97px;
	height: 97px;
	line-height: 97px;
	text-align: center;
	font-size: 23px;
	color: var(--wostin-white);
	background-color: var(--wostin-base);
	border-radius: 50%;
	margin: 0 auto;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.we-dedicated__video-icon:hover {
	background-color: var(--wostin-primary);
	color: var(--wostin-black);
}

.we-dedicated__video-icon:before {
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	content: "";
	border-radius: 50%;
	z-index: 1;
	border: 1px solid var(--wostin-white);
	opacity: 0.1;
}

.we-dedicated__video-link .ripple,
.we-dedicated__video-icon .ripple:before,
.we-dedicated__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 127px;
	height: 127px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--wostin-primary-rgb), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--wostin-primary-rgb), 0.6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--wostin-primary-rgb), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--wostin-primary-rgb), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	border-radius: 50%;
}

.we-dedicated__video-icon .ripple:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}

.we-dedicated__video-icon .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
	position: relative;
	display: block;
	background-color: var(--wostin-base);
	padding: 120px 0 90px;
}

.counter-one-bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--wostin-base);
	z-index: 1;
}

.counter-one-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.05;
}

.counter-one__single {
	position: relative;
	display: block;
	padding-top: 40px;
	padding-bottom: 33px;
	padding-left: 60px;
	padding-right: 40px;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 1;
}

.counter-one__single:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.counter-one__single:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(var(--wostin-black-rgb), 0.5);
	content: "";
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: -1;
}

.counter-one__single:hover:before {
	background-color: rgba(var(--wostin-black-rgb), 1);
}

.counter-one__top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.counter-one__count {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -11px;
}

.counter-one__count h2 {
	font-size: 60px;
	color: var(--wostin-white);
	line-height: 60px !important;
	font-family: var(--wostin-font-two) !important;
}

.counter-one__plus {
	font-size: 60px;
	color: var(--wostin-white);
	line-height: 60px !important;
	font-family: var(--wostin-font-two) !important;
}

.counter-one__icon {
	position: relative;
	display: block;
}

.counter-one__icon span {
	font-size: 62px;
	color: var(--wostin-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.counter-one__single:hover .counter-one__icon span {
	color: var(--wostin-white);
}

.counter-one__title {
	font-size: 18px;
	color: var(--wostin-primary);
	font-weight: 500;
	line-height: 22px;
	font-family: var(--wostin-font);
	padding-bottom: 16px;
}

.counter-one__text {
	color: #c8e8c3;
}

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

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

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

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

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

.services-one__top-text {
	margin-top: 32px;
}

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

.services-one__bottom .row {
	--bs-gutter-x: 57px;
}

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

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

.services-one__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.services-one__img:before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0px;
	background-color: rgba(var(--wostin-black-rgb), 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
	transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	z-index: 1;
}

.services-one__single:hover .services-one__img:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
	transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
	height: 100%;
}

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

.services-one__icon {
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	height: 90px;
	width: 90px;
	background-color: var(--wostin-base);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	z-index: 2;
}

.services-one__icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	background-color: var(--wostin-primary);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}

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

.services-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 48px;
	color: var(--wostin-white);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	color: var(--wostin-black);
}

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

.services-one__content {
	position: relative;
	display: block;
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	text-align: center;
	padding: 61px 0 26px;
}

.services-one__single:hover .services-one__content {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease,
		-webkit-transform 500ms ease;
	visibility: hidden;
	opacity: 0;
}

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

.services-one__title a {
	color: var(--wostin-black);
}

.services-one__hover {
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	text-align: center;
	padding: 61px 40px 24px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease,
		-webkit-transform 500ms ease;
	visibility: hidden;
	opacity: 0;
}

.services-one__single:hover .services-one__hover {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.services-one__hover-title {
	font-size: 34px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 7px;
}

.services-one__hover-title a {
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-one__hover-title a:hover {
	color: var(--wostin-base);
}

/*--------------------------------------------------------------
# Have Waste
--------------------------------------------------------------*/
.have-waste {
	position: relative;
	display: block;
	padding: 0 0 0;
	z-index: 2;
}

.have-waste__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: var(--wostin-primary);
	padding-left: 80px;
	padding-right: 125px;
	padding-top: 59px;
	padding-bottom: 58px;
}

.have-waste__left {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.have-waste__content {
	font-size: 50px;
	color: var(--wostin-black);
	font-weight: 700;
	line-height: 60px;
}

.have-waste__icon {
	position: relative;
	height: 93px;
	width: 93px;
	background-color: var(--wostin-black);
	border-radius: 50%;
	font-size: 35px;
	color: var(--wostin-primary);
	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;
	margin-left: 190px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.have-waste__icon:hover {
	color: var(--wostin-base);
	background-color: var(--wostin-white);
}

.have-waste__icon:before {
	position: absolute;
	top: 50%;
	left: -65px;
	width: 55px;
	height: 2px;
	content: "";
	background-color: rgba(var(--wostin-black-rgb), 0.15);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.have-waste__icon:after {
	position: absolute;
	top: 50%;
	right: -65px;
	width: 55px;
	height: 2px;
	content: "";
	background-color: rgba(var(--wostin-black-rgb), 0.15);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.have-waste__right {
	position: relative;
	display: block;
}

.have-waste__contact-info {
	position: relative;
	display: block;
	line-height: 26px;
}

.have-waste__contact-text {
	font-weight: 400;
	color: var(--wostin-black);
	font-family: var(--wostin-font);
	font-size: 16px;
	line-height: 30px;
}

.have-waste__contact-number {
	font-size: 20px;
	color: var(--wostin-black);
	font-weight: 700;
	display: block;
	font-family: var(--wostin-font);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.have-waste__contact-number:hover {
	color: var(--wostin-base);
}

.have-waste__contact-email {
	font-size: 20px;
	color: var(--wostin-base);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.have-waste__contact-email:hover {
	color: var(--wostin-white);
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
	position: relative;
	display: block;
	padding: 220px 0 90px;
	margin-top: -105px;
	z-index: 1;
}

.project-one-bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--wostin-black);
	height: 692px;
	z-index: 1;
}

.project-one-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 692px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: var(--wostin-black);
	background-blend-mode: color-burn;
	opacity: 0.25;
	z-index: 1;
}

.project-one__container {
	position: relative;
	display: block;
	max-width: 1720px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	z-index: 5;
}

.project-one .section-title {
	position: relative;
	display: block;
	z-index: 5;
}

.project-one .section-title__tagline {
	color: #a5b9ad;
}

.project-one .section-title__title {
	color: var(--wostin-white);
}

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

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

.project-one__img:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--wostin-black);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateY(-102%);
	transform: translateY(-102%);
	opacity: 0.5;
	z-index: 1;
}

.project-one__single:hover .project-one__img:before {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.project-one__img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

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

.project-one__content {
	position: relative;
	display: block;
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	padding: 19px 30px 27px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: -55px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 3;
}

.project-one__single:hover .project-one__content {
	-webkit-transform: translateY(-84px);
	transform: translateY(-84px);
}

.project-one__title {
	font-size: 34px;
	font-weight: 700;
	line-height: 34px;
}

.project-one__title a {
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-one__single:hover .project-one__title a {
	color: var(--wostin-base);
}

.project-one__arrow {
	position: absolute;
	top: -23px;
	right: 20px;
}

.project-one__arrow a {
	height: 45px;
	width: 45px;
	background-color: var(--wostin-black);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--wostin-white);
	border-radius: 50%;
	font-size: 12px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-one__single:hover .project-one__arrow a {
	background-color: var(--wostin-primary);
	color: var(--wostin-black);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
	position: relative;
	display: block;
	border-top: 1px solid var(--wostin-bdr-color);
	padding: 78px 0 79px;
}

.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.3;
	max-width: 100%;
}

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

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
	position: relative;
	display: block;
	background-color: var(--wostin-extra);
	padding: 120px 0 120px;
}

.testimonial-one-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 812px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	background-color: var(--wostin-extra);
	background-blend-mode: luminosity;
	opacity: 0.1;
}

.testimonial-one__left {
	position: relative;
	display: block;
	margin-right: 118px;
	z-index: 5;
}

.testimonial-one__left .section-title {
	margin-bottom: 28px;
}

.testimonial-one__text-1 {
	padding-bottom: 40px;
}

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

.testimonial-one__people {
	position: absolute;
	top: -38px;
	left: -88px;
}

.testimonial-one__people img {
	width: auto;
	border-radius: 50% !important;
}

.testimonial-one__people-2 {
	bottom: 120px;
	left: -112px;
	top: inherit;
}

.testimonial-one__people-3 {
	left: 255px;
	bottom: -36px;
	top: inherit;
}

.testimonial-one__people-4 {
	right: -185px;
	bottom: 100px;
	top: inherit;
	left: inherit;
}

.testimonial-one__people-5 {
	left: inherit;
	top: 67px;
	right: -215px;
}

.testimonial-one__people-6 {
	top: -42px;
	right: 145px;
	left: inherit;
}

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

.testimonial-one__single {
	position: relative;
	display: block;
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 44px 50px 60px;
}

.testimonial-one__feedback-box {
	position: relative;
	display: block;
	border-bottom: 1px solid var(--wostin-bdr-color);
	padding-bottom: 22px;
}

.testimonial-one__feedback {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial-one__feedback a {
	font-size: 15px;
	color: var(--wostin-primary);
}

.testimonial-one__feedback a+a {
	margin-left: 4px;
}

.testimonial-one__title {
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
}

.testimonial-one__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 38px;
	padding-top: 18px;
	padding-bottom: 31px;
}

.testimonial-one__client-info-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.testimonial-one__client-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 13px;
}

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

.testimonial-one__client-img:before {
	position: absolute;
	top: -13px;
	left: -13px;
	right: -13px;
	bottom: -13px;
	content: "";
	border: 2px solid var(--wostin-base);
	border-radius: 50%;
}

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

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

.testimonial-one__client-name {
	font-size: 18px;
	color: var(--wostin-base);
	font-weight: 700;
	font-family: var(--wostin-font);
	line-height: 22px;
}

.testimonial-one__client-title {
	font-weight: 400;
}

.testimonial-one__quote span {
	font-size: 42px;
	color: var(--wostin-primary);
}

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

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

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

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

.news-one--carousel {
	padding-bottom: 120px;
}

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

.news-one__img {
	position: relative;
	display: block;
	overflow: hidden;
}

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

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

.news-one__date {
	position: absolute;
	bottom: 0;
	left: 50px;
	background-color: var(--wostin-primary);
	padding: 4px 20px 4px;
	z-index: 2;
}

.news-one__date p {
	font-size: 12px;
	color: var(--wostin-black);
	margin: 0;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.news-one__img>a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--wostin-black-rgb), 0.5);
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 30px;
	color: var(--wostin-base);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease,
		-webkit-transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

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

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

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

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

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

.news-one__content {
	position: relative;
	display: block;
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	padding: 32px 40px 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-one__content:before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: "";
	height: 3px;
	background-color: var(--wostin-base);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.news-one__single:hover .news-one__content:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.news-one__meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-details__content ul.news-one__meta {
	margin-left: 0;
}

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

.news-one__meta li,
.news-one__meta li span {
	display: flex;
	align-items: center;
}

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

.news-one__meta li a:hover {
	color: var(--wostin-base);
}

.news-one__meta li [class*=fa-] {
	margin-right: 5px;
}

.news-one__meta li a i {
	color: var(--wostin-base);
}

.news-one__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-top: 5px;
	font-family: var(--wostin-font);
}

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

.news-one__single:hover .news-one__title a {
	color: var(--wostin-base);
}

.news-one__read-more {
	position: relative;
	display: block;
	margin-top: 13px;
}

.news-one__read-more a {
	font-size: 14px;
	color: var(--wostin-black);
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

.news-one__read-more a i {
	font-size: 12px;
	color: var(--wostin-base);
	padding-right: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-one__single:hover .news-one__read-more a i {
	color: var(--wostin-primary);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	display: block;
	background-color: var(--wostin-black);
	z-index: 1;
}

.site-footer-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-blend-mode: overlay;
	background-color: var(--wostin-black);
	opacity: 0.05;
	z-index: -1;
}

.site-footer__top {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(var(--wostin-white-rgb), 0.1);
}

.site-footer__top-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 42px 0;
}

.site-footer__top-logo {
	position: relative;
	display: inline-block;
}

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

.site-footer__top-right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer__top-right-text {
	font-size: 18px;
	color: var(--wostin-white);
}

.site-footer__social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 100px;
}

.site-footer__social:before {
	position: absolute;
	top: -25px;
	bottom: -24px;
	left: -50px;
	content: "";
	background-color: rgba(var(--wostin-white-rgb), 0.1);
	width: 1px;
}

.site-footer__social a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--wostin-white);
	font-size: 18px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.site-footer__social a:hover {
	color: var(--wostin-primary);
}

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

.site-footer__middle {
	position: relative;
	display: block;
	padding: 96px 0 108px;
}

.footer-widget__about {
	position: relative;
	display: block;
	margin-right: 70px;
}

.footer-widget__about-text-box {
	position: relative;
	display: block;
	margin-top: -3px;
}

.footer-widget__about-text {
	color: #a5b9ad;
	line-height: 34px;
	margin: 0;
}

.footer-widget__newsletter-form {
	position: relative;
	display: block;
	margin-top: 21px;
}

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

.footer-widget__newsletter-input-box input[type="email"] {
	height: 64px;
	width: 100%;
	border: none;
	outline: none;
	padding-left: 20px;
	padding-right: 80px;
	font-size: 15px;
	color: var(--wostin-gray);
	font-weight: 500;
}

.footer-widget__newsletter-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	color: var(--wostin-base);
	border: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 0;
	font-size: 16px;
}

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

.footer-widget__title {
	font-size: 34px;
	color: var(--wostin-white);
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 28px;
}

.footer-widget__links-list {
	position: relative;
	display: block;
	margin-top: -1px;
}

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

.footer-widget__links-list li a {
	position: relative;
	font-size: 16px;
	color: #a5b9ad;
	font-weight: 500;
	padding-left: 21px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
	color: var(--wostin-white);
}

.footer-widget__links-list li a:before {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 11px;
	color: var(--wostin-primary);
	position: absolute;
	top: -4px;
	left: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__links-list li a:hover:before {
	color: var(--wostin-white);
}

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

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

.footer-widget__services-list li+li {
	margin-top: 3px;
}

.footer-widget__services-list li a {
	position: relative;
	font-size: 16px;
	color: #a5b9ad;
	font-weight: 500;
	padding-left: 21px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__services-list li a:hover {
	color: var(--wostin-white);
}

.footer-widget__services-list li a:before {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 11px;
	color: var(--wostin-primary);
	position: absolute;
	top: -4px;
	left: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__services-list li a:hover:before {
	color: var(--wostin-white);
}

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

.footer-widget__contact-text {
	color: #b0baae;
	line-height: 28px;
}

.footer-widget__contact-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.footer-widget__contact-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-widget__contact-icon span {
	font-size: 34px;
	color: var(--wostin-primary);
}

.footer-widget__contact-content {
	margin-left: 13px;
}

.footer-widget__contact-mail-phone {
	font-size: 16px;
	font-weight: 700;
}

.footer-widget__contact-mail {
	color: var(--wostin-white);
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__contact-mail:hover {
	color: var(--wostin-primary);
}

.footer-widget__contact-phone {
	color: var(--wostin-white);
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__contact-phone:hover {
	color: var(--wostin-primary);
}

.site-footer__bottom {
	position: relative;
	display: block;
	background-color: #353e32;
}

.site-footer-bottom-shape {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 16px;
	z-index: 5;
}

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

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

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

.site-footer__bottom-text a:hover {
	color: var(--wostin-white);
}

/*--------------------------------------------------------------
# Introduction
--------------------------------------------------------------*/
.introduction {
	position: relative;
	display: block;
	padding: 120px 0 113px;
}

.introducton__left {
	position: relative;
	display: block;
	margin-right: 78px;
}

.introducton__left .section-title {
	margin-bottom: 26px;
}

.introducton__text {
	font-size: 18px;
	line-height: 34px;
}

.introduction__bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 48px;
}

.introduction__bottom li+li {
	margin-left: 67px;
}

.introduction__bottom-icon {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.introduction__bottom-icon img {
	width: auto;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.introduction__bottom li:hover .introduction__bottom-icon img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.introduction__bottom-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 6px;
}

.introducton__right {
	position: relative;
	display: block;
	margin-right: 100px;
	margin-left: -30px;
}

.introducton__img-box {
	position: relative;
	display: block;
}

.introducton__img-1 {
	position: relative;
	display: block;
	z-index: 2;
}

.introducton__img-1 img {
	width: auto;
}

.introducton__img-2 {
	position: absolute;
	top: 80px;
	right: -100px;
	z-index: 1;
}

.introducton__img-2 img {
	width: auto;
}

.introducton__trusted {
	height: 170px;
	width: 170px;
	background-color: var(--wostin-base);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: -52px;
	left: 134px;
}

.introducton__trusted:before {
	position: absolute;
	bottom: 2px;
	right: 27px;
	content: "";
	background-image: url(assets/images/shapes/introducton-trusted-shape.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 11px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.introducton__trusted-text {
	color: var(--wostin-white);
	line-height: 24px;
}

.introducton__trusted h3 {
	font-size: 60px;
	font-weight: 700;
	color: var(--wostin-primary);
	font-family: var(--wostin-font-two) !important;
	line-height: 60px !important;
}

.introducton__trusted .odometer-formatting-mark {
	display: none;
}

/*--------------------------------------------------------------
# Waste Materials
--------------------------------------------------------------*/
.waste-materials {
	position: relative;
	display: block;
	z-index: 2;
}

.waste-materials__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--wostin-base);
	padding: 76px 100px;
	overflow: hidden;
	z-index: 1;
}

.waste-materials-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--wostin-base);
	background-blend-mode: color-burn;
	opacity: 0.15;
	z-index: -1;
}

.waste-materials-shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.waste-materials-shape-1 img {
	width: auto;
}

.waste-materials__title-box {
	position: relative;
	display: block;
}

.waste-materials__title {
	font-size: 50px;
	color: var(--wostin-white);
	font-weight: 700;
	line-height: 60px;
}

.waste-materials__points {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 133px;
}

.waste-materials__point-1 {
	position: relative;
	display: block;
}

.waste-materials__point-1 li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.waste-materials__point-1 li+li {
	margin-top: 5px;
}

.waste-materials__point-1 li .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.waste-materials__point-1 li .icon span {
	height: 16px;
	width: 16px;
	background-color: var(--wostin-primary);
	border-radius: 50%;
	color: var(--wostin-base);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 7px;
}

.waste-materials__point-1 li .text {
	margin-left: 20px;
}

.waste-materials__point-1 li .text p {
	font-size: 18px;
	color: var(--wostin-white);
}

.waste-materials__point-2 {
	margin-left: 100px;
}

/*--------------------------------------------------------------
# Manage Waste
--------------------------------------------------------------*/
.manage-waste {
	position: relative;
	display: block;
	padding: 213px 0 120px;
	margin-top: -100px;
	z-index: 1;
}

.manage-waste-bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #353e32;
	z-index: 1;
}

.manage-waste-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.4;
}

.manage-waste__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 3;
}

.manage-waste__title {
	font-size: 70px;
	color: var(--wostin-white);
	font-weight: 700;
	line-height: 70px;
}

.manage-waste__btn-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 53px;
}

.manage-waste__btn-1 {
	margin-right: 5px;
}

.manage-waste__btn-2 {
	margin-left: 5px;
	background-color: var(--wostin-base);
	color: var(--wostin-white);
}

.manage-waste__btn-2:hover {
	color: var(--wostin-black);
}

.manage-waste__btn-2:after {
	background-color: var(--wostin-primary);
}

/*--------------------------------------------------------------
# Industries Two
--------------------------------------------------------------*/
.industries-two {
	padding-bottom: 89px;
}

.industries-two:before {
	height: 467px;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.why-choose-one__left {
	position: relative;
	display: block;
	margin-right: -172px;
}

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

.why-choose-one__img img {
	width: 100%;
}

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

.why-choose-one__content {
	position: relative;
	display: block;
	background-color: var(--wostin-base);
	padding: 94px 100px 95px;
	margin-top: 100px;
}

.why-choose-one__title {
	font-size: 60px;
	color: var(--wostin-white);
	font-weight: 700;
	line-height: 60px;
}

.why-choose-one__text {
	color: #c8e8c3;
	padding-top: 37px;
	padding-bottom: 44px;
}

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

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

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

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

.why-choose-one__points li .icon span {
	height: 16px;
	width: 16px;
	background-color: var(--wostin-primary);
	border-radius: 50%;
	color: var(--wostin-base);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 7px;
}

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

.why-choose-one__points li .text p {
	font-size: 16px;
	color: var(--wostin-white);
}

/*--------------------------------------------------------------
# Benefit One
--------------------------------------------------------------*/
.benefit-one {
	position: relative;
	display: block;
	z-index: 1;
}

.benefit-one__container {
	position: relative;
	display: block;
	z-index: 1;
}

.benefit-one__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1px;
	margin-right: -1px;
	z-index: 1;
}

.benefit-one__single {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	width: 100%;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
	z-index: 1;
}

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

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

.benefit-one__title-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}

.benefit-one__title {
	font-size: 47px;
	color: var(--wostin-white);
	font-weight: 700;
	line-height: 63px;
}

.benefit-one__shape-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	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;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	z-index: 0;
}

.benefit-one__single:hover .benefit-one__shape-1 {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.benefit-one__shape-1 img {
	width: auto;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
	border-top: 0;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
	position: relative;
	display: block;
	background-color: var(--wostin-extra);
	padding: 120px 0 158px;
}

.testimonial-two-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 902px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	background-color: var(--wostin-extra);
	background-blend-mode: luminosity;
	opacity: 0.1;
}

.testimonial-two__left {
	position: relative;
	display: block;
	z-index: 5;
}

.testimonial-two__left .section-title {
	margin-bottom: 28px;
}

.testimonial-two__text-1 {
	padding-bottom: 40px;
}

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

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

.testimonial-two__single {
	position: relative;
	display: block;
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 43px 50px 67px;
	border: 2px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-two__single:hover {
	border: 2px solid var(--wostin-base);
}

.testimonial-two__feedback-box {
	position: relative;
	display: block;
	border-bottom: 1px solid var(--wostin-bdr-color);
	padding-bottom: 25px;
}

.testimonial-two__feedback {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial-two__feedback a,
.testimonial-two__feedback i,
.testimonial-one__feedback i,
.testimonial-three__feedback i {
	font-size: 15px;
	color: var(--wostin-primary);
	line-height: 1.5;
}

.testimonial-two__feedback a+a,
.testimonial-two__feedback i+i,
.testimonial-one__feedback i+i,
.testimonial-three__feedback i+i {
	margin-left: 4px;
}

.testimonial-two__title {
	font-size: 34px;
	font-weight: 700;
	line-height: 38px;
}

.testimonial-two__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	padding-top: 19px;
	padding-bottom: 25px;
}

.testimonial-two__client-info-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.testimonial-two__client-info {
	display: block;
	position: relative;
}

.testimonial-two__client-name {
	font-size: 18px;
	color: var(--wostin-base);
	font-family: var(--wostin-font);
	font-weight: 700;
	line-height: 21px;
}

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

.testimonial-two__quote span {
	font-size: 40px;
	color: var(--wostin-bdr-color);
	position: relative;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__quote span {
	color: var(--wostin-primary);
}

.testimonial-two__client-img {
	position: absolute;
	border-radius: 50%;
	bottom: -30px;
	left: 60px;
	z-index: 2;
}

.testimonial-two__client-img:before {
	position: absolute;
	top: -11px;
	left: -11px;
	right: -11px;
	bottom: -11px;
	content: "";
	border: 2px solid var(--wostin-bdr-color);
	border-radius: 50%;
	background-color: var(--wostin-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: -1;
}

.testimonial-two__single:hover .testimonial-two__client-img:before {
	border: 2px solid var(--wostin-base);
}

.testimonial-two__client-img img {
	width: auto !important;
	border-radius: 50% !important;
}

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

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

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

/*--------------------------------------------------------------
# Introduction
--------------------------------------------------------------*/
.project-two {
	position: relative;
	display: block;
	padding: 120px 0 167px;
	z-index: 1;
}

.project-two-bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--wostin-black);
	height: 500px;
	z-index: 1;
}

.project-two-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: var(--wostin-black);
	background-blend-mode: color-burn;
	opacity: 0.25;
	z-index: 1;
}

.project-two .section-title {
	position: relative;
	display: block;
	z-index: 2;
}

.project-two .section-title__tagline {
	color: #a5b9ad;
}

.project-two .section-title__title {
	color: var(--wostin-white);
}

.project-two__single {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}

.project-two__single:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

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

.project-two__img:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 100%;
	z-index: 2;
	background: rgba(255, 255, 255, 0);
	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-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(25, 24, 37, 0.96)));
	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);
}

.project-two__img:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--wostin-black);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateY(-102%);
	transform: translateY(-102%);
	opacity: 0.5;
	z-index: 1;
}

.project-two__single:hover .project-two__img:after {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.project-two__img img {
	width: 100%;
}

.project-two__content {
	position: absolute;
	bottom: 27px;
	left: 30px;
	z-index: 3;
}

.project-two__subtitle {
	color: var(--wostin-primary);
}

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

.project-two__title a {
	color: var(--wostin-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-two__title a:hover {
	color: var(--wostin-primary);
}

.project-two__arrow {
	position: absolute;
	top: 30px;
	right: 30px;
	-webkit-transform: scale(0) translateY(0);
	transform: scale(0) translateY(0);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	z-index: 3;
}

.project-two__single:hover .project-two__arrow {
	-webkit-transform: scale(1) translateY(10px);
	transform: scale(1) translateY(10px);
}

.project-two__arrow a {
	height: 45px;
	width: 45px;
	background-color: var(--wostin-primary);
	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;
	color: var(--wostin-black);
	border-radius: 50%;
	font-size: 12px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-two__arrow a:hover {
	background-color: var(--wostin-white);
	color: var(--wostin-black);
}

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

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

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

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

.project-two__carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: -57px;
	left: 0px;
	right: 0;
	text-align: center;
	margin: 0 !important;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--wostin-black);
	opacity: 0.5;
	margin: 0px 2.5px;
	padding: 0px;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.project-two__carousel.owl-carousel .owl-dot.active {
	background-color: var(--wostin-base);
	opacity: 1;
}

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

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

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.contact-one__left {
	position: relative;
	display: block;
	margin-right: 127px;
}

.contact-one__left .section-title {
	margin-bottom: 26px;
}

.contact-one__info {
	position: relative;
	display: block;
	margin-top: 40px;
}

.contact-one__info li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-one__info li+li {
	margin-top: 10px;
}

.contact-one__info li .icon {
	height: 80px;
	width: 80px;
	background-color: var(--wostin-base);
	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;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-one__info li:hover .icon {
	background-color: var(--wostin-primary);
}

.contact-one__info li .icon span {
	color: var(--wostin-primary);
	font-size: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-one__info li:hover .icon span {
	color: var(--wostin-black);
}

.contact-one__info li .text {
	margin-left: 30px;
}

.contact-one__info li .text p {
	line-height: 25px;
}

.contact-one__info li .text a {
	font-size: 18px;
	color: var(--wostin-black);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-one__info li:hover .text a {
	color: var(--wostin-base);
}

.contact-one__info li .text span {
	font-size: 18px;
	color: var(--wostin-black);
	font-weight: 500;
}

.contact-one__right {
	position: relative;
	display: block;
	margin-left: -20px;
}

.contact-one__form {
	position: relative;
	display: block;
	padding: 59px;
	border: 1px solid var(--wostin-bdr-color);
}

.contact-one__form .row {
	--bs-gutter-x: 20px;
}

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

.contact-one__form-input-box input[type="text"],
.contact-one__form-input-box input[type="email"] {
	height: 63px;
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--wostin-extra);
	font-size: 14px;
	color: var(--wostin-gray);
	font-weight: 500;
	padding: 0 30px 0;
}

.contact-one__form-input-box textarea {
	height: 184px;
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--wostin-extra);
	font-size: 14px;
	color: var(--wostin-gray);
	font-weight: 500;
	padding: 20px 40px 30px;
}

.contact-one__form-input-box.text-message-box {
	height: 184px;
}

.contact-one__btn {
	border: 0;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
	position: relative;
	display: block;
	background-color: var(--wostin-extra);
}

.google-map__one {
	position: relative;
	display: block;
	border: none;
	height: 395px;
	width: 100%;
	mix-blend-mode: luminosity;
}

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

.news-two.section-header {
	padding: 0;
}

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

.news-two__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.news-two__img:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	height: 100%;
	z-index: 2;
	background: rgba(255, 255, 255, 0);
	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-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(25, 24, 37, 0.96)));
	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);
}

.news-two__img:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--wostin-black-rgb), 0.3);
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
	transform: perspective(400px) rotateX(-90deg) scale(0.2);
	-webkit-transform-origin: top;
	transform-origin: top;
	z-index: 1;
}

.news-two__single:hover .news-two__img:after {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg) scale(1);
	transform: perspective(400px) rotateX(0deg) scale(1);
}

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

.news-two__single:hover .news-two__img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.news-two__date {
	position: absolute;
	top: 40px;
	right: 40px;
	background-color: var(--wostin-primary);
	text-align: center;
	padding: 15px 16px;
	z-index: 3;
}

.news-two__date p {
	font-size: 12px;
	color: var(--wostin-black);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 13px;
	letter-spacing: 0.1em;
}

.news-two__content {
	position: absolute;
	bottom: 35px;
	padding: 0 40px;
	z-index: 3;
}

.news-two__meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-two__meta li a,
.news-two__meta li i {
	font-size: 14px;
	color: var(--wostin-white);
}

.news-two__title {
	font-size: 24px;
	font-weight: 700;
	font-family: var(--wostin-font);
	line-height: 32px;
	margin-top: 5px;
}

.news-two__title a {
	color: var(--wostin-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-two__title a:hover {
	color: var(--wostin-primary);
}

.news-two__list {
	position: relative;
	display: block;
}

.news-two__list-single {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-two__list-single+.news-two__list-single {
	margin-top: 28px;
}

.news-two__list-img {
	position: relative;
	display: inline-block;
	max-width: 120px;
	width: 100%;
}

.news-two__list-img:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--wostin-black-rgb), 0.3);
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
	transform: perspective(400px) rotateX(-90deg) scale(0.2);
	-webkit-transform-origin: top;
	transform-origin: top;
	z-index: 1;
}

.news-two__list-single:hover .news-two__list-img:after {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg) scale(1);
	transform: perspective(400px) rotateX(0deg) scale(1);
}

.news-two__list-img img {
	width: 100%;
}

.news-two__list-content {
	margin-left: 30px;
	margin-top: -7px;
}

.news-two__list-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

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

.news-two__list-meta li a:hover {
	color: var(--wostin-base);
}

.news-two__list-meta li a i,
.news-two__list-meta .comments-link i {
	font-size: 14px;
	color: var(--wostin-base);
}

.news-two__list-title {
	font-size: 20px;
	font-weight: 700;
	font-family: var(--wostin-font);
	line-height: 30px;
	margin-top: 4px;
}

.news-two__list-title a {
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-two__list-title a:hover {
	color: var(--wostin-base);
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
	position: relative;
	display: block;
	background-color: var(--wostin-primary);
}

.cta-one__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 80px 0;
}

.cta-one__title {
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
}

.cta-one__btn {
	background-color: var(--wostin-black);
	color: var(--wostin-white);
}

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

.services-two .row {
	--bs-gutter-x: 56px;
}

.services-two__single {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	z-index: 1;
}

.services-two__single.mart-30 {
	margin-top: 30px;
}

.services-two__content-box {
	position: relative;
	display: block;
	background-color: var(--wostin-extra);
	padding: 40px 40px 30px;
	z-index: 1;
}

.services-two__content-bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--wostin-black);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.services-two__single:hover .services-two__content-bg-box {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.services-two__content-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--wostin-black);
	background-blend-mode: luminosity;
	opacity: 0.1;
	z-index: -1;
}

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

.services-two__icon img {
	width: auto;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.services-two__single:hover .services-two__icon img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.services-two__content {
	position: relative;
	display: block;
	z-index: 2;
}

.services-two__title {
	position: relative;
	font-size: 20px;
	font-family: var(--wostin-font);
	font-weight: 700;
	line-height: 30px;
	margin-top: 22px;
	margin-bottom: 23px;
	z-index: 3;
}

.services-two__title:before {
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 24px;
	height: 2px;
	content: "";
	background-color: var(--wostin-primary);
}

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

.services-two__single:hover .services-two__title a {
	color: var(--wostin-white);
}

.services-two__text {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__single:hover .services-two__text {
	color: #a5b9ad;
}

.services-two__read-more {
	position: relative;
	display: block;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease,
		-webkit-transform 500ms ease;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	opacity: 0;
}

.services-two__single:hover .services-two__read-more {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.services-two__read-more a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: var(--wostin-primary);
	color: var(--wostin-black);
	font-size: 13px;
	padding: 17px 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__read-more a:hover {
	background-color: var(--wostin-base);
	color: var(--wostin-white);
}

.services-two__read-more span {
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
}

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

.welcome__left {
	position: relative;
	display: block;
	margin-right: 30px;
}

.welcome__img-box {
	position: relative;
	display: block;
}

.welcome__img-box:before {
	position: absolute;
	top: 50%;
	left: -177px;
	border-radius: 50%;
	background-color: #f5f0e9;
	width: 356px;
	height: 356px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	animation-name: zoom-fade2;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: zoom-fade2;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: zoom-fade2;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: zoom-fade2;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: zoom-fade2;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.welcome__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.welcome__img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 1;
}

.welcome__img:hover:before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}

.welcome__img img {
	width: 100%;
}

.welcome__icon {
	height: 130px;
	width: 130px;
	background-color: var(--wostin-base);
	font-size: 64px;
	color: var(--wostin-white);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: -65px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 3;
}

.welcome__img-box:hover .welcome__icon {
	background-color: var(--wostin-white);
	color: var(--wostin-black);
}

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

.welcome__right .section-title {
	margin-bottom: 26px;
}

.welcome__text-1 {
	font-size: 20px;
	color: var(--wostin-base);
	line-height: 36px;
}

.welcome__text-2 {
	padding-top: 28px;
	padding-bottom: 32px;
}

.welcome__bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	counter-reset: count;
}

.welcome__bottom li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.welcome__bottom li+li {
	margin-left: 86px;
}

.welcome__count {
	height: 58px;
	width: 58px;
	background-color: var(--wostin-primary);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.welcome__bottom li:hover .welcome__count {
	background-color: var(--wostin-base);
}

.welcome__count:before {
	position: absolute;
	height: 58px;
	width: 58px;
	text-align: center;
	color: var(--wostin-black);
	font-size: 18px;
	line-height: 58px;
	border-radius: 50%;
	font-weight: 700;
	counter-increment: count;
	content: counters(count, ".", decimal-leading-zero);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.welcome__bottom li:hover .welcome__count:before {
	color: var(--wostin-white);
}

.welcome__content {
	margin-left: 20px;
}

.welcome__content h3 {
	font-size: 34px;
	font-weight: 700;
	line-height: 36px;
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
	position: relative;
	display: block;
	background-color: var(--wostin-extra);
	padding: 120px 0 120px;
	z-index: 1;
}

.why-choose-two-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--wostin-extra);
	background-blend-mode: luminosity;
	opacity: 0.3;
	z-index: -1;
}

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

.why-choose-two__left .section-title {
	margin-bottom: 26px;
}

.why-choose-two__text {
	padding-bottom: 50px;
}

.why-choose-two__founder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 7px;
}

.why-choose-two__founder-img {
	position: relative;
	display: inline-block;
	border-radius: 50%;
}

.why-choose-two__founder-img:before {
	position: absolute;
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	content: "";
	border: 2px solid var(--wostin-base);
	border-radius: 50%;
}

.why-choose-two__founder-img img {
	width: auto;
	border-radius: 50% !important;
}

.why-choose-two__founder-content {
	margin-left: 35px;
	position: relative;
	top: 14px;
}

.why-choose-two__founder-name {
	font-size: 30px;
	line-height: 40px;
	font-family: var(--wostin-reey-font);
	font-weight: 400;
}

.why-choose-two__founder-title {
	color: var(--wostin-base);
	margin-left: 135px;
}

.why-choose-two__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

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

.why-choose-two__counter-single {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--wostin-white);
	padding: 20px 20px 20px;
}

.why-choose-two__counter-single+.why-choose-two__counter-single {
	margin-top: 5px;
}

.why-choose-two__counter-icon {
	height: 105px;
	width: 130px;
	background-color: var(--wostin-primary);
	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;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.why-choose-two__counter-single:hover .why-choose-two__counter-icon {
	background-color: var(--wostin-base);
}

.why-choose-two__counter-icon span {
	position: relative;
	display: inline-block;
	color: var(--wostin-black);
	font-size: 64px;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.why-choose-two__counter-single:hover .why-choose-two__counter-icon span {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	color: var(--wostin-white);
}

.why-choose-two__counter-content {
	margin-left: 40px;
	position: relative;
	top: -5px;
}

.why-choose-two__counter-content h2 {
	font-size: 60px;
	display: inline-block;
	color: var(--wostin-base);
	line-height: 60px !important;
	font-family: var(--wostin-font-two) !important;
}

.counter-two__plus {
	font-size: 60px;
	color: var(--wostin-base);
	line-height: 60px !important;
	font-family: var(--wostin-font-two) !important;
	position: relative;
	top: 15px;
}

.why-choose-two__counter-text {
	font-size: 18px;
	line-height: 19px;
}

/*--------------------------------------------------------------
# Manage Waste Two
--------------------------------------------------------------*/
.manage-waste-two {
	padding-top: 113px;
	margin-top: 0;
}

/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.project-three__top {
	position: relative;
	display: block;
}

.project-three__left {
	position: relative;
	display: block;
}

.project-three__right {
	position: relative;
	display: block;
}

.project-three__bottom {
	position: relative;
	display: block;
}

.project-three__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.project-three__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.project-three__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--wostin-base-rgb), 0.9);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateY(-102%);
	transform: translateY(-102%);
}

.project-three__single:hover .project-three__img:before {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.project-three__img img {
	width: 100%;
}

.project-three__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}

.project-three__single:hover .project-three__content {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.project-three__arrow a {
	height: 45px;
	width: 45px;
	background-color: var(--wostin-primary);
	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;
	color: var(--wostin-black);
	border-radius: 50%;
	font-size: 12px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-three__arrow a:hover {
	background-color: var(--wostin-white);
}

.project-three__subtitle {
	color: var(--wostin-primary);
	padding-top: 21px;
}

.project-three__title {
	font-size: 34px;
	font-weight: 700;
	line-height: 36px;
}

.project-three__title a {
	color: var(--wostin-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-three__title a:hover {
	color: var(--wostin-primary);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
	position: relative;
	display: block;
	padding: 0 0 90px;
}

.pricing__tab-box {
	position: relative;
	display: block;
	z-index: 2;
}

.pricing__tab-box .tab-buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 70px;
}

.pricing__tab-box .tab-buttons .tab-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pricing__tab-box .tab-buttons .tab-btn+.tab-btn {
	margin-left: 10px;
}

.pricing__tab-box .tab-buttons .tab-btn span {
	position: relative;
	display: inline-block;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	font-size: 16px;
	color: var(--wostin-black);
	background-color: var(--wostin-extra);
	padding: 13px 60px 13px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	z-index: 1;
}

.pricing__tab-box .tab-buttons .tab-btn.active-btn span {
	color: var(--wostin-white);
	background-color: var(--wostin-base);
}

.pricing__tab-box .tab-buttons .tab-btn span:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0%;
	content: "";
	background-color: var(--wostin-base);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: -1;
}

.pricing__tab-box .tab-buttons .tab-btn.active-btn span:before {
	height: 100%;
}

.pricing__tab-box .tab-buttons .tab-btn span:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	right: 0;
	content: "";
	width: 0;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	border-top: 10px solid var(--wostin-extra);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing__tab-box .tab-buttons .tab-btn.active-btn span:after {
	border-top: 10px solid var(--wostin-base);
}

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

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

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

.tabs-content__inner {
	position: relative;
	display: block;
}

.pricing__tab-content-box {
	position: relative;
	display: block;
}

.pricing__tab-content-single {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-right: 1px solid var(--wostin-bdr-color);
	padding-right: 59px;
	margin-bottom: 30px;
	z-index: 1;
}

.pricing__tab-content-single:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	height: 1px;
	background-color: var(--wostin-bdr-color);
	z-index: -1;
}

.pricing__tab-content-single:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	height: 1px;
	background-color: var(--wostin-bdr-color);
	z-index: -1;
}

.pricing__tab-content-left {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pricing__tab-content-img {
	position: relative;
	display: block;
}

.pricing__tab-content-img img {
	width: auto;
}

.pricing__tab-content {
	margin-left: 60px;
}

.pricing__tab-content-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 37px;
}

.pricing__tab-content-list {
	position: relative;
	display: block;
}

.pricing__tab-content-list li {
	font-size: 18px;
	color: var(--wostin-black);
}

.pricing__tab-content-list li+li {
	margin-top: 3px;
}

.pricing__tab-content-list li span {
	color: var(--wostin-base);
}

.pricing__tab-content-right {
	position: relative;
	display: block;
}

.pricing__tab-content-order {
	position: relative;
	display: block;
	text-align: center;
}

.pricing__tab-content-order:before {
	position: absolute;
	top: -17px;
	left: -60px;
	bottom: -23px;
	content: "";
	width: 1px;
	background-color: var(--wostin-bdr-color);
}

.pricing__tab-content-rate {
	font-size: 30px;
	color: var(--wostin-black);
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 17px;
}

.pricing__tab-content-rate span {
	font-size: 20px;
	position: relative;
	top: -7px;
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
	position: relative;
	display: block;
	background-color: var(--wostin-extra);
	padding: 120px 0 120px;
	z-index: 1;
}

.testimonial-three-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--wostin-extra);
	background-blend-mode: luminosity;
	opacity: 0.3;
	z-index: -1;
}

.testimonial-three-bg-2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1368px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: -1;
}

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

.testimonial-three__left .section-title {
	margin-bottom: 30px;
}

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

.testimonial-three__carousel.owl-carousel .owl-stage-outer {
	padding-bottom: 15px;
}

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

.testimonial-three__feedback-box {
	position: relative;
	display: block;
	border-bottom: 1px solid var(--wostin-white);
	padding-bottom: 26px;
}

.testimonial-three__feedback {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial-three__feedback a {
	font-size: 15px;
	color: var(--wostin-primary);
}

.testimonial-three__feedback a+a {
	margin-left: 4px;
}

.testimonial-three__title {
	font-size: 34px;
	font-weight: 700;
	line-height: 36px;
}

.testimonial-three__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 38px;
	padding-top: 18px;
	padding-bottom: 31px;
}

.testimonial-three__client-info-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.testimonial-three__client-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 13px;
}

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

.testimonial-three__client-img:before {
	position: absolute;
	top: -13px;
	left: -13px;
	right: -13px;
	bottom: -13px;
	content: "";
	border: 2px solid var(--wostin-base);
	border-radius: 50%;
}

.testimonial-three__client-img img {
	width: auto;
	border-radius: 50% !important;
}

.testimonial-three__client-content {
	margin-left: 35px;
}

.testimonial-three__client-name {
	font-size: 18px;
	color: var(--wostin-base);
	font-weight: 700;
	font-family: var(--wostin-font);
	line-height: 22px;
}

.testimonial-three__client-title {
	font-weight: 400;
}

.testimonial-three__quote span {
	font-size: 55px;
	color: var(--wostin-base);
}

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

.team-one--carousel {
	padding-bottom: 120px;
}

.team-one .section-title__tagline {
	color: var(--wostin-gray);
}

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

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

.team-one__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--wostin-black-rgb), 0.5);
	width: 0%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

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

.team-one__img>img {
	width: 100%;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-property: all;
	transition-property: all;
}

.team-one__sngle:hover .team-one__img>img {
	-webkit-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}

.team-one__shape {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.team-one__sngle:hover .team-one__shape {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

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

.team-one__content {
	position: relative;
	display: block;
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	padding: 20px 50px 30px;
}

.team-one__title {
	font-size: 14px;
}

.team-one__name {
	font-size: 40px;
	font-weight: 700;
	line-height: 42px;
}

.team-one__social-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid var(--wostin-bdr-color);
	padding-top: 30px;
	margin-top: 24px;
}

.team-one__social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.team-one__social a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--wostin-black);
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.team-one__social a:hover {
	color: var(--wostin-primary);
}

.team-one__social a+a {
	margin-left: 25px;
}

.team-one__arrow {
	position: relative;
	display: block;
}

.team-one__arrow a {
	height: 45px;
	width: 45px;
	background-color: var(--wostin-extra);
	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;
	border-radius: 50%;
	font-size: 12px;
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__sngle:hover .team-one__arrow a {
	background-color: var(--wostin-base);
	color: var(--wostin-white);
}

/*--------------------------------------------------------------
# Working Process
--------------------------------------------------------------*/
.working-process {
	position: relative;
	display: block;
	padding: 0 0 210px;
}

.working-process__box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	counter-reset: count;
}

.working-process__single {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 100%;
	text-align: center;
	padding: 0 45px;
	margin-bottom: 23px;
}

.working-process__single:before {
	position: absolute;
	top: 86px;
	right: -27px;
	background-image: url(assets/images/shapes/working-process-arrow.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 18px;
	content: "";
}

.working-process__single:last-child:before {
	display: none;
}

.working-process__icon {
	position: relative;
	width: 182px;
	height: 182px;
	background-color: var(--wostin-black);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 65px;
	color: var(--wostin-white);
	margin: 0 auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.working-process__single:hover .working-process__icon {
	background-color: var(--wostin-base);
}

.working-process__icon span {
	position: relative;
	display: inline-block;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 3;
}

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

.working-process__count {
	height: 50px;
	width: 50px;
	background-color: var(--wostin-base);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 3;
}

.working-process__single:hover .working-process__count {
	background-color: var(--wostin-primary);
}

.working-process__count:before {
	position: absolute;
	height: 50px;
	width: 50px;
	text-align: center;
	color: var(--wostin-white);
	font-size: 16px;
	line-height: 50px;
	border-radius: 50%;
	font-weight: 700;
	counter-increment: count;
	content: counters(count, ".", decimal-leading-zero);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.working-process__single:hover .working-process__count:before {
	color: var(--wostin-black);
}

.working-process__shape {
	position: absolute;
	top: 2px;
	bottom: 0;
	left: -6px;
	right: -5px;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: -1;
}

.working-process__single:hover .working-process__shape {
	opacity: 0;
}

.working-process__shape img {
	width: auto;
}

.working-process__-hover-shape {
	position: absolute;
	top: 2px;
	bottom: 0;
	left: -6px;
	right: -5px;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: -1;
}

.working-process__-hover-shape img {
	width: auto;
}

.working-process__single:hover .working-process__-hover-shape {
	opacity: 1;
}

.working-process__bg-box {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 50%;
	z-index: 1;
}

.working-process__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: luminosity;
	background-color: var(--wostin-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: perspective(400px) scale(0);
	transform: perspective(400px) scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 0.1;
}

.working-process__single:hover .working-process__bg {
	-webkit-transform: perspective(400px) scale(1);
	transform: perspective(400px) scale(1);
}

.working-process__title {
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	margin-top: 21px;
	margin-bottom: 9px;
}

.working-process__title a {
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.working-process__title a:hover {
	color: var(--wostin-base);
}

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

.news-three__left {
	position: relative;
	display: block;
	margin-right: 69px;
}

.news-three__bg-box {
	position: absolute;
	top: -110px;
	left: -375px;
	bottom: -315px;
	right: -270px;
	background-color: var(--wostin-base);
	z-index: -1;
}

.news-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: var(--wostin-base);
	background-blend-mode: color-burn;
	opacity: 0.15;
	z-index: -1;
}

.news-three__left .section-title__tagline {
	color: #c8e8c3;
}

.news-three__left .section-title__title {
	color: var(--wostin-white);
}

.news-three__left .section-title {
	margin-bottom: 26px;
}

.news-three__text {
	color: #c8e8c3;
}

.news-three__right {
	position: relative;
	display: block;
}

.news-three__carousel {
	position: relative;
	display: block;
}

.news-three .news-one__single {
	margin-bottom: 0;
}

.news-three__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.news-three__carousel.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.news-three__carousel.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.news-three__carousel.owl-theme .owl-nav {
	position: absolute;
	bottom: 73px;
	left: -405px;
	margin-top: 0 !important;
	display: flex;
	align-items: center;
}

.news-three__carousel.owl-theme .owl-nav .owl-next {
	height: 65px;
	width: 65px;
	background: var(--wostin-white);
	border-radius: 50%;
	color: var(--wostin-black);
	font-size: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	opacity: 0.3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-three__carousel.owl-theme .owl-nav .owl-prev {
	height: 65px;
	width: 65px;
	background: var(--wostin-white);
	border-radius: 50%;
	color: var(--wostin-black);
	font-size: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 0;
	opacity: 0.3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-three__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 5px;
}

.news-three__carousel.owl-theme .owl-nav .owl-next span,
.news-three__carousel.owl-theme .owl-nav .owl-prev span {
	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;
}

.news-three__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 5px;
}

.news-three__carousel.owl-theme .owl-nav .owl-next:hover,
.news-three__carousel.owl-theme .owl-nav .owl-prev:hover {
	opacity: 1;
}

/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
	background-color: var(--wostin-primary);
	border-top: 0;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	position: relative;
	display: block;
	padding: 123px 0 120px;
	z-index: 1;
}

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

.page-header-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(53, 62, 50, 0.8);
	z-index: -1;
}

.page-header__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 15;
}

.page-header__inner h2 {
	font-size: 60px;
	color: var(--wostin-white);
	line-height: 60px;
	margin-bottom: 13px;
	font-weight: 700;
}

.thm-breadcrumb {
	position: relative;
	display: block;
}

.thm-breadcrumb li {
	position: relative;
	display: inline-block;
	color: var(--wostin-primary);
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li:before {
	position: absolute;
	top: 16px;
	left: -21px;
	content: "";
	background-color: var(--wostin-primary);
	height: 2px;
	width: 8px;
}

.thm-breadcrumb li:first-child:before {
	display: none;
}

.thm-breadcrumb li+li {
	margin-left: 30px;
}

.thm-breadcrumb li a {
	position: relative;
	display: inline-block;
	color: var(--wostin-primary);
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
	color: var(--wostin-white);
}

.thm-breadcrumb li.active {
	color: var(--wostin-white);
}

/*--------------------------------------------------------------
# News Sidebar
--------------------------------------------------------------*/
.news-sidebar {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.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: 50px;
}

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

.news-sidebar__img img {
	max-width: 100%;
}

.news-sidebar__date {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--wostin-primary);
	padding: 4px 20px 4px;
	z-index: 2;
	transition: all 500ms ease;
}

.news-sidebar__date:hover {
	background-color: var(--wostin-base, #558e4c);
}

.news-sidebar__date:hover p {
	color: var(--wostin-white, #ffffff);
}

.news-sidebar__date:hover p a {
	color: inherit;
}

.news-sidebar__date p {
	font-size: 12px;
	color: var(--wostin-black);
	margin: 0;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.news-sidebar__date p a {
	color: inherit;
}

.news-sidebar__content-box {
	position: relative;
	display: block;
	margin-top: -7px;
}

.blog-sidebar__content-img .blog-single__content-img {
	margin-bottom: 30px;
}

.news-sidebar__title {
	font-size: 28px;
	font-weight: 700;
	font-family: var(--wostin-font);
	line-height: 38px;
	margin-top: 3px;
	margin-bottom: 9px;
}

.news-sidebar__title a {
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-sidebar__title a:hover {
	color: var(--wostin-base);
}

.news-sidebar__text {
	padding-bottom: 13px;
}

.news-sidebar__bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 29px;
}

.news-sidebar__arrow {
	font-size: 12px;
	color: var(--wostin-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-sidebar__arrow:hover {
	color: var(--wostin-black);
}

.news-sidebar__read-more {
	font-size: 14px;
	font-weight: 700;
	color: var(--wostin-black);
	margin-left: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-sidebar__read-more:hover {
	color: var(--wostin-base);
}

.news-sidebar__bottom-box {
	position: relative;
	display: block;
	background-color: var(--wostin-extra);
	padding: 50px 60px 40px;
	margin-top: 20px;
}

.news-sidebar__bottom-box-icon {
	margin-bottom: 20px;
}

.news-sidebar__delivering-services {
	position: relative;
	display: block;
	background-color: var(--wostin-extra);
	padding: 50px 60px 39px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.news-sidebar__delivering-services-icon {
	margin-bottom: 19px;
}

.news-sidebar__delivering-services-title {
	font-size: 50px;
	text-transform: uppercase;
	line-height: 60px;
	font-weight: 700;
}

.news-sidebar__delivering-services-title a {
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-sidebar__delivering-services-title a:hover {
	color: var(--wostin-base);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.sidebar {
		margin-top: 50px;
	}
}

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

.sidebar__title,
.widget h2 {
	margin: 0;
	font-size: 30px;
	margin-bottom: 3px;
	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(--wostin-base);
	color: var(--wostin-white);
	font-size: 18px;
	font-weight: 500;
	padding-left: 50px;
	height: 84px;
	width: 100%;
	padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
	color: var(--wostin-white);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--wostin-white);
	opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--wostin-white);
	opacity: 1;
}

.sidebar__search-form ::placeholder {
	color: var(--wostin-white);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--wostin-white);
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--wostin-white);
}

.sidebar__search-form button[type="submit"] {
	background-color: transparent;
	color: var(--wostin-gray);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.sidebar__post {
	position: relative;
	display: block;
	padding: 44px 30px 30px;
	background-color: var(--wostin-extra);
}

.sidebar__post .sidebar__title {
	margin-left: 30px;
}

.sidebar__post-list {
	margin: 0;
}

.sidebar__post-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 17px 20px 18px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-list li:hover {
	background-color: white;
}

.sidebar__post-list li+li {
	margin-top: 10px;
}

.sidebar__post-image {
	margin-right: 16px;
}

.sidebar__post-image>img {
	width: 70px;
}

.sidebar__post-content {
	position: relative;
	top: -5px;
}

.sidebar__post-content h3 {
	font-size: 16px;
	margin: 0;
	line-height: 26px;
	font-family: var(--wostin-font);
}

.sidebar__post-content-meta {
	font-size: 14px;
	font-weight: 500;
	color: var(--wostin-gray) !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-content-meta i {
	color: var(--wostin-base);
	font-size: 12px;
	padding-right: 3px;
}

.sidebar__post-content h3 a {
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}

.sidebar__category {
	position: relative;
	display: block;
	background-color: var(--wostin-extra);
	padding: 44px 30px 33px;
}

.sidebar__category .sidebar__title {
	padding-left: 20px;
	margin-bottom: 6px;
}

.sidebar__category-list {
	margin: 0;
}

.sidebar__category-list li+li {
	margin-top: 3px;
}

.sidebar__category-list li a {
	color: var(--wostin-gray);
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: none;
	padding: 7px 20px;
	font-weight: 500;
}

.sidebar__category-list li a:hover {
	background-color: white;
	color: var(--wostin-black);
}

.sidebar__category-list li.active a {
	background-color: white;
	color: var(--wostin-black);
}

.sidebar__category-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--wostin-gray);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
}

.sidebar__category-list li a:hover span {
	color: var(--wostin-base);
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	color: var(--wostin-base);
}

.sidebar__tags {
	position: relative;
	display: block;
	background: var(--wostin-extra);
	padding: 44px 45px 50px;
}

.sidebar__tags .sidebar__title {
	margin-left: 5px;
	margin-bottom: 23px;
}

.sidebar__tags-list {
	margin-top: -10px;
}

.sidebar__tags-list a {
	font-size: 14px;
	color: var(--wostin-black);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: var(--wostin-white);
	display: inline-block;
	padding: 7px 20px;
	margin-left: 5px;
	font-weight: 700;
}

.sidebar__tags-list a+a {
	margin-left: 5px;
	margin-top: 10px;
}

.sidebar__tags-list a:hover {
	color: var(--wostin-white);
	background: var(--wostin-base);
}

.sidebar__comments {
	position: relative;
	display: block;
	background: var(--wostin-extra);
	padding: 41px 49px 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(--wostin-white);
	border-radius: 50%;
	font-size: 15px;
	color: var(--wostin-black);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	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(--wostin-base);
	color: var(--wostin-white);
}

.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(--wostin-black);
	line-height: 26px;
	font-weight: 500;
	font-family: var(--wostin-font);
}

/*--------------------------------------------------------------
# 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%;
}

.news-details__date {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--wostin-primary);
	padding: 4px 20px 4px;
	z-index: 2;
}

.news-details__date p {
	font-size: 12px;
	color: var(--wostin-black);
	margin: 0;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.news-details__content {
	position: relative;
	display: block;
	margin-top: -5px;
}

.blog-single__content-img img {
	margin-bottom: 0px;
}

.news-details__title {
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 11px;
	margin-top: 3px;
	font-family: var(--wostin-font);
}

.news-details__text-1 {
	margin: 0;
}

.news-details__text-2 {
	margin: 0;
	padding-top: 31px;
}

.news-details__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0 30px;
	margin-top: 53px;
	border-top: 1px solid var(--wostin-bdr-color);
	margin-bottom: 14px;
}

.news-details__bottom p {
	margin: 0;
}

.news-details__tags span {
	color: var(--wostin-black);
	font-size: 30px;
	margin-right: 5px;
	font-weight: 700;
	font-family: var(--wostin-font-two);
	position: relative;
	top: 5px;
	text-transform: capitalize;
}

.news-details__tags a {
	position: relative;
	color: var(--wostin-black);
	font-size: 14px;
	background-color: var(--wostin-extra);
	display: inline-block;
	padding: 7px 20px;
	margin-bottom: 10px;
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-details__tags a:hover {
	background-color: var(--wostin-base);
	color: var(--wostin-white);
}

.news-details__tags a+a {
	margin-left: 6px;
}

.news-details__social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-details__social-list a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--wostin-black);
	font-size: 20px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.news-details__social-list a:hover {
	color: var(--wostin-base);
}

.news-details__social-list a+a {
	margin-left: 30px;
}

.news-details__pagenation-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 51px;
}

.news-details__pagenation {
	position: relative;
	display: block;
}

.news-details__pagenation li {
	position: relative;
	float: left;
	font-size: 24px;
	color: var(--wostin-black);
	font-weight: 700;
	background-color: var(--wostin-extra);
	line-height: 34px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	max-width: 370px;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 52px;
	padding-bottom: 56px;
}

.news-details__pagenation li+li {
	margin-left: 30px;
}

.news-details__pagenation li:hover {
	background-color: var(--wostin-base);
	color: var(--wostin-white);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
	margin: 0;
	color: var(--wostin-black);
	font-size: 40px;
	margin-bottom: 54px;
	font-weight: 700;
}

.comment-one__single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid var(--wostin-bdr-color);
	padding-bottom: 60px;
	margin-bottom: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comment-one__content {
	position: relative;
	margin-left: 45px;
}

.comment-one__content h3 {
	margin: 0;
	font-size: 30px;
	color: var(--wostin-black);
	margin-bottom: 25px;
	font-weight: 700;
}

.comment-one__btn {
	font-size: 14px;
	padding: 7px 20px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--wostin-primary);
	color: var(--wostin-black);
}

.comment-one__btn::before {
	background-color: var(--wostin-base);
	-webkit-transform: translate(-50%, -50%) rotate(50deg);
	transform: translate(-50%, -50%) rotate(50deg);
}

.comment-one__image {
	position: relative;
	display: block;
	border-radius: 50%;
}

.comment-one__image img {
	border-radius: 50%;
}

.comment-form .comment-form__title {
	margin-top: -8px;
}

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

.comment-form__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
	height: 63px;
	width: 100%;
	border: none;
	background-color: var(--wostin-extra);
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 0;
	outline: none;
	font-size: 14px;
	color: var(--wostin-gray);
	display: block;
	font-weight: 500;
}

.comment-form__input-box textarea {
	font-size: 14px;
	color: var(--wostin-gray);
	font-weight: 500;
	height: 170px;
	width: 100%;
	background-color: var(--wostin-extra);
	padding: 18px 30px 30px;
	border: none;
	border-radius: 0px;
	outline: none;
	margin-bottom: 0px;
	border-radius: 0;
}

.comment-form__btn {
	border: none;
	text-transform: capitalize;
	line-height: 28px;
}

.comment-form__input-box.text-message-box {
	height: 170px;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.service-details__left {
	position: relative;
	display: block;
}

.service-details__category {
	position: relative;
	display: block;
	background-color: var(--wostin-extra);
	padding: 42px 30px 33px;
}

.service-details__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.service-details__cagegory-list {
	margin: 0;
}

.service-details__cagegory-list li+li {
	margin-top: 3px;
}

.service-details__cagegory-list li a {
	color: var(--wostin-gray);
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: none;
	padding: 7px 20px;
	font-weight: 500;
}

.service-details__cagegory-list li a:hover {
	background-color: white;
	color: var(--wostin-black);
}

.service-details__cagegory-list li.current-menu-ancestor a,
.service-details__cagegory-list li.current_page_item a,
.service-details__cagegory-list li.current-menu-item a,
.service-details__cagegory-list li.current-menu-parent a,
.service-details__cagegory-list li.active a {
	background-color: white;
	color: var(--wostin-black);
}

.service-details__cagegory-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--wostin-gray);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
}

.service-details__cagegory-list li a:hover span {
	color: var(--wostin-base);
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.service-details__cagegory-list li.current a span,
.service-details__cagegory-list li.current-menu-ancestor a span,
.service-details__cagegory-list li.current_page_item a span,
.service-details__cagegory-list li.current-menu-item a span,
.service-details__cagegory-list li.current-menu-parent a span {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	color: var(--wostin-base);
}

.service-details__need-help {
	position: relative;
	display: block;
	padding: 50px 50px 43px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	z-index: 1;
	background-color: var(--wostin-black);
}

.service-details__need-help-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--wostin-black);
	mix-blend-mode: luminosity;
	opacity: 0.1;
	z-index: -1;
}

.service-details__need-help-icon {
	height: 85px;
	width: 85px;
	background-color: var(--wostin-primary);
	color: var(--wostin-black);
	font-size: 40px;
	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;
	border-radius: 50%;
	margin: 0 auto 19px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
	background-color: var(--wostin-base);
	color: var(--wostin-white);
}

.service-details__need-help-title {
	font-size: 40px;
	color: var(--wostin-white);
	line-height: 48px;
	font-weight: 700;
}

.service-details__need-help-contact {
	position: relative;
	display: block;
	margin-top: 37px;
}

.service-details__need-help-contact p {
	font-size: 14px;
	color: var(--wostin-white);
	margin: 0;
	line-height: 20px;
}

.service-details__need-help-contact a {
	font-size: 18px;
	color: var(--wostin-white);
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
	color: var(--wostin-primary);
}

.service-details__banner {
	position: relative;
	display: block;
	z-index: 1;
}

.service-details__banner-content {
	position: relative;
	display: block;
	background-color: var(--wostin-base);
	padding: 64px 70px 221px;
	overflow: hidden;
	z-index: 1;
}

.service-details__banner-title {
	font-size: 50px;
	color: var(--wostin-white);
	font-weight: 700;
	line-height: 50px;
}

.service-details__banner-shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.service-details__banner-shape-1 img {
	width: auto;
}

.services-details__banner-car {
	position: absolute;
	bottom: 13px;
	left: -100px;
	z-index: 2;
}

.services-details__banner-car img {
	width: auto;
}

.service-details__download {
	position: relative;
	display: block;
	margin-top: 30px;
}

.service-details__download-btn {
	width: 100%;
	text-align: center;
}

.service-details__right {
	position: relative;
	display: block;
}

.service-details__img {
	position: relative;
	display: block;
}

.service-details__img img {
	width: 100%;
}

.service-details__content {
	position: relative;
	display: block;
	margin-top: 34px;
}

.service-details__content-title {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 23px;
}

.service-details__text-1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
}

.service-details__text-2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	color: var(--wostin-base);
	padding-top: 30px;
	padding-bottom: 35px;
}

.service-details__text-3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
}

.service-details__points {
	position: relative;
	display: block;
	margin-top: 49px;
	margin-bottom: 30px;
}

.service-details__points-single {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--wostin-extra);
	padding: 40px 40px 30px;
	margin-bottom: 30px;
}

.service-details__points-icon {
	position: relative;
	display: block;
}

.service-details__points-icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--wostin-base);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: scale(1) rotateY(0deg);
	transform: scale(1) rotateY(0deg);
}

.service-details__points-single:hover .service-details__points-icon span {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.service-details__points-content {
	margin-left: 20px;
	margin-top: -7px;
}

.service-details__points-content h4 {
	font-size: 20px;
	font-weight: 700;
	font-family: var(--wostin-font);
	line-height: 30px;
	margin-bottom: 11px;
}

.service-details__benefits {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.service-details__benefits-img {
	position: relative;
	display: block;
}

.service-details__benefits-img img {
	width: 100%;
}

.service-details__benefits-right {
	position: relative;
	display: block;
	margin-top: -5px;
}

.service-details__benefits-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 36px;
}

.service-betails__benefits-text-1 {
	font-size: 20px;
	color: var(--wostin-base);
	font-weight: 500;
	line-height: 33px;
	margin: 0;
	padding-top: 38px;
	padding-bottom: 38px;
}

.service-details__benefits-points {
	position: relative;
	display: block;
}

.service-details__benefits-points li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service-details__benefits-points li+li {
	margin-top: 3px;
}

.service-details__benefits-points li .icon {
	height: 16px;
	width: 16px;
	background-color: var(--wostin-primary);
	color: var(--wostin-white);
	font-size: 10px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.service-details__benefits-points li .text {
	margin-left: 15px;
}

.service-details__faq {
	position: relative;
	display: block;
}

.faq-one-accrodion .accrodion {
	position: relative;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: var(--wostin-white);
}

.faq-one-accrodion .accrodion.active {
	background-color: var(--wostin-extra);
}

.faq-one-accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 22px 40px 22px;
	padding-right: 27px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	border: 1px solid var(--wostin-bdr-color);
}

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

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

.faq-one-accrodion .accrodion.active .accrodion-title {
	border: 1px solid transparent;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--wostin-base);
}

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

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
	content: "\f068";
	color: var(--wostin-base);
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq-one-accrodion .accrodion-content {
	position: relative;
	padding: 0px 40px 30px;
	border: 1px solid var(--wostin-bdr-color);
	border-top: 0;
	margin-top: -1px;
}

.faq-one-accrodion .accrodion.active .accrodion-content {
	border: 1px solid transparent;
}

.faq-one-accrodion .accrodion-content p {
	font-size: 16px;
	margin: 0;
}

/*--------------------------------------------------------------
# Industries Page
--------------------------------------------------------------*/
.industries-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.industries-page--carousel {
	padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Industy Page Header
--------------------------------------------------------------*/
.industy-page-header {
	position: relative;
	display: block;
	padding: 0 0 108px;
}

.industy-page-header-container {
	position: relative;
	display: block;
}

.industy-page-header__left {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	background-color: var(--wostin-base);
}

.industy-page-header__shape {
	position: absolute;
	bottom: 0;
	right: -30px;
}

.industy-page-header__shape img {
	width: auto;
}

.industy-page-header__icon {
	position: absolute;
	bottom: -60px;
	right: -64px;
	height: 123px;
	width: 123px;
	border-radius: 50%;
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	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;
	z-index: 2;
}

.industy-page-header__icon span {
	position: relative;
	display: block;
	font-size: 63px;
	color: var(--wostin-base);
}

.industy-page-header__content-box {
	position: relative;
	display: block;
	max-width: 450px;
	width: 100%;
	margin-left: 370px;
	padding-top: 115px;
	padding-bottom: 114px;
	background-color: var(--wostin-base);
}

.industy-page-header__title {
	font-size: 60px;
	color: var(--wostin-white);
	font-weight: 700;
	line-height: 70px;
	margin-top: 6px;
	margin-bottom: 30px;
}

.industy-page-header__text {
	color: #c8e8c3;
}

.industy-page-header__right {
	position: relative;
	display: block;
	float: right;
	width: 50%;
}

.industy-page-header__img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 525px;
}

/*--------------------------------------------------------------
# Industy Details
--------------------------------------------------------------*/
.industy-details {
	position: relative;
	display: block;
}

.industy-details__top {
	position: relative;
	display: block;
}

.industy-details__top-inner {
	position: relative;
	display: block;
}

.industy-details__title {
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
}

.industy-details__top-text-1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	padding-top: 30px;
	padding-bottom: 33px;
}

.industy-details__top-text-2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
}

.industy-details__the-best {
	position: relative;
	display: block;
	padding: 109px 0 120px;
}

.industy-details__the-best-content {
	position: relative;
	display: block;
	margin-right: 125px;
	margin-top: -19px;
}

.industy-details__the-best-content .industy-details__title {
	text-align: left;
	line-height: 72px;
}

.industy-details__the-best-text {
	padding-top: 29px;
	padding-bottom: 33px;
}

.industy-details__the-best-points {
	position: relative;
	display: block;
}

.industy-details__the-best-points li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.industy-details__the-best-points li+li {
	margin-top: 6px;
}

.industy-details__the-best-points li .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.industy-details__the-best-points li .icon span {
	height: 16px;
	width: 16px;
	background-color: var(--wostin-primary);
	border-radius: 50%;
	color: var(--wostin-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 7px;
}

.industy-details__the-best-points li .text {
	margin-left: 15px;
}

.industy-details__the-best-points li .text p {
	font-size: 16px;
	color: var(--wostin-black);
}

.industy-details__the-best-img {
	position: relative;
	display: block;
}

.industy-details__the-best-img img {
	width: 100%;
}

.industy-details__commitment {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.industy-details__commitment-img {
	position: relative;
	display: block;
}

.industy-details__commitment-img img {
	width: 100%;
}

.industy-details__commitment-content {
	position: relative;
	display: block;
	margin-top: -12px;
	margin-left: 100px;
}

.industy-details__commitment-content .industy-details__title {
	text-align: left;
	line-height: 72px;
}

.industy-details__commitment-text-1 {
	font-size: 18px;
	font-weight: 700;
	color: var(--wostin-base);
	line-height: 34px;
	padding-top: 27px;
	padding-bottom: 28px;
}

/*--------------------------------------------------------------
# Wostin For Job
--------------------------------------------------------------*/
.wostin-for-job {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	background-color: var(--wostin-extra);
	z-index: 1;
}

.wostin-for-job:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--wostin-white);
	height: 323px;
	z-index: -1;
}

.wostin-for-job-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--wostin-extra);
	height: 373px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-blend-mode: luminosity;
	opacity: 0.3;
	z-index: -1;
}

.wostin-for-job__top {
	position: relative;
	display: block;
}

.wostin-for-bob__left {
	position: relative;
	display: block;
}

.wostin-for-bob__content {
	position: relative;
	display: block;
}

.wostin-for-job__bottom {
	position: relative;
	display: block;
}

.wostin-for-job__single {
	position: relative;
	display: block;
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 50px 50px 42px;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.wostin-for-job__single:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wostin-for-job__single:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	height: 4px;
	background-color: var(--wostin-primary);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: 3;
}

.wostin-for-job__single:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.wostin-for-job__top-icon {
	position: relative;
	display: block;
}

.wostin-for-job__top-icon span {
	font-size: 66px;
	color: var(--wostin-base);
	position: relative;
	display: inline-block;
}

.wostin-for-job__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	margin-top: 56px;
}

.wostin-for-job__hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 42px 50px 0;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: 1;
}

.wostin-for-job__single:hover .wostin-for-job__hover {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.wostin-for-job__hover-bg-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--wostin-black);
	z-index: -1;
}

.wostin-for-job__hover-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--wostin-black);
	background-blend-mode: luminosity;
	opacity: 0.1;
	z-index: -1;
}

.wostin-for-job__hover-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	color: var(--wostin-white);
	margin-bottom: 33px;
}

.wostin-for-job__hover-text {
	color: #a5b9ad;
}

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

.contact-two .container {
	max-width: 770px;
	width: 100%;
}

.contact-two .contact-one__form {
	padding: 0;
	border: 0;
}

.contact-two .contact-one__form-input-box.text-message-box {
	height: 188px;
}

.contact-two .contact-one__btn {
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Projects Page
--------------------------------------------------------------*/
.projects-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.projects-page--carousel {
	padding-bottom: 120px;
}

.projects-page .project-one__content {
	padding: 19px 30px 27px;
	margin-left: 30px;
	margin-right: 30px;
}

.projects-page .project-one__title {
	font-size: 34px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
	position: relative;
	display: block;
	padding: 111px 0 0px;
}

.project-details__top {
	position: relative;
	display: block;
}

.project-details__title-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.project-details__title-left {
	position: relative;
	display: block;
}

.project-details__title-left h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	margin-top: 10px;
}

.project-details__social-box {
	position: relative;
	display: block;
}

.project-details__social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.project-details__social a {
	position: relative;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--wostin-black);
	background-color: var(--wostin-extra);
	font-size: 15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.project-details__social a:hover {
	background-color: var(--wostin-base);
	color: var(--wostin-white);
}

.project-details__social a+a {
	margin-left: 10px;
}

.project-details__img-box {
	position: relative;
	display: block;
	padding-top: 33px;
	padding-bottom: 114px;
}

.project-details__img-box img {
	width: 100%;
}

.project-details__details-box {
	position: absolute;
	bottom: 51px;
	left: 40px;
	right: 40px;
}

.project-details__details {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--wostin-white);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 31px 60px 37px;
}

.project-details__details li {
	position: relative;
	display: block;
}

.project-details__details li:before {
	position: absolute;
	top: 9px;
	bottom: 3px;
	right: -67px;
	content: "";
	width: 1px;
	background-color: var(--wostin-bdr-color);
}

.project-details__details li:last-child:before {
	display: none;
}

.project-details__details li+li {
	margin-left: 135px;
}

.project-details__details-content {
	position: relative;
	display: block;
}

.project-details__details-title {
	font-weight: 400;
	line-height: 26px;
}

.project-details__details-name {
	font-weight: 700;
	color: var(--wostin-black);
	line-height: 26px;
}

.project-details__content {
	position: relative;
	display: block;
}

.project-details__content-left {
	position: relative;
	display: block;
}

.project-details__content-text-1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
}

.project-details__content-text-2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	color: var(--wostin-base);
	padding-top: 33px;
	padding-bottom: 33px;
}

.project-details__content-text-3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
}

.project-details__content-right {
	position: relative;
	display: block;
}

.project-details__content-text-4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	padding-bottom: 37px;
}

.project-details__content-points {
	position: relative;
	display: block;
}

.project-details__content-points li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.project-details__content-points li+li {
	margin-top: 9px;
}

.project-details__content-points li .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.project-details__content-points li .icon span {
	height: 16px;
	width: 16px;
	background-color: var(--wostin-base);
	border-radius: 50%;
	color: var(--wostin-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 7px;
}

.project-details__content-points li .text {
	margin-left: 10px;
}

.project-details__content-points li .text p {
	font-size: 18px;
	color: var(--wostin-black);
}

.projectc-details__pagination-box {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid var(--wostin-bdr-color);
	border-bottom: 1px solid var(--wostin-bdr-color);
	padding: 30px 0;
	margin-top: 113px;
}

.projectc-details__pagination {
	position: relative;
	display: block;
}

.projectc-details__pagination li {
	display: inline-block;
}

.projectc-details__pagination li.next {
	float: left;
	position: relative;
}

.projectc-details__pagination li a {
	font-size: 30px;
	color: var(--wostin-black);
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: var(--wostin-font-two);
}

.projectc-details__pagination li a:hover {
	color: var(--wostin-base);
}

.projectc-details__pagination li.next i {
	position: relative;
	height: 45px;
	width: 45px;
	background-color: var(--wostin-extra);
	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;
	border-radius: 50%;
	color: var(--wostin-black);
	font-size: 12px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-right: 20px;
	z-index: 1;
}

.projectc-details__pagination li.previous {
	position: relative;
	float: right;
}

.projectc-details__pagination li.previous i {
	position: relative;
	height: 45px;
	width: 45px;
	background-color: var(--wostin-extra);
	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;
	border-radius: 50%;
	color: var(--wostin-black);
	font-size: 12px;
	margin-left: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.projectc-details__pagination li a:hover i {
	color: var(--wostin-white);
	background-color: var(--wostin-base);
}

/*--------------------------------------------------------------
# Similar Projects
--------------------------------------------------------------*/
.similar-projects {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.similar-projects .project-one__content {
	padding: 19px 30px 27px;
	margin-left: 30px;
	margin-right: 30px;
}

.similar-projects .project-one__title {
	font-size: 34px;
}

/*--------------------------------------------------------------
# Pricing Page
--------------------------------------------------------------*/
.pricing-page {
	position: relative;
	display: block;
	padding-top: 120px;
}

/*--------------------------------------------------------------
# Request A Pickup Top
--------------------------------------------------------------*/
.request-a-pickup-top {
	position: relative;
	display: block;
	padding: 112px 0 49px;
}

.request-a-pickup-top__inner {
	position: relative;
	display: block;
}

.request-a-pickup-top__title {
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 32px;
}

.request-a-pickup-top__text {
	font-size: 18px;
	line-height: 34px;
}

.request-a-pickup-top__text a {
	color: var(--wostin-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.request-a-pickup-top__text a:hover {
	color: var(--wostin-base);
}

/*--------------------------------------------------------------
# Request A Pickup
--------------------------------------------------------------*/
.request-a-pickup {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.request-a-pickup__tab-box {
	position: relative;
	display: block;
	z-index: 2;
}

.request-a-pickup__tab-box .tab-buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
}

.request-a-pickup__tab-box .tab-buttons .tab-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.request-a-pickup__tab-box .tab-buttons .tab-btn {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.request-a-pickup__tab-box .tab-buttons .tab-btn span {
	position: relative;
	display: inline-block;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	font-size: 16px;
	color: var(--wostin-black);
	background-color: var(--wostin-extra);
	padding: 13px 60px 13px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	z-index: 1;
}

.request-a-pickup__tab-box .tab-buttons .tab-btn.active-btn span {
	color: var(--wostin-white);
	background-color: var(--wostin-base);
}

.request-a-pickup__tab-box .tab-buttons .tab-btn span:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0%;
	content: "";
	background-color: var(--wostin-base);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: -1;
}

.request-a-pickup__tab-box .tab-buttons .tab-btn.active-btn span:before {
	height: 100%;
}

.request-a-pickup__tab-box .tabs-content {
	position: relative;
	display: block;
}

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

.request-a-pickup__tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.request-a-pickup__tab-content {
	position: relative;
	display: block;
	border: 1px solid var(--wostin-bdr-color);
	padding: 50px;
}

.request-a-pickup__tab-content-size-box {
	position: relative;
	display: block;
}

.request-a-pickup__tab-content-size-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}

.request-a-pickup__tab-content-size-list li {
	padding-left: 15px;
	padding-right: 15px;
}

.request-a-pickup__tab-content-size-list li input[type="checkbox"] {
	display: none;
}

.request-a-pickup__tab-content-size-list li label {
	position: relative;
	z-index: 10;
	display: inline-block;
	font-size: 16px;
	color: var(--wostin-black);
	font-weight: 500;
	cursor: pointer;
	padding-left: 35px;
}

.request-a-pickup__tab-content-size-list li label input[type="checkbox"]+span::before {
	height: 24px;
	width: 24px;
	border: 1px solid var(--wostin-bdr-color);
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
}

.request-a-pickup__tab-content-size-list li label span:after {
	position: absolute;
	top: 3px;
	left: 0;
	height: 24px;
	border-radius: 50%;
	width: 24px;
	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;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	color: var(--wostin-base);
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.request-a-pickup__tab-content-size-list li input[type="checkbox"]:checked+span:after {
	opacity: 1;
	color: var(--wostin-white);
}

.request-a-pickup__tab-content-size-list li input[type="checkbox"]:checked+span::before {
	border: 1px solid var(--wostin-base);
	background-color: var(--wostin-base);
}

.request-a-pickup__tab-content-img {
	position: relative;
	display: block;
	max-width: 410px;
	width: 100%;
	margin-top: 27px;
}

.request-a-pickup__tab-content-img img {
	width: 100%;
}

.request-a-pickup__tab-content-form-box {
	position: relative;
	display: block;
	margin-top: 30px;
}

.request-a-pickup__tab-content-form-left {
	position: relative;
	display: block;
}

.request-a-pickup__tab-content-form {
	position: relative;
	display: block;
}

.request-a-pickup__tab-content-input-box {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.request-a-pickup__tab-content-input-box input[type="text"],
.request-a-pickup__tab-content-input-box input[type="email"],
.request-a-pickup__tab-content-input-box input[type="url"] {
	height: 63px;
	width: 100%;
	border: none;
	background-color: var(--wostin-extra);
	font-size: 14px;
	font-weight: 500;
	color: var(--wostin-gray);
	padding: 0 30px;
	outline: none;
}

.request-a-pickup__tab-content-input-box .wpcf7-form-control-wrap {
	display: block;
}

.request-a-pickup__tab-content-input-box .bootstrap-select:not(.input-group-btn),
.request-a-pickup__tab-content-input-box .bootstrap-select[class*=col-] {
	display: block;
}

.request-a-pickup__tab-content-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;
}

.request-a-pickup__tab-content-form .bootstrap-select>.dropdown-toggle::after {
	display: none;
}

.request-a-pickup__tab-content-form .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 63px;
	outline: none !important;
	border-radius: 0;
	border: 0;
	background-color: var(--wostin-extra) !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--wostin-gray) !important;
	font-size: 14px;
	line-height: 63px;
	font-weight: 500;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
}

.request-a-pickup__tab-content-form .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	font-size: 14px;
	color: var(--wostin-gray);
}

.request-a-pickup__tab-content-text-box {
	line-height: 26px;
	margin-top: -7px;
}

.request-a-pickup__tab-content-extra {
	position: relative;
	display: block;
	margin-top: 24px;
	margin-bottom: 27px;
}

.request-a-pickup__tab-content-extra-list {
	position: relative;
	display: block;
}

.request-a-pickup__tab-content-extra-list li+li {
	margin-top: 13px;
}

.request-a-pickup__tab-content-extra-list li input[type="checkbox"] {
	display: none;
}

.request-a-pickup__tab-content-extra-list li label {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: var(--wostin-black);
	font-weight: 500;
	cursor: pointer;
	z-index: 10;
	padding-left: 35px;
}

.request-a-pickup__tab-content-extra-list li label input[type="checkbox"]+span:before {
	height: 24px;
	width: 24px;
	border: 1px solid var(--wostin-bdr-color);
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
}

.request-a-pickup__tab-content-extra-list li label span:after {
	position: absolute;
	top: 3px;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	color: var(--wostin-base);
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.request-a-pickup__tab-content-extra-list li input[type="checkbox"]:checked+span:after {
	opacity: 1;
	color: var(--wostin-white);
}

.request-a-pickup__tab-content-extra-list li input[type="checkbox"]:checked+span::before {
	border: 1px solid var(--wostin-base);
	background-color: var(--wostin-base);
}

.request-a-pickup__tab-content-input-box textarea {
	height: 164px;
	width: 100%;
	border: none;
	background-color: var(--wostin-extra);
	font-size: 14px;
	font-weight: 500;
	color: var(--wostin-gray);
	padding: 25px 30px 30px;
	outline: none;
}

.request-a-pickup__tab-content-input-box.request-a-pickup__tab-content-message-box {
	height: 164px;
}

.request-a-pickup__tab-content-btn {
	border: none;
}

.request-a-pickup__tab-content-form-right {
	position: relative;
	display: block;
}

.request-a-pickup__tab-content-form-two .request-a-pickup__tab-content-input-box textarea {
	height: 249px;
}

.request-a-pickup__tab-content-input-box.request-a-pickup__tab-content-brief-box {
	height: 249px;
}

/* Date Picker Css */
#ui-datepicker-div.ui-widget-content {
	background: #fff none repeat scroll 0 0;
	border: 1px solid var(--wostin-black);
	color: #252525;
	font-size: 14px;
	border-radius: 0px;
	width: 270px;
	padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
	background: var(--wostin-base) none repeat scroll 0 0;
	border: 2px solid var(--wostin-base);
	border-radius: 0;
	color: var(--wostin-white);
	font-weight: 700;
	padding: 5px 0;
	position: relative;
}

.ui-datepicker td a {
	color: var(--wostin-black) !important;
	text-align: center;
	background-image: none !important;
	background: #f5f5f5 !important;
	border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid var(--wostin-black) !important;
	background: var(--wostin-black) !important;
	color: var(--wostin-white) !important;
}

.ui-datepicker .ui-datepicker-prev {
	left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	border-radius: 30%;
	height: 20px;
	position: absolute;
	top: 7px;
	width: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
	right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	top: 7px;
	background: var(--wostin-white);
	border: none;
}

.ui-datepicker table {
	border-collapse: collapse;
	font-size: 13px;
	margin: 0 0 0.4em;
	width: 100%;
}

.ui-datepicker th {
	border: medium none;
	font-weight: 600;
	padding: 2px 3px;
	text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
	background: var(--wostin-black);
	color: var(--wostin-white);
	border-color: var(--wostin-black);
}

#ui-datepicker-div.ui-widget {
	font-family: var(--wostin-font);
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
	position: relative;
	display: block;
}

.team-details__top {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.team-details__top-left {
	position: relative;
	display: block;
	margin-right: 20px;
}

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

.team-details__top-img img {
	width: 100%;
}

.team-details__top-right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.team-details__top-content {
	position: relative;
	display: block;
	margin-top: -9px;
}

.team-details__top-title {
	padding-bottom: 4px;
}

.team-details__top-name {
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
}

.team-details__social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 28px;
	margin-bottom: 28px;
}

.team-details__social a {
	position: relative;
	height: 45px;
	width: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: var(--wostin-extra);
	color: var(--wostin-black);
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-details__social a:hover {
	background-color: var(--wostin-base);
	color: var(--wostin-white);
}

.team-details__social a+a {
	margin-left: 10px;
}

.team-details__top-text-1 {
	font-size: 30px;
	color: var(--wostin-base);
	font-weight: 700;
	line-height: 46px;
}

.team-details__top-text-2 {
	font-size: 18px;
	line-height: 34px;
	padding-top: 31px;
	padding-bottom: 33px;
}

.team-details__top-text-3 {
	font-size: 18px;
	line-height: 34px;
}

.team-details__bottom {
	position: relative;
	display: block;
	border-top: 1px solid var(--wostin-bdr-color);
	padding-top: 120px;
	padding-bottom: 120px;
}

.team-details__bottom-left {
	position: relative;
	display: block;
}

.team-details__bottom-left .section-title {
	margin-bottom: 0;
}

.team-details__bottom-right {
	position: relative;
	display: block;
	margin-top: -8px;
	margin-left: 70px;
}

.team-details__bottom-right .we-dedicated__progress {
	margin-top: 0;
}

.team-details__bottom-right .we-dedicated__progress .bar {
	margin-bottom: 22px;
}

.team-details__bottom-right .we-dedicated__progress .bar.marb-0 {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Brand Four
--------------------------------------------------------------*/
.brand-four {
	border-top: 0;
	background-color: var(--wostin-base);
	padding: 100px 0 99px;
}

/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
	position: relative;
	display: block;
	padding: 120px 0 80px;
}

.testimonials-page--carousel {
	padding-bottom: 120px;
}

.testimonials-page .testimonial-two__single {
	margin-bottom: 80px;
}

.testimonials-page--carousel .testimonial-two__single {
	margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.gallery-page__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.gallery-page__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.gallery-page__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	background-color: rgba(var(--wostin-base-rgb), 0.9);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateY(-102%);
	transform: translateY(-102%);
	z-index: 1;
}

.gallery-page__single:hover .gallery-page__img:before {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.gallery-page__img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-page__single:hover .gallery-page__img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.gallery-page__icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	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;
	z-index: 2;
}

.gallery-page__icon a {
	height: 80px;
	width: 80px;
	background-color: var(--wostin-primary);
	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;
	border-radius: 50%;
	font-size: 22px;
	color: var(--wostin-black);
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	z-index: 2;
}

.gallery-page__single:hover .gallery-page__icon a {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.gallery-page__icon a:hover {
	background-color: var(--wostin-white);
}

/*--------------------------------------------------------------
# FAQ Search
--------------------------------------------------------------*/
.faq-search {
	position: relative;
	display: block;
	padding: 0 0 0px;
}

.faq-search__inner {
	position: relative;
	display: block;
	text-align: center;
	background-color: var(--wostin-extra);
	padding: 109px 15px 120px;
}

.faq-search__title-box {
	position: relative;
	display: block;
	margin-bottom: 48px;
}

.faq-search__sub-title {
	color: var(--wostin-base);
}

.faq-search__title {
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	margin-top: 4px;
}

.faq-search__search-form {
	position: relative;
	display: block;
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
}

.faq-search__search-form input[type="search"] {
	display: block;
	border: none;
	outline: none;
	background-color: var(--wostin-white);
	color: var(--wostin-gray);
	font-size: 18px;
	font-weight: 400;
	padding-left: 50px;
	height: 84px;
	width: 100%;
	padding-right: 80px;
}

.faq-search__search-form button[type="submit"] {
	background-color: transparent;
	color: var(--wostin-black);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.faq-icon-box {
	position: relative;
	display: block;
	margin-top: 60px;
	margin-bottom: 19px;
}

.faq-icon__list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.faq-icon__list li {
	position: relative;
	display: block;
	max-width: 162px;
	width: 100%;
	text-align: center;
	background-color: white;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
	padding: 27px 0 22px;
	margin-bottom: 30px;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.faq-icon__list li:hover {
	background-color: var(--wostin-primary);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.faq-icon__list li+li {
	margin-left: 40px;
}

.faq-icon__list li .icon {
	position: relative;
	display: block;
}

.faq-icon__list li .icon span {
	font-size: 69px;
	color: var(--wostin-base);
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.faq-icon__list li:hover .icon span {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	color: var(--wostin-black);
}

.faq-icon__list li h4 {
	font-size: 18px;
	font-weight: 700;
	font-family: var(--wostin-font);
	line-height: 28px;
	margin-top: 11px;
}

.faq-waste-pickup {
	position: relative;
	display: block;
}

.faq-waste-pickup__title {
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	margin-bottom: 49px;
}

.faq-waste-pickup__left {
	position: relative;
	display: block;
}

.faq-waste-pickup__left .faq-one-accrodion .accrodion+.accrodion {
	margin-top: 22px;
}

.faq-waste-pickup__banner {
	position: relative;
	display: block;
	z-index: 1;
}

.faq-waste-pickup__banner-content {
	position: relative;
	display: block;
	background-color: var(--wostin-base);
	padding: 64px 70px 220px;
	overflow: hidden;
	z-index: 1;
}

.faq-waste-pickup__banner-title {
	font-size: 50px;
	color: var(--wostin-white);
	font-weight: 700;
	line-height: 50px;
}

.faq-waste-pickup__banner-shape-1 {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: -1;
}

.faq-waste-pickup__banner-shape-1 img {
	width: auto;
}

.faq-waste-pickup__banner-car {
	position: absolute;
	bottom: 13px;
	right: -97px;
	z-index: 2;
}

.faq-waste-pickup__banner-car img {
	width: auto;
}

/*--------------------------------------------------------------
# Brand Five
--------------------------------------------------------------*/
.brand-five {
	border-top: 0;
	background-color: var(--wostin-primary);
	padding: 98px 0 99px;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
	position: relative;
	display: block;
	padding: 71px 0 120px;
}

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

.error-page-shape {
	position: absolute;
	top: 128px;
	left: 52.5%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.error-page-shape img {
	width: auto;
	max-width: initial;
}

.error-page__title {
	position: relative;
	display: inline-block;
	font-size: 350px;
	line-height: 350px;
	font-weight: 700;
	margin-bottom: 96px;
	font-family: var(--wostin-font);
}

.error-page__title.normal-margin {
	margin-bottom: 0;
}

.error-page__tagline {
	font-size: 40px;
	line-height: 49px;
	margin-bottom: 19px;
	font-weight: 400;
	font-family: var(--wostin-font);
	color: var(--wostin-base);
}

.error-page__text {
	font-size: 20px;
	font-weight: 400;
}

.error-page__form {
	position: relative;
	display: block;
	margin: 36px auto 20px;
}

.error-page__form-input {
	position: relative;
	display: block;
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}

.error-page__form input[type="search"] {
	height: 63px;
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--wostin-extra);
	font-size: 16px;
	color: var(--wostin-gray);
	font-weight: 400;
	padding-left: 50px;
	padding-right: 75px;
}

.error-page__form button[type="submit"] {
	background-color: transparent;
	color: var(--wostin-black);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
	padding-top: 120px;
}

/*--------------------------------------------------------------
# Brand Six
--------------------------------------------------------------*/
.brand-six {
	border-top: 0;
	border-bottom: 1px solid var(--wostin-bdr-color);
}

/*--------------------------------------------------------------
# Benefit Two
--------------------------------------------------------------*/
.benefit-two {
	padding-bottom: 2px;
}

/*--------------------------------------------------------------
# Always Working
--------------------------------------------------------------*/
.always-working {
	position: relative;
	display: block;
	padding: 143px 0 143px;
}

.always-working__left {
	position: relative;
	display: block;
	margin-right: 100px;
}

.always-working__left .section-title {
	margin-bottom: 27px;
}

.always-working__points {
	position: relative;
	display: block;
	margin-top: 34px;
	margin-bottom: 36px;
}

.always-working__points li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.always-working__points li+li {
	margin-top: 3px;
}

.always-working__points li .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.always-working__points li .icon span {
	height: 16px;
	width: 16px;
	background-color: var(--wostin-base);
	border-radius: 50%;
	color: var(--wostin-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 7px;
}

.always-working__points li .text {
	margin-left: 15px;
}

.always-working__points li .text p {
	font-size: 18px;
	color: var(--wostin-black);
}

.always-working__bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	counter-reset: count;
}

.always-working__bottom li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.always-working__bottom li+li {
	margin-left: 56px;
}

.always-working__count {
	height: 58px;
	width: 58px;
	background-color: var(--wostin-primary);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.always-working__bottom li:hover .always-working__count {
	background-color: var(--wostin-base);
}

.always-working__count:before {
	position: absolute;
	height: 58px;
	width: 58px;
	text-align: center;
	color: var(--wostin-black);
	font-size: 18px;
	line-height: 58px;
	border-radius: 50%;
	font-weight: 700;
	counter-increment: count;
	content: counters(count, ".", decimal-leading-zero);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.always-working__bottom li:hover .always-working__count:before {
	color: var(--wostin-white);
}

.always-working__content {
	margin-left: 20px;
}

.always-working__content h3 {
	font-size: 34px;
	font-weight: 700;
	line-height: 36px;
}

.always-working__right {
	position: relative;
	display: block;
}

.always-working__img {
	position: relative;
	display: block;
	z-index: 1;
}

.always-working__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--wostin-primary);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	z-index: -1;
}

.always-working__img img {
	width: 100%;
}

/*--------------------------------------------------------------
# Custom Animated Css
--------------------------------------------------------------*/
@-webkit-keyframes zoom-fade2 {
	0% {
		-webkit-transform: scale(0.9) translateY(-50%);
		transform: scale(0.9) translateY(-50%);
	}

	50% {
		-webkit-transform: scale(1) translateY(-50%);
		transform: scale(1) translateY(-50%);
	}

	100% {
		-webkit-transform: scale(0.9) translateY(-50%);
		transform: scale(0.9) translateY(-50%);
	}
}

@keyframes zoom-fade2 {
	0% {
		-webkit-transform: scale(0.9) translateY(-50%);
		transform: scale(0.9) translateY(-50%);
	}

	50% {
		-webkit-transform: scale(1) translateY(-50%);
		transform: scale(1) translateY(-50%);
	}

	100% {
		-webkit-transform: scale(0.9) translateY(-50%);
		transform: scale(0.9) translateY(-50%);
	}
}

@-webkit-keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9) translateY(-50%);
		transform: scale(0.9) translateY(-50%);
	}

	50% {
		-webkit-transform: scale(1) translateY(-50%);
		transform: scale(1) translateY(-50%);
	}

	100% {
		-webkit-transform: scale(0.9) translateY(-50%);
		transform: scale(0.9) translateY(-50%);
	}
}

@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9) translateY(-50%);
		transform: scale(0.9) translateY(-50%);
	}

	50% {
		-webkit-transform: scale(1) translateY(-50%);
		transform: scale(1) translateY(-50%);
	}

	100% {
		-webkit-transform: scale(0.9) translateY(-50%);
		transform: scale(0.9) translateY(-50%);
	}
}

.float-bob-y-2 {
	-webkit-animation-name: float-bob-y-2;
	animation-name: float-bob-y-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-y-2 {
	0% {
		-webkit-transform: translateY(-20px) translateX(-50%);
		transform: translateY(-20px) translateX(-50%);
	}

	50% {
		-webkit-transform: translateY(-10px) translateX(-50%);
		transform: translateY(-10px) translateX(-50%);
	}

	100% {
		-webkit-transform: translateY(-20px) translateX(-50%);
		transform: translateY(-20px) translateX(-50%);
	}
}

@keyframes float-bob-y-2 {
	0% {
		-webkit-transform: translateY(-20px) translateX(-50%);
		transform: translateY(-20px) translateX(-50%);
	}

	50% {
		-webkit-transform: translateY(-10px) translateX(-50%);
		transform: translateY(-10px) translateX(-50%);
	}

	100% {
		-webkit-transform: translateY(-20px) translateX(-50%);
		transform: translateY(-20px) translateX(-50%);
	}
}

/* MegaMenu */
.main-menu-three__main-menu-three-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-two-inner .main-menu__list>.megamenu,
.main-menu .main-menu__list>.megamenu {
	position: static;
}

.main-menu-three__main-menu-three-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-two-inner .main-menu__list>.megamenu>ul,
.main-menu .main-menu__list>.megamenu>ul {
	top: 100% !important;
	left: 0 !important;
	right: 0 !important;
	background-color: transparent;
	box-shadow: none;
}

.main-menu-three__main-menu-three-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-two-inner .main-menu__list>.megamenu>ul>li,
.main-menu .main-menu__list>.megamenu>ul>li {
	padding: 0 !important;
}

@media (min-width: 1200px) {

	.main-menu:not(.stricky-header),
	.main-menu__menu-bottom,
	.main-menu__menu-box,
	.main-menu-three__main-menu,
	.main-menu-three__wrapper,
	.main-menu-two__main-menu-box,
	.main-menu-two__main-menu-inner,
	.main-menu__main-menu-box {
		position: static;
	}
}

/* service tabs */
@media (max-width: 1199px) {
	.service-tabs [class*="col-"] {
		width: 100%;
	}
}

.service-tabs__inner {
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 1199px) {
	.service-tabs__inner {
		background-color: transparent;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.service-tabs__links {
	max-width: 310px;
}

@media (max-width: 1199px) {
	.service-tabs__links {
		height: auto !important;
		visibility: visible !important;
		-webkit-transform: scaleY(1) !important;
		transform: scaleY(1) !important;
		opacity: 1 !important;
	}
}

.service-tabs__links li span,
.service-tabs__links li a {
	font-size: 16px;
	font-weight: 500;
	color: var(--wostin-gray);
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	cursor: pointer;
}

.service-tabs__links li span::after,
.service-tabs__links li a::after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	font-size: 10px;
	color: var(--wostin-base);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-tabs__links li span:hover,
.service-tabs__links li a:hover {
	background-color: var(--wostin-extra);
	color: var(--wostin-black);
}

.service-tabs__links li span:hover::after,
.service-tabs__links li a:hover::after {
	opacity: 1;
}

.service-tabs__links li.active-btn span,
.service-tabs__links li.active span {
	background-color: var(--wostin-extra);
	color: var(--wostin-black);
}

.service-tabs__links li.active-btn span::after,
.service-tabs__links li.active span::after {
	opacity: 1;
}

.service-tabs__title {
	text-transform: uppercase;
	font-weight: bold;
	font-family: var(--wostin-font-two);
	color: var(--wostin-black);
	font-size: 34px;
	line-height: 1.17em;
	margin-bottom: 45px;
}

.service-tabs__title a {
	color: inherit;
}

.service-tabs__btn {
	font-size: 14px;
	color: var(--wostin-black);
	font-weight: bold;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-tabs__btn i {
	font-size: 10px;
	color: var(--wostin-base);
	margin-right: 7px;
}

.service-tabs__btn:hover {
	color: var(--wostin-base);
}

.service-tabs__btn:hover i {
	color: var(--wostin-black);
}

.service-tabs__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-left: 1px solid var(--wostin-bdr-color);
	padding-left: 60px;
}

@media (max-width: 1199px) {
	.service-tabs__content {
		display: block;
		border: none;
		padding: 0;
	}
}

.service-tabs__text {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 151px;
}

.service-tabs__image {
	padding-left: 50px;
}

.service-tabs__image img {
	max-width: 100%;
}

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

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

@media (max-width: 1199px) {
	.mobile-nav__container .service-tabs [class*="col-"] {
		width: 100%;
	}
}

.mobile-nav__container .service-tabs__inner {
	background-color: transparent;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mobile-nav__container .service-tabs__links li span,
.mobile-nav__container .service-tabs__links li a {
	color: #fff;
	font-size: 14px;
	font-family: var(--wostin-font);
	font-weight: 500;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}

.mobile-nav__container .service-tabs__links li.active-btn span,
.mobile-nav__container .service-tabs__links li.active-btn a {
	color: var(--wostin-black);
}

.mobile-nav__container .service-tabs__title {
	margin-bottom: 10px;
}

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

.mobile-nav__container .service-tabs__title a {
	font-family: var(--wostin-font-two) !important;
	font-size: 30px !important;
	height: auto !important;
	display: block !important;
}

.mobile-nav__container .service-tabs__text {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
}

.mobile-nav__container .service-tabs__btn {
	display: block !important;
	height: auto !important;
}

.mobile-nav__container .service-tabs__image {
	padding-left: 0;
}

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

.mobile-nav__content .service-tabs__inner [class*=col-] {
	width: 100%;
}

.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: "";
	top: 7px;
	width: 40px;
	height: 40px;
	background-color: var(--wostin-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;
}

a.wp-block-button__link:hover {
	background-color: var(--wostin-base);
	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(--wostin-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: 24px;
}

.news-details__content blockquote:not([class*="has-"]),
.comment-content blockquote,
.news-details__content .wp-block-quote {
	background-color: var(--wostin-extra);
	border-left: 2px solid var(--wostin-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(--wostin-base, #ff613c);
	opacity: 0.4;
	right: 30px;
	line-height: .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(--wostin-black, #1e1e22);
}

.news-details__content a:hover {
	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: .5rem;
}

.news-details__content .post-password-form label {
	font-size: 18px;
	font-weight: 600;
	color: var(--wostin-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(--wostin-black, #1e1e22);
}

.news-details__content .post-password-form label {
	font-size: 18px;
	font-weight: 600;
	color: var(--wostin-black, #1e1e22);
}

.news-details__content .post-password-form input[type=password] {
	width: 200px;
	height: 62px;
	background-color: var(--wostin-extra);
	color: var(--wostin-gray, #717178);
	padding-left: 30px;
	display: inline-block;
	vertical-align: middle;
	border-radius: var(--wostin-bdr-radius);
}

.news-details__content .post-password-form input[type=submit] {
	width: 120px;
	height: 63px;
	background-color: var(--wostin-black, #1e1e22);
	color: var(--wostin-white, #ffffff);
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	transition: all 500ms ease;
	border-radius: var(--wostin-bdr-radius);
}

.news-details__content .post-password-form input[type=submit]:hover {
	background-color: var(--wostin-base, #ff613c);
	color: var(--wostin-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 .5em .5em;
	font-weight: 400;
}

.wp-block-archives-list li,
.widget.widget_archive ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--wostin-gray, #717178);
	position: relative;
	line-height: 34px;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--wostin-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(--wostin-extra);
	border: 1px solid var(--wostin-extra);
	outline: none;
	color: var(--wostin-gray, #717178);
	font-size: 16px;
	font-weight: 500;
	padding-left: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: var(--wostin-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: .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(--wostin-black, #1e1e22);
}

.wp-block-latest-comments__comment-date {
	font-weight: 500;
	color: var(--wostin-gray, #717178);
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .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(--wostin-black, #1e1e22);
	width: 44px;
	height: 44px;
	color: var(--wostin-white, #ffffff);
	margin-right: 20px;
	transition: all 500ms ease;
	position: absolute;
	top: -3px;
	left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
	background-color: var(--wostin-base, #558e4c);
	color: var(--wostin-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(--wostin-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(--wostin-black, #1e1e22);
	width: 44px;
	height: 44px;
	color: var(--wostin-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(--wostin-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(--wostin-extra);
	color: var(--wostin-gray, #717178);
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--wostin-font, "Kumbh Sans", sans-serif);
	width: 100%;
	height: 63px;
	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(--wostin-black, #1e1e22);
	text-align: center;
	border-radius: 5px;
	color: var(--wostin-white, #ffffff);
	padding: 0 50px;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: uppercase;
	letter-spacing: .01em;
	height: 61px;
}

.wp-block-tag-cloud a {
	font-size: 18px !important;
	color: var(--wostin-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(--wostin-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(--wostin-black, #1e1e22);
	width: 44px;
	height: 44px;
	color: var(--wostin-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(--wostin-black);
	font-weight: 600;
}

.news-details__content .page-links {
	color: var(--wostin-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(--wostin-black, #1e1e22);
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: var(--wostin-extra);
	margin-left: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	transition: all 500ms ease;
	border-radius: var(--wostin-bdr-radius);
}

.news-details__content .page-links span {
	background-color: var(--wostin-base, #558e4c);
	color: var(--wostin-white, #ffffff);
}

.news-details__content .page-links a:hover {
	background-color: var(--wostin-base, #ff613c);
	color: var(--wostin-white, #ffffff);
}

.wp-block-cover p:not(.has-text-color) strong,
.wp-block-cover p:not(.has-text-color) a,
.wp-block-cover.is-light .wp-block-cover__inner-container {
	color: var(--wostin-white, #ffffff);
}

.wp-block-calendar table th {
	background: var(--wostin-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(--wostin-extra);
}

.type-page .news-details__bottom {
	padding: 0;
	margin-bottom: 50px;
}

.news-details__content p {
	margin-bottom: 1.5em;
}

.news-sidebar__left .blog-pagination {
	margin-top: 21px;
}

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

.blog-widget-pagination {
	justify-content: center;
	margin-top: 30px;
}

.blog-pagination a,
.blog-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border: 1px solid var(--wostin-bdr-color, #ebe5dd);
	width: 50px;
	height: 50px;
	font-size: 16px;
	transition: all 500ms ease;
	border-radius: var(--wostin-bdr-radius);
}

.blog-pagination a.current,
.blog-pagination a:hover,
.blog-pagination span.current,
.blog-pagination span:hover {
	background-color: var(--wostin-base, #558e4c);
	border-color: var(--wostin-base, #558e4c);
	color: #ffffff;
}

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

.sidebar .widget input[type=search]::placeholder {
	color: var(--wostin-gray, #878986);
}

.page-header__inner b {
	color: #fff;
}

/* Responsive
--------------------------------------------- */
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.leading-waste__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.leading-waste__right {
		max-width: 600px;
		margin: 50px auto 0;
	}

	.industries-one__content {
		padding: 86px 30px 50px;
	}

	.we-dedicated__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.we-dedicated__right {
		max-width: 600px;
		margin: 100px auto 0;
	}

	.counter-one__text br {
		display: none;
	}

	.counter-one__single {
		padding-left: 40px;
	}

	.services-one__hover {
		padding: 61px 120px 24px;
	}

	.have-waste__icon {
		margin-left: 90px;
	}

	.have-waste__inner {
		padding-left: 60px;
		padding-right: 60px;
	}

	.testimonial-one__left {
		margin-right: 0;
	}

	.news-one__content {
		padding: 32px 20px 40px;
	}

	.footer-widget__services {
		margin-top: 35px;
	}

	.footer-widget__contact {
		margin-top: 35px;
	}

	.introducton__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.introducton__right {
		max-width: 600px;
		margin: 40px auto 0;
	}

	.introduction {
		padding: 120px 0 220px;
	}

	.waste-materials__points {
		margin-left: 30px;
	}

	.waste-materials__point-2 {
		margin-left: 30px;
	}

	.waste-materials__inner {
		padding: 76px 60px;
	}

	.why-choose-one__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.why-choose-one__right {
		max-width: 600px;
		margin: 0 auto 0;
	}

	.why-choose-one__content {
		padding: 94px 90px 95px;
		margin-top: 50px;
	}

	.benefit-one__title {
		font-size: 24px;
		line-height: 34px;
	}

	.benefit-one__shape-1 img {
		width: 90%;
	}

	.testimonial-two {
		padding: 120px 0 120px;
	}

	.project-two__title {
		font-size: 30px;
	}

	.contact-one__left {
		margin-right: 0;
	}

	.contact-one__right {
		margin-left: 0;
	}

	.welcome__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.welcome__right {
		max-width: 600px;
		margin: 50px auto 0;
	}

	.welcome {
		padding: 0 0 113px;
	}

	.why-choose-two__left {
		margin-right: 0;
	}

	.why-choose-two__right {
		margin-left: 0;
	}

	.pricing__tab-content-single {
		padding-right: 30px;
	}

	.pricing__tab-content {
		margin-left: 30px;
	}

	.pricing__tab-content-order:before {
		left: -30px;
	}

	.testimonial-three-bg-2 {
		display: none;
	}

	.working-process__single {
		padding: 0px 27px;
	}

	.news-three__left {
		margin-right: 0;
	}

	.news-three__carousel.owl-theme .owl-nav {
		bottom: 24px;
		left: -320px;
	}

	.always-working__left {
		max-width: 600px;
		margin: 0 auto 0;
	}

	.always-working__right {
		max-width: 600px;
		margin: 68px auto 0;
	}

	.service-details__benefits-right {
		margin-top: 25px;
	}

	.industy-page-header__content-box {
		margin-left: 30px;
	}

	.industy-details__the-best-content {
		margin-right: 0;
	}

	.industy-details__commitment-content {
		position: relative;
		margin-left: 0;
	}

	.wostin-for-job__single {
		padding: 50px 30px 42px;
	}

	.wostin-for-job__title {
		font-size: 36px;
	}

	.wostin-for-job__hover {
		padding: 42px 30px 0;
	}

	.wostin-for-job__hover-title {
		font-size: 36px;
	}

	.project-details__details li+li {
		margin-left: 40px;
	}

	.project-details__details li:before {
		right: -27px;
	}

	.similar-projects .project-one__content {
		padding: 19px 20px 27px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.cta-one__title {
		font-size: 55px;
	}

	.team-details__top-left {
		margin-right: 0;
	}

	.team-details__top-right {
		margin-left: 0;
	}

	.team-details__top {
		padding: 120px 0 109px;
	}

	.team-details__bottom-right {
		margin-left: 0;
	}

	.news-details__pagenation li+li {
		margin-left: 0;
		margin-top: 30px;
	}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.feature-one__single {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 24px;
	}

	.feature-one__icon {
		position: relative;
		top: 0;
	}

	.feature-one__inner {
		padding: 88px 0 50px;
	}

	.leading-waste__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.leading-waste__right {
		max-width: 600px;
		margin: 50px auto 0;
	}

	.we-dedicated__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.we-dedicated__right {
		max-width: 600px;
		margin: 100px auto 0;
	}

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

	.services-one__top-text {
		margin-top: 0;
		margin-bottom: 50px;
	}

	.have-waste__inner {
		padding-left: 80px;
		padding-right: 80px;
		flex-direction: column;
	}

	.have-waste__icon {
		margin-left: 0;
	}

	.have-waste__left {
		flex-direction: column;
	}

	.project-one__title {
		font-size: 32px;
	}

	.testimonial-one__left {
		margin-bottom: 50px;
	}

	.site-footer__top-inner {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}

	.site-footer__top-right {
		flex-direction: column;
	}

	.site-footer__social {
		margin-left: 0;
	}

	.site-footer__social:before {
		display: none;
	}

	.site-footer__top-right-text {
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.footer-widget__about {
		margin-right: 0;
	}

	.footer-widget__services {
		margin-right: 0;
		margin-top: 35px;
	}

	.footer-widget__contact {
		margin-top: 35px;
	}

	.introducton__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.introducton__right {
		max-width: 600px;
		margin: 40px auto 0;
	}

	.introduction {
		padding: 120px 0 220px;
	}

	.waste-materials__inner {
		flex-direction: column;
		align-items: baseline;
	}

	.waste-materials__points {
		margin-left: 0;
		margin-top: 33px;
	}

	.industries-two__top-left .section-title {
		margin-bottom: 37px;
	}

	.industries-two__top-right {
		margin-bottom: 50px;
	}

	.why-choose-one__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.why-choose-one__right {
		max-width: 600px;
		margin: 0 auto 0;
	}

	.why-choose-one__content {
		padding: 94px 90px 95px;
		margin-top: 50px;
	}

	.benefit-one__single {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.benefit-one__single:last-child {
		margin-bottom: 0;
	}

	.testimonial-two__left {
		margin-bottom: 50px;
	}

	.contact-one__left {
		margin-right: 0;
	}

	.contact-one__right {
		margin-left: 0;
		margin-top: 50px;
	}

	.cta-one__inner {
		flex-direction: column;
		text-align: center;
	}

	.cta-one__btn-box {
		margin-top: 20px;
	}

	.welcome__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.welcome__right {
		max-width: 600px;
		margin: 50px auto 0;
	}

	.welcome {
		padding: 0 0 113px;
	}

	.why-choose-two__left {
		margin-right: 0;
	}

	.why-choose-two__right {
		margin-left: 0;
		margin-top: 70px;
	}

	.project-three__left .section-title {
		margin-bottom: 37px;
	}

	.project-three__right {
		margin-bottom: 50px;
	}

	.pricing__tab-content-single {
		padding-right: 29px;
		padding-bottom: 30px;
		flex-direction: column;
		align-items: baseline;
	}

	.pricing__tab-content-order {
		padding-top: 23px;
		margin-left: 30px;
	}

	.pricing__tab-content-order:before {
		top: 0px;
		left: -30px;
		bottom: -30px;
	}

	.testimonial-three-bg-2 {
		display: none;
	}

	.working-process__single {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.working-process__single:nth-child(2):before {
		display: none;
	}

	.news-three__text {
		margin-bottom: 155px;
	}

	.news-three__carousel.owl-theme .owl-nav {
		bottom: inherit;
		left: 0;
		top: -115px;
	}

	.always-working__left {
		max-width: 600px;
		margin: 0 auto 0;
	}

	.always-working__right {
		max-width: 600px;
		margin: 68px auto 0;
	}

	.service-details__benefits-right {
		margin-top: 25px;
	}

	.service-details__left {
		margin-bottom: 50px;
	}

	.industries-one__content {
		padding: 86px 35px 50px;
	}

	.industy-page-header__content-box {
		margin-left: 15px;
	}

	.industy-details__the-best-content {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.industy-details__commitment-content {
		margin-left: 0;
		margin-top: 30px;
	}

	.wostin-for-bob__left .section-title {
		margin-bottom: 38px;
	}

	.wostin-for-bob__content {
		margin-bottom: 50px;
	}

	.projects-page .project-one__content {
		padding: 19px 20px 27px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.project-details__details {
		padding: 31px 20px 37px;
	}

	.project-details__details li+li {
		margin-left: 20px;
	}

	.project-details__details li:before {
		display: none;
	}

	.team-details__top {
		padding: 120px 0 109px;
	}

	.team-details__top-right {
		margin-left: 0;
	}

	.team-details__top-content {
		margin-top: 41px;
	}

	.team-details__bottom-right {
		margin-left: 0;
		margin-top: 28px;
	}

	.testimonials-page .testimonial-two__single {
		padding: 43px 30px 67px;
	}

	.faq-icon__list li+li {
		margin-left: 10px;
	}

	.faq-waste-pickup__banner {
		margin-top: 50px;
	}

	.faq-waste-pickup__banner-car {
		right: 0;
	}

	.error-page-shape {
		left: 54.5%;
	}

	.news-details__pagenation li+li {
		margin-left: 0;
		margin-top: 30px;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.section-title__title {
		font-size: 40px;
		line-height: 50px;
	}

	.feature-one__single {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 24px;
	}

	.feature-one__icon {
		position: relative;
		top: 0;
	}

	.feature-one__inner {
		padding: 88px 0 50px;
	}

	.feature-one__single:before {
		display: none;
	}

	.leading-waste__left {
		margin-left: 0;
		margin-right: 0;
	}

	.leading-waste__img-shape-1 {
		display: none;
	}

	.leading-waste__experience {
		top: 0;
		left: 0;
	}

	.leading-waste__right {
		margin-left: 0;
		margin-top: 50px;
	}

	.industries-one__content {
		padding: 86px 30px 50px;
	}

	.we-dedicated__left {
		margin-right: 0;
	}

	.we-dedicated__right {
		margin-top: 50px;
	}

	.counter-one__text br {
		display: none;
	}

	.counter-one__single {
		padding-left: 40px;
	}

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

	.services-one__top-text {
		margin-top: 0;
		margin-bottom: 50px;
	}

	.have-waste__inner {
		padding-left: 15px;
		padding-right: 15px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.have-waste__icon {
		margin-left: 0;
	}

	.have-waste__left {
		flex-direction: column;
	}

	.project-one__content {
		padding: 19px 15px 27px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.project-one__title {
		font-size: 28px;
	}

	.testimonial-one__left {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.testimonial-one__single {
		padding: 44px 20px 60px;
	}

	.news-one__content {
		padding: 32px 20px 40px;
	}

	.site-footer__top-inner {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}

	.site-footer__top-right {
		flex-direction: column;
	}

	.site-footer__social {
		margin-left: 0;
	}

	.site-footer__social:before {
		display: none;
	}

	.site-footer__top-right-text {
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.footer-widget__about {
		margin-right: 0;
		margin-bottom: 46px;
	}

	.footer-widget__services {
		margin-right: 0;
		margin-top: 36px;
		margin-bottom: 36px;
	}

	.introducton__left {
		margin-right: 0;
	}

	.introduction__bottom li+li {
		margin-left: 50px;
	}

	.introducton__right {
		margin-right: 0;
		margin-left: 0;
		margin-top: 40px;
	}

	.introducton__img-2 {
		display: none;
	}

	.introducton__img-1 img {
		width: 100%;
	}

	.introduction {
		padding: 120px 0 120px;
	}

	.waste-materials__inner {
		flex-direction: column;
		align-items: baseline;
		padding: 76px 30px;
	}

	.waste-materials__points {
		margin-left: 0;
		margin-top: 33px;
		flex-direction: column;
		align-items: baseline;
	}

	.waste-materials__title br {
		display: none;
	}

	.waste-materials__point-2 {
		margin-left: 0;
		margin-top: 5px;
	}

	.manage-waste__title br {
		display: none;
	}

	.manage-waste__btn-box {
		flex-direction: column;
	}

	.manage-waste__btn-1 {
		margin-right: 0px;
	}

	.manage-waste__btn-2 {
		margin-left: 0px;
		margin-top: 10px;
	}

	.industries-two__top-left .section-title {
		margin-bottom: 37px;
	}

	.industries-two__top-right {
		margin-bottom: 50px;
	}

	.why-choose-one__left {
		margin-right: 0;
	}

	.why-choose-one__content {
		padding: 94px 30px 95px;
		margin-top: 50px;
	}

	.benefit-one__single {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.benefit-one__single:last-child {
		margin-bottom: 0;
	}

	.benefit-one__title {
		font-size: 24px;
		line-height: 34px;
	}

	.benefit-one__shape-1 img {
		width: 90%;
	}

	.testimonial-two__left {
		margin-bottom: 50px;
	}

	.testimonial-two__single {
		padding: 43px 30px 67px;
	}

	.project-two .section-title__title br {
		display: none;
	}

	.contact-one__left {
		margin-right: 0;
	}

	.contact-one__right {
		margin-left: 0;
		margin-top: 50px;
	}

	.contact-one__info li {
		flex-direction: column;
		align-items: baseline;
	}

	.contact-one__info li .text {
		margin-left: 0;
		margin-top: 20px;
	}

	.contact-one__info li+li {
		margin-top: 20px;
	}

	.contact-one__form {
		padding: 29px;
	}

	.news-two__list-single {
		flex-direction: column;
	}

	.news-two__list-content {
		margin-left: 0;
		margin-top: 13px;
	}

	.cta-one__inner {
		flex-direction: column;
		text-align: center;
	}

	.cta-one__btn-box {
		margin-top: 20px;
	}

	.cta-one__title {
		font-size: 55px;
	}

	.services-two__single.mart-30 {
		margin-top: 0;
	}

	.welcome__left {
		margin-right: 0;
	}

	.welcome__icon {
		left: 0;
	}

	.welcome__right {
		margin-left: 0;
		margin-top: 50px;
	}

	.welcome__bottom {
		flex-direction: column;
		align-items: baseline;
	}

	.welcome__bottom li+li {
		margin-left: 0;
		margin-top: 20px;
	}

	.welcome {
		padding: 0 0 113px;
	}

	.why-choose-two__left {
		margin-right: 0;
	}

	.why-choose-two__right {
		margin-left: 0;
		margin-top: 70px;
	}

	.why-choose-two__founder-title {
		margin-left: 0;
	}

	.why-choose-two__founder-name {
		font-size: 28px;
	}

	.project-three__left .section-title {
		margin-bottom: 37px;
	}

	.project-three__right {
		margin-bottom: 50px;
	}

	.pricing__tab-content-single {
		padding-right: 0;
		flex-direction: column;
		align-items: center;
		text-align: center;
		border: 0;
	}

	.pricing__tab-content-single:before {
		display: none;
	}

	.pricing__tab-content-single:after {
		display: none;
	}

	.pricing__tab-content-order {
		padding-top: 23px;
	}

	.pricing__tab-content-order:before {
		display: none;
	}

	.pricing__tab-content-left {
		flex-direction: column;
		align-items: baseline;
	}

	.pricing__tab-content {
		margin-left: 30px;
		margin-top: 25px;
	}

	.pricing__tab-content-img img {
		width: 100%;
	}

	.pricing__tab-box .tab-buttons {
		flex-direction: column;
	}

	.pricing__tab-box .tab-buttons .tab-btn+.tab-btn {
		margin-left: 0;
		margin-top: 30px;
	}

	.testimonial-three-bg-2 {
		display: none;
	}

	.team-one__content {
		padding: 20px 30px 30px;
	}

	.working-process__single {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.working-process__single:before {
		display: none;
	}

	.news-three__text {
		margin-bottom: 40px;
	}

	.news-three__carousel.owl-theme .owl-nav {
		display: none;
	}

	.news-three__left {
		margin-right: 0;
	}

	.always-working__left {
		margin-right: 0;
	}

	.always-working__bottom {
		flex-direction: column;
		align-items: baseline;
	}

	.always-working__bottom li+li {
		margin-left: 0;
		margin-top: 30px;
	}

	.always-working__right {
		margin-top: 68px;
	}

	.service-details__benefits-right {
		margin-top: 25px;
	}

	.service-details__left {
		margin-bottom: 50px;
	}

	.service-details__need-help {
		padding: 50px 40px 43px;
	}

	.service-details__banner-content {
		padding: 64px 38px 221px;
	}

	.services-details__banner-car {
		left: 15px;
	}

	.services-details__banner-car img {
		width: 90%;
	}

	.faq-one-accrodion .accrodion-title h4::before {
		right: -15px;
	}

	.industy-page-header__left {
		float: none;
		width: 100%;
	}

	.industy-page-header__right {
		float: none;
		width: 100%;
		min-height: 525px;
	}

	.industy-page-header {
		overflow: hidden;
	}

	.industy-page-header__content-box {
		margin-left: 0;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.industy-page-header__icon {
		display: none;
	}

	.industy-page-header__shape {
		display: none;
	}

	.industy-details__the-best-content {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.industy-details__commitment-content {
		margin-left: 0;
		margin-top: 30px;
	}

	.industy-details__title {
		font-size: 50px;
		line-height: 60px;
	}

	.industy-details__commitment-content .industy-details__title {
		line-height: 60px;
	}

	.wostin-for-job__single {
		padding: 50px 30px 42px;
	}

	.wostin-for-job__title {
		font-size: 36px;
	}

	.wostin-for-job__hover {
		padding: 42px 30px 0;
	}

	.wostin-for-job__hover-title {
		font-size: 36px;
	}

	.wostin-for-bob__left .section-title {
		margin-bottom: 38px;
	}

	.wostin-for-bob__content {
		margin-bottom: 50px;
	}

	.projects-page .project-one__content {
		padding: 19px 20px 27px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.projects-page .project-one__title {
		font-size: 28px;
	}

	.project-details__title-box {
		flex-direction: column;
		align-items: baseline;
	}

	.project-details__social-box {
		margin-top: 26px;
	}

	.project-details__details {
		padding: 31px 40px 37px;
		flex-direction: column;
		align-items: baseline;
	}

	.project-details__details li+li {
		margin-left: 0;
		margin-top: 18px;
	}

	.project-details__details-box {
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.project-details__details li:before {
		display: none;
	}

	.similar-projects .project-one__content {
		padding: 19px 20px 27px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.team-details__top {
		padding: 120px 0 109px;
	}

	.team-details__top-right {
		margin-left: 0;
	}

	.team-details__top-content {
		margin-top: 41px;
	}

	.team-details__top-right {
		margin-left: 0;
	}

	.team-details__top-content {
		margin-top: 41px;
	}

	.team-details__bottom-right {
		margin-left: 0;
		margin-top: 28px;
	}

	.faq-icon__list {
		flex-direction: column;
	}

	.faq-icon__list li+li {
		margin-left: 0;
	}

	.faq-waste-pickup__banner {
		margin-top: 50px;
	}

	.faq-waste-pickup__banner-content {
		padding: 64px 35px 220px;
	}

	.faq-waste-pickup__banner-car {
		right: 0;
	}

	.faq-waste-pickup__banner-car img {
		width: 90%;
	}

	.error-page__title {
		font-size: 140px;
		line-height: 140px;
		margin-bottom: 13px;
	}

	.error-page-shape {
		display: none;
	}

	.error-page {
		padding: 100px 0 120px;
	}

	.news-sidebar__bottom-box {
		padding: 50px 20px 40px;
	}

	.news-sidebar__delivering-services {
		padding: 50px 20px 39px;
	}

	.sidebar__post {
		padding: 44px 20px 30px;
	}

	.sidebar__category {
		padding: 44px 20px 33px;
	}

	.sidebar__tags {
		padding: 44px 15px 50px;
	}

	.sidebar__comments {
		padding: 41px 20px 43px;
	}

	.news-details__pagenation li+li {
		margin-left: 0;
		margin-top: 30px;
	}

	.news-details__bottom {
		flex-direction: column;
	}

	.news-details__tags a {
		padding: 7px 19px;
	}

	.news-details__social-list {
		margin-top: 20px;
	}

	.news-details__pagenation li {
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
	}

	.comment-one__single {
		flex-direction: column;
		align-items: baseline;
	}

	.comment-one__content {
		margin-left: 0;
		margin-top: 20px;
	}

	.page-header__inner h2 {
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 1199px) {
	.leading-waste {
		padding-bottom: 120px;
	}

	.request-a-pickup__tab-content-form-right {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.leading-waste {
		padding-top: 120px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1586px) {
	.project-one__content {
		padding: 19px 15px 27px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.project-one__title {
		font-size: 28px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1655px) {
	.industy-page-header__content-box {
		margin-left: 100px;
	}
}

/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.main-slider__nav .swiper-button-prev {
		left: 0px;
	}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-slider__nav .swiper-button-prev {
		left: 0px;
	}

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

	.main-slider-two__video-box {
		margin-top: -74px;
		margin-left: 300px;
	}

	.main-slider-three-car {
		right: 0;
	}

	.main-slider-three-car img {
		width: 90%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-slider__nav .swiper-button-prev {
		left: 0px;
	}

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

	.main-slider h2 {
		font-size: 110px;
	}

	.main-slider-two__video-box {
		margin-top: -74px;
		margin-left: 300px;
	}

	.main-slider-three h2 {
		font-size: 90px;
		line-height: 90px;
	}

	.main-slider-three-car {
		right: 0;
	}

	.main-slider-three-car img {
		width: 70%;
	}
}

@media only screen and (max-width: 767px) {
	.main-slider__nav {
		display: none;
	}

	.main-slider h2 br {
		display: none;
	}

	.main-slider h2 {
		font-size: 54px;
		line-height: 54px;
	}

	.main-slider .container {
		padding-top: 143px;
	}

	.main-slider-two .container {
		padding-top: 343px;
		padding-bottom: 160px;
	}

	.main-slider__nav-two {
		display: none;
	}

	.main-slider-two__video-box {
		margin-top: 60px;
		margin-left: 22px;
	}

	.main-slider-two h2 {
		font-size: 60px;
		line-height: 60px;
	}

	.main-slider-two h2 br {
		display: block;
	}

	.main-slider-three h2 {
		font-size: 39px;
		line-height: 49px;
	}

	.main-slider-three h2 br {
		display: none;
	}

	.main-slider-three .container {
		padding-top: 258px;
		padding-bottom: 260px;
	}

	.main-slider-three-building {
		display: none;
	}

	.main-slider-three-car {
		display: none;
	}
}

/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1730px) {
	.main-menu__menu-box {
		width: 67%;
	}

	.main-menu__menu-top {
		display: none;
	}

	.main-header__logo {
		padding: 27.5px 0;
	}

	.main-header__right {
		padding: 18px 0;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main-menu__menu-box {
		width: 60%;
	}

	.main-menu__menu-top {
		display: none;
	}

	.main-header__logo {
		padding: 27.5px 0;
	}

	.main-header__right {
		padding: 18px 0;
	}

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

	.main-menu-three {
		padding: 0 30px;
	}

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

	.main-menu-three__search-box {
		margin-right: 20px;
	}

	.main-menu-three__search-box:before {
		left: -20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu__menu-box {
		width: auto;
		margin-left: 30px;
	}

	.main-menu__menu-top {
		display: none;
	}

	.main-header__logo {
		padding: 27.5px 0;
	}

	.main-header__right {
		padding: 18px 0;
	}

	.main-menu .mobile-nav__toggler {
		padding: 33px 0;
		display: inline-block;
	}

	.main-menu-two .mobile-nav__toggler {
		padding: 21px 0;
	}

	.main-menu-three .mobile-nav__toggler {
		padding: 44px 0;
		display: inline-block;
		color: var(--wostin-white);
	}

	.main-menu-three .mobile-nav__toggler:hover {
		color: var(--wostin-primary);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-menu__menu-box {
		width: 34%;
	}

	.main-menu__menu-top {
		display: none;
	}

	.main-header__logo {
		padding: 27.5px 0;
	}

	.main-header__right {
		padding: 18px 0;
	}

	.main-menu .mobile-nav__toggler {
		padding: 33px 0;
		display: inline-block;
	}

	.main-menu-two .mobile-nav__toggler {
		padding: 21px 0;
	}

	.main-header-two__top-right {
		display: none;
	}

	.main-header-two__logo {
		text-align: center;
		margin: 0 auto;
	}

	.main-menu-three .mobile-nav__toggler {
		padding: 44px 0;
		display: inline-block;
		color: var(--wostin-white);
	}

	.main-menu-three .mobile-nav__toggler:hover {
		color: var(--wostin-primary);
	}
}

@media (max-width: 767px) {
	.main-menu__menu-box {
		width: auto;
		float: right;
	}

	.main-menu__menu-top {
		display: none;
	}

	.main-header__logo {
		padding: 27.5px 0;
	}

	.main-header__right {
		display: none;
	}

	.main-menu .mobile-nav__toggler {
		padding: 33px 0;
		display: inline-block;
	}

	.main-header__inner {
		padding: 0 30px;
	}

	.main-menu-two .mobile-nav__toggler {
		padding: 21px 0;
	}

	.main-header-two__top-right {
		display: none;
	}

	.main-header-two__logo {
		text-align: center;
		margin: 0 auto;
	}

	.main-menu-two__btn-box {
		display: none;
	}

	.main-menu-two__main-menu-box {
		display: block;
		padding-left: 0;
		overflow: hidden;
		width: 100%;
		padding: 0 30px;
	}

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

	.main-menu-two__search-box {
		display: flex;
		margin-left: 0;
		float: right;
		padding: 24px 0;
	}

	.main-menu-two__search-box:before {
		top: 15px;
		bottom: 16px;
	}

	.main-menu-three .mobile-nav__toggler {
		padding: 44px 0;
		display: inline-block;
		color: var(--wostin-white);
	}

	.main-menu-three .mobile-nav__toggler:hover {
		color: var(--wostin-primary);
	}

	.main-menu-three__main-menu {
		width: auto;
		float: right;
		margin-left: auto;
	}

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

	.main-menu-three {
		padding: 0 30px;
	}
}

@media (max-width: 1199px) {
	.main-menu-two__search-box {
		margin-left: 60px;
	}

	.main-menu-three__wrapper {
		justify-content: flex-start;
	}

	.main-menu-three .mobile-nav__toggler {
		margin-left: 30px;
	}

	.main-menu-three__right {
		margin-left: auto;
	}
}