@charset "UTF-8";

/*!
Theme Name: Notech
Theme URI: http://layerdrops.com/notechwp
Author: LayerDrops
Author URI: https://themeforest.net/user/layerdrops
Description: Notech is a creative modern IT Solutions & Services Company WordPress Theme. The Theme is perfectly suitable for the Technology, Cyber Security, IT Solutions, IT Services, Agency, Marketing, Consulting, Start-up and Consulting Company related any business website. This template is looking gorgeous for its clean and smooth design.
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: notech
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.

notech 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 {
	--notech-font: 'Kumbh Sans', sans-serif;
	--notech-reey-font: "reeyregular";
	--notech-gray: #777181;
	--notech-gray-rgb: 119, 113, 129;
	--notech-white: #ffffff;
	--notech-white-rgb: 255, 255, 255;
	--notech-black: #1b1525;
	--notech-black-rgb: 27, 21, 37;
	--notech-base: #6653e8;
	--notech-base-rgb: 102, 83, 232;
	--notech-primary: #2be4ac;
	--notech-primary-rgb: 43, 228, 172;
	--notech-extra: #f7f7f9;
	--notech-extra-rgb: 247, 247, 249;
	--notech-bdr-radius: 0;
	--notech-bdr-color: #e9e9ee;
	--notech-bdr-color-rgb: 233, 233, 238;
}

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

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

big {
	font-size: 125%;
}

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

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

hr {
	background-color: var(--notech-bdr-color, #e9e9ee);
	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(--notech-bdr-color, #e9e9ee);
	border-top: 1px solid var(--notech-bdr-color, #e9e9ee);
	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(--notech-bdr-color, #e9e9ee);
	border-top: 1px solid var(--notech-bdr-color, #e9e9ee);
	font-size: 16px;
}

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

a:hover,
a:focus,
a:active {
	color: var(--notech-primary);
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--notech-bdr-color, #e9e9ee) var(--notech-bdr-color, #e9e9ee) var(--notech-bdr-color, #e9e9ee);
	background: var(--notech-bdr-color, #e9e9ee);
	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(--notech-bdr-color, #e9e9ee) var(--notech-bdr-color, #e9e9ee) var(--notech-bdr-color, #e9e9ee);
}

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

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

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

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

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

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

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

.comments-area .comment-list ul.children {
	margin: 0;
	list-style: none;
	padding-left: 3em;
}

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

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

.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(--notech-black, #1b1525);
	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(--notech-base, #6653e8);
}

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

@media (max-width: 767px) {
	.comments-area .comment-body {
		padding-left: 0;
	}
}

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

.comments-area .comment-body .avatar {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.comments-area .comment-body .avatar {
		position: relative;
		margin-bottom: 30px;
	}
}

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

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

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

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

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

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

.comments-area .comment-content table a {
	color: var(--notech-black, #1b1525);
}

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

.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(--notech-base);
	color: var(--notech-white);
	font-size: 12px;
	font-weight: 700;
	padding: 0px 28px;
	transition: all 0.3s linear;
	overflow: hidden;
	z-index: 3;
	margin-top: 30px;
	border-radius: var(--notech-bdr-radius);
}

@media (min-width: 992px) {
	.comments-area .reply a {
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
}

.comments-area .blog-pagination a,
.comments-area .blog-pagination span {
	margin-bottom: 45px;
}

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

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

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

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

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

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

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

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

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

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

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

a.comment-reply-link:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--notech-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.4s;
	transition-duration: 0.4s;
	-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;
}

a.comment-reply-link:hover:before {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

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

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

.widget.widget_block h2,
.widget .widget-title {
	font-size: 20px;
	margin-bottom: 25px;
}

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

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

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

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

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

.sidebar .widget ul li a::after,
.sidebar__single ul li a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	position: absolute;
	font-size: 16px;
	top: -1px;
	right: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar .widget ul li a,
.sidebar__single ul li a {
	transition: all 500ms ease;
}

.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
	color: var(--notech-black, #1b1525);
	text-shadow: 0 0 1px currentColor;
}

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

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

.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
	list-style: none;
}

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

.sidebar .widget.widget_rss ul li ::after,
.sidebar__single.widget_rss ul li ::after {
	content: "";
}

.sidebar .widget.widget_rss ul li+li,
.sidebar__single.widget_rss ul li+li {
	margin-top: 10px;
}

.sidebar .widget.widget_rss li .rsswidget,
.sidebar__single.widget_rss li .rsswidget {
	color: var(--notech-black, #1b1525);
	font-size: 18px;
	line-height: 1.5em;
	display: block;
	font-weight: 700;
}

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

.sidebar .widget.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
	display: flex;
	align-items: center;
	color: var(--notech-gray, #777181);
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 10px;
	line-height: 1;
}

.sidebar .widget.widget_rss li .rss-date::before,
.sidebar__single.widget_rss li .rss-date::before {
	content: "\f017";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 14px;
	color: var(--notech-base, #6653e8);
	margin-right: 10px;
}

.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
	color: var(--notech-black, #1b1525);
	font-size: 14px;
}

.sidebar .widget .tagcloud,
.sidebar__single .tagcloud {
	margin-bottom: -10px;
	margin-left: -5px;
}

.sidebar .widget .tagcloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
	font-size: 12px !important;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	padding: 4px 20px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: capitalize;
	transition: all 0.4s ease;
	background: var(--notech-white, #ffffff);
	padding: 5px 20px;
	color: var(--notech-black, #1b1525);
}

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

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

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

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
	background-color: var(--notech-base, #6653e8);
	color: var(--notech-white, #ffffff);
	fill: var(--notech-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(--notech-black, #1b1525);
	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(--notech-black, #1b1525);
	transition: all 500ms ease;
}

.wp-calendar-nav a:hover {
	color: var(--notech-base, #6653e8);
}

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

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

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

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

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

tbody {
	background-color: var(--notech-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(--notech-base, #6653e8);
}

.sidebar .widget.widget_categories>ul,
.sidebar .widget.widget_nav_menu>ul,
.sidebar .widget.widget_meta>ul,
.sidebar .widget.widget_pages>ul,
.sidebar .widget.widget_archive>ul,
.sidebar__single.widget_categories>ul,
.sidebar__single.widget_nav_menu>ul,
.sidebar__single.widget_meta>ul,
.sidebar__single.widget_pages>ul,
.sidebar__single.widget_archive>ul {
	margin-top: -8px;
	padding-left: 0;
}

.sidebar .widget.widget_categories>ul ul,
.sidebar .widget.widget_nav_menu>ul ul,
.sidebar .widget.widget_meta>ul ul,
.sidebar .widget.widget_pages>ul ul,
.sidebar .widget.widget_archive>ul ul,
.sidebar__single.widget_categories>ul ul,
.sidebar__single.widget_nav_menu>ul ul,
.sidebar__single.widget_meta>ul ul,
.sidebar__single.widget_pages>ul ul,
.sidebar__single.widget_archive>ul ul {
	margin-top: 7px;
	padding-left: 0.7em;
}

.sidebar .widget.widget_categories li,
.sidebar .widget.widget_nav_menu li,
.sidebar .widget.widget_meta li,
.sidebar .widget.widget_pages li,
.sidebar .widget.widget_archive li,
.sidebar__single.widget_categories li,
.sidebar__single.widget_nav_menu li,
.sidebar__single.widget_meta li,
.sidebar__single.widget_pages li,
.sidebar__single.widget_archive li {
	font-size: 16px;
}

.sidebar .widget.widget_categories li+li,
.sidebar .widget.widget_nav_menu li+li,
.sidebar .widget.widget_meta li+li,
.sidebar .widget.widget_pages li+li,
.sidebar .widget.widget_archive li+li,
.sidebar__single.widget_categories li+li,
.sidebar__single.widget_nav_menu li+li,
.sidebar__single.widget_meta li+li,
.sidebar__single.widget_pages li+li,
.sidebar__single.widget_archive li+li {
	margin-top: 10px;
}

.sidebar .widget.widget_recent_entries ul,
.sidebar .widget.widget_recent_comments ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_recent_comments ul {
	padding: 0;
	margin-top: 7px;
}

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

.sidebar .widget.widget_recent_entries ul li,
.sidebar .widget.widget_recent_comments ul li,
.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
	padding-left: 65px;
	font-size: 16px;
	margin: 0;
	line-height: 26px;
	color: var(--notech-gray, #777181);
	min-height: 45px;
}

.sidebar .widget.widget_recent_entries ul li+li,
.sidebar .widget.widget_recent_comments ul li+li,
.sidebar__single.widget_recent_entries ul li+li,
.sidebar__single.widget_recent_comments ul li+li {
	margin-top: 23px;
}

.sidebar .widget.widget_recent_entries ul li a,
.sidebar .widget.widget_recent_comments ul li a,
.sidebar__single.widget_recent_entries ul li a,
.sidebar__single.widget_recent_comments ul li a {
	color: inherit;
	transition: all 500ms ease;
}

.sidebar .widget.widget_recent_entries ul li a:hover,
.sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar__single.widget_recent_entries ul li a:hover,
.sidebar__single.widget_recent_comments ul li a:hover {
	color: var(--notech-black, #1b1525);
	text-shadow: 0 0 1px currentColor;
}

.sidebar .widget.widget_recent_entries ul li::before,
.sidebar .widget.widget_recent_comments ul li::before,
.sidebar__single.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_comments ul li::before {
	height: 45px;
	width: 45px;
	color: var(--notech-white, #ffffff);
	border-radius: 50%;
	font-size: 15px;
	color: var(--notech-white, #ffffff);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0;
	transition: all 0.4s ease;
	content: "\f075";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background-color: #fff;
	color: var(--notech-black, #1b1525);
}

.sidebar .widget.widget_recent_entries ul li:hover::before,
.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_entries ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
	background-color: var(--notech-base, #6653e8);
	color: var(--notech-white, #ffffff);
}

.sidebar .widget.widget_recent_entries li,
.sidebar__single.widget_recent_entries li {
	min-height: 45px;
	display: flex;
	align-items: center;
}

.sidebar .widget.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_entries ul li::before {
	content: "\f044";
}

.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
	padding: 0;
	margin-top: -5px;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul,
.sidebar__single.recent-posts-widget-with-thumbnails ul {
	margin: -20px !important;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li ::after,
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
	display: none;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
	display: flex;
	flex-direction: column-reverse;
	padding: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 105px;
	position: relative;
	margin-bottom: 0;
	transition: all 500ms ease;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li:hover {
	background-color: #fff;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
	position: absolute;
	top: 22px;
	left: 20px;
	width: 70px;
	height: auto;
	border-radius: var(--notech-bdr-radius);
	margin: 0;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before {
	content: "\f017";
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
	color: var(--notech-primary);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
	font-size: 16px;
	color: var(--notech-black, #1b1525);
	transition: all 500ms ease;
	font-weight: 700;
	letter-spacing: var(--notech-letter-space-small);
	line-height: 28px;
	display: block;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover {
	color: var(--notech-base, #6653e8);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
	display: flex;
	align-items: center;
	font-weight: 400;
	color: var(--notech-gray);
	margin-bottom: 2px;
	line-height: 1;
	color: var(--notech-gray);
	font-size: 14px;
}

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

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

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

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

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

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

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

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

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

.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li+li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li+li {
	margin-top: 20px;
}

.widget_nav_menu ul.menu {
	margin-top: -10px;
	margin-bottom: -6px;
}

.widget_recent_entries>ul {
	margin-top: -7px;
}

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

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before {
	content: "\f086";
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
	color: var(--notech-primary, #3c72fc);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
	color: var(--notech-black, #1b1525);
	transition: all 500ms ease;
	margin-top: 3px;
	display: block;
	font-family: var(--notech-font-two);
	font-weight: 700;
}

.sidebar .widget input[type="email"],
.sidebar .widget input[type="search"],
.sidebar .widget input[type="password"],
.sidebar .widget input[type="text"] {
	width: 100%;
	display: block;
	height: 68px;
	background-color: #fff;
	border: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding-left: 30px;
	padding-right: 30px;
	color: var(--notech-gray, #777181);
	outline: none;
}

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

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

.sidebar .widget .wp-block-tag-cloud a {
	font-size: 12px !important;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	padding: 4px 20px;
	margin-right: 1px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: capitalize;
	transition: all 0.4s ease;
	background: var(--notech-white, #ffffff);
	padding: 5px 20px;
	color: var(--notech-black, #1b1525);
}

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

.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-color: var(--notech-black, #1b1525);
}

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

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

.sidebar .widget .wp-calendar-table td {
	color: var(--notech-black, #1b1525);
}

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

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

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

.sidebar .widget .wp-block-categories-dropdown,
.sidebar .widget .wp-block-archives-dropdown {
	margin-bottom: 0;
}

.sidebar .widget .wp-block-calendar .wp-calendar-table caption {
	padding-top: 15px;
	padding-bottom: 15px;
	color: var(--notech-black, #1b1525);
	font-weight: 400;
}

.sidebar .widget .wp-block-calendar .wp-calendar-nav a {
	text-transform: capitalize;
	font-weight: 400;
}

.sidebar .widget .wp-block-latest-comments__comment-meta {
	color: var(--notech-black, #1b1525);
}

.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
	color: var(--notech-base, #6653e8);
}

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

.sidebar .widget .wp-block-latest-comments__comment-date::before {
	content: "\f017";
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: var(--notech-base, #6653e8);
}

.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: -5px;
}

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

.sidebar .widget .wp-block-latest-posts__list.has-dates li {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li::before {
	display: none;
}

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

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

.sidebar .widget .wp-block-latest-posts__list li>a,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
	flex: 0 0 100%;
}

.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
	font-weight: 400;
	margin-bottom: 0;
	color: var(--notech-gray, #777181);
	font-size: 16px;
	line-height: 32px;
}

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

.sidebar .widget .wp-block-latest-posts__list li>a {
	color: var(--notech-black, #1b1525) !important;
	font-weight: 600;
}

.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(--notech-base, #6653e8);
	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(--notech-base, #6653e8);
}

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

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

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

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

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

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

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

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
	font-weight: 400;
	margin-bottom: 0;
	color: var(--notech-gray, #777181);
}

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

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title a {
	color: var(--notech-black, #1b1525);
	font-size: 18px;
	line-height: 1.5em;
	display: block;
	font-weight: 700;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
	margin-right: 5px;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
	color: var(--notech-base, #6653e8);
	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(--notech-base, #6653e8);
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date {
	font-weight: 400;
	text-transform: normal;
}

.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 60px;
}

.sidebar .widget #loginform {
	margin-top: -10px;
}

.sidebar .widget #loginform input[type="text"],
.sidebar .widget #loginform input[type="password"] {
	margin-bottom: 10px;
}

.sidebar .widget #loginform p {
	margin: 0;
}

.sidebar .widget #loginform input[type="checkbox"] {
	border: 1px solid var(--notech-bdr-color, #e9e9ee);
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.sidebar .widget #loginform .login-submit .button {
	padding: 25px 39px;
	color: #fff;
	font-size: 16px;
	background-color: var(--notech-black, #1b1525);
	text-transform: uppercase;
	transition: all 500ms ease;
}

.sidebar .widget #loginform .login-submit .button:hover {
	color: #fff;
	background-color: var(--notech-base, #6653e8);
}

.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
	font-family: var(--notech-font, "Kumbh Sans", sans-serif);
	font-size: 15px;
	color: var(--notech-gray, #777181) !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(--notech-base, #6653e8);
}

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

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

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

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

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

ul.wp-block-archives-list.wp-block-archives {
	padding-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(--notech-base, #6653e8);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

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

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

/* Custom Animations
--------------------------------------------- */
@keyframes sunMove {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25%,
	75% {
		-webkit-transform: rotate(22.5deg);
		transform: rotate(22.5deg);
	}

	50% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	40% {
		opacity: 1;
	}

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

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

	40% {
		opacity: 1;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
	}
}

/***
  =============================================
	  Animation1 Css
  =============================================
  ***/
@-webkit-keyframes animation1 {

	0%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}

	25%,
	75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}

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

@keyframes animation1 {

	0%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}

	25%,
	75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}

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

/***
  =============================================
	  Animation2 Css
  =============================================
  ***/
@keyframes animation2 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-moz-keyframes animation2 {
	0% {
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-moz-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-o-keyframes animation2 {
	0% {
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes animation2 {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes ribbonRotate {

	0%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	25%,
	75% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
}

@keyframes ribbonRotate {

	0%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	25%,
	75% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
}

@-webkit-keyframes footerFish {

	0%,
	100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
		transform: translateX(0) translateY(0) rotate(0);
	}

	25%,
	75% {
		-webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
		transform: translateX(20px) translateY(30px) rotate(25deg);
	}

	50% {
		-webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
		transform: translateX(40px) translateY(60px) rotate(45deg);
	}
}

@keyframes footerFish {

	0%,
	100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
		transform: translateX(0) translateY(0) rotate(0);
	}

	25%,
	75% {
		-webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
		transform: translateX(20px) translateY(30px) rotate(25deg);
	}

	50% {
		-webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
		transform: translateX(40px) translateY(60px) rotate(45deg);
	}
}

@-webkit-keyframes contactSwimmer {

	0%,
	100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
		transform: translateX(0) translateY(0) rotate(0);
	}

	25%,
	75% {
		-webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
		transform: translateX(15px) translateY(20px) rotate(10deg);
	}

	50% {
		-webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
		transform: translateX(60px) translateY(35px) rotate(15deg);
	}
}

@keyframes contactSwimmer {

	0%,
	100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
		transform: translateX(0) translateY(0) rotate(0);
	}

	25%,
	75% {
		-webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
		transform: translateX(15px) translateY(20px) rotate(10deg);
	}

	50% {
		-webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
		transform: translateX(60px) translateY(35px) rotate(15deg);
	}
}

/***
  =============================================
	  Float Bob Y Animation Css
  =============================================
  ***/
@-webkit-keyframes float-bob-y {
	0% {
		transform: translateY(-20px);
	}

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

	100% {
		transform: translateY(-20px);
	}
}

@keyframes float-bob-y {
	0% {
		transform: translateY(-20px);
	}

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

	100% {
		transform: translateY(-20px);
	}
}

.float-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes footerTree {

	0%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}

	25%,
	75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}

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

@keyframes footerTree {

	0%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}

	25%,
	75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}

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

.footertree {
	-webkit-animation: footerTree 5s ease-in infinite;
	animation: footerTree 5s ease-in infinite;
}

@keyframes service_hexagon_2 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-moz-keyframes service_hexagon_2 {
	0% {
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-moz-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-o-keyframes service_hexagon_2 {
	0% {
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes service_hexagon_2 {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

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

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

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

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

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

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

@keyframes rotateScale {
	from {
		transform: rotate(0deg) scale(1);
	}

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

@-webkit-keyframes rotateScale {
	from {
		transform: rotate(0deg) scale(1);
	}

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

@-moz-keyframes rotateScale {
	from {
		transform: rotate(0deg) scale(1);
	}

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

@-o-keyframes rotateScale {
	from {
		transform: rotate(0deg) scale(1);
	}

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

.rotatescale {
	-webkit-animation-name: rotateScale;
	-webkit-animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateScale;
	-moz-animation-duration: 20s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateScale;
	-ms-animation-duration: 20s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: rotateScale;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/*--------------------------------------------------------------
  # Animations
  --------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
	0% {
		transform: translateY(0px) translateX(0) rotate(0);
	}

	30% {
		transform: translateY(30px) translateX(50px) rotate(15deg);
		transform-origin: center center;
	}

	50% {
		transform: translateY(50px) translateX(100px) rotate(45deg);
		transform-origin: right bottom;
	}

	80% {
		transform: translateY(30px) translateX(50px) rotate(15deg);
		transform-origin: left top;
	}

	100% {
		transform: translateY(0px) translateX(0) rotate(0);
		transform-origin: center center;
	}
}

@keyframes bubbleMover {
	0% {
		transform: translateY(0px) translateX(0) rotate(0);
	}

	30% {
		transform: translateY(30px) translateX(50px) rotate(15deg);
		transform-origin: center center;
	}

	50% {
		transform: translateY(50px) translateX(100px) rotate(45deg);
		transform-origin: right bottom;
	}

	80% {
		transform: translateY(30px) translateX(50px) rotate(15deg);
		transform-origin: left top;
	}

	100% {
		transform: translateY(0px) translateX(0) rotate(0);
		transform-origin: center center;
	}
}

@-webkit-keyframes shapeMover {

	0%,
	100% {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}

	50% {
		transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}

@keyframes shapeMover {

	0%,
	100% {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}

	50% {
		transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}

@-webkit-keyframes banner3Shake {
	0% {
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		transform: rotate3d(0, 0, 1, 5deg);
	}

	60% {
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 5deg);
	}

	100% {
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

@keyframes banner3Shake {
	0% {
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		transform: rotate3d(0, 0, 1, 5deg);
	}

	60% {
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 5deg);
	}

	100% {
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

@-webkit-keyframes squareMover {

	0%,
	100% {
		transform: translate(0, 0) rotate(0);
	}

	20%,
	60% {
		transform: translate(20px, 40px) rotate(180deg);
	}

	30%,
	80% {
		transform: translate(40px, 60px) rotate(0deg);
	}
}

@keyframes squareMover {

	0%,
	100% {
		transform: translate(0, 0) rotate(0);
	}

	20%,
	60% {
		transform: translate(20px, 40px) rotate(180deg);
	}

	30%,
	80% {
		transform: translate(40px, 60px) rotate(0deg);
	}
}

@-webkit-keyframes treeMove {

	0%,
	100% {
		transform: rotate(0deg) translateX(0);
	}

	25%,
	75% {
		transform: rotate(5deg) translateX(15px);
	}

	50% {
		transform: rotate(10deg) translateX(30px);
	}
}

@keyframes treeMove {

	0%,
	100% {
		transform: rotate(0deg) translateX(0);
	}

	25%,
	75% {
		transform: rotate(5deg) translateX(15px);
	}

	50% {
		transform: rotate(10deg) translateX(30px);
	}
}

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

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

	50% {
		transform: scale(1);
	}

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

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

	50% {
		transform: scale(1);
	}

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

/* custom animations */
@keyframes btnIconMove {
	0% {
		transform: rotate(0deg) translate(0px, 0px);
	}

	50% {
		transform: rotate(20deg) translate(10px, 0px);
	}

	100% {
		transform: rotate(0deg) translate(0px, 0px);
	}
}

@keyframes ImgBounce {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(5px);
	}

	50% {
		transform: translateY(10px);
	}

	75% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes boxRotate {

	0%,
	100% {
		transform: rotateY(0deg);
		visibility: visible;
	}

	25%,
	75% {
		visibility: hidden;
		transform: rotateY(-90deg);
	}

	50% {
		transform: rotateY(-180deg);
		visibility: visible;
	}
}

@keyframes boxRotateReverse {

	0%,
	100% {
		transform: rotateY(0deg);
		visibility: visible;
	}

	25%,
	75% {
		transform: rotateY(90deg);
		visibility: hidden;
	}

	50% {
		transform: rotateY(180deg);
		visibility: visible;
	}
}

@keyframes btnIconMove {
	0% {
		transform: rotate(0deg) translate(0, 3px);
	}

	50% {
		transform: rotate(-15deg) translate(0, 10px);
	}

	100% {
		transform: rotate(0deg) translate(0, 3px);
	}
}

/** squares **/
@keyframes squares {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}

	20% {
		-webkit-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

@-moz-keyframes squares {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}

	20% {
		-moz-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

@-o-keyframes squares {
	0% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}

	20% {
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}

	100% {
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

@keyframes squares {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}

	20% {
		-webkit-transform: scale(1.24);
		-moz-transform: scale(1.24);
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2.1);
		-moz-transform: scale(2.1);
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.row {
	--bs-gutter-x: 30px;
}

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

body {
	font-family: var(--notech-font, "Kumbh Sans", sans-serif);
	color: var(--notech-gray, #777181);
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}

body.locked {
	overflow: hidden;
}

a {
	color: var(--notech-gray, #777181);
}

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(--notech-black, #1b1525);
	margin: 0;
}

p {
	margin: 0;
}

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

.ml-0 {
	margin-left: 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;
}

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

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

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

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

.carousel-dot-style-1 .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
}

.carousel-dot-style-1 .owl-dots .owl-dot+.owl-dot {
	margin-left: 10px;
}

.carousel-dot-style-1 .owl-dots .owl-dot span {
	margin: 0;
	background-color: var(--notech-black, #1b1525);
	opacity: 0.3;
	width: 10px;
	height: 10px;
	display: block;
}

.carousel-dot-style-1 .owl-dots .owl-dot:hover span,
.carousel-dot-style-1 .owl-dots .owl-dot.active span {
	opacity: 1;
	background-color: var(--notech-base, #6653e8);
}

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

.blog-pagination a,
.blog-pagination span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid var(--notech-bdr-color, #e9e9ee);
	font-size: 18px;
	font-weight: 400;
	color: var(--notech-gray, #777181);
	line-height: 1;
	padding: 12px 17px;
	transition: all 500ms ease;
}

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

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

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

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

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

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

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

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

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

.section-separator {
	border-color: var(--notech-bdr-color, #e9e9ee);
	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(--notech-base, #6653e8);
	color: var(--notech-white, #ffffff);
	font-size: 16px;
	font-weight: 700;
	padding: 14px 40px 14px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 1;
}

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

.thm-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--notech-black, #1b1525);
	-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.4s;
	transition-duration: 0.4s;
	-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;
}

.thm-btn:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

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

.section-title__tagline-box {
	position: relative;
	display: inline-block;
}

.section-title__tagline {
	position: relative;
	display: inline-block;
	color: var(--notech-base, #6653e8);
	font-size: 16px;
	font-weight: 700;
	padding-left: 16px;
}

.section-title-shape {
	position: absolute;
	top: -2px;
	left: 0;
}

.section-title .section-title-shape img {
	height: 14px;
}

.section-title__title {
	margin: 0;
	font-size: 40px;
	line-height: 50px;
	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(--notech-base, #6653e8);
	color: #fff;
}

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

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

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

/* scroll to top */
.scroll-to-top {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: var(--notech-base, #6653e8);
	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;
	cursor: pointer;
}

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

.scroll-to-top:hover {
	background-color: var(--notech-black, #1b1525);
}

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

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

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

.main-header__top-inner {
	position: relative;
	display: block;
	padding: 4px 80px;
	border-bottom: 1px solid var(--notech-bdr-color, #e9e9ee);
}

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

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

.main-header__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-header__top-address li+li {
	margin-left: 40px;
}

.main-header__top-address 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__top-address li .icon span {
	font-size: 12px;
	color: var(--notech-base, #6653e8);
}

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

.main-header__top-address li .text p {
	font-size: 12px;
	line-height: 34px;
}

.main-header__top-address li .text p a {
	color: var(--notech-gray, #777181);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__top-address li .text p a:hover {
	color: var(--notech-base, #6653e8);
}

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

.main-header__top-right-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header__top-right-menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 40px;
}

.main-header__top-right-menu li {
	position: relative;
	display: block;
}

.main-header__top-right-menu li+li {
	margin-left: 30px;
}

.main-header__top-right-menu li a {
	position: relative;
	font-size: 12px;
	color: var(--notech-gray, #777181);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__top-right-menu li a:hover {
	color: var(--notech-base, #6653e8);
}

.main-header__top-right-menu li a:before {
	position: absolute;
	top: 3px;
	right: -16px;
	height: 10px;
	width: 1px;
	content: "";
	background-color: var(--notech-gray, #777181);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.main-header__top-right-menu li:last-child a:before {
	display: none;
}

.main-header__top-right-social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 40px;
	z-index: 1;
}

.main-header__top-right-social:before {
	position: absolute;
	top: -14px;
	bottom: -13px;
	left: 0;
	right: -100000000000px;
	content: "";
	background-color: var(--notech-extra, #f7f7f9);
	z-index: -1;
}

.main-header__top-right-social a {
	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(--notech-black, #1b1525);
	font-size: 15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__top-right-social a+a {
	margin-left: 25px;
}

.main-header__top-right-social a:hover {
	color: var(--notech-base, #6653e8);
}

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

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

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

.main-menu__left.default {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.main-menu__logo {
	position: relative;
	display: block;
	float: left;
	padding: 38.5px 0;
	margin-right: 140px;
}

.main-menu__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__left.default .main-menu__logo h1 {
	line-height: 1;
	text-transform: capitalize;
	font-size: 32px;
}

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

.main-menu__right {
	position: relative;
	display: block;
	float: right;
	padding: 35px 0;
}

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

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

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

.main-menu__call-icon img {
	width: auto;
}

.main-menu__call-number {
	margin-left: 15px;
}

.main-menu__call-number p {
	font-size: 14px;
	line-height: 27px;
}

.main-menu__call-number h5 {
	font-size: 16px;
	font-weight: 400;
}

.main-menu__call-number h5 a {
	color: var(--notech-black, #1b1525);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__call-number h5 a:hover {
	color: var(--notech-base, #6653e8);
}

.main-menu__call-number h5 a span {
	font-size: 16px;
	color: var(--notech-gray, #777181);
}

.main-menu__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: 75px;
}

.main-menu__search-box:before {
	position: absolute;
	top: -13px;
	bottom: -13px;
	left: -30px;
	content: "";
	background-color: var(--notech-bdr-color, #e9e9ee);
	width: 1px;
}

.main-menu__search {
	font-size: 24px;
	color: var(--notech-black, #1b1525);
	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;
}

.main-menu__search:hover {
	color: var(--notech-base, #6653e8);
}

.stricky-header.main-menu {
	padding: 0 80px;
	background-color: var(--notech-white, #ffffff);
}

.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: 42px;
	padding-bottom: 42px;
	position: relative;
}

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

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

.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(--notech-gray, #777181);
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 400;
}

.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(--notech-base, #6653e8);
	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_page_item>a,
.stricky-header .main-menu__list>li.current-menu-ancestor>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(--notech-black, #1b1525);
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li.current_page_item>a::before,
.main-menu .main-menu__list>li.current-menu-ancestor>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_page_item>a::before,
.stricky-header .main-menu__list>li.current-menu-ancestor>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_page_item>a::before,
.main-menu .main-menu__list>li.current-menu-ancestor>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(--notech-base, #6653e8);
}

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

.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;
	-webkit-transition: 500ms ease;
	transition: 500ms 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;
}

.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(--notech-black, #1b1525), 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(--notech-black, #1b1525);
	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(--notech-base, #6653e8);
	color: var(--notech-white, #ffffff);
}

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

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

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

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

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

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

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

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

.mobile-nav__buttons a {
	font-size: 20px;
	color: var(--notech-black, #1b1525);
	cursor: pointer;
}

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

.mobile-nav__buttons a:hover {
	color: var(--notech-base, #6653e8);
}

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

.main-menu .mobile-nav__toggler:hover {
	color: var(--notech-primary, #2be4ac);
}

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

.main-header--one {
	position: relative;
}

.main-menu__left--two {
	position: static;
}

.main-menu__main-menu-box--two,
.stricky-header .main-menu__main-menu-box--two {
	position: static;
}

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

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

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

.megamenu-box {
	position: relative;
	display: block;
}

.megamenu-box__inner {
	position: relative;
	display: block;
	background: var(--notech-white, #ffffff);
	padding: 40px;
	-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);
}

.megamenu-box__inner .row {
	--bs-gutter-x: 40px;
}

.megamenu-box__single {
	position: relative;
	display: block;
}

.megamenu-box__single a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.megamenu-box__img {
	position: relative;
	display: block;
	background-color: var(--notech-black, #1b1525);
	overflow: hidden;
}

.megamenu-box__single:hover .megamenu-box__img img {
	opacity: 0.75;
}

.megamenu-box__img img {
	width: 100%;
	transition: all 500ms ease;
}

.megamenu-box__text {
	color: var(--notech-black, #1b1525);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 16px 0 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.megamenu-box__single a:hover .megamenu-box__text {
	color: var(--notech-base, #6653e8);
}

.megamenu-box__btns {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	opacity: 0;
	transform: translateY(-30%);
	transition: opacity 500ms ease, transform 500ms ease;
}

.megamenu-box__btns .thm-btn {
	display: inline-block;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	outline: none;
	background-color: var(--notech-base, #6653e8);
	color: var(--notech-white, #ffffff);
	font-size: 14px;
	font-weight: 700;
	padding: 10px 40px 10px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 1;
	width: 165px;
	text-align: center;
}

.megamenu-box__btns .thm-btn+.thm-btn {
	margin-top: 10px;
}

.megamenu-box__single:hover .megamenu-box__btns {
	opacity: 1;
	transform: translateY(0%);
}

/*--------------------------------------------------------------
# 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(--notech-black, #1b1525);
	z-index: 10;
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100%);
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
		transform 500ms ease 0ms;
}

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

.mobile-nav__content .notech-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(--notech-white, #ffffff);
}

.mobile-nav__close {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 18px;
	color: var(--notech-extra, #f7f7f9);
	cursor: pointer;
}

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

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

.mobile-nav__content .main-menu__list .megamenu ul {
	margin-left: 0;
}

.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(--notech-font, "Kumbh Sans", sans-serif);
	font-weight: 500;
	height: 46px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded,
.mobile-nav__content .main-menu__list>li.current_page_item>a,
.mobile-nav__content .main-menu__list>li.current-menu-ancestor>a,
.mobile-nav__content .main-menu__list>li.current-menu-item>a,
.mobile-nav__content .main-menu__list>li.current-menu-parent>a,
.mobile-nav__content .main-menu__list>li>ul>li>a.expanded,
.mobile-nav__content .main-menu__list>li>ul>li.current-menu-ancestor>a,
.mobile-nav__content .main-menu__list>li>ul>li.current-menu-item>a,
.mobile-nav__content .main-menu__list>li>ul>li.current-menu-parent>a,
.mobile-nav__content .main-menu__list>li>ul>li.current_page_item>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li.current_page_item>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li.current-menu-ancestor>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li.current-menu-parent>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li.current-menu-item>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
	color: var(--notech-base, #6653e8);
}

.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(--notech-base, #6653e8);
	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(--notech-black, #1b1525);
}

/* 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__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(--notech-white, #ffffff);
	-webkit-transition: 500ms;
	transition: 500ms;
}

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

.mobile-nav__social a:hover {
	color: var(--notech-base, #6653e8);
}

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

.mobile-nav__contact li {
	color: var(--notech-white, #ffffff);
	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(--notech-base, #6653e8);
}

.mobile-nav__contact li>i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--notech-base, #6653e8);
	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 .main-header__top-inner {
	background-color: var(--notech-black, #1b1525);
	border: 0;
}

.main-header-two .main-header__top-address li .text p {
	color: #aea8b9;
}

.main-header-two .main-header__top-address li .text p a {
	color: #aea8b9;
}

.main-header-two .main-header__top-address li .text p a:hover {
	color: var(--notech-white, #ffffff);
}

.main-header-two .main-header__top-right-menu li a {
	color: #aea8b9;
}

.main-header-two .main-header__top-right-menu li a:hover {
	color: var(--notech-white, #ffffff);
}

.main-header-two .main-header__top-right-menu li a:before {
	background-color: #aea8b9;
}

.main-header-two .main-header__top-right-social:before {
	background-color: #100d17;
}

.main-header-two .main-header__top-right-social a {
	color: #aea8b9;
}

.main-header-two .main-header__top-right-social a:hover {
	color: var(--notech-white, #ffffff);
}

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

.main-menu-two .main-menu__call-number p {
	color: #aea8b9;
}

.main-menu-two .main-menu__call-number h5 a {
	color: var(--notech-white, #ffffff);
}

.main-menu-two .main-menu__call-number h5 a:hover {
	color: var(--notech-primary, #2be4ac);
}

.main-menu-two .main-menu__call-number h5 a span {
	color: #aea8b9;
}

.main-menu-two .main-menu__search {
	color: var(--notech-white, #ffffff);
}

.main-menu-two .main-menu__search:hover {
	color: var(--notech-primary, #2be4ac);
}

.main-menu-two .main-menu__search-box:before {
	background-color: rgba(var(--notech-white-rgb, 255, 255, 255), 0.1);
}

.stricky-header.main-menu-two {
	background-color: var(--notech-black, #1b1525);
}

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

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
	color: var(--notech-white, #ffffff);
}

.main-menu-two .main-menu__list>li>a::before,
.stricky-header.main-menu-two .main-menu__list>li>a::before {
	background-color: var(--notech-primary, #2be4ac);
}

.main-menu-two .main-menu__list>li.current>a::before {
	background-color: var(--notech-primary, #2be4ac);
}

.main-menu-two .main-menu__list>li:hover>a::before {
	background-color: var(--notech-primary, #2be4ac);
}

/*--------------------------------------------------------------
# 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(--notech-white-rgb, 255, 255, 255), 0.1);
}

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

.main-menu-three .main-menu__call-number p {
	color: var(--notech-white, #ffffff);
}

.main-menu-three .main-menu__call-number h5 a {
	color: var(--notech-white, #ffffff);
}

.main-menu-three .main-menu__call-number h5 a:hover {
	color: var(--notech-primary, #2be4ac);
}

.main-menu-three .main-menu__call-number h5 a span {
	color: var(--notech-white, #ffffff);
}

.main-menu-three .main-menu__search-box:before {
	background-color: rgba(var(--notech-white-rgb, 255, 255, 255), 0.1);
}

.main-menu-three .main-menu__search-box {
	margin-right: 0;
}

.main-menu-three .main-menu__search {
	color: var(--notech-white, #ffffff);
}

.main-menu-three .main-menu__search:hover {
	color: var(--notech-primary, #2be4ac);
}

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

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

.main-menu-three .main-menu__list>li>a::before,
.stricky-header.main-menu-three .main-menu__list>li>a::before {
	background-color: var(--notech-primary, #2be4ac);
}

.main-menu-three .main-menu__list>li.current>a::before {
	background-color: var(--notech-primary, #2be4ac);
}

.main-menu-three .main-menu__list>li:hover>a::before {
	background-color: var(--notech-primary, #2be4ac);
}

.stricky-header.main-menu-three {
	padding: 0 80px;
	background-color: var(--notech-base, #6653e8);
}

/*--------------------------------------------------------------
# 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(--notech-black, #1b1525);
	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(--notech-base, #6653e8);
	border: 0;
}

.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;
	background-color: var(--notech-black, #1b1525);
}

.main-slider .container {
	position: relative;
	padding-top: 236px;
	padding-bottom: 245px;
	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;
	background-blend-mode: luminosity;
	background-color: var(--notech-black, #1b1525);
	opacity: 0.5;
	z-index: 1;
}

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

.main-slider__shape-1 {
	position: absolute;
	top: 0;
	right: 0;
	mix-blend-mode: overlay;
	-webkit-transform: translateX(470px);
	transform: translateX(470px);
	opacity: 0;
	z-index: 1;
}

.swiper-slide-active .main-slider__shape-1 {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider__shape-1 img {
	width: auto;
}

.main-slider__shape-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	mix-blend-mode: screen;
	-webkit-transform: translateX(495px);
	transform: translateX(495px);
	opacity: 0;
	z-index: 1;
}

.main-slider__shape-2 img {
	width: auto;
}

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

.main-slider__shape-3 {
	position: absolute;
	bottom: 0;
	left: 0;
	mix-blend-mode: overlay;
	-webkit-transform: translateX(-385px);
	transform: translateX(-385px);
	opacity: 0;
	z-index: 1;
}

.main-slider__shape-3 img {
	width: auto;
}

.swiper-slide-active .main-slider__shape-3 {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 2000ms;
	transition-delay: 2000ms;
}

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

.main-slider p {
	font-size: 36px;
	color: var(--notech-primary, #2be4ac);
	text-transform: uppercase;
	line-height: 46px;
	letter-spacing: 0.1em;
	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 {
	font-size: 150px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	line-height: 150px;
	margin-bottom: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease,
		-webkit-transform 2000ms ease;
}

.main-slider__btn-video-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;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease,
		-webkit-transform 2000ms ease;
}

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

.main-slider__video-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 35px;
}

.main-slider__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: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 12px;
	color: var(--notech-black, #1b1525);
	background-color: var(--notech-white, #ffffff);
	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__video-icon:hover {
	background-color: var(--notech-primary, #2be4ac);
	color: var(--notech-white, #ffffff);
}

.main-slider__video-icon:before {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	content: "";
	border-radius: 50%;
	border: 1px solid var(--notech-white, #ffffff);
	opacity: 0.2;
	z-index: 1;
}

.main-slider__video-link .ripple,
.main-slider__video-icon .ripple:before,
.main-slider__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 63px;
	height: 63px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb, 43, 228, 172), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb, 43, 228, 172), 0.6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb, 43, 228, 172), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb, 43, 228, 172), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	border-radius: 50%;
}

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

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

.main-slider__video-text {
	font-size: 14px;
	color: var(--notech-white, #ffffff);
	line-height: 18px;
	position: relative;
	opacity: 0.7;
	text-align: left;
	margin-left: 25px;
}

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

#main-slider-pagination {
	z-index: 10;
	bottom: 59px;
	left: 50%;
	width: 100%;
	max-width: 1200px;
	-webkit-transform: translate(-50%, calc(-50% + 95px));
	transform: translate(-50%, calc(0% + 0px));
	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;
	padding: 0 15px;
}

#main-slider-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: 0.4;
	background-color: var(--notech-white, #ffffff);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

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

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	opacity: 1;
}

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

.main-slider-two__shape-1 {
	position: absolute;
	bottom: 0;
	left: 83px;
	mix-blend-mode: overlay;
	-webkit-transform: translateX(-108%);
	transform: translateX(-108%);
	opacity: 0;
	z-index: 1;
}

.swiper-slide-active .main-slider-two__shape-1 {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

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

.main-slider-two__shape-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	mix-blend-mode: overlay;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	z-index: 1;
}

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

.main-slider-two__shape-2 img {
	width: auto;
}

.main-slider-two__big-text-1 {
	font-size: 240px;
	text-transform: uppercase;
	-webkit-text-stroke: 1px rgba(var(--notech-white-rgb, 255, 255, 255), 0.1);
	color: transparent;
	line-height: 240px;
	position: absolute;
	top: 200px;
	left: -54px;
	font-weight: 700;
}

.main-slider-two__big-text-2 {
	font-size: 240px;
	text-transform: uppercase;
	-webkit-text-stroke: 1px rgba(var(--notech-white-rgb, 255, 255, 255), 0.1);
	color: transparent;
	line-height: 240px;
	position: absolute;
	bottom: 40px;
	right: -51px;
	font-weight: 700;
}

.main-slider-two .container {
	padding-top: 353px;
	padding-bottom: 210px;
}

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

.main-slider-two h2 {
	font-size: 80px;
	line-height: 90px;
	text-transform: uppercase;
	margin-bottom: 34px;
}

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

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

.main-slider-two__btn {
	background-color: var(--notech-white, #ffffff);
	color: var(--notech-black, #1b1525);
}

.main-slider-two__btn:after {
	background-color: var(--notech-primary, #2be4ac);
}

.main-slider-two #main-slider-pagination {
	text-align: left;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
}

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

.main-slider-three .swiper-slide {
	position: relative;
	background-color: var(--notech-base, #6653e8);
	z-index: 3;
}

.main-slider-three .container {
	padding-top: 322px;
	padding-bottom: 220px;
}

.main-slider-three-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.6;
	background-blend-mode: color-burn;
	background-color: var(--notech-base, #6653e8);
	z-index: -1;
}

.main-slider-three__shape-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	mix-blend-mode: color-dodge;
	-webkit-animation: fa-spin 10s ease infinite;
	animation: fa-spin 10s ease infinite;
}

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

.main-slider-three__shadow {
	position: absolute;
	bottom: 0;
	right: 0;
	mix-blend-mode: color-dodge;
}

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

.main-slider-three__img {
	position: absolute;
	bottom: 115px;
	right: 360px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
}

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

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

.main-slider-three__social {
	position: absolute;
	top: 50%;
	left: 80px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

.main-slider-three__social li+li {
	margin-top: 17px;
}

.main-slider-three__social li a {
	position: relative;
	display: block;
	font-size: 20px;
	color: var(--notech-white, #ffffff);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider-three__social li a:hover {
	color: var(--notech-primary, #2be4ac);
}

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

.main-slider-three h2 {
	font-size: 70px;
	color: var(--notech-white, #ffffff);
	line-height: 70px;
	font-weight: 700;
	margin-bottom: 32px;
}

.main-slider-three h2 span {
	color: var(--notech-primary, #2be4ac);
}

.main-slider-three p {
	font-size: 18px;
	color: #dcd7ff;
	line-height: 33px;
	text-transform: inherit;
	letter-spacing: inherit;
	margin-bottom: 40px;
}

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

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

.main-slider-three__btn {
	background-color: var(--notech-black, #1b1525);
}

.main-slider-three__btn:hover {
	color: var(--notech-base, #6653e8);
}

.main-slider-three__btn:hover:after {
	background-color: var(--notech-white, #ffffff);
}

/*--------------------------------------------------------------
# Get Solutions
--------------------------------------------------------------*/
.get-solutions {
	position: relative;
	display: block;
	background-color: var(--notech-base, #6653e8);
}

.get-solutions__inner {
	position: relative;
	display: block;
	text-align: center;
	padding: 42px 0 45px;
}

.get-solutions__text {
	color: #dcd7ff;
}

.get-solutions__text a {
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-solutions__text a:hover {
	color: var(--notech-primary, #2be4ac);
}

.get-solutions__text a:before {
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	content: "";
	height: 2px;
	background-color: var(--notech-primary, #2be4ac);
}

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

.feature-one--service-two-page {
	padding-bottom: 120px;
}

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

.feature-one--service-two-page .feature-one__single {
	margin-bottom: 0;
}

.feature-one--service-two-page .carousel-dot-style-1 .owl-dots {
	margin-top: 40px !important;
}

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

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

.feature-one__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--notech-black-rgb, 27, 21, 37), 0.9);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: 1;
}

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

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

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

.feature-one__title-box {
	position: absolute;
	left: 50px;
	bottom: 52px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.feature-one__single:hover .feature-one__title-box {
	opacity: 0;
	visibility: hidden;
}

.feature-one__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
}

.feature-one__title a {
	color: var(--notech-white, #ffffff);
}

.feature-one__hover-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 50px 50px 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	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: 3;
}

.feature-one__single:hover .feature-one__hover-content {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

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

.feature-one__icon span {
	font-size: 66px;
	color: var(--notech-primary, #2be4ac);
	position: relative;
	display: inline-block;
}

.feature-one__hover-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 21px;
	margin-bottom: 20px;
}

.feature-one__hover-title a {
	color: var(--notech-white, #ffffff);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__hover-title a:hover {
	color: var(--notech-primary, #2be4ac);
}

.feature-one__hover-text {
	font-size: 16px;
	color: #aea8b9;
	line-height: 30px;
}

.feature-one__learn-more {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 31px;
}

.feature-one__learn-more a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: var(--notech-base, #6653e8);
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__learn-more a:hover {
	color: var(--notech-primary, #2be4ac);
}

.feature-one__learn-more a i {
	position: relative;
	padding-left: 10px;
	top: 2px;
}

/*--------------------------------------------------------------
# Get To Know
--------------------------------------------------------------*/
.get-to-know {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.get-to-know__left {
	position: relative;
	display: block;
	margin-right: 100px;
}

.get-to-know__img-box {
	position: relative;
	display: block;
	z-index: 1;
}

.get-to-know__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.get-to-know__img:after {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.get-to-know__img-box:hover .get-to-know__img:after {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.get-to-know__img img {
	width: 100%;
}

.get-to-know__small-img {
	position: absolute;
	bottom: -94px;
	right: -100px;
	z-index: 2;
}

.get-to-know__small-img img {
	width: auto;
}

.get-to-know__client-box {
	position: absolute;
	top: 90px;
	left: -100px;
	background-color: var(--notech-base, #6653e8);
	padding: 18px 50px 28px;
	z-index: 2;
}

.get-to-know__client-box::after {
	position: absolute;
	top: -30px;
	right: 0px;
	content: "";
	width: 0;
	border-left: 40px solid transparent;
	border-bottom: 30px solid var(--notech-base, #6653e8);
}

.get-to-know__client-box h3 {
	font-size: 24px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	line-height: 34px !important;
	font-family: var(--notech-font, "Kumbh Sans", sans-serif) !important;
}

.get-to-know__plus {
	font-size: 24px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	line-height: 34px !important;
	font-family: var(--notech-font, "Kumbh Sans", sans-serif) !important;
}

.get-to-know__client-text {
	font-size: 14px;
	color: #dcd7ff;
	line-height: 14px;
}

.get-to-know__client-box .odometer-formatting-mark {
	display: none;
}

.get-to-know-shape-1 {
	position: absolute;
	bottom: -200px;
	left: -187px;
	-webkit-animation: fa-spin 10s ease infinite;
	animation: fa-spin 10s ease infinite;
	z-index: -1;
}

.get-to-know-shape-1 img {
	width: auto;
}

.get-to-know__right {
	position: relative;
	display: block;
	margin-left: 100px;
}

.get-to-know__right .section-title {
	margin-bottom: 30px;
}

.get-to-know__points {
	position: relative;
	display: block;
	margin-top: 31px;
	margin-bottom: 37px;
}

.get-to-know__points li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.get-to-know__points li+li {
	margin-top: 4px;
}

.get-to-know__points li .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.get-to-know__points li .icon span {
	color: var(--notech-base, #6653e8);
	font-size: 16px;
}

.get-to-know__points li .text {
	margin-left: 10px;
}

.get-to-know__points li .text p {
	color: var(--notech-black, #1b1525);
}

.get-to-know__it-solutions {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 46px;
}

.get-to-know__it-solutions-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.get-to-know__it-solutions-icon span {
	font-size: 65px;
	color: var(--notech-primary, #2be4ac);
	position: relative;
	display: inline-block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.get-to-know__it-solutions:hover .get-to-know__it-solutions-icon span {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.get-to-know__it-solutions-text-box {
	margin-left: 18px;
}

.get-to-know__it-solutions-text {
	font-size: 20px;
	font-weight: 700;
	color: var(--notech-black, #1b1525);
	margin: 0;
	line-height: 36px;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
	position: relative;
	display: block;
	background-color: var(--notech-black, #1b1525);
	padding: 120px 0 90px;
	background-position: center center;
	overflow: hidden;
}

.service-one__shape-1 {
	width: 674px;
	height: 650px;
	background-color: #fff;
	opacity: 0.08;
	position: absolute;
	bottom: calc(100% - 325px);
	right: calc(100% - 340px);
	border-radius: 50%;
	mix-blend-mode: luminosity;
}

.service-one__shape-2 {
	width: 1146px;
	height: 1104px;
	background-color: #fff;
	opacity: 0.03;
	position: absolute;
	border-radius: 50%;
	bottom: calc(100% - 550px);
	right: calc(100% - 570px);
	mix-blend-mode: luminosity;
}

.services-one .container {
	position: relative;
	z-index: 10;
}

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

.services-one__top-left {
	position: relative;
	display: block;
	margin-right: 105px;
}

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

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

.services-one__top-right {
	position: relative;
	display: block;
	margin-left: 100px;
	margin-top: 10px;
}

.services-one__top-text {
	font-size: 16px;
	color: #aea8b9;
	line-height: 30px;
}

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

.services-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;
	margin-left: -15px;
	margin-right: -15px;
}

.services-one__single {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	width: 100%;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

.services-one__content {
	position: relative;
	display: block;
	border: 1px solid #322d3b;
	padding: 37px 0 32px;
	background-color: var(--notech-black, #1b1525);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-one__single:hover .services-one__content {
	border: 1px solid var(--notech-white, #ffffff);
	background-color: var(--notech-white, #ffffff);
}

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

.services-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--notech-base, #6653e8);
}

.services-one__title {
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	margin-top: 18px;
	margin-bottom: 20px;
}

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

.services-one__single:hover .services-one__title a {
	color: var(--notech-black, #1b1525);
}

.services-one__text {
	font-size: 14px;
	color: #aea8b9;
	line-height: 24px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-one__single:hover .services-one__text {
	color: var(--notech-gray, #777181);
}

/*--------------------------------------------------------------
# Business From
--------------------------------------------------------------*/
.business-from {
	position: relative;
	display: block;
	padding: 111px 0 120px;
}

.business-from-bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--notech-black, #1b1525);
	z-index: 1;
}

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

.business-from__inner {
	position: relative;
	display: block;
	z-index: 3;
}

.business-from__sub-title {
	font-size: 36px;
	color: var(--notech-primary, #2be4ac);
	line-height: 46px;
}

.business-from__title {
	color: var(--notech-white, #ffffff);
	font-size: 100px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 110px;
	margin-top: 16px;
	margin-bottom: 42px;
}

.business-from__btn-box {
	position: relative;
	display: block;
}

.business-from__btn:after {
	right: -2px;
}

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

.testimonial-one__inner {
	position: relative;
	display: block;
	max-width: 1510px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: var(--notech-extra, #f7f7f9);
	z-index: 1;
}

.testimonial-one-shape {
	position: absolute;
	top: 0;
	left: 0;
}

.testimonial-one-shape img {
	width: auto;
}

.testimonial-one__inner-content {
	position: relative;
	display: block;
	border-bottom: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding: 110px 0 108px;
}

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

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

.testimonial-one__top-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-one__img {
	position: relative;
	display: inline-block;
	top: 10px;
}

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

.testimonial-one__content {
	margin-left: 100px;
}

.testimonial-one__text {
	font-size: 30px;
	color: var(--notech-black, #1b1525);
	line-height: 50px;
}

.testimonial-one__bottom-content {
	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;
	margin-top: 33px;
}

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

.testimonial-one__client-company {
	font-size: 16px;
	line-height: 26px;
}

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

.testimonial-one__carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: 29px;
	left: 55px;
	right: 0;
	text-align: left;
	margin: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--notech-black, #1b1525);
	opacity: 0.4;
	margin: 0px 5px;
	padding: 0px;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dot.active {
	background-color: var(--notech-base, #6653e8);
	opacity: 1;
	width: 13px;
	height: 13px;
}

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

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

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

.project-one__inner {
	position: relative;
	display: block;
	max-width: 1510px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

.project-one__inner:before {
	position: absolute;
	top: -110px;
	left: 0;
	right: 0;
	height: 464px;
	content: "";
	background-color: var(--notech-extra, #f7f7f9);
	z-index: -1;
}

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

.project-one__img {
	position: relative;
	display: block;
	background-color: #9782a2;
	overflow: hidden;
	z-index: 1;
}

.project-one__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--notech-black-rgb, 27, 21, 37), 0.9);
	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;
}

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

.project-one__img img {
	width: 100%;
	mix-blend-mode: luminosity;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

.project-one__img>a {
	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;
}

.project-one__single .project-one__img>a>img {
	width: auto;
}

.project-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);
	text-align: center;
	padding: 40px 50px 50px;
}

.project-one__sub-title {
	font-size: 16px;
	color: #9782a2;
	line-height: 30px;
}

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

.project-one__title a {
	color: var(--notech-black, #1b1525);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-one__single:hover .project-one__title a {
	color: var(--notech-base, #6653e8);
}

.project-one__text {
	font-size: 16px;
	line-height: 30px;
	padding-top: 14px;
	padding-bottom: 26px;
}

.project-one__btn {
	color: #9782a2;
	width: 100%;
	padding: 9px 0 9px;
	background-color: var(--notech-extra, #f7f7f9);
}

.project-one__btn:after {
	background-color: #8293a2;
}

.project-one__single:hover .project-one__btn:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.project-one__single:hover .project-one__btn {
	color: var(--notech-white, #ffffff);
}

[class*=owl-item]:nth-child(2) .project-one__img,
[class*=owl-item]:nth-child(7) .project-one__img,
[class*=col-]:nth-child(2) .project-one__img {
	background-color: #8293a2;
}

[class*=owl-item]:nth-child(2) .project-one__sub-title,
[class*=owl-item]:nth-child(7) .project-one__sub-title,
[class*=col-]:nth-child(2) .project-one__sub-title {
	color: #8293a2;
}

[class*=owl-item]:nth-child(3) .project-one__img,
[class*=col-]:nth-child(3) .project-one__img {
	background-color: #a2a282;
}

[class*=owl-item]:nth-child(3) .project-one__sub-title,
[class*=col-]:nth-child(3) .project-one__sub-title {
	color: #a2a282;
}

[class*=owl-item]:nth-child(2) .project-one__btn,
[class*=owl-item]:nth-child(7) .project-one__btn,
[class*=col-]:nth-child(2) .project-one__btn {
	color: #8293a2;
}

[class*=owl-item]:nth-child(3) .project-one__btn,
[class*=col-]:nth-child(3) .project-one__btn {
	color: #a2a282;
}

/*--------------------------------------------------------------
# Tech Services
--------------------------------------------------------------*/
.tech-services {
	position: relative;
	display: block;
	padding: 0 0 116px;
}

.tech-services__left {
	position: relative;
	display: block;
	margin-right: 70px;
}

.tech-services__img-box {
	position: relative;
	display: block;
}

.tech-services__img {
	position: relative;
	display: block;
}

.tech-services__img img {
	width: 100%;
}

.tech-services__img-content {
	position: absolute;
	top: 50%;
	right: -90px;
	background-color: var(--notech-base, #6653e8);
	padding: 41px 40px 39px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tech-services__img-text {
	font-size: 22px;
	color: var(--notech-white, #ffffff);
	line-height: 36px;
}

.tech-services__learn-more {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 24px;
}

.tech-services__learn-more a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tech-services__learn-more a i {
	position: relative;
	padding-left: 10px;
	top: 2px;
}

.tech-services__learn-more a:hover {
	color: var(--notech-primary, #2be4ac);
}

.tech-services__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.tech-services__right .section-title {
	margin-bottom: 30px;
}

.tech-services__text {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 36px;
}

.tech-services__points {
	position: relative;
	display: block;
}

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

.tech-services__points li+li {
	margin-top: 39px;
}

.tech-services__points li .icon {
	position: relative;
	height: 48px;
	width: 48px;
	background-color: var(--notech-primary, #2be4ac);
	color: var(--notech-white, #ffffff);
	font-size: 16px;
	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;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tech-services__points li:hover .icon {
	background-color: var(--notech-base, #6653e8);
}

.tech-services__points li .content {
	margin-left: 20px;
}

.tech-services__points li .content h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}

.tech-services__points li .content p {
	font-size: 16px;
	line-height: 30px;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
	position: relative;
	display: block;
	background-color: var(--notech-extra, #f7f7f9);
	padding: 120px 0 190px;
	z-index: 2;
}

.counter-one__bg {
	background-repeat: no-repeat;
	background-position: top center;
	background-color: var(--notech-extra, #f7f7f9);
	background-blend-mode: luminosity;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.06;
}

.counter-one .container {
	position: relative;
	z-index: 10;
}

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

.counter-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;
	margin-bottom: 31px;
	padding: 0 45px;
}

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

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

.counter-one__icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50%;
	background-color: white;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	height: 75px;
	width: 75px;
	-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 12px;
	z-index: 1;
}

.counter-one__icon::before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
	border-radius: 50%;
	background-color: var(--notech-base, #6653e8);
	-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;
}

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

.counter-one__icon span {
	position: relative;
	display: inline-block;
	color: var(--notech-base, #6653e8);
	font-size: 32px;
	-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);
}

.counter-one__single:hover .counter-one__icon span {
	-webkit-transform: scale(0.9) rotateY(360deg);
	transform: scale(0.9) rotateY(360deg);
	color: var(--notech-white, #ffffff);
}

.counter-one__single h3 {
	font-size: 40px;
	font-family: var(--notech-font, "Kumbh Sans", sans-serif) !important;
	line-height: 50px !important;
	color: var(--notech-primary, #2be4ac);
	font-weight: 400;
}

.counter-one__plus {
	font-size: 40px;
	font-family: var(--notech-font, "Kumbh Sans", sans-serif) !important;
	line-height: 50px !important;
	color: var(--notech-primary, #2be4ac);
	position: relative;
	top: 5px;
}

.counter-one__title {
	font-size: 16px;
	color: var(--notech-black, #1b1525);
	font-weight: 700;
	line-height: 26px;
	padding-bottom: 15px;
}

.counter-one__text {
	font-size: 16px;
	line-height: 30px;
}

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

/*--------------------------------------------------------------
# Trusted Source
--------------------------------------------------------------*/
.trusted-source {
	position: relative;
	display: block;
	margin-top: -106px;
	z-index: 2;
}

.trusted-source__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(--notech-base, #6653e8);
	padding: 58px 100px 58px;
}

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

.trusted-source__content {
	font-size: 30px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	line-height: 35px;
}

.trusted-source__content span {
	color: var(--notech-base, #6653e8);
	font-weight: 700;
	text-transform: uppercase;
}

.trusted-source__icon {
	position: relative;
	height: 94px;
	width: 94px;
	background-color: var(--notech-white, #ffffff);
	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-left: 165px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.trusted-source__icon:hover {
	background-color: var(--notech-black, #1b1525);
}

.trusted-source__icon img {
	width: auto;
}

.trusted-source__icon:before {
	position: absolute;
	top: 50%;
	left: -67px;
	width: 55px;
	height: 2px;
	content: "";
	background-color: rgba(var(--notech-white-rgb, 255, 255, 255), 0.15);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.trusted-source__icon:after {
	position: absolute;
	top: 50%;
	right: -67px;
	width: 55px;
	height: 2px;
	content: "";
	background-color: rgba(var(--notech-white-rgb, 255, 255, 255), 0.15);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.trusted-source__right {
	position: relative;
	display: block;
}

.trusted-source__contact-info {
	position: relative;
	display: block;
}

.trusted-source__contact-info p {
	font-size: 14px;
	color: var(--notech-white, #ffffff);
	line-height: 27px;
}

.trusted-source__contact-info a {
	font-size: 24px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.trusted-source__contact-info a:hover {
	color: var(--notech-primary, #2be4ac);
}

.trusted-source__contact-info a span {
	font-weight: 400;
}

/*--------------------------------------------------------------
# Helping
--------------------------------------------------------------*/
.helping {
	position: relative;
	display: block;
	margin-top: -105px;
}

.helping-shape-1 {
	position: absolute;
	bottom: 40px;
	right: 0;
	opacity: 0.05;
}

.helping-shape-1 img {
	width: auto;
}

.helping-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}

.helping__left {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	min-height: 794px;
}

.helping__left-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.helping__right {
	position: relative;
	display: block;
	float: right;
	width: 50%;
	background-color: var(--notech-black, #1b1525);
	min-height: 794px;
}

.helping__right-content {
	position: relative;
	display: block;
	max-width: 465px;
	width: 100%;
	margin-left: 120px;
	padding-top: 226px;
	padding-bottom: 109px;
}

.helping__right-content .section-title {
	margin-bottom: 32px;
}

.helping__right-content .section-title__title {
	color: var(--notech-white, #ffffff);
}

.helping__text {
	color: var(--notech-primary, #2be4ac);
	font-weight: 700;
	padding-bottom: 35px;
}

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

.helping__points li {
	position: relative;
	display: block;
}

.helping__points li+li {
	margin-left: 48px;
}

.helping__points li .icon span,
.pricing__single .price-icon span {
	font-size: 65px;
	color: var(--notech-base, #6653e8);
	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);
}

.helping__points li:hover .icon span {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	color: var(--notech-white, #ffffff);
}

.helping__title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	line-height: 28px;
	margin-top: 16px;
	margin-bottom: 29px;
}

.helping__title:before {
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	content: "";
	height: 2px;
	background-color: rgba(var(--notech-white-rgb, 255, 255, 255), 0.1);
}

.helping__text-2 {
	font-size: 16px;
	color: #aea8b9;
	line-height: 30px;
}

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

.blog-one .blog-pagination {
	margin-top: 30px;
}

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

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

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

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

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

.blog-one__img>a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--notech-black-rgb, 27, 21, 37), 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(--notech-base, #6653e8);
	-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%);
}

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

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

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

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

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

.blog-one__tag {
	position: absolute;
	top: 40px;
	left: 40px;
	background-color: var(--notech-base, #6653e8);
	padding: 6px 20px 4px;
	z-index: 3;
}

.blog-one__tag p {
	font-size: 10px;
	color: var(--notech-white, #ffffff);
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin: 0;
}

.blog-one__content {
	position: relative;
	display: block;
	padding: 30px 40px 29px;
	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);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content {
	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);
}

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

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

.blog-one__meta li a {
	font-size: 14px;
	color: var(--notech-gray, #777181);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta li a:hover {
	color: var(--notech-primary, #2be4ac);
}

.blog-one__meta li a i,
.blog-one__meta li i,
.blog-two__content li i {
	color: var(--notech-primary, #2be4ac);
	font-size: 14px;
}

.blog-one__title {
	font-size: 26px;
	line-height: 31px;
	margin-top: 5px;
	margin-bottom: 13px;
	font-weight: 700;
}

.blog-one__title a {
	color: var(--notech-black, #1b1525);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__title a {
	color: var(--notech-primary, #2be4ac);
}

.blog-one__text {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}

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

.blog-one__bottom a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: var(--notech-base, #6653e8);
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__bottom a:before {
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: var(--notech-base, #6653e8);
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__bottom a:before {
	opacity: 1;
	color: var(--notech-primary, #2be4ac);
}

.blog-one__bottom a i {
	position: relative;
	padding-left: 10px;
	top: 2px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__bottom a {
	color: var(--notech-primary, #2be4ac);
	padding-left: 22px;
}

.blog-one__single:hover .blog-one__bottom a i {
	opacity: 0;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
	position: relative;
	display: block;
	padding: 0px 0 119px;
}

.brand-one--home-three {
	padding-top: 317px;
	margin-top: -227px;
	background-image: url(assets/images/backgrounds/brand-logo-bg-1-1.png);
}

.brand-one .container {
	position: relative;
	padding-top: 110px;
}

.brand-one__title {
	color: var(--notech-black, #1b1525);
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 1170px;
	text-align: center;
	margin: 0 auto;
	margin-top: -3px;
}

.brand-one__title:before {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	content: "";
	height: 1px;
	background-color: var(--notech-bdr-color, #e9e9ee);
	max-width: 454px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.brand-one__title:after {
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 0;
	content: "";
	height: 1px;
	background-color: var(--notech-bdr-color, #e9e9ee);
	max-width: 454px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

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

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

.site-footer-bg-1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 388px;
	width: 388px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-blend-mode: luminosity;
	background-color: var(--notech-black, #1b1525);
	opacity: 0.12;
	z-index: -1;
}

.site-footer-bg-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 636px;
	width: 531px;
	background-color: var(--notech-black, #1b1525);
	background-blend-mode: luminosity;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	opacity: 0.12;
	z-index: -1;
}

.site-footer__top {
	position: relative;
	display: block;
	padding-top: 60px;
}

.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: 32px 39px;
	border: 1px solid #322d3b;
}

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

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

.site-footer__top-icon span {
	font-size: 65px;
	color: var(--notech-primary, #2be4ac);
}

.site-footer__top-title {
	font-size: 24px;
	color: var(--notech-white, #ffffff);
	font-weight: 400;
	line-height: 34px;
}

.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__btn:hover {
	color: var(--notech-base, #6653e8);
}

.site-footer__btn:after {
	background-color: var(--notech-white, #ffffff);
}

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

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

.footer-widget__logo {
	position: relative;
	display: inline-block;
	padding-bottom: 26px;
}

.footer-widget__logo img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

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

.footer-widget__about-text {
	font-size: 14px;
	color: #aea8b9;
	line-height: 26px;
}

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

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

.footer-widget__newsletter-input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: none;
	outline: none;
	padding-left: 25px;
	padding-right: 60px;
	font-size: 14px;
	color: var(--notech-gray, #777181);
	font-weight: 400;
}

.footer-widget__newsletter-btn {
	position: absolute;
	top: 50%;
	right: 13px;
	bottom: 0;
	width: 35px;
	height: 35px;
	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(--notech-white, #ffffff);
	border: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 0;
	font-size: 13px;
	background-color: var(--notech-base, #6653e8);
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-widget__newsletter-btn:hover {
	background-color: var(--notech-primary, #2be4ac);
}

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

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

.footer-widget__title {
	font-size: 18px;
	color: var(--notech-white, #ffffff);
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 28px;
}

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

.footer-widget__links-list li {
	line-height: 30px;
}

.footer-widget__links-list li a {
	position: relative;
	font-size: 14px;
	color: #aea8b9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

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

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

.footer-widget__contact-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.footer-widget__contact-list li .icon span {
	position: relative;
	top: 5px;
	font-size: 13px;
	color: var(--notech-base, #6653e8);
}

.footer-widget__contact-list li .text {
	margin-left: 10px;
}

.footer-widget__contact-list li .text p {
	font-size: 14px;
	color: #aea8b9;
}

.footer-widget__contact-list li .text p a {
	color: #aea8b9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__contact-list li:hover .text p a {
	color: var(--notech-white, #ffffff);
}

.footer-widget__social-box {
	position: relative;
	display: block;
	margin-top: 7px;
}

.site-footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer__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: #aea8b9;
	font-size: 15px;
	background-color: #100d17;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.site-footer__social a:hover {
	color: var(--notech-base, #6653e8);
}

.site-footer__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--notech-white, #ffffff);
	-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.4s;
	transition-duration: 0.4s;
	-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;
}

.site-footer__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

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

.site-footer__bottom {
	position: relative;
	display: block;
	background-color: #100d17;
}

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

.site-footer__bottom-text {
	font-size: 14px;
	color: #aea8b9;
}

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

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

/*--------------------------------------------------------------
# Delivering IT
--------------------------------------------------------------*/
.delivering-it {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.delivering-it:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 410px;
	content: "";
	background-color: var(--notech-base, #6653e8);
	z-index: -1;
}

.delivering-it__top {
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.delivering-it__top-left {
	position: relative;
	display: block;
	margin-right: 112px;
}

.delivering-it__top-left .section-title {
	margin-bottom: 0px;
}

.delivering-it__top-left .section-title__tagline {
	color: #dcd7ff;
}

.delivering-it__top-left .section-title__title {
	color: var(--notech-white, #ffffff);
}

.delivering-it__top-right {
	position: relative;
	display: block;
	margin-top: 11px;
}

.delivering-it__top-text {
	font-size: 16px;
	color: #dcd7ff;
	line-height: 30px;
}

.delivering-it__bottom {
	position: relative;
	display: block;
}

.delivering-it__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.delivering-it__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.delivering-it__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--notech-black-rgb, 27, 21, 37), 0.3);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-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-origin: top center;
	transform-origin: top center;
	z-index: 1;
}

.delivering-it__single:hover .delivering-it__img:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

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

.delivering-it__single:hover .delivering-it__img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.delivering-it__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;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: -50px;
	padding: 29px 70px 27px;
	z-index: 2;
}

.delivering-it__content:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--notech-base, #6653e8);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	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;
}

.delivering-it__single:hover .delivering-it__content:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.delivering-it__content-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.delivering-it__single:hover .delivering-it__content-title {
	color: var(--notech-white, #ffffff);
}

/*--------------------------------------------------------------
# Trusted Company
--------------------------------------------------------------*/
.trusted-company {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.trusted-company__left {
	position: relative;
	display: block;
	margin-right: 10px;
}

.trusted-company__img {
	position: relative;
	display: block;
}

.trusted-company__img img {
	width: 100%;
}

.trusted-company__solution {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 230px;
	padding: 35px 55px 38px;
	z-index: 1;
}

.trusted-company__solution:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--notech-primary-rgb, 43, 228, 172), 0.9);
	z-index: -1;
}

.trusted-company__solution-content {
	font-size: 20px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	line-height: 24px;
}

.trusted-company__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.trusted-company__right .section-title {
	margin-bottom: 32px;
}

.trusted-company__text-1 {
	font-size: 20px;
	color: var(--notech-base, #6653e8);
	line-height: 30px;
}

.trusted-company__text-2 {
	font-size: 16px;
	line-height: 30px;
	padding-top: 12px;
	padding-bottom: 31px;
}

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

.trusted-company__points {
	position: relative;
	display: block;
	float: left;
}

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

.trusted-company__points li+li {
	margin-top: 2px;
}

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

.trusted-company__points li .icon span {
	font-size: 16px;
	color: var(--notech-primary, #2be4ac);
	position: relative;
	display: inline-block;
}

.trusted-company__points li .text {
	margin-left: 10px;
}

.trusted-company__points li .text p {
	font-size: 16px;
	color: var(--notech-black, #1b1525);
	font-weight: 700;
}

.trusted-company__points-two {
	margin-left: 95px;
}

.trusted-company__person {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 9px;
	margin-top: 51px;
}

.trusted-company__person-img {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.trusted-company__person-img>img {
	border-radius: 50% !important;
}

.trusted-company__person-img:before {
	position: absolute;
	top: -9px;
	bottom: -9px;
	left: -9px;
	right: -9px;
	border: 2px solid var(--notech-base, #6653e8);
	content: "";
	border-radius: 50%;
}

.trusted-company__person-content {
	margin-left: 30px;
	position: relative;
	top: 7px;
}

.trusted-company__person-name {
	font-size: 24px;
	line-height: 34px;
	font-family: var(--notech-reey-font, "reeyregular");
	color: var(--notech-primary, #2be4ac);
	font-weight: 400;
}

.trusted-company__person-text {
	font-size: 16px;
	line-height: 24px;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
	position: relative;
	display: block;
	background-color: var(--notech-black, #1b1525);
	padding: 120px 0 90px;
	background-position: center center;
	overflow: hidden;
}

.service-two__shape-1 {
	width: 674px;
	height: 650px;
	background-color: #fff;
	opacity: 0.08;
	position: absolute;
	bottom: calc(100% - 325px);
	right: calc(100% - 340px);
	border-radius: 50%;
	mix-blend-mode: luminosity;
}

.service-two__shape-2 {
	width: 1146px;
	height: 1104px;
	background-color: #fff;
	opacity: 0.03;
	position: absolute;
	border-radius: 50%;
	bottom: calc(100% - 550px);
	right: calc(100% - 570px);
	mix-blend-mode: luminosity;
}

.services-two .container {
	position: relative;
	z-index: 10;
}

.services-two .section-title__title {
	color: var(--notech-white, #ffffff);
}

.services-two .row {
	--bs-gutter-x: 17px;
}

.services-two__single {
	position: relative;
	display: block;
	background-color: var(--notech-white, #ffffff);
	padding: 40px 40px 40px;
	text-align: center;
	margin-bottom: 30px;
	z-index: 1;
}

.services-two__single:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #7968ed;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.services-two__single:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.services-two__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;
	height: 122px;
	width: 122px;
	background-color: var(--notech-extra, #f7f7f9);
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.services-two__single:hover .services-two__icon {
	background-color: #8373f0;
}

.services-two__icon:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #8373f0;
	-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.4s;
	transition-duration: 0.4s;
	-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;
	border-radius: 50%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.services-two__single:hover .services-two__icon:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.services-two__icon span {
	position: relative;
	display: inline-block;
	font-size: 63px;
	color: var(--notech-base, #6653e8);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.services-two__single:hover .services-two__icon span {
	color: var(--notech-white, #ffffff);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.services-two__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 15px;
}

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

.services-two__single:hover .services-two__title a {
	color: var(--notech-white, #ffffff);
}

.services-two__text {
	font-size: 14px;
	line-height: 24px;
	padding-top: 8px;
	padding-bottom: 13px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

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

.services-two__btn {
	font-size: 14px;
	color: var(--notech-black, #1b1525);
	background-color: var(--notech-extra, #f7f7f9);
	padding: 4px 0 4px;
	width: 100%;
}

.services-two__btn:after {
	background-color: var(--notech-white, #ffffff);
}

.services-two__single:hover .services-two__btn:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.services-two__single:hover .services-two__btn {
	color: var(--notech-base, #6653e8);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
	position: relative;
	display: block;
	padding: 120px 0 111px;
}

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

.why-choose-one__tab-box {
	position: relative;
	display: block;
	z-index: 2;
}

.why-choose-one__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;
	margin-bottom: 31px;
}

.why-choose-one__tab-box .tab-buttons .tab-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.why-choose-one__tab-box .tab-buttons .tab-btn+.tab-btn {
	margin-left: 10px;
}

.why-choose-one__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: 14px;
	color: var(--notech-black, #1b1525);
	background-color: transparent;
	padding: 9px 30px 9px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	z-index: 1;
}

.why-choose-one__tab-box .tab-buttons .tab-btn.active-btn span {
	color: var(--notech-white, #ffffff);
	background-color: var(--notech-base, #6653e8);
}

.why-choose-one__tab-box .tab-buttons .tab-btn span:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3%;
	content: "";
	background-color: var(--notech-base, #6653e8);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: -1;
}

.why-choose-one__tab-box .tab-buttons .tab-btn.active-btn span:before {
	height: 100%;
}

.why-choose-one__tab-box .tabs-content {
	position: relative;
	display: block;
}

.why-choose-one__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;
}

.why-choose-one__tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

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

.why-choose-one__tab-text {
	font-size: 16px;
	line-height: 30px;
}

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

.why-choose-one__text {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 41px;
}

.why-choose-one__points-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.why-choose-one__points-img img {
	width: auto;
}

.why-choose-one__points-content {
	position: relative;
	display: block;
	margin-top: -9px;
	margin-left: 30px;
}

.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: 9px;
}

.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;
	top: -1px;
}

.why-choose-one__points li .icon span {
	font-size: 16px;
	color: var(--notech-primary, #2be4ac);
}

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

.why-choose-one__points li .text p {
	font-size: 18px;
	color: var(--notech-black, #1b1525);
}

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

.cta-one__inner {
	position: relative;
	display: block;
	text-align: center;
	background-color: var(--notech-primary, #2be4ac);
	padding: 111px 0 120px;
	z-index: 1;
}

@media (max-width: 767px) {
	.cta-one__inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.cta-one-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-blend-mode: darken;
	background-color: var(--notech-primary, #2be4ac);
	opacity: 0.5;
	z-index: -1;
}

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

.cta-one__text {
	color: var(--notech-white, #ffffff);
	padding-top: 9px;
	padding-bottom: 40px;
}

.cta-one__btn {
	background-color: var(--notech-black, #1b1525);
}

.cta-one__btn:after {
	background-color: var(--notech-base, #6653e8);
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
	position: relative;
	display: block;
	padding: 240px 0 73px;
	margin-top: -120px;
	z-index: 1;
}

.project-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 700px;
	background-color: var(--notech-extra, #f7f7f9);
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.project-two__top-left {
	position: relative;
	display: block;
	margin-right: 215px;
}

.project-two__top-left .section-title {
	margin-bottom: 0;
}

.project-two__top-right {
	position: relative;
	display: block;
	margin-top: 16px;
}

.project-two__top-text {
	font-size: 16px;
	line-height: 30px;
}

.project-two__bottom {
	position: relative;
	display: block;
	padding: 49px 0px 0px;
}

.project-two__container {
	position: relative;
	display: block;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

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

.project-two__single {
	position: relative;
	display: block;
}

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

.project-two__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--notech-black-rgb, 27, 21, 37), 0.5);
	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;
}

.project-two__single:hover .project-two__img:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg) scale(1);
	transform: perspective(400px) rotateX(0deg) scale(1);
}

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

.project-two__single:hover .project-two__img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.project-two__content {
	position: relative;
	display: block;
	background-color: var(--notech-white, #ffffff);
	padding-top: 31px;
	padding-bottom: 37px;
	padding-left: 50px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: -95px;
	overflow: hidden;
	z-index: 2;
}

.project-two__content:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--notech-base, #6653e8);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.project-two__single:hover .project-two__content:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.project-two__sub-title {
	font-size: 16px;
	color: var(--notech-primary, #2be4ac);
	line-height: 30px;
}

.project-two__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.project-two__title a {
	color: var(--notech-black, #1b1525);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-two__single:hover .project-two__title a {
	color: var(--notech-white, #ffffff);
}

.project-two__arrow {
	position: absolute;
	top: -57px;
	right: -51px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-two__single:hover .project-two__arrow {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.project-two__arrow a {
	position: relative;
	height: 110px;
	width: 106px;
	background-color: var(--notech-white, #ffffff);
	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%;
}

.project-two__arrow a i {
	font-size: 14px;
	color: var(--notech-base, #6653e8);
	position: absolute;
	bottom: 23px;
	left: 28px;
}

.project-two__carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: -73px;
	right: 0px;
	left: 0;
	margin: 0 !important;
	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;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: var(--notech-black, #1b1525);
	opacity: 0.4;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 50%;
	-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: var(--notech-base, #6653e8);
	opacity: 1;
	height: 13px;
	width: 13px;
}

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

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

/*--------------------------------------------------------------
# We Stand
--------------------------------------------------------------*/
.we-stand {
	position: relative;
	display: block;
	padding: 65px 0 96px;
}

.we-stand__top {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.we-stand__top-title-box {
	position: relative;
	display: block;
	text-align: center;
	z-index: 10;
}

.we-stand__top-title-box-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.we-stand-shape {
	position: absolute;
	top: -44px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.we-stand-shape img {
	width: auto;
}

.we-stand__top-title {
	font-size: 200px;
	font-weight: 700;
	line-height: 265px;
	background-color: var(--notech-white, #ffffff);
	/* mix-blend-mode: lighten; */
	color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-clip: text;
	background-clip: text;
	background-position: center center;
	background-attachment: fixed;
}

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

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

.we-stand__left .section-title {
	margin-bottom: 0px;
}

.we-stand__text-box {
	position: relative;
	display: block;
	margin-top: -8px;
}

.we-stand__text-1 {
	padding-bottom: 32px;
}

.we-stand__right {
	position: relative;
	display: block;
	margin-top: -8px;
}

.we-stand__progress {
	position: relative;
	display: block;
	width: 100%;
}

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

.we-stand__progress-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color: var(--notech-black, #1b1525);
	margin-bottom: 7px;
}

.we-stand__progress .bar {
	position: relative;
	width: 100%;
	height: 13px;
	background-color: var(--notech-extra, #f7f7f9);
	border-radius: 7px;
	margin-bottom: 12px;
}

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

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

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

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

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
	position: relative;
	display: block;
	padding: 0;
}

.brand-two .container {
	padding-top: 0;
}

.brand-two__inner {
	border-top: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding: 114px 0 117px;
}

/*--------------------------------------------------------------
# Business From Two
--------------------------------------------------------------*/
.business-from-two {
	position: relative;
	display: block;
	background-color: var(--notech-black, #1b1525);
	padding: 120px 0 90px;
	z-index: 1;
}

.business-from-two-img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.business-from-two-img::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 100%;
	background-color: var(--notech-primary, #2be4ac);
	opacity: 0.9;
}

.business-from-two-img img {
	width: auto;
}

.business-from-two-bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--notech-black, #1b1525);
	z-index: 1;
}

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

.business-from-two .section-title {
	margin-bottom: 69px;
	z-index: 2;
}

.business-from-two .section-title__title {
	color: var(--notech-white, #ffffff);
}

.business-from-two__content-box {
	position: relative;
	display: block;
	z-index: 2;
}

.business-from-two__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;
	margin-left: -20px;
	margin-right: -20px;
}

.business-from-two__single {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	width: 100%;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.business-from-two__content {
	position: relative;
	display: block;
	background-color: #100d17;
	padding: 38px 0 40px;
	overflow: hidden;
	z-index: 1;
}

.business-from-two__content:before {
	position: absolute;
	content: "";
	background-color: var(--notech-base, #6653e8);
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.business-from-two__content:after {
	position: absolute;
	content: "";
	background-color: var(--notech-base, #6653e8);
	width: 0%;
	height: 100%;
	right: 0px;
	top: 0px;
	z-index: -1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.business-from-two__single:hover .business-from-two__content::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.business-from-two__single:hover .business-from-two__content:before,
.business-from-two__single:hover .business-from-two__content:after {
	width: 50%;
}

.business-from-two__icon {
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.business-from-two__icon span {
	font-size: 63px;
	color: var(--notech-base, #6653e8);
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.business-from-two__single:hover .business-from-two__icon span {
	color: var(--notech-white, #ffffff);
}

.business-from-two__title {
	font-size: 16px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
}

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

.testimonial-two:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--notech-extra, #f7f7f9);
	height: 495px;
	z-index: -1;
}

.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);
	text-align: center;
}

.testimonial-two__single-inner {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 50px 50px 44px;
	border: 2px solid transparent;
	background-color: white;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__single-inner {
	border: 2px solid var(--notech-base, #6653e8);
}

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

.testimonial-two__icon img {
	width: auto !important;
	margin: 0 auto;
}

.testimonial-two__text {
	line-height: 34px;
	padding-top: 20px;
	padding-bottom: 29px;
}

.testimonial-two__client-info {
	position: relative;
	display: block;
}

.testimonial-two__client-img {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 2px;
}

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

.testimonial-two__client-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}

.testimonial-two__client-title {
	font-size: 16px;
	line-height: 24px;
}

.testimonial-two-shape {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-two-shape img {
	width: auto;
}

.testimonial-two__single:hover .testimonial-two-shape {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

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

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
	position: relative;
	display: block;
	padding: 0 0 183px;
}

.blog-two .thm-owl__carousel {
	position: relative;
	display: block;
}

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

.blog-two__img {
	position: relative;
	display: block;
	overflow: hidden;
}

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

.blog-two__single:hover .blog-two__img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-two__img>a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--notech-black-rgb, 27, 21, 37), 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(--notech-base, #6653e8);
	-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%);
}

.blog-two__img>a>span {
	position: relative;
}

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

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

.blog-two__img>a:hover>span::before,
.blog-two__img>a:hover>span::after {
	background-color: var(--notech-white, #ffffff);
}

.blog-two__single:hover .blog-two__img>a {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.blog-two__tag {
	position: absolute;
	top: 40px;
	left: 40px;
	background-color: var(--notech-base, #6653e8);
	padding: 6px 20px 4px;
	z-index: 3;
}

.blog-two__tag p {
	font-size: 10px;
	color: var(--notech-white, #ffffff);
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	letter-spacing: 0.1em;
}

.blog-two__content {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 20px;
	padding: 0 59px;
}

.blog-two__meta {
	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;
}

.blog-two__meta li+li {
	margin-left: 10px;
}

.blog-two__meta li a {
	font-size: 14px;
	color: var(--notech-gray, #777181);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__meta li a i {
	color: var(--notech-primary, #2be4ac);
}

.blog-two__title {
	font-size: 30px;
	line-height: 35px;
	margin-top: 5px;
	margin-bottom: 13px;
	font-weight: 700;
}

.blog-two__title a {
	color: var(--notech-black, #1b1525);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__single:hover .blog-two__title a {
	color: var(--notech-primary, #2be4ac);
}

.blog-two .thm-owl__carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: -64px;
	right: 0px;
	left: 0;
	margin: 0 !important;
	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;
}

.blog-two .thm-owl__carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: var(--notech-black, #1b1525);
	opacity: 0.4;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 50%;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.blog-two .thm-owl__carousel.owl-carousel .owl-dot.active {
	background: var(--notech-base, #6653e8);
	opacity: 1;
	height: 13px;
	width: 13px;
}

.blog-two .thm-owl__carousel.owl-carousel .owl-dot:focus {
	outline: none;
}

.blog-two .thm-owl__carousel.owl-carousel .owl-dots .owl-dot span {
	display: none;
}

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

.service-three--no-pb {
	padding-bottom: 0;
}

.services-three__top {
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.services-three__top-left {
	position: relative;
	display: block;
	margin-right: 200px;
}

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

.services-three__top-right {
	position: relative;
	display: block;
	margin-top: 9px;
}

.services-three__top-text {
	font-size: 16px;
	line-height: 30px;
}

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

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

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

.services-three__img::before {
	position: absolute;
	content: "";
	background-color: rgba(var(--notech-black-rgb, 27, 21, 37), 0.3);
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__single:hover .services-three__img::before,
.services-three__single:hover .services-three__img::after {
	width: 50%;
}

.services-three__img::after {
	position: absolute;
	content: "";
	background-color: rgba(var(--notech-black-rgb, 27, 21, 37), 0.3);
	width: 0%;
	height: 100%;
	right: 0px;
	top: 0px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__img img {
	width: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.services-three__single:hover .services-three__img img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.services-three__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);
	padding: 72px 40px 29px;
	z-index: 2;
}

.services-three__icon {
	position: absolute;
	height: 122px;
	width: 122px;
	border-radius: 50%;
	background-color: var(--notech-extra, #f7f7f9);
	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: 8px solid var(--notech-white, #ffffff);
	top: -61px;
	left: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.services-three__single:hover .services-three__icon {
	background-color: var(--notech-base, #6653e8);
}

.services-three__icon span {
	position: relative;
	display: block;
	font-size: 63px;
	color: var(--notech-base, #6653e8);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__single:hover .services-three__icon span {
	color: var(--notech-white, #ffffff);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.services-three__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}

.services-three__title a {
	color: var(--notech-black, #1b1525);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__single:hover .services-three__title a {
	color: var(--notech-base, #6653e8);
}

.services-three__text {
	font-size: 16px;
	line-height: 26px;
	padding-top: 18px;
	padding-bottom: 12px;
}

.services-three__learn-more {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.services-three__learn-more a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: var(--notech-base, #6653e8);
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__learn-more a i {
	position: relative;
	padding-left: 10px;
	top: 2px;
}

.services-three__learn-more a:hover {
	color: var(--notech-primary, #2be4ac);
}

/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
	background-color: var(--notech-extra, #f7f7f9);
}

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

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

.welcome__left-inner-1 {
	position: relative;
	display: block;
}

.welcome__left-inner-2 {
	position: relative;
	display: block;
	margin-top: 30px;
}

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

.welcome__content {
	position: relative;
	display: block;
	background-color: var(--notech-base, #6653e8);
	text-align: center;
	padding: 61px 0 64px;
}

.welcome__content h3 {
	font-size: 40px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	line-height: 50px !important;
	margin-bottom: 11px;
	font-family: var(--notech-font, "Kumbh Sans", sans-serif) !important;
}

.welcome__content-percent {
	font-size: 40px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	line-height: 50px !important;
	font-family: var(--notech-font, "Kumbh Sans", sans-serif) !important;
}

.welcome__content p {
	color: var(--notech-white, #ffffff);
	line-height: 27px;
}

.welcome__content-two {
	position: relative;
	display: block;
	text-align: center;
	padding: 58px 0 51px;
	z-index: 1;
}

.welcome__content-two-bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--notech-black, #1b1525);
	z-index: -1;
}

.welcome__content-two-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--notech-black, #1b1525);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: luminosity;
	opacity: 0.5;
}

.welcome__icon {
	position: relative;
	display: block;
	margin-bottom: 6px;
}

.welcome__icon span {
	font-size: 63px;
	color: var(--notech-primary, #2be4ac);
	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);
}

.welcome__single:hover .welcome__icon span {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.welcome__content-two p {
	font-size: 18px;
	color: var(--notech-white, #ffffff);
	line-height: 28px;
	font-weight: 700;
}

.welcome__content.marb-30 {
	margin-bottom: 30px;
}

.welcome__content-two.marb-30 {
	margin-bottom: 30px;
}

.welcome__left-inner-2 .welcome__content {
	background-color: var(--notech-primary, #2be4ac);
}

.welcome__right {
	position: relative;
	display: block;
	margin-left: 100px;
	margin-top: 17px;
}

.welcome__right .section-title {
	margin-bottom: 30px;
}

.welcome__text-1 {
	font-size: 16px;
	line-height: 30px;
}

.welcome__text-2 {
	font-size: 16px;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 41px;
}

/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
	position: relative;
	display: block;
	margin-top: 0;
	padding-top: 120px;
	z-index: 1;
}

.project-three:before {
	display: none;
}

.project-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 505px;
	background-color: var(--notech-black, #1b1525);
	z-index: -1;
	background-position: center center;
}

.project-three .project-two__bottom {
	padding: 0px 0px 0px;
}

.project-three .section-title__title {
	color: var(--notech-white, #ffffff);
}

/*--------------------------------------------------------------
# Consult
--------------------------------------------------------------*/
.consult {
	position: relative;
	display: block;
	padding: 120px 0 0;
}

.consult__left {
	position: relative;
	display: block;
	margin-right: 80px;
}

.consult__left .section-title {
	margin-bottom: 30px;
}

.consult__text {
	font-size: 16px;
	line-height: 30px;
}

.consult__icon-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 38px;
	margin-bottom: 38px;
}

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

.consult__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--notech-primary, #2be4ac);
}

.consult__icon-text {
	font-size: 20px;
	color: var(--notech-base, #6653e8);
	font-weight: 700;
	line-height: 34px;
	margin-left: 20px;
}

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

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

.consult__points li+li {
	margin-top: 7px;
}

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

.consult__points li .icon span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: var(--notech-base, #6653e8);
}

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

.consult__points li .text p {
	color: var(--notech-black, #1b1525);
}

.consult__right {
	position: relative;
	display: block;
	margin-right: -375px;
}

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

.consult__img img {
	width: 100%;
}

.consult__img-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 45px 59px 44px;
	max-width: 390px;
	width: 100%;
	z-index: 1;
}

.consult__img-content:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--notech-primary-rgb, 43, 228, 172), 0.9);
	z-index: -1;
}

.consult__img-text {
	font-size: 24px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	line-height: 29px;
}

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

.team-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 505px;
	background-color: var(--notech-extra, #f7f7f9);
	z-index: -1;
	background-size: cover;
}

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

.team-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: var(--notech-black, #1b1525);
}

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

.team-one__single:hover .team-one__img img {
	mix-blend-mode: luminosity;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

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

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

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

.team-one__social li a {
	position: relative;
	height: 45px;
	width: 45px;
	display: -webkit-box;
	display: -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: #aea8b9;
	font-size: 15px;
	background-color: #100d17;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	z-index: 1;
}

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

.team-one__social li a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--notech-base, #6653e8);
	-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.4s;
	transition-duration: 0.4s;
	-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;
}

.team-one__social li a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.team-one__content-box {
	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);
	text-align: center;
}

.team-one__content {
	position: relative;
	display: block;
	padding: 32px 0 33px;
	overflow: hidden;
	z-index: 1;
}

.team-one-shape {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: -1;
}

.team-one-shape img {
	width: auto;
}

.team-one__single:hover .team-one-shape {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.team-one__name {
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 5px;
}

.team-one__name a {
	color: var(--notech-black, #1b1525);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__name a:hover {
	color: var(--notech-base, #6653e8);
}

.team-one__single:hover .team-one__name {
	color: var(--notech-base, #6653e8);
}

.team-one__title {
	font-size: 14px;
	line-height: 24px;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
	position: relative;
	display: block;
	padding: 90px 0 90px;
}

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

.counter-two__single {
	position: relative;
	float: left;
	margin-bottom: 30px;
}

.counter-two__single+.counter-two__single {
	margin-left: 84px;
}

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

.counter-two__icon-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50%;
	background-color: var(--notech-extra, #f7f7f9);
	height: 75px;
	width: 75px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
}

.counter-two__icon-box::before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
	border-radius: 50%;
	background-color: var(--notech-base, #6653e8);
	-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;
}

.counter-two__single:hover .counter-two__icon-box::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.counter-two__icon-box span {
	position: relative;
	display: inline-block;
	font-size: 32px;
	color: var(--notech-base, #6653e8);
	-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);
}

.counter-two__single:hover .counter-two__icon-box span {
	-webkit-transform: scale(0.9) rotateY(360deg);
	transform: scale(0.9) rotateY(360deg);
	color: var(--notech-white, #ffffff);
}

.counter-two__count-box {
	margin-left: 18px;
}

.counter-two__count-box-inner {
	position: relative;
	display: block;
}

.counter-two__count-box-inner h3 {
	font-size: 40px;
	font-weight: 400;
	line-height: 40px !important;
	font-family: var(--notech-font, "Kumbh Sans", sans-serif) !important;
	display: inline-block;
}

.counter-two__plus {
	position: relative;
	font-size: 40px;
	color: var(--notech-black, #1b1525);
	font-weight: 400;
	line-height: 40px !important;
	font-family: var(--notech-font, "Kumbh Sans", sans-serif) !important;
	top: 5px;
}

.counter-two__text {
	font-size: 16px;
	line-height: 18px;
}

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

/*--------------------------------------------------------------
# Notech More
--------------------------------------------------------------*/
.notech-more {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.notech-more__left {
	position: relative;
	display: block;
	margin-right: 106px;
}

.notech-more__left .section-title {
	margin-bottom: 30px;
}

.notech-more__text {
	padding-bottom: 38px;
}

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

.notech-more__points li {
	position: relative;
	display: block;
}

.notech-more__points li+li {
	margin-left: 80px;
}

.notech-more__points li .icon span {
	font-size: 65px;
	color: var(--notech-base, #6653e8);
	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);
}

.notech-more__points li:hover .icon span {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.notech-more__title {
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: var(--notech-black, #1b1525);
	font-weight: 700;
	line-height: 28px;
	margin-top: 6px;
	margin-bottom: 19px;
}

.notech-more__text-2 {
	font-size: 16px;
	line-height: 30px;
}

.notech-more__right {
	position: relative;
	display: block;
}

.notech-more__img {
	position: relative;
	display: block;
}

.notech-more__img img {
	width: 100%;
}

.notech-more__img:before {
	position: absolute;
	width: 50px;
	height: 340px;
	top: 50%;
	right: -50px;
	content: "";
	background-color: var(--notech-base, #6653e8);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
	position: relative;
	display: block;
	z-index: 1;
}

.blog-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 495px;
	background-color: var(--notech-extra, #f7f7f9);
	z-index: -1;
	background-blend-mode: luminosity;
	opacity: 0.06;
	background-position: top center;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.contact-one .row {
	--bs-gutter-x: 0px;
}

.contact-one__left {
	position: relative;
	display: block;
	background-color: var(--notech-extra, #f7f7f9);
	height: 100%;
}

.google-map__one {
	position: relative;
	display: block;
	border: none;
	height: 100%;
	width: 100%;
	mix-blend-mode: luminosity;
}

.contact-one__get-in-touch {
	position: absolute;
	top: 204px;
	left: -204px;
	text-align: center;
	background-color: var(--notech-primary, #2be4ac);
	padding: 48px 120px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.contact-one__get-in-touch p {
	font-size: 24px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	line-height: 24px;
}

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

.contact-one__right .comment-one__form {
	position: relative;
	display: block;
	padding: 59px;
	border: 1px solid var(--notech-bdr-color, #e9e9ee);
	border-left: 0;
}

@media (max-width: 991px) {
	.contact-one__right .comment-one__form {
		padding-left: 30px;
		padding-right: 30px;
		border: 1px solid var(--notech-bdr-color, #e9e9ee);
	}
}

.comment-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: 60px;
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--notech-extra, #f7f7f9);
	font-size: 14px;
	color: var(--notech-gray, #777181);
	font-weight: 400;
	padding: 0 30px 0;
}

.contact-one__form-input-box textarea {
	height: 168px;
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--notech-extra, #f7f7f9);
	font-size: 14px;
	color: var(--notech-gray, #777181);
	font-weight: 400;
	padding: 20px 40px 30px;
}

.contact-one__form-input-box.text-message-box {
	height: 168px;
}

.contact-one__btn {
	border: 0;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	position: relative;
	display: block;
	padding: 130px 0 128px;
	background-color: var(--notech-black, #1b1525);
	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;
	background-color: var(--notech-black, #1b1525);
	background-blend-mode: luminosity;
	z-index: -1;
}

.page-header__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 15;
}

.page-header__inner h2 {
	font-size: 40px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 7px;
}

.thm-breadcrumb {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.thm-breadcrumb li {
	position: relative;
	display: inline-block;
	color: var(--notech-primary, #2be4ac);
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li:not(:last-child)::after {
	content: '/';
	color: var(--notech-primary, #2be4ac);
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

.thm-breadcrumb li a {
	position: relative;
	display: inline-block;
	color: var(--notech-primary, #2be4ac);
	font-size: 14px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
	color: var(--notech-white, #ffffff);
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog-sidebar {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

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

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

.blog-sidebar__content-single {
	margin-bottom: 54px;
}

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

.blog-sidebar__single+.blog-sidebar__single {
	margin-top: 29px;
}

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

.blog-sidebar__img img {
	width: 100%;
}

.blog-single__content-img img {
	margin-bottom: 32px;
}

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

.blog-sidebar__content-box ul.blog-sidebar__meta,
.blog-details__content .blog-details__meta {
	margin-top: -10px;
}

.blog-sidebar__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-sidebar__meta li+li {
	margin-left: 10px;
}

.blog-sidebar__meta li a {
	font-size: 14px;
	color: var(--notech-gray, #777181);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-sidebar__meta li a:hover {
	color: var(--notech-primary, #2be4ac);
}

.blog-sidebar__meta li a i,
.blog-sidebar__meta li span i,
.blog-sidebar__meta li span i,
ul.blog-details__meta li span i {
	color: var(--notech-primary, #2be4ac);
}

.blog-sidebar__meta li span i,
ul.blog-details__meta li span i {
	font-size: 14px;
}

.blog-sidebar__title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-top: 4px;
}

.blog-sidebar__title a {
	color: var(--notech-black, #1b1525);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
	color: var(--notech-primary, #2be4ac);
}

.blog-sidebar__text {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 14px;
	font-size: 16px;
	line-height: 30px;
}

.blog-sidebar__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-sidebar__read-more {
	font-size: 14px;
	color: var(--notech-base, #6653e8);
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-sidebar__bottom:hover .blog-sidebar__read-more {
	color: var(--notech-primary, #2be4ac);
}

.blog-sidebar__arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: var(--notech-base, #6653e8);
	margin-left: 10px;
	position: relative;
	top: 2px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-sidebar__bottom:hover .blog-sidebar__arrow {
	color: var(--notech-primary, #2be4ac);
}

.blog-sidebar__bottom-box {
	position: relative;
	display: block;
	background-color: var(--notech-extra, #f7f7f9);
	padding: 50px 60px 43px;
	margin-top: 15px;
}

.blog-sidebar__bottom-box-icon {
	margin-bottom: 23px;
}

.blog-sidebar__bottom-box-text {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
}

.blog-sidebar__delivering-services {
	position: relative;
	display: block;
	background-color: var(--notech-extra, #f7f7f9);
	padding: 50px 60px 47px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.blog-sidebar__delivering-services-icon {
	margin-bottom: 25px;
}

.blog-sidebar__delivering-services-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
}

.blog-sidebar__delivering-services-title a {
	color: var(--notech-black, #1b1525);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-sidebar__delivering-services-title a:hover {
	color: var(--notech-primary, #2be4ac);
}

.blog-sidebar__video-link {
	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;
}

.blog-sidebar__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(--notech-white, #ffffff);
	background-color: var(--notech-base, #6653e8);
	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;
}

.blog-sidebar__video-icon:hover {
	background-color: var(--notech-white, #ffffff);
	color: var(--notech-base, #6653e8);
}

.blog-sidebar__video-icon:before {
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	content: "";
	border-radius: 50%;
	border: 1px solid var(--notech-white, #ffffff);
	opacity: 0.1;
	z-index: 1;
}

.blog-sidebar__video-link .ripple,
.blog-sidebar__video-icon .ripple:before,
.blog-sidebar__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 125px;
	height: 125px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb, 43, 228, 172), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb, 43, 228, 172), 0.6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb, 43, 228, 172), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb, 43, 228, 172), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	border-radius: 50%;
}

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

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

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.sidebar {
		margin-top: 50px;
	}

	.order-first .sidebar {
		margin-top: 0;
		margin-bottom: 50px;
	}
}

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

.sidebar__title {
	margin: 0;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 700;
}

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

.sidebar__search-form {
	position: relative;
}

.sidebar__search-form input[type="search"] {
	display: block;
	border: none;
	outline: none;
	background-color: var(--notech-base, #6653e8);
	color: var(--notech-white, #ffffff);
	font-size: 18px;
	font-weight: 400;
	padding-left: 50px;
	height: 84px;
	width: 100%;
	padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
	color: var(--notech-white, #ffffff);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--notech-white, #ffffff);
	opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--notech-white, #ffffff);
	opacity: 1;
}

.sidebar__search-form ::placeholder {
	color: var(--notech-white, #ffffff);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--notech-white, #ffffff);
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--notech-white, #ffffff);
}

.sidebar__search-form button[type="submit"] {
	background-color: transparent;
	color: var(--notech-white, #ffffff);
	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;
}

.sidebar__post {
	position: relative;
	display: block;
	padding: 48px 30px 30px;
	background-color: var(--notech-extra, #f7f7f9);
}

.sidebar__post .sidebar__title {
	margin-left: 20px;
}

.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: 14px 20px 15px;
	-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: 20px;
}

.sidebar__post-image>img {
	width: 70px;
}

.sidebar__post-content {
	position: relative;
	top: 0;
}

.sidebar__post-content h3 {
	font-size: 16px;
	margin: 0;
	line-height: 27px;
}

.sidebar__post-content-meta {
	font-size: 14px;
	font-weight: 400;
	color: var(--notech-gray, #777181) !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-content-meta i {
	color: var(--notech-primary, #2be4ac);
	font-size: 15px;
	padding-right: 1px;
}

.sidebar__post-content h3 a {
	color: var(--notech-black, #1b1525);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-top: 1px;
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.sidebar__category {
	position: relative;
	display: block;
	background-color: var(--notech-extra, #f7f7f9);
	padding: 48px 30px 38px;
}

.sidebar__category .sidebar__title {
	padding-left: 20px;
	margin-bottom: 7px;
}

.sidebar__category-list {
	margin: 0;
}

.sidebar__category-list li+li {
	margin-top: 4px;
}

.sidebar__category-list li a {
	color: var(--notech-gray, #777181);
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: none;
	padding: 8px 20px 4px;
}

.sidebar__category-list li a:hover {
	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);
	color: var(--notech-black, #1b1525);
}

.sidebar__category-list li.active a {
	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);
	color: var(--notech-black, #1b1525);
}

.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(--notech-base, #6653e8);
	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: 15px;
}

.sidebar__category-list li a:hover span {
	color: var(--notech-base, #6653e8);
	-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(--notech-base, #6653e8);
}

.sidebar__tags {
	position: relative;
	display: block;
	background: var(--notech-extra, #f7f7f9);
	padding: 48px 45px 50px;
}

.sidebar__tags .sidebar__title {
	margin-left: 5px;
	margin-bottom: 23px;
}

.sidebar__tags-list {
	margin-top: -10px;
}

.sidebar__tags-list a {
	font-size: 12px;
	color: var(--notech-black, #1b1525);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: var(--notech-white, #ffffff);
	display: inline-block;
	padding: 6px 20px 4px;
	margin-left: 5px;
	font-weight: 700;
}

.sidebar__tags-list a+a {
	margin-left: 5px;
	margin-top: 10px;
}

.sidebar__tags-list a:hover {
	color: var(--notech-white, #ffffff);
	background: var(--notech-base, #6653e8);
}

.sidebar__comments {
	position: relative;
	display: block;
	background: var(--notech-extra, #f7f7f9);
	padding: 48px 50px 42px;
}

.sidebar__comments .sidebar__title {
	margin-bottom: 23px;
}

.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(--notech-white, #ffffff);
	border-radius: 50%;
	font-size: 15px;
	color: var(--notech-black, #1b1525);
	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(--notech-base, #6653e8);
	color: var(--notech-white, #ffffff);
}

.sidebar__comments-text-box p {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
}

.sidebar__comments-text-box p span {
	color: var(--notech-black, #1b1525);
}

.sidebar__comments-text-box h5 {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
	color: var(--notech-gray, #777181);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

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

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

.blog-details__img img {
	width: 100%;
}

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

.blog-details__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-details__meta li+li {
	margin-left: 10px;
}

.blog-details__meta li a {
	font-size: 14px;
	color: var(--notech-gray, #777181);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details__meta li a:hover {
	color: var(--notech-primary, #2be4ac);
}

.blog-details__meta li a i {
	color: var(--notech-primary, #2be4ac);
}

.blog-details__title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	margin-top: 4px;
	font-weight: 700;
}

.blog-details__text-1 {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}

.blog-details__text-2 {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding-top: 31px;
}

.blog-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: 45px;
	border-top: 1px solid var(--notech-bdr-color, #e9e9ee);
}

.blog-details__bottom p {
	margin: 0;
}

.blog-details__tags span {
	color: var(--notech-black, #1b1525);
	font-size: 20px;
	margin-right: 8px;
	font-weight: 700;
}

.blog-details__tags a {
	position: relative;
	color: var(--notech-white, #ffffff);
	font-size: 12px;
	background-color: var(--notech-base, #6653e8);
	display: inline-block;
	padding: 5px 20px 3px;
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: 10px;
}

.blog-details__tags a:hover {
	background-color: var(--notech-black, #1b1525);
	color: var(--notech-white, #ffffff);
}

.blog-details__tags a+a {
	margin-left: 6px;
}

.blog-details__social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-details__social-list a {
	position: relative;
	height: 40px;
	width: 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;
	text-align: center;
	color: var(--notech-black, #1b1525);
	font-size: 15px;
	background-color: var(--notech-extra, #f7f7f9);
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.blog-details__social-list a:hover {
	color: var(--notech-white, #ffffff);
}

.blog-details__social-list a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--notech-base, #6653e8);
	-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.4s;
	transition-duration: 0.4s;
	-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;
}

.blog-details__social-list a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.blog-details__social-list a+a {
	margin-left: 10px;
}

.blgo-details__pagenation-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 57px;
}

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

.blog-details__pagenation li {
	position: relative;
	float: left;
	font-size: 20px;
	color: var(--notech-black, #1b1525);
	font-weight: 700;
	background-color: var(--notech-extra, #f7f7f9);
	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: 53px;
	padding-bottom: 53px;
}

.blog-details__pagenation li+li {
	margin-left: 30px;
}

.blog-details__pagenation li:hover {
	background-color: var(--notech-primary, #2be4ac);
	color: var(--notech-white, #ffffff);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
	margin: 0;
	color: var(--notech-black, #1b1525);
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: 700;
}

.comment-one__single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.comment-one__content {
	position: relative;
	margin-left: 45px;
}

.comment-one__content h3 {
	margin: 0;
	font-size: 20px;
	color: var(--notech-black, #1b1525);
	margin-bottom: 26px;
	font-weight: 700;
}

.comment-one__content p {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}

.comment-one__btn {
	font-size: 12px;
	padding: 4px 30px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--notech-base, #6653e8);
}

.comment-one__btn::before {
	background-color: var(--notech-primary, #2be4ac);
}

.comment-one__image {
	position: relative;
	display: block;
	border-radius: 50%;
}

.comment-one__image img {
	border-radius: 50%;
}

.comment-form .comment-form__title {
	margin-top: -3px;
}

.comment-one__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: 60px;
	width: 100%;
	border: none;
	background-color: var(--notech-extra, #f7f7f9);
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-size: 14px;
	color: var(--notech-gray, #777181);
	display: block;
}

.comment-form__input-box textarea {
	font-size: 14px;
	color: var(--notech-gray, #777181);
	height: 188px;
	width: 100%;
	background-color: var(--notech-extra, #f7f7f9);
	padding: 18px 30px 30px;
	border: none;
	border-radius: 0px;
	outline: none;
	margin-bottom: 0px;
}

.contact-one__right .comment-form__input-box textarea {
	height: 168px;
}

.comment-form__btn {
	border: none;
}

.comment-form__input-box.text-message-box {
	height: 188px;
}

.contact-one__right .comment-form__input-box.text-message-box {
	height: 168px;
}

/*--------------------------------------------------------------
# Contact Details
--------------------------------------------------------------*/
.contact-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.contact-details__img {
	position: relative;
	display: block;
	margin-right: 100px;
}

.contact-details__img img {
	width: 100%;
}

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

.contact-details__right .section-title {
	margin-bottom: 31px;
}

.contact-details__text {
	font-size: 16px;
	line-height: 30px;
}

.contact-details__info {
	position: relative;
	display: block;
	margin-top: 41px;
}

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

.contact-details__info li+li {
	margin-top: 19px;
}

.contact-details__info li .icon {
	height: 80px;
	width: 80px;
	background-color: var(--notech-extra, #f7f7f9);
	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-details__info li:hover .icon {
	background-color: var(--notech-base, #6653e8);
}

.contact-details__info li .icon span {
	color: var(--notech-base, #6653e8);
	font-size: 25px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-details__info li:hover .icon span {
	color: var(--notech-white, #ffffff);
}

.contact-details__info li .text {
	margin-left: 30px;
}

.contact-details__info li .text p {
	font-size: 14px;
	line-height: 24px;
}

.contact-details__info li .text a {
	font-size: 18px;
	color: var(--notech-black, #1b1525);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-details__info li:hover .text a {
	color: var(--notech-base, #6653e8);
}

.contact-details__info li:hover .text a span {
	color: var(--notech-gray, #777181);
}

.contact-details__info li .text span {
	font-size: 20px;
	color: var(--notech-black, #1b1525);
	font-weight: 400;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
	position: relative;
	display: block;
	padding: 0px 0 120px;
}

.contact-page .container {
	max-width: 770px;
	width: 100%;
}

.contact-page__form .comment-form__btn {
	margin: 20px auto 0;
	display: block;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map-two {
	position: relative;
	display: block;
	background-color: var(--notech-extra, #f7f7f9);
}

.google-map__two-box {
	position: relative;
	display: block;
	border: none;
	height: 515px;
	width: 100%;
	mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Project Page One
--------------------------------------------------------------*/
.project-page-one {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

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

[class*=owl-item]:nth-child(4) .project-one__img,
[class*=col-]:nth-child(4) .project-one__img {
	background-color: #a28282;
}

[class*=owl-item]:nth-child(4) .project-one__sub-title,
[class*=col-]:nth-child(4) .project-one__sub-title {
	color: #a28282;
}

[class*=owl-item]:nth-child(4) .project-one__btn,
[class*=col-]:nth-child(4) .project-one__btn {
	color: #a28282;
}

[class*=owl-item]:nth-child(5) .project-one__img,
[class*=col-]:nth-child(5) .project-one__img {
	background-color: #82a28f;
}

[class*=owl-item]:nth-child(5) .project-one__sub-title,
[class*=col-]:nth-child(5) .project-one__sub-title {
	color: #82a28f;
}

[class*=owl-item]:nth-child(5) .project-one__btn,
[class*=col-]:nth-child(5) .project-one__btn {
	color: #82a28f;
}

[class*=owl-item]:nth-child(6) .project-one__img,
[class*=col-]:nth-child(6) .project-one__img {
	background-color: #8285a2;
}

[class*=owl-item]:nth-child(6) .project-one__sub-title,
[class*=col-]:nth-child(6) .project-one__sub-title {
	color: #8285a2;
}

[class*=owl-item]:nth-child(6) .project-one__btn,
[class*=col-]:nth-child(6) .project-one__btn {
	color: #8285a2;
}

.project-one__single:hover .project-one__btn {
	color: var(--notech-white, #ffffff) !important;
}

/*--------------------------------------------------------------
# Project Page Two
--------------------------------------------------------------*/
.project-page-two {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.project-page-two--carousel {
	padding-bottom: 120px;
}

.project-page-two .project-two__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.project-page-two .project-two__content {
	margin-left: 15px;
	margin-right: 15px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
	position: relative;
	display: block;
	padding: 120px 0 0px;
}

.project-details__top {
	position: relative;
	display: block;
}

.project-details__img-box {
	position: relative;
	display: block;
	padding-bottom: 81px;
}

.project-details__img-box img {
	width: 100%;
}

.project-details__details-box {
	position: absolute;
	bottom: 51px;
	left: 50px;
	right: 50px;
}

.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(--notech-white, #ffffff);
	-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);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 85px 35px;
}

.project-details__details li {
	position: relative;
	display: block;
}

.project-details__details li:before {
	position: absolute;
	top: 10px;
	bottom: 5px;
	right: -66px;
	content: "";
	width: 1px;
	background-color: var(--notech-bdr-color, #e9e9ee);
}

.project-details__details li:last-child:before {
	display: none;
}

.project-details__details li+li {
	margin-left: 60px;
}

.project-details__details-content {
	position: relative;
	display: block;
}

.project-details__details-title {
	font-weight: 400;
	line-height: 26px;
	font-size: 16px;
}

.project-details__details-name {
	font-weight: 700;
	color: var(--notech-black, #1b1525);
	line-height: 30px;
	font-size: 16px;
}

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

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

.project-details__details-name a {
	color: var(--notech-black, #1b1525);
}

.project-details__content-one {
	position: relative;
	display: block;
}

.project-details__content-one-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 30px;
}

.project-details__content-one-text {
	font-size: 16px;
	line-height: 30px;
}

.project-details__content-two {
	position: relative;
	display: block;
	margin-top: 52px;
	margin-bottom: 51px;
}

.project-details__content-two-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 32px;
}

.project-details__content-two-text {
	font-size: 16px;
	line-height: 30px;
}

.project-details__points-img {
	position: relative;
	display: block;
}

.project-details__points-img img {
	width: 100%;
}

.project-details__points {
	position: relative;
	display: block;
	margin-left: 30px;
	margin-top: 12px;
}

.project-details__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__points li+li {
	margin-top: 6px;
}

.project-details__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__points li .icon span {
	font-size: 16px;
	color: var(--notech-primary, #2be4ac);
}

.project-details__points li .text {
	margin-left: 15px;
}

.project-details__points li .text p {
	font-size: 18px;
	color: var(--notech-black, #1b1525);
}

.project-details__content-three {
	position: relative;
	display: block;
	margin-top: 51px;
}

.project-details__content-three-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 32px;
}

.project-details__content-three-text {
	font-size: 16px;
	line-height: 30px;
}

.projectc-details__pagination-box {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid var(--notech-bdr-color, #e9e9ee);
	border-bottom: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding: 35px 0;
	margin-top: 113px;
}

.projectc-details__pagination {
	position: relative;
	display: block;
}

.projectc-details__pagination li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.projectc-details__pagination li.next {
	float: left;
	position: relative;
}

.projectc-details__pagination li a {
	font-size: 14px;
	color: var(--notech-gray, #777181);
	font-weight: 400;
	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;
}

.projectc-details__pagination li a:hover {
	color: var(--notech-base, #6653e8);
}

.projectc-details__pagination li p {
	color: var(--notech-black, #1b1525);
	font-weight: 700;
	line-height: 18px;
}

.projectc-details__pagination li span {
	font-size: 14px;
	line-height: 14px;
}

.projectc-details__pagination li.next i {
	position: relative;
	height: 40px;
	width: 40px;
	background-color: var(--notech-extra, #f7f7f9);
	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(--notech-base, #6653e8);
	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: 40px;
	width: 40px;
	background-color: var(--notech-extra, #f7f7f9);
	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(--notech-base, #6653e8);
	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(--notech-white, #ffffff);
	background-color: var(--notech-base, #6653e8);
}

.projectc-details__pagination li .content {
	position: relative;
	display: block;
	top: -6px;
}

.projectc-details__pagination li.next .content {
	text-align: left;
}

.projectc-details__pagination li.previous .content {
	text-align: right;
}

/*--------------------------------------------------------------
# Similar Project
--------------------------------------------------------------*/
.similar-project {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.similar-project .project-two__single {
	margin-bottom: 30px;
}

.similar-project .project-two__content {
	margin-left: 15px;
	margin-right: 15px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.service-details__left {
	position: relative;
	display: block;
}

.service-details__service {
	position: relative;
	display: block;
	background-color: var(--notech-extra, #f7f7f9);
	padding: 46px 30px 38px;
}

.service-details__title {
	padding-left: 20px;
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: 700;
}

.service-details__service-list {
	margin: 0;
	margin-bottom: -6px;
}

.service-details__service-list li+li {
	margin-top: 0px;
}

.service-details__service-list li a {
	color: var(--notech-gray, #777181);
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: none;
	padding: 8px 20px 12px;
}

.service-details__service-list li.current_page_item a,
.service-details__service-list li.current-menu-ancestor a,
.service-details__service-list li.current-menu-item a,
.service-details__service-list li.current-menu-parent a,
.service-details__service-list li a:hover,
.service-details__service-list li.active a {
	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);
	color: var(--notech-black, #1b1525);
}

.service-details__service-list li.current_page_item:first-child a,
.service-details__service-list li.current-menu-ancestor:first-child a,
.service-details__service-list li.current-menu-item:first-child a,
.service-details__service-list li.current-menu-parent:first-child a {
	margin-top: 20px;
}

.service-details__service-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(--notech-base, #6653e8);
	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: 15px;
}

.service-details__service-list li a:hover span {
	color: var(--notech-base, #6653e8);
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.service-details__service-list li.current_page_item a span,
.service-details__service-list li.current-menu-ancestor a span,
.service-details__service-list li.current-menu-item a span,
.service-details__service-list li.current-menu-parent a span,
.service-details__service-list li.active a span {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	color: var(--notech-base, #6653e8);
}

.service-details__need-help {
	position: relative;
	display: block;
	padding: 50px 50px 42px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	z-index: 1;
	background-color: var(--notech-black, #1b1525);
}

.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(--notech-black, #1b1525);
	mix-blend-mode: luminosity;
	opacity: 0.5;
	z-index: -1;
}

.service-details__need-help-icon {
	height: 85px;
	width: 85px;
	background-color: var(--notech-white, #ffffff);
	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 29px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
	background-color: var(--notech-black, #1b1525);
}

.service-details__need-help-icon img {
	width: auto;
}

.service-details__need-help-title {
	font-size: 26px;
	color: var(--notech-white, #ffffff);
	line-height: 31px;
	font-weight: 700;
}

.service-details__need-help-contact {
	position: relative;
	display: block;
	margin-top: 41px;
}

.service-details__need-help-contact p {
	font-size: 14px;
	color: var(--notech-white, #ffffff);
	margin: 0;
	line-height: 20px;
}

.service-details__need-help-contact a {
	font-size: 16px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-details__need-help-contact a span {
	font-weight: 400;
}

.service-details__need-help-contact a:hover {
	color: var(--notech-primary, #2be4ac);
}

.service-details__download {
	position: relative;
	display: block;
}

.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: 30px;
}

.service-details__content-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 20px;
}

.service-details__text-1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.service-details__text-2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: var(--notech-base, #6653e8);
	padding-top: 29px;
	padding-bottom: 28px;
}

.service-details__text-3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.service-details__points {
	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-top: 41px;
	margin-bottom: 41px;
}

.service-details__points li {
	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;
}

.service-details__points li:before {
	position: absolute;
	top: 30px;
	bottom: 35px;
	right: 0;
	content: "";
	width: 1px;
	background-color: var(--notech-bdr-color, #e9e9ee);
}

.service-details__points li:last-child:before {
	display: none;
}

.service-details__points-icon {
	height: 75px;
	width: 75px;
	background-color: var(--notech-base, #6653e8);
	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;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-details__points li:hover .service-details__points-icon {
	background-color: var(--notech-primary, #2be4ac);
}

.service-details__points-icon span {
	font-size: 30px;
	color: var(--notech-white, #ffffff);
	position: relative;
	display: inline-block;
}

.service-details__points-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	margin-top: 23px;
	margin-bottom: 15px;
}

.service-details__points-text {
	font-size: 16px;
	line-height: 30px;
}

.service-details__points-two {
	position: relative;
	display: block;
}

.service-details__points-two-single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.service-details__points-two-content {
	position: relative;
	display: block;
	background-color: var(--notech-extra, #f7f7f9);
	padding: 34px 40px 36px;
}

.service-details__points-two-content h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 11px;
}

.service-details__points-two-content p {
	font-size: 16px;
	line-height: 30px;
}

.service-details__benefits {
	position: relative;
	display: block;
	margin-bottom: 50px;
	margin-top: 20px;
}

.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: -6px;
}

.service-details__benefits-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

.service-betails__benefits-text-1 {
	font-size: 18px;
	color: var(--notech-primary, #2be4ac);
	font-weight: 700;
	line-height: 33px;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 28px;
}

.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 {
	color: var(--notech-base, #6653e8);
	font-size: 16px;
	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__benefits-points li .text p {
	font-size: 16px;
	line-height: 30px;
}

.service-details__faq {
	position: relative;
	display: block;
	border: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding: 18px 59px 18px;
}

.service-details__faq .faq-one-accrodion .accrodion:last-child {
	border-bottom: 0;
}

.faq-one-accrodion .accrodion {
	position: relative;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding: 25px 0 25px;
}

.faq-one-accrodion .accrodion.last-chiled {
	border-bottom: 0;
}

.faq-one-accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

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

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

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--notech-base, #6653e8);
}

.faq-one-accrodion .accrodion-title h4::before {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	color: var(--notech-black, #1b1525);
	position: absolute;
	top: 50%;
	right: 0;
	height: 20px;
	width: 20px;
	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;
	border: 1px solid;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
	content: "\f068";
	color: var(--notech-primary, #2be4ac);
	height: 20px;
	width: 20px;
	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;
	border-top: 0;
	margin-top: 23px;
	padding-bottom: 10px;
}

.faq-one-accrodion .accrodion-content p {
	font-size: 16px;
	margin: 0;
	line-height: 30px;
}

/*--------------------------------------------------------------
# Tech Services Two
--------------------------------------------------------------*/
.tech-services-two {
	padding-top: 120px;
}

/*--------------------------------------------------------------
# Brand Four
--------------------------------------------------------------*/
.brand-four {
	position: relative;
	display: block;
	padding: 0;
}

.brand-four .container {
	padding-top: 0;
}

.brand-four__inner {
	position: relative;
	display: block;
	border-top: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding: 120px 0px 119px;
}

/*--------------------------------------------------------------
# Brand Four
--------------------------------------------------------------*/
.delivering-it-two {
	position: relative;
	display: block;
}

.delivering-it-two:before {
	display: none;
}

/*--------------------------------------------------------------
# About Page Counter
--------------------------------------------------------------*/
.about-page__counter {
	padding-bottom: 80px;
}

/*--------------------------------------------------------------
# About Page Team
--------------------------------------------------------------*/
.about-page-team {
	position: relative;
	display: block;
	padding-bottom: 90px;
}

.about-page-team:before {
	display: none;
}

/*--------------------------------------------------------------
# We Help
--------------------------------------------------------------*/
.we-help {
	position: relative;
	display: block;
}

.we-help__inner {
	position: relative;
	display: block;
	padding: 120px 0 119px;
	border-bottom: 1px solid var(--notech-bdr-color, #e9e9ee);
}

.we-help__left {
	position: relative;
	display: block;
	margin-right: 80px;
}

.we-help__left .section-title {
	margin-bottom: 29px;
}

.we-help__text-1 {
	line-height: 34px;
}

.we-help__text-2 {
	line-height: 34px;
	margin-top: 35px;
}

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

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

.we-help__img img {
	width: 100%;
}

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

.team-page--carousel {
	padding-bottom: 120px;
}

/*--------------------------------------------------------------
# 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-name {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 3px;
}

.team-details__top-title {
	font-size: 16px;
	color: var(--notech-base, #6653e8);
}

.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: 20px;
	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(--notech-extra, #f7f7f9);
	color: var(--notech-black, #1b1525);
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-details__social a:hover {
	background-color: var(--notech-base, #6653e8);
	color: var(--notech-white, #ffffff);
}

.team-details__social a+a {
	margin-left: 10px;
}

.team-details__top-text-1 {
	font-size: 30px;
	color: var(--notech-primary, #2be4ac);
	font-weight: 700;
	line-height: 46px;
}

@media (max-width: 480px) {
	.team-details__top-text-1 br {
		display: none;
	}
}

.team-details__top-text-2 {
	font-size: 18px;
	line-height: 34px;
	padding-top: 33px;
	padding-bottom: 35px;
}

.team-details__top-text-3 {
	font-size: 18px;
	line-height: 34px;
}

.team-details__bottom {
	position: relative;
	display: block;
	border-top: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding-top: 111px;
	padding-bottom: 110px;
}

.team-details__bottom-left {
	position: relative;
	display: block;
	margin-right: 70px;
}

.team-details__bottom-left-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
}

.team-details__bottom-left-text {
	font-size: 16px;
	line-height: 30px;
	padding-top: 31px;
	padding-bottom: 33px;
}

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

.team-details__progress-single {
	position: relative;
	display: block;
}

.team-details__progress-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color: var(--notech-black, #1b1525);
	margin-bottom: 7px;
}

.team-details__progress .bar {
	position: relative;
	width: 100%;
	height: 13px;
	background-color: var(--notech-extra, #f7f7f9);
	border-radius: 7px;
	margin-bottom: 22px;
}

.team-details__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 13px;
	border-radius: 7px;
	background-color: var(--notech-primary, #2be4ac);
	-webkit-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.team-details__progress .count-text {
	position: absolute;
	right: 0px;
	bottom: 21px;
	color: var(--notech-gray, #777181);
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.team-details__progress .bar.marb-0 {
	margin-bottom: 0;
}

.team-details__bottom-right {
	position: relative;
	display: block;
}

.team-details__bottom-right-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
}

.team-details__education-awards {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 34px;
}

@media (max-width: 480px) {
	.team-details__education-awards {
		display: block;
	}
}

.team-details__education-awards li {
	position: relative;
	display: block;
}

.team-details__education-awards li+li {
	margin-left: 85px;
}

@media (max-width: 480px) {
	.team-details__education-awards li+li {
		margin-left: 0;
		margin-top: 20px;
	}
}

.team-details__education-awards li h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 13px;
}

.team-details__education-awards li p {
	font-size: 16px;
	line-height: 30px;
}

.team-details__education-awards li p span {
	color: var(--notech-base, #6653e8);
	font-weight: 700;
}

.team-details__education-awards-bottom {
	position: relative;
	display: block;
	border-top: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding-top: 40px;
	margin-top: 41px;
}

.team-details__education-awards-bottom li {
	font-size: 16px;
}

.team-details__education-awards-bottom li+li {
	margin-top: 8px;
}

.team-details__education-awards-bottom li span {
	color: var(--notech-base, #6653e8);
	font-weight: 700;
}

/*--------------------------------------------------------------
# Message One
--------------------------------------------------------------*/
.message-one {
	position: relative;
	display: block;
	background-color: var(--notech-extra, #f7f7f9);
	padding: 120px 0 120px;
	z-index: 1;
}

.message-one-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1184px;
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: luminosity;
	opacity: 0.1;
	z-index: -1;
}

.message-one .container {
	max-width: 770px;
	width: 100%;
}

.message-one .comment-form__btn {
	margin: 20px auto 0;
	display: block;
}

.message-one .comment-form__input-box input[type="text"],
.message-one .comment-form__input-box input[type="email"] {
	background-color: var(--notech-white, #ffffff);
}

.message-one .comment-form__input-box textarea {
	background-color: var(--notech-white, #ffffff);
}

/*--------------------------------------------------------------
# Brand Five
--------------------------------------------------------------*/
.brand-five {
	padding: 120px 0 119px;
	background-color: var(--notech-base, #6653e8);
}

.brand-five .container {
	padding-top: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.pricing__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: 60px 60px 60px;
	border: 1px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: 30px;
}

.pricing__single:hover {
	border: 1px solid var(--notech-base, #6653e8);
}

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

.pricing__icon img {
	width: auto;
}

.pricing__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	margin-top: 28px;
	margin-bottom: 21px;
}

.pricing__rate {
	font-size: 40px;
	color: var(--notech-base, #6653e8);
	font-weight: 700;
	line-height: 40px;
}

.pricing__rate span {
	position: relative;
	font-size: 16px;
	color: var(--notech-black, #1b1525);
	font-weight: 400;
	left: -10px;
}

.pricing__text {
	font-size: 14px;
	line-height: 27px;
}

.pricing__service {
	position: relative;
	display: block;
	border-top: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding-top: 30px;
	margin-top: 31px;
}

.pricing__service-title {
	font-size: 16px;
	color: var(--notech-black, #1b1525);
}

.pricing__service-list {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 34px;
}

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

.pricing__service-list li+li {
	margin-top: 8px;
}

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

.pricing__service-list li .icon span {
	font-size: 14px;
	color: var(--notech-primary, #2be4ac);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pricing__service-list li .text {
	margin-left: 10px;
}

.pricing__service-list li .text p {
	font-size: 16px;
}

.pricing__btn {
	padding: 9px 0 9px;
	width: 100%;
	text-align: center;
	color: var(--notech-gray, #777181);
	background-color: var(--notech-bdr-color, #e9e9ee);
}

.pricing__single:hover .pricing__btn {
	color: var(--notech-white, #ffffff);
}

.pricing__btn:after {
	background-color: var(--notech-base, #6653e8);
}

.pricing__single:hover .pricing__btn:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

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

.why-choose-two__img img {
	width: 100%;
}

.why-choose-two__content-box {
	position: relative;
	display: block;
	margin-left: -100px;
	margin-top: 100px;
}

.why-choose-two__content {
	position: relative;
	display: block;
	background-color: var(--notech-base, #6653e8);
	padding: 92px 100px 93px;
}

.why-choose-two__title {
	font-size: 40px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
	line-height: 50px;
}

.why-choose-two__text {
	font-size: 16px;
	color: #dcd7ff;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 43px;
}

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

.why-choose-two__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-two__points li+li {
	margin-top: 6px;
}

.why-choose-two__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-two__points li .icon span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: var(--notech-primary, #2be4ac);
}

.why-choose-two__points li .text {
	margin-left: 10px;
}

.why-choose-two__points li .text p {
	font-size: 16px;
	color: var(--notech-white, #ffffff);
	font-weight: 700;
}

/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonial-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.testimonial-page--carousel {
	padding-bottom: 120px;
}

.testimonial-page .testimonial-two__single {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.gallery-page--carousel {
	padding-bottom: 120px;
}

.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(--notech-base-rgb, 102, 83, 232), 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(--notech-primary, #2be4ac);
	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(--notech-white, #ffffff);
	-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(--notech-white, #ffffff);
	color: var(--notech-base, #6653e8);
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
	position: relative;
	display: block;
	padding: 72px 0 120px;
}

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

.error-page__title-box {
	position: relative;
	display: block;
}

.error-page__title {
	position: relative;
	display: inline-block;
	font-size: 350px;
	line-height: 350px;
	font-weight: 700;
	margin-bottom: 9px;
	color: var(--notech-base, #6653e8);
}

.error-page-shape {
	position: absolute;
	top: 59px;
	left: 34.5%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.error-page-shape img {
	width: auto;
}

.error-page__tagline {
	font-size: 40px;
	line-height: 49px;
	margin-bottom: 30px;
	font-weight: 700;
	color: var(--notech-black, #1b1525);
}

.error-page__text {
	font-size: 20px;
	font-weight: 400;
	max-width: 550px;
	margin: 0 auto;
}

.error-page__form {
	position: relative;
	display: block;
	margin: 58px 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: 60px;
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--notech-extra, #f7f7f9);
	font-size: 16px;
	color: var(--notech-gray, #777181);
	font-weight: 400;
	padding-left: 50px;
	padding-right: 75px;
}

.error-page__form button[type="submit"] {
	background-color: transparent;
	color: var(--notech-black, #1b1525);
	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;
}

/*--------------------------------------------------------------
# FAQ Search
--------------------------------------------------------------*/
.faq-search {
	position: relative;
	display: block;
	padding: 120px 0 60px;
}

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

.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(--notech-extra, #f7f7f9);
	color: var(--notech-gray, #777181);
	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(--notech-black, #1b1525);
	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 Page
--------------------------------------------------------------*/
.faq-page {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

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

.faq-page__tab-box {
	position: relative;
	display: block;
	z-index: 2;
}

.faq-page__tab-button-box {
	position: relative;
	display: block;
	margin-right: 70px;
}

.faq-page__tab-box ul {
	position: relative;
	display: block;
}

.faq-page__tab-box ul .tab-btn {
	position: relative;
	display: block;
}

.faq-page__tab-box ul .tab-btn+.tab-btn {
	margin-top: 10px;
}

.faq-page__tab-box ul .tab-btn .faq-page__tab-button-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	background-color: var(--notech-white, #ffffff);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding: 25px 29px;
}

.faq-page__tab-box ul .tab-btn:hover .faq-page__tab-button-content,
.faq-page__tab-box ul .tab-btn.active-btn .faq-page__tab-button-content {
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}

.faq-page__tab-button-content .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq-page__tab-button-content .icon img {
	width: auto;
}

.faq-page__tab-button-content .content {
	margin-left: 20px;
}

.faq-page__tab-button-content .content p {
	font-size: 18px;
	color: var(--notech-black, #1b1525);
	font-weight: 700;
}

.faq-page__tab-button-content .content p a {
	color: inherit;
}

.faq-page__tab-faq-box {
	position: relative;
	display: block;
	margin-left: -30px;
}

.faq-page__tab-box .tabs-content {
	position: relative;
	display: block;
}

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

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

.faq-page__tab-faq-content {
	position: relative;
	display: block;
	border: 1px solid var(--notech-bdr-color, #e9e9ee);
	padding: 59px 59px 59px;
}

.faq-page__tab-faq-content-title-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.faq-page__tab-faq-content-title-icon {
	position: relative;
	display: block;
}

.faq-page__tab-faq-content-title-icon img {
	width: auto;
}

.faq-page__tab-faq-content-title {
	margin-left: 20px;
}

.faq-page__tab-faq-content-title h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 6px;
}

.faq-page__tab-faq-content-title p {
	font-size: 16px;
	line-height: 30px;
}

.faq-page__tab-main-faq .faq-one-accrodion .accrodion.last-chiled {
	border-bottom: 1px solid var(--notech-bdr-color, #e9e9ee);
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
	background-color: var(--notech-extra, #f7f7f9);
}

.boxed-wrapper .page-wrapper {
	max-width: 1530px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

/*--------------------------------------------------------------
# Dark Version
--------------------------------------------------------------*/
.main-header--one .main-menu__left .main-menu__logo .logo-light,
.main-menu .main-menu__left .main-menu__logo .logo-light {
	display: none;
}

.main-header--one .main-menu__left .main-menu__logo .logo-dark,
.main-menu .main-menu__left .main-menu__logo .logo-dark {
	display: block;
}

.main-menu-three .main-menu__left--two .main-menu__logo .logo-light,
.main-menu-two .main-menu__left--two .main-menu__logo .logo-light {
	display: block;
}

.main-menu-three .main-menu__left--two .main-menu__logo .logo-dark,
.main-menu-two .main-menu__left--two .main-menu__logo .logo-dark {
	display: none;
}

.blog-sidebar__content-single.tag-sticky-2 .blog-sidebar__content-box:before,
.blog-sidebar__content-single.sticky .blog-sidebar__content-box:before {
	position: absolute;
	right: 0px;
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--notech-primary, #2be4ac);
	z-index: 10;
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
	top: 10px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.blog-details__content .wp-block-cover-image .wp-block-cover-text,
.blog-details__content .wp-block-cover-image h2,
.blog-details__content .wp-block-cover .wp-block-cover-image-text,
.blog-details__content .wp-block-cover .wp-block-cover-text,
.blog-details__content .wp-block-cover h2 {
	color: #fff;
}

.blog-details__content>.wp-block-cover {
	margin-bottom: 32px;
}

.blog-details__content {
	font-size: 16px;
	line-height: 2;
}

.blog-details__content .wp-block-quote.has-text-align-right {
	border-right: 2px solid var(--notech-black, #1e1e22);
	border-left: 0;
}

.blog-details__content .wp-block-quote.has-text-align-right::before {
	right: auto;
	left: 30px;
	transform: rotateX(-180deg);
}

.blog-details__content .blocks-gallery-caption {
	margin-bottom: 19px;
}

.blog-details__content blockquote:not([class*="has-"]),
.comment-content blockquote,
.blog-details__content .wp-block-quote {
	background-color: #f6f4f9;
	border-left: 2px solid var(--notech-black, #1e1e22);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	border-radius: var(--notech-bdr-radius);
}

blockquote {
	margin: 0 1.5em;
}

.blog-details__content blockquote:not([class*="has-"])::before,
.comment-content blockquote::before,
.blog-details__content .wp-block-quote::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom: 0;
	transform: rotate(180deg);
	font-size: 100px;
	color: var(--notech-primary, #2be4ac);
	opacity: 0.4;
	right: 30px;
	line-height: 0.9em;
	bottom: -25px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-style: italic;
}

.comment-content strong,
.blog-details__content strong {
	color: var(--notech-black, #1e1e22);
}

.blog-details__content a:hover {
	color: var(--notech-primary, #2be4ac);
	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;
	border-radius: var(--notech-bdr-radius);
}

.post .blog-details__content p.has-large-font-size {
	font-size: 2.25em;
}

.post .blog-details__content p.has-small-font-size {
	font-size: 0.9125em;
}

.wp-block-group.has-background {
	padding: 30px;
}

.wp-block-columns {
	margin: 30px 0;
}

.post-password-form label {
	font-weight: 600;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.blog-details__content .post-password-form label {
	font-size: 18px;
	font-weight: 600;
	color: var(--notech-black, #1e1e22);
}

.comments-area h1,
.blog-details__content h1,
.comment-content h2,
.blog-details__content h2,
.comment-content h3,
.blog-details__content h3,
.comment-content h4,
.blog-details__content h4,
.comment-content h5,
.blog-details__content h5,
.comment-content h6,
.blog-details__content h6 {
	margin-bottom: 1rem;
	color: var(--notech-black, #1e1e22);
}

.blog-details__content .post-password-form label {
	font-size: 18px;
	font-weight: 600;
	color: var(--notech-black, #1e1e22);
}

.blog-details__content .post-password-form input[type="password"] {
	width: 200px;
	height: 50px;
	background-color: #f1f1f5;
	color: var(--notech-gray, #717178);
	padding-left: 30px;
	display: inline-block;
	vertical-align: middle;
	border-radius: var(--notech-bdr-radius);
}

.blog-details__content .post-password-form input[type="submit"] {
	width: 120px;
	height: 50px;
	background-color: var(--notech-black, #1e1e22);
	color: var(--notech-white, #ffffff);
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	transition: all 500ms ease;
	border-radius: var(--notech-bdr-radius);
	font-size: 14px;
	font-weight: 700;
}

.blog-details__content .post-password-form input[type="submit"]:hover {
	background-color: var(--notech-base, #2be4ac);
	color: var(--notech-white, #fff);
}

.post .blog-details__content p {
	line-height: 2em;
	font-size: 16px;
	margin-bottom: 1em;
}

.wp-block-cover-text strong {
	color: inherit;
}

.blog-details__content ul,
.comments-area ul,
.comments-area ol,
.blog-details__content ol {
	margin-left: 0;
}

.wp-block-archives-list li,
.widget.widget_archive ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--notech-gray, #717178);
	position: relative;
	line-height: 34px;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--notech-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: #f1f1f5;
	border: 1px solid #f1f1f5;
	outline: none;
	color: var(--notech-gray, #717178);
	font-size: 16px;
	font-weight: 500;
	padding-left: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: var(--notech-font, "Kumbh Sans", sans-serif);
	background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
	background-repeat: no-repeat;
	background-position: right 30px top 50%;
	background-size: 0.65em auto;
	border-radius: var(--notech-bdr-radius);
}

.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(--notech-black, #1e1e22);
}

.wp-block-latest-comments__comment-date {
	font-weight: 500;
	color: var(--notech-gray, #717178);
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: 0.75em;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
	position: relative;
	padding-left: 68px;
	min-height: 44px;
}

.wp-block-latest-comments {
	padding-left: 0;
	margin-left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
	content: "\f075";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--notech-black, #1e1e22);
	width: 44px;
	height: 44px;
	color: var(--notech-white, #ffffff);
	margin-right: 20px;
	transition: all 500ms ease;
	position: absolute;
	left: 0;
	top: 5px;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
	background-color: var(--notech-base, #6653e8);
	color: var(--notech-white, #6653e8);
}

.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(--notech-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(--notech-black, #1e1e22);
	width: 44px;
	height: 44px;
	color: var(--notech-white, #ffffff);
	transition: all 500ms ease;
	position: absolute;
	top: 10px;
	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(--notech-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: #f1f1f5;
	color: var(--notech-gray, #717178);
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--notech-font, "Kumbh Sans", sans-serif);
	width: 100%;
	height: 60px;
	border: 1px solid #f1f1f5;
	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(--notech-black, #1e1e22);
	text-align: center;
	color: var(--notech-white, #ffffff);
	padding: 10px 50px;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: capitalize;
	letter-spacing: 0.01em;
}

.wp-block-tag-cloud a {
	font-size: 18px !important;
	color: var(--notech-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;
	font-weight: 600;
	color: var(--notech-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(--notech-black, #1e1e22);
	width: 44px;
	height: 44px;
	color: var(--notech-white, #ffffff);
	transition: all 500ms ease;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.blog-details__content .page-links {
	color: var(--notech-black, #1e1e22);
	display: flex;
	align-items: center;
}

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

.blog-details__content .page-links span,
.blog-details__content .page-links a {
	display: flex;
	width: 40px;
	height: 40px;
	display: flex;
	color: var(--notech-black, #1e1e22);
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #f1f1f5;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	transition: all 500ms ease;
	border-radius: var(--notech-bdr-radius);
}

.blog-details__content .page-links span {
	background-color: var(--notech-base, #6653e8);
	color: var(--notech-white, #ffffff);
}

.blog-details__content .page-links a:hover {
	background-color: var(--notech-base, #6653e8);
	color: var(--notech-white, #ffffff);
}

.wp-block-latest-comments a,
.wp-block-latest-posts__list.has-dates li a,
.wp-block-rss li a {
	color: var(--notech-black);
}

a.wp-block-button__link {
	background-color: var(--notech-black);
	color: #fff;
}

.blog-details__content a.wp-block-file__button,
.wp-block-cover strong,
.wp-block-cover__inner-container a {
	color: #fff;
}

.blog-details__content .wp-block-button a:hover {
	background-color: var(--notech-base, #6653e8);
	border-color: var(--notech-base, #6653e8);
	color: var(--notech-white, #ffffff);
}

.wp-block-cover.has-background-dim.alignleft {
	margin-top: 10px;
}

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

/* Responsive
--------------------------------------------- */
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.feature-one__hover-content {
		padding: 20px 30px 10px;
	}

	.feature-one__learn-more {
		margin-top: 9px;
	}

	.get-to-know__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.get-to-know__right {
		max-width: 600px;
		margin: 146px auto 0;
	}

	.services-one__top-left {
		margin-right: 0;
	}

	.services-one__top-right {
		margin-left: 0;
	}

	.services-one__top-left .section-title__title {
		font-size: 39px;
	}

	.project-one__content {
		padding: 40px 20px 50px;
	}

	.project-one__title {
		font-size: 19px;
	}

	.tech-services__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.tech-services__right {
		margin: 50px auto 0;
		max-width: 600px;
	}

	.counter-one__single {
		padding: 0 40px;
	}

	.trusted-source__inner {
		padding: 58px 50px 58px;
	}

	.trusted-source__icon {
		margin-left: 110px;
	}

	.helping__right-content {
		margin-left: 30px;
	}

	.blog-one__content {
		padding: 30px 25px 29px;
	}

	.brand-one__title {
		width: 960px;
	}

	.brand-one__title:before {
		max-width: 370px;
	}

	.brand-one__title:after {
		max-width: 370px;
	}

	.site-footer__top-inner {
		padding: 32px 29px;
	}

	.footer-widget__contact {
		margin-top: 35px;
	}

	.footer-widget__social-box {
		margin-top: 40px;
	}

	.delivering-it__top-left {
		margin-right: 0;
	}

	.delivering-it__content {
		padding: 29px 30px 27px;
	}

	.trusted-company {
		padding: 0 0 130px;
	}

	.trusted-company__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.trusted-company__right {
		max-width: 600px;
		margin: 50px auto 0;
	}

	.why-choose-one__right {
		margin-left: 0;
	}

	.why-choose-one__points-box {
		flex-direction: column;
	}

	.why-choose-one__points-content {
		margin-top: 21px;
		margin-left: 0;
	}

	.project-two__top-left {
		margin-right: 0;
	}

	.business-from-two-img {
		display: none;
	}

	.testimonial-two__single-inner {
		padding: 50px 25px 44px;
	}

	.services-three__top-left {
		margin-right: 0;
	}

	.welcome__right {
		margin-top: 21px;
		margin-left: 0;
	}

	.consult__left {
		margin-right: 0;
	}

	.counter-two__single+.counter-two__single {
		margin-left: 0;
	}

	.counter-two__list {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.counter-two__single {
		position: relative;
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%;
		text-align: center;
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.notech-more__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.notech-more__right {
		max-width: 600px;
		margin: 39px auto 0;
	}

	.we-stand__left .section-title__title {
		font-size: 38px;
	}

	.we-stand__text-1 {
		font-size: 16px;
	}

	.we-stand__text-2 {
		font-size: 16px;
	}

	.we-help__left {
		margin-right: 0;
	}

	.we-help__inner {
		padding: 120px 0 109px;
	}

	.team-details__top-left {
		margin-right: 0;
	}

	.team-details__top-right {
		margin-left: 0;
	}

	.team-details__top {
		padding: 120px 0 109px;
	}

	.pricing__single {
		padding: 60px 30px 60px;
	}

	.why-choose-two__img {
		max-width: 600px;
		margin: 0 auto;
	}

	.why-choose-two__content-box {
		max-width: 600px;
		margin: 50px auto 0;
	}

	.why-choose-two__content {
		padding: 92px 95px 93px;
	}

	.service-details__points-text br {
		display: none;
	}

	.service-details__points li {
		padding: 0 15px;
	}

	.service-details__benefits-right {
		margin-top: 44px;
	}

	.service-details__benefits {
		margin-bottom: 42px;
	}

	.project-details__details {
		padding: 30px 50px 35px;
	}

	.project-details__details li:before {
		right: -33px;
	}

	.project-details__points {
		margin-left: 0;
		margin-top: 41px;
	}

	.blog-details__pagenation li+li {
		margin-left: 0;
		margin-top: 30px;
	}

	.contact-details__img {
		margin-right: 0;
	}

	.faq-page__tab-button-box {
		margin-right: 0;
	}

	.faq-page__tab-faq-box {
		margin-left: 0;
	}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.feature-one__hover-content {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.get-to-know__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.get-to-know__right {
		max-width: 600px;
		margin: 146px auto 0;
	}

	.get-to-know__client-box {
		left: -65px;
	}

	.services-one__top-left {
		margin-right: 0;
	}

	.services-one__top-right {
		margin-left: 0;
		margin-top: 38px;
	}

	.services-one__single {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.testimonial-one__content {
		margin-left: 50px;
	}

	.tech-services__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.tech-services__right {
		margin: 50px auto 0;
		max-width: 600px;
	}

	.tech-services__img-content {
		right: -65px;
	}

	.counter-one__single {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.counter-one__single:nth-child(3):before {
		display: none;
	}

	.trusted-source__inner {
		justify-content: center;
		flex-direction: column;
	}

	.trusted-source__left {
		flex-direction: column;
		text-align: center;
	}

	.trusted-source__icon {
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.trusted-source__contact-info {
		text-align: center;
	}

	.helping__left {
		float: none;
		width: 100%;
	}

	.helping__right {
		float: none;
		width: 100%;
		min-height: 688px;
	}

	.helping__right-content {
		margin-left: 120px;
		padding-top: 120px;
		padding-bottom: 0;
	}

	.brand-one__title {
		width: 720px;
	}

	.brand-one__title:before {
		max-width: 250px;
	}

	.brand-one__title:after {
		max-width: 250px;
	}

	.site-footer__top-inner {
		flex-direction: column;
	}

	.site-footer__top-left {
		flex-direction: column;
		text-align: center;
	}

	.site-footer__top-title {
		margin-top: 19px;
		margin-bottom: 25px;
	}

	.footer-widget__about {
		margin-right: 0;
	}

	.footer-widget__contact {
		margin-top: 35px;
	}

	.footer-widget__social-box {
		margin-top: 40px;
	}

	.delivering-it__top-left {
		margin-right: 0;
	}

	.delivering-it__top-right {
		margin-top: 34px;
	}

	.trusted-company {
		padding: 0 0 130px;
	}

	.trusted-company__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.trusted-company__right {
		max-width: 600px;
		margin: 50px auto 0;
	}

	.why-choose-one__right {
		margin-left: 0;
		margin-top: 32px;
	}

	.project-two__top-right {
		margin-top: 39px;
	}

	.project-two__top-left {
		margin-right: 0;
	}

	.business-from-two-img {
		display: none;
	}

	.business-from-two__single {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.services-three__top-left {
		margin-right: 0;
	}

	.services-three__top-right {
		margin-top: 38px;
	}

	.welcome__right {
		margin-top: 21px;
		margin-left: 0;
	}

	.consult__right {
		margin-right: 0;
		margin-top: 41px;
	}

	.counter-two__list {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.counter-two__single {
		position: relative;
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%;
		text-align: center;
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.counter-two__single+.counter-two__single {
		margin-left: 0px;
	}

	.notech-more__left {
		max-width: 600px;
		margin: 0 auto;
	}

	.notech-more__right {
		max-width: 600px;
		margin: 39px auto 0;
	}

	.contact-one__left {
		min-height: 528px;
	}

	.contact-one__form {
		border-left: 1px solid var(--notech-bdr-color);
	}

	.we-stand__text-box {
		margin-top: 32px;
		margin-bottom: 40px;
	}

	.we-stand {
		padding: 45px 0 120px;
	}

	.we-stand__top-title {
		font-size: 150px;
		line-height: 265px;
	}

	.we-stand__top {
		margin-bottom: 43px;
	}

	.we-help__right {
		margin-top: 22px;
	}

	.team-details__top-left {
		margin-right: 0;
	}

	.team-details__top-right {
		margin-left: 0;
	}

	.team-details__top {
		padding: 120px 0 109px;
	}

	.team-details__top-content {
		margin-top: 51px;
	}

	.team-details__bottom-left {
		margin-right: 0;
	}

	.team-details__bottom-right {
		margin-top: 41px;
	}

	.why-choose-two__img {
		max-width: 600px;
		margin: 0 auto;
	}

	.why-choose-two__content-box {
		max-width: 600px;
		margin: 50px auto 0;
	}

	.why-choose-two__content {
		padding: 92px 95px 93px;
	}

	.testimonial-page .testimonial-two__single-inner {
		padding: 50px 25px 44px;
	}

	.service-details__benefits-right {
		margin-top: 44px;
	}

	.service-details__benefits {
		margin-bottom: 42px;
	}

	.service-details__left {
		margin-bottom: 50px;
	}

	.project-details__details {
		padding: 30px 25px 35px;
	}

	.project-details__details li:before {
		right: -25px;
	}

	.project-details__details li+li {
		margin-left: 50px;
	}

	.project-details__points {
		margin-left: 0;
		margin-top: 41px;
	}

	.blog-details__pagenation li+li {
		margin-left: 0;
		margin-top: 30px;
	}

	.contact-details__img {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.faq-page__tab-button-box {
		margin-right: 0;
	}

	.faq-page__tab-faq-box {
		margin-left: 0;
		margin-top: 50px;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.section-title__title {
		font-size: 30px;
		line-height: 40px;
	}

	.feature-one__hover-content {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.feature-one__hover-content {
		padding: 20px 30px 10px;
	}

	.feature-one__learn-more {
		margin-top: 9px;
	}

	.get-to-know__left {
		margin-right: 0;
	}

	.get-to-know__client-box {
		display: none;
	}

	.get-to-know__small-img {
		display: none;
	}

	.get-to-know-shape-1 {
		display: none;
	}

	.get-to-know__right {
		margin-left: 0;
		margin-top: 50px;
	}

	.services-one__top-left {
		margin-right: 0;
	}

	.services-one__top-right {
		margin-left: 0;
		margin-top: 38px;
	}

	.services-one__single {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.business-from__title {
		font-size: 42px;
		line-height: 52px;
		margin-bottom: 34px;
	}

	.testimonial-one__top-content {
		flex-direction: column;
	}

	.testimonial-one__content {
		margin-left: 0;
		margin-top: 30px;
	}

	.testimonial-one__text {
		font-size: 25px;
		line-height: 45px;
	}

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

	.project-one__content {
		padding: 40px 20px 50px;
	}

	.project-one__title {
		font-size: 19px;
	}

	.tech-services__left {
		margin-right: 0;
	}

	.tech-services__right {
		margin-left: 0;
		margin-top: 50px;
	}

	.tech-services__img-content {
		position: relative;
		top: inherit;
		right: inherit;
		transform: inherit;
	}

	.tech-services__img-text br {
		display: none;
	}

	.counter-one__single {
		flex: 0 0 100%;
		max-width: 100%;
	}

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

	.trusted-source__inner {
		justify-content: center;
		flex-direction: column;
		padding: 58px 25px 58px;
	}

	.trusted-source__left {
		flex-direction: column;
		text-align: center;
	}

	.trusted-source__icon {
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.trusted-source__contact-info {
		text-align: center;
	}

	.trusted-source__content br {
		display: none;
	}

	.helping__left {
		float: none;
		width: 100%;
	}

	.helping__right {
		float: none;
		width: 100%;
		min-height: 688px;
	}

	.helping__right-content {
		margin-left: 0;
		padding-top: 120px;
		padding-bottom: 0;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.blog-one__content {
		padding: 30px 25px 29px;
	}

	.brand-one__title {
		width: auto;
	}

	.brand-one__title:before {
		display: none;
	}

	.brand-one__title:after {
		display: none;
	}

	.site-footer__top-inner {
		flex-direction: column;
	}

	.site-footer__top-left {
		flex-direction: column;
		text-align: center;
	}

	.site-footer__top-title {
		margin-top: 19px;
		margin-bottom: 25px;
	}

	.footer-widget__about {
		margin-right: 0;
	}

	.footer-widget__contact {
		margin-top: 35px;
	}

	.footer-widget__social-box {
		margin-top: 40px;
	}

	.footer-widget__links {
		margin-top: 45px;
	}

	.delivering-it__top-left {
		margin-right: 0;
	}

	.delivering-it__top-right {
		margin-top: 34px;
	}

	.delivering-it__content {
		padding: 29px 30px 27px;
	}

	.delivering-it:before {
		height: 550px;
	}

	.trusted-company__left {
		margin-right: 0;
	}

	.trusted-company__solution {
		position: relative;
	}

	.trusted-company__right {
		margin-left: 0;
		margin-top: 50px;
	}

	.trusted-company__points {
		float: none;
	}

	.trusted-company__points-two {
		margin-left: 0;
		margin-top: 2px;
	}

	.trusted-company {
		padding: 0 0 130px;
	}

	.why-choose-one__right {
		margin-left: 0;
		margin-top: 32px;
	}

	.why-choose-one__points-box {
		flex-direction: column;
	}

	.why-choose-one__points-content {
		margin-top: 21px;
		margin-left: 0;
	}

	.why-choose-one__tab-box .tab-buttons {
		flex-direction: column;
	}

	.why-choose-one__tab-box .tab-buttons .tab-btn+.tab-btn {
		margin-left: 0;
		margin-top: 20px;
	}

	.cta-one__title {
		font-size: 30px;
		line-height: 40px;
	}

	.project-two__top-right {
		margin-top: 39px;
	}

	.project-two__top-left {
		margin-right: 0;
	}

	.project-two__content {
		padding-left: 20px;
	}

	.business-from-two-img {
		display: none;
	}

	.business-from-two__single {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.testimonial-two__single-inner {
		padding: 50px 25px 44px;
	}

	.blog-two__content {
		padding: 0 30px;
	}

	.blog-two__title {
		font-size: 25px;
	}

	.services-three__top-left {
		margin-right: 0;
	}

	.services-three__top-right {
		margin-top: 38px;
	}

	.welcome__right {
		margin-left: 0;
		margin-top: 52px;
	}

	.consult__right {
		margin-right: 0;
		margin-top: 41px;
	}

	.consult__left {
		margin-right: 0;
	}

	.consult__img-content {
		position: relative;
	}

	.counter-two__single+.counter-two__single {
		margin-left: 0px;
	}

	.counter-two__single {
		float: none;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.notech-more__left {
		margin-right: 0;
	}

	.notech-more__right {
		margin-top: 39px;
	}

	.notech-more__img:before {
		display: none;
	}

	.contact-one__left {
		min-height: 400px;
	}

	.contact-one__get-in-touch {
		display: none;
	}

	.contact-one__form {
		border-left: 1px solid var(--notech-bdr-color);
		padding: 29px;
	}

	.we-stand__text-box {
		margin-top: 32px;
		margin-bottom: 40px;
	}

	.we-stand {
		padding: 45px 0 120px;
	}

	.we-stand__top-title {
		font-size: 60px;
		line-height: 70px;
	}

	.we-stand__top {
		margin-bottom: 43px;
	}

	.we-stand-shape {
		display: none;
	}

	.we-help__right {
		margin-top: 22px;
	}

	.we-help__left {
		margin-right: 0;
	}

	.team-details__top-left {
		margin-right: 0;
	}

	.team-details__top-right {
		margin-left: 0;
	}

	.team-details__top {
		padding: 120px 0 109px;
	}

	.team-details__top-content {
		margin-top: 51px;
	}

	.team-details__top-content {
		margin-top: 51px;
	}

	.team-details__bottom-left {
		margin-right: 0;
	}

	.team-details__bottom-right {
		margin-top: 41px;
	}

	.pricing__single {
		padding: 60px 30px 60px;
	}

	.why-choose-two__img {
		margin-right: 0;
	}

	.why-choose-two__content-box {
		margin-left: 0;
		margin-top: 50px;
	}

	.why-choose-two__content {
		padding: 92px 25px 93px;
	}

	.error-page-shape {
		display: none;
	}

	.error-page__title {
		font-size: 150px;
		line-height: 150px;
	}

	.error-page {
		padding: 102px 0 120px;
	}

	.service-details__benefits-right {
		margin-top: 44px;
	}

	.service-details__benefits {
		margin-bottom: 42px;
	}

	.service-details__left {
		margin-bottom: 50px;
	}

	.service-details__points li {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.service-details__points li+li {
		margin-top: 21px;
	}

	.service-details__points li:before {
		display: none;
	}

	.service-details__faq {
		padding: 18px 29px 18px;
	}

	.faq-one-accrodion .accrodion-title h4::before {
		right: -15px;
	}

	.project-details__details {
		flex-direction: column;
		align-items: baseline;
		padding: 30px 30px 35px;
	}

	.project-details__details-box {
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.project-details__details li:before {
		display: none;
	}

	.project-details__details li+li {
		margin-left: 0;
		margin-top: 11px;
	}

	.project-details__points {
		margin-left: 0;
		margin-top: 41px;
	}

	.projectc-details__pagination li {
		justify-content: center;
	}

	.projectc-details__pagination li.next {
		float: none;
	}

	.projectc-details__pagination li.previous {
		float: none;
		margin-top: 25px;
	}

	.blog-sidebar__bottom-box {
		padding: 50px 20px 43px;
	}

	.blog-sidebar__delivering-services {
		padding: 50px 30px 47px;
	}

	.sidebar__tags {
		padding: 48px 25px 50px;
	}

	.sidebar__comments {
		padding: 48px 30px 42px;
	}

	.blog-details__bottom {
		flex-direction: column;
	}

	.blog-details__social-list {
		margin-top: 25px;
	}

	.blog-details__pagenation li+li {
		margin-left: 0;
		margin-top: 30px;
	}

	.blog-details__pagenation li {
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
	}

	.comment-one__single {
		flex-direction: column;
	}

	.comment-one__content {
		margin-left: 0;
		margin-top: 25px;
	}

	.contact-details__img {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.contact-details__info li .text {
		margin-left: 15px;
	}

	.contact-details__info li .text span {
		font-size: 16px;
	}

	.faq-page__tab-button-box {
		margin-right: 0;
	}

	.faq-page__tab-faq-box {
		margin-left: 0;
		margin-top: 50px;
	}

	.faq-page__tab-faq-content {
		padding: 59px 29px 59px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1330px) {
	.project-two__content {
		padding-left: 20px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1680px) {
	.business-from-two-img {
		right: -186px;
	}

	.business-from-two-img img {
		width: 80%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.business-from-two-img {
		right: -280px;
	}

	.business-from-two-img img {
		width: 70%;
	}
}

/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1725px) {
	.main-slider-three__shape-1 {
		bottom: 135px;
		right: -100px;
	}

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

	.main-slider-three__img {
		bottom: 106px;
		right: 133px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main-slider-three__shape-1 {
		display: none;
	}

	.main-slider-three__img {
		bottom: 106px;
		right: 80px;
	}

	.main-slider-three__social {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-slider-two #main-slider-pagination {
		max-width: 960px;
	}

	.main-slider-two h2 {
		font-size: 80px;
		line-height: 90px;
		text-transform: uppercase;
		margin-bottom: 34px;
	}

	.main-slider-three__shape-1,
	.main-slider-three__shadow,
	.main-slider-three__img {
		display: none;
	}

	.main-slider-three__social {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-slider h2 {
		font-size: 125px;
		line-height: 125px;
	}

	.main-slider-two h2 {
		font-size: 70px;
		line-height: 80px;
	}

	.main-slider-two #main-slider-pagination {
		max-width: 720px;
	}

	.main-slider-two__shape-2 {
		display: none;
	}

	.main-slider-three__shape-1,
	.main-slider-three__shadow,
	.main-slider-three__img {
		display: none;
	}

	.main-slider-three__social {
		display: none;
	}

	.main-slider-three h2 {
		font-size: 70px;
		color: var(--notech-white);
		line-height: 70px;
		font-weight: 700;
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.main-slider h2 {
		font-size: 55px;
		line-height: 65px;
		margin-bottom: 28px;
	}

	.main-slider p {
		font-size: 25px;
		line-height: 35px;
	}

	.main-slider__btn-video-box {
		flex-direction: column;
	}

	.main-slider__btn-box {
		margin-bottom: 50px;
	}

	.main-slider__shape-2 {
		display: none;
	}

	#main-slider-pagination {
		display: none;
	}

	.main-slider .container {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.main-slider-two .container {
		padding-top: 225px;
		padding-bottom: 120px;
	}

	.main-slider-two h2 {
		font-size: 42px;
		line-height: 52px;
	}

	.main-slider-two h2 br {
		display: none;
	}

	.main-slider-two__shape-1,
	.main-slider-two__shape-2 {
		display: none;
	}

	.main-slider-two #main-slider-pagination {
		max-width: 540px;
	}

	.main-slider-three__shape-1,
	.main-slider-three__shadow,
	.main-slider-three__img {
		display: none;
	}

	.main-slider-three__social {
		display: none;
	}

	.main-slider-three h2 {
		font-size: 39px;
		color: var(--notech-white);
		line-height: 49px;
		font-weight: 700;
		margin-bottom: 32px;
	}

	.main-slider-three .container {
		padding-top: 226px;
		padding-bottom: 120px;
	}
}

/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1419px) {
	.main-menu__call {
		display: none;
	}

	.main-menu__search-box {
		margin-right: 0;
		padding: 11px 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-header__top-inner {
		padding: 4px 40px;
	}

	.main-menu {
		padding: 0 40px;
	}

	.main-menu__logo {
		margin-right: 50px;
	}

	.main-menu .mobile-nav__toggler {
		padding: 42px 0;
		display: inline-block;
	}

	.main-menu__search-box {
		margin-right: 0;
	}

	.main-menu-two .mobile-nav__toggler {
		color: var(--notech-white);
	}

	.main-menu-three .mobile-nav__toggler {
		color: var(--notech-white);
	}

	.megamenu-box__inner {
		padding: 40px;
		padding-bottom: 10px;
	}

	.megamenu-box__single {
		min-height: 260px;
		margin-bottom: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header__top {
		display: none;
	}

	.main-menu {
		padding: 0 30px;
	}

	.main-menu__logo {
		margin-right: 50px;
	}

	.main-menu .mobile-nav__toggler {
		padding: 42px 0;
		display: inline-block;
	}

	.main-menu__search-box {
		margin-right: 0;
	}

	.main-menu-two .mobile-nav__toggler {
		color: var(--notech-white);
	}

	.main-menu-three .mobile-nav__toggler {
		color: var(--notech-white);
	}

	.megamenu-box__inner {
		padding: 40px;
		padding-bottom: 10px;
	}

	.megamenu-box__single {
		min-height: 260px;
		margin-bottom: 14px;
	}
}

@media (max-width: 767px) {
	.main-header__top {
		display: none;
	}

	.main-menu {
		padding: 0 15px;
	}

	.main-header--default .main-menu {
		padding-left: 0px;
		padding-right: 0;
	}

	.main-menu__right {
		display: none;
	}

	.main-menu__left {
		float: none;
	}

	.main-menu__logo {
		margin-right: 0;
	}

	.main-menu__main-menu-box {
		float: right;
	}

	.main-menu .mobile-nav__toggler {
		padding: 42px 0;
		display: inline-block;
	}

	.main-menu-two .mobile-nav__toggler {
		color: var(--notech-white);
	}

	.main-menu-three .mobile-nav__toggler {
		color: var(--notech-white);
	}

	.megamenu-box__inner {
		padding: 40px;
		padding-bottom: 10px;
	}

	.megamenu-box__single {
		min-height: 260px;
		margin-bottom: 14px;
	}
}

/* update 18-02-2022 */
@media (max-width: 575px) {
	.tech-services__points li {
		display: block;
	}
}

@media (max-width: 575px) {
	.tech-services__points li .content {
		margin-left: 0;
		margin-top: 20px;
		max-width: 300px;
	}
}

@media (max-width: 575px) {
	.helping__points {
		display: block;
	}
}

@media (max-width: 575px) {
	.helping__points p {
		max-width: 250px;
	}
}

@media (max-width: 575px) {
	.helping__points li+li {
		margin-left: 0;
		margin-top: 20px;
	}
}

@media (max-width: 575px) {
	.helping__right {
		padding-bottom: 110px;
	}
}

@media (max-width: 768px) {
	.why-choose-one__tab-box .tab-buttons .tab-btn {
		width: 100%;
		display: block;
	}
}

@media (max-width: 768px) {
	.why-choose-one__tab-box .tab-buttons .tab-btn span {
		display: block;
	}
}

@media (max-width: 767px) {
	.why-choose-one__right .why-choose-one__points-box {
		flex-direction: row;
	}
}

@media (max-width: 665px) {
	.why-choose-one__right .why-choose-one__points-box {
		display: block;
	}
}

@media (max-width: 767px) {
	.why-choose-one__right .why-choose-one__points-content {
		padding-left: 20px;
		margin-top: 0;
	}
}

@media (max-width: 665px) {
	.why-choose-one__right .why-choose-one__points-content {
		padding-left: 0;
		margin-top: 20px;
	}
}

@media (max-width: 665px) {
	.why-choose-one__points-img img {
		display: block;
	}
}

@media (max-width: 575px) {

	.consult__icon-text br,
	.business-from-two .section-title__title br {
		display: none;
	}
}

@media (max-width: 480px) {
	.consult__points li {
		align-items: flex-start;
	}
}

@media (max-width: 480px) {
	.consult__points li .icon {
		position: relative;
		top: 7px;
	}
}

@media (max-width: 480px) {

	.notech-more__points,
	.counter-two__content-box {
		display: block;
	}
}

@media (max-width: 480px) {
	.counter-two__count-box {
		margin-left: 0;
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.counter-two__icon-box {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 480px) {
	.business-from__sub-title {
		line-height: 1.1em;
	}
}

@media (max-width: 480px) {
	.notech-more__points li+li {
		margin-left: 0;
		margin-top: 20px;
	}
}