/*
Theme Name: Escola
Theme URI: http://wowtheme7.com/html/escola
Author: wowtheme7
Author URI: http://wowtheme7.com
Description: Escola - Education & Online Courses Html5 Template
Version: 1.0.1
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables
    ## Common

# Sections
    ## Nav Bar
    ## Banner
    ## Brand Area
    ## Footer
    ## Widgets

# Elements
    ## accordion
    ## filter
    ## apartment
    ## blog
    ## city
    ## feature
    ## gallery
    ## intro
    ## main-search
    ## pricing
    ## service
    ## team
    ## user-list

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Inter:400,500,600,700&display=swap");
:root {
	--main-color-one: #d34d4d;

	--main-color-two: #34da25;

	--heading-color: #002049;

	--paragraph-color: #192335;
	--body-font: "Inter", sans-serif;
	--heading-font: "Inter", sans-serif;
	--body-font-size: 16px;
	--line-height30: 1.7;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	font-family: var(--body-font);
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-moz-osx-font-smoothing: grayscale;
	/* Firefox */
	-webkit-font-smoothing: antialiased;
	/* WebKit  */
}

body {
	margin: 0;
	color: var(--paragraph-color);
	overflow-x: hidden;
	font-family: var(--body-font);
	line-height: var(--line-height30);
	font-size: var(--body-font-size);
	background: #fff;
	font-weight: 400;
}

h1 {
	font-size: 75px;
	line-height: 1.2333333333;
}

h2 {
	font-size: 40px;
	line-height: 1.2380952381;
}

h3 {
	font-size: 30px;
	line-height: 1.3833333333;
}

h4 {
	font-size: 24px;
	line-height: 1.2380952381;
}

h5 {
	font-size: 20px;
	line-height: 1.3380952381;
}

h6 {
	font-size: 16px;
	line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
	font-weight: 700;
	font-family: var(--heading-font);
}

p {
	color: var(--paragraph-color);
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 10px;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: inherit;
}

a:hover {
	color: var(--main-color-one);
}

pre {
	word-break: break-word;
}

a i {
	padding: 0 2px;
}

img {
	max-width: 100%;
}

button:hover,
button:active,
button:focus {
	outline: 0;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.no-gutter > [class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.no-gutter[class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.h-100vh {
	height: 100vh;
}

code {
	color: #faa603;
}

.check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.check-list li {
	display: block;
	padding-left: 20px;
	position: relative;
	z-index: 0;
}
.check-list li:after {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "fontawesome";
	content: "\f105";
	color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
	-webkit-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
	color: var(--main-color-one);
}

.comment-list li {
	list-style: none;
}

.h-100vh {
	height: 100vh;
}

.position-relative {
	position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 15px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	clear: both;
	margin-right: 20px;
}

.alignright {
	float: right;
	clear: both;
	margin-left: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

.alignfull {
	margin: 1.5em 0;
	max-width: 100%;
}

.alignwide {
	max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

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

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	clear: both;
}

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

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
	margin: 0 5px;
	-webkit-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.wp-link-pages {
	margin-bottom: 30px;
	margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
	border: 1px solid #e2e2e2;
	padding: 5px 15px;
	display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
	background-color: var(--main-color-one);
	color: #fff;
	border-color: var(--main-color-one);
}

.wp-link-pages span:first-child {
	margin-right: 5px;
}

dl,
ol,
ul {
	padding-left: 17px;
}

.post-password-form input {
	display: block;
	border: 1px solid #e2e2e2;
	height: 50px;
	border-radius: 3px;
	padding: 0 20px;
}

.post-password-form label {
	font-weight: 600;
	color: #333;
}

.post-password-form input[type="submit"] {
	width: 100px;
	height: 50px;
	background-color: var(--main-color-one);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.post-password-form input[type="submit"]:hover {
	background-color: #121a2f;
}

.footer-widget .table td,
.footer-widget .table th {
	padding: 0.5rem !important;
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.custom-gutters-10 > .col,
.custom-gutters-10 > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

@media all and (min-width: 1200px) {
	.no-lg-gutters > .col,
	.no-lg-gutters > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}
}
/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	border: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: 600;
	border-radius: 5px;
	z-index: 0;
}
.btn:focus,
.btn:active {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:after {
	content: "";
	background: var(--heading-color);
	position: absolute;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
	height: 100%;
	left: -35%;
	top: 0;
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	width: 0;
}
.btn:hover:after {
	height: 100%;
	width: 135%;
}
.btn i {
	font-size: 14px;
	float: right;
	padding-top: 16px;
	padding-left: 5px;
}
.btn svg {
	font-size: 12px;
	margin-top: 20px;
	margin-left: 6px;
	float: right;
}
.btn.border-radius-0 {
	border-radius: 0;
}
.btn.border-radius-5 {
	border-radius: 5px;
}

.btn-small {
	height: 50px;
	line-height: 50px;
}
.btn-small i {
	padding-top: 12px;
}

.btn-base {
	color: #fff !important;
	background: var(--main-color-one);
}
.btn-base svg {
	font-size: 13px;
	margin-top: 22px;
}
.btn-base:hover {
	color: #fff;
}

.btn-red {
	color: #fff;
	background: #f14d5d;
}
.btn-red:hover {
	color: #fff;
}

.btn-yellow {
	background: #f8bc26;
	font-weight: 500;
}
.btn-yellow svg {
	font-size: 13px;
	margin-top: 22px;
}
.btn-yellow:hover {
	color: #fff;
}

.btn-white {
	color: var(--main-color-one) !important;
	background: #fff;
}
.btn-white:hover,
.btn-white:focus {
	color: #fff !important;
	background: var(--main-color-one);
}

.btn-black {
	color: #fff !important;
	background: var(--heading-color);
}
.btn-black:hover,
.btn-black:focus {
	color: #fff !important;
	background: var(--main-color-one);
}

.btn-border-base {
	color: var(--heading-color);
	border: 1px solid var(--main-color-one);
	line-height: 52px;
}
.btn-border-base:after {
	background: var(--main-color-one);
}
.btn-border-base:hover,
.btn-border-base:focus {
	color: #fff;
}

.btn-border-base-2 {
	color: var(--heading-color);
	border: 1px solid var(--main-color-two);
	line-height: 52px;
}
.btn-border-base-2:after {
	background: var(--main-color-two);
}
.btn-border-base-2:hover,
.btn-border-base-2:focus {
	color: #fff;
}

.btn-border-white {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.7);
	line-height: 53px;
}
.btn-border-white:hover,
.btn-border-white:focus {
	color: #fff;
	background: var(--main-color-one);
	border: 2px solid var(--main-color-one);
}

.btn-border-black {
	color: #a2a2a2;
	border: 2px solid #d4d4d4;
	line-height: 53px;
}
.btn-border-black:hover,
.btn-border-black:focus {
	color: #fff;
	background: var(--main-color-one);
	border: 2px solid var(--main-color-one);
}
.btn-border-black:after {
	background: var(--main-color-one);
}

.btn-border-black-2 {
	color: #262626;
	border: 2px solid #262626;
	line-height: 53px;
}
.btn-border-black-2:hover,
.btn-border-black-2:focus {
	color: #fff;
	background: var(--main-color-one);
	border: 2px solid var(--main-color-one);
}
.btn-border-black-2:after {
	background: var(--main-color-one);
}

.btn-border-gray {
	color: var(--heading-color);
	border: 2px solid #e3e3e3;
	line-height: 51px;
	background: #f8f9fc;
}
.btn-border-gray:hover,
.btn-border-gray:focus {
	color: #fff;
	background: var(--main-color-one);
	border: 2px solid var(--heading-color);
}

.read-more-text {
	position: relative;
	color: var(--heading-color);
	font-weight: 600;
}
.read-more-text i {
	font-size: 18px;
	position: absolute;
	top: 1px;
	margin-left: 3px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.read-more-text svg {
	font-size: 12px;
	position: absolute;
	top: 5px;
	margin-left: 6px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.read-more-text:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--main-color-one);
	height: 1px;
	width: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	visibility: hidden;
	opacity: 0;
}
.read-more-text:hover i {
	padding-left: 6px;
}
.read-more-text:hover:after {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.read-more-arrow {
	height: 35px;
	width: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: var(--main-color-one);
	border-radius: 50%;
	display: inline-block;
}
.read-more-arrow:hover {
	background: #0a1851;
	color: #fff;
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 44px;
	height: 44px;
	color: #fff;
	background-color: var(--main-color-one);
	text-align: center;
	line-height: 44px;
	z-index: 99;
	font-size: 25px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	display: none;
	-webkit-animation: backto-top-bounce 4s infinite ease-in-out;
	animation: backto-top-bounce 4s infinite ease-in-out;
}

@-webkit-keyframes backto-top-bounce {
	0% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-5px);
	}
}
@keyframes backto-top-bounce {
	0% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-5px);
	}
}
/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
	position: fixed;
	content: "";
	-webkit-transform: translate(-100%, -240%);
	transform: translate(-100%, -240%);
	font-size: 62px;
}

.preloader-inner {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999999;
	background-color: #030724;
	width: 100%;
	height: 100%;
	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;
}
.preloader-inner .cancel-preloader {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.preloader-inner .cancel-preloader a {
	background-color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--main-color-one);
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	display: block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.preloader-inner .cancel-preloader a:hover {
	background-color: var(--heading-color);
	color: #fff;
}

.spinner {
	margin: 120px auto;
	width: 60px;
	height: 60px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2s infinite linear;
	animation: sk-rotate 2s infinite linear;
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: var(--main-color-one);
	border-radius: 100%;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}
@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
/*-----------------------------------------
    ## video 
------------------------------------------*/
.video-thumb {
	position: relative;
}
.video-thumb .video-play-btn-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.video-play-btn {
	border-radius: 50%;
	background: #fff;
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	position: relative;
	z-index: 0;
	text-align: center;
	-webkit-animation: ripple-white3 2.5s linear infinite;
	animation: ripple-white3 2.5s linear infinite;
	z-index: 3;
	-webkit-box-shadow: 0 4px 15px rgba(19, 16, 34, 0.1);
	box-shadow: 0 4px 15px rgba(19, 16, 34, 0.1);
}
.video-play-btn:after {
	z-index: -1;
	content: "";
	position: absolute;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: rgba(247, 247, 247, 0.4);
	top: -15px;
	left: -15px;
}
.video-play-btn i {
	color: var(--main-color-one);
	margin-left: 6px;
	font-size: 28px;
}
.video-play-btn.video-play-btn-base {
	background: var(--main-color-one);
}
.video-play-btn.video-play-btn-base i {
	color: #fff;
}
.video-play-btn.video-play-btn-base:after {
	display: none;
}
.video-play-btn.small {
	width: 55px;
	height: 55px;
	line-height: 60px;
}
.video-play-btn.small i {
	font-size: 18px;
}

/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.breadcrumb-area {
	padding: 245px 0 125px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: -120px;
}
.breadcrumb-area .banner-bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background-size: 102% 96%;
}
.breadcrumb-area .breadcrumb-inner {
	position: relative;
	z-index: 2;
}
.breadcrumb-area .page-title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 5px;
}
.breadcrumb-area .page-list {
	margin: 0;
	padding: 0;
}
.breadcrumb-area .page-list li {
	font-weight: 600;
	list-style: none;
	display: inline-block;
	position: relative;
	padding-left: 17px;
	margin-left: 8px;
	color: var(--heading-color);
}
.breadcrumb-area .page-list li:after {
	position: absolute;
	left: 0;
	top: 4px;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 13px;
}
.breadcrumb-area .page-list li:first-child {
	padding-left: 0;
	margin-left: 0;
}
.breadcrumb-area .page-list li:first-child:after {
	display: none;
}

/********* social-media *********/
.social-media {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}
.social-media li {
	display: inline-block;
	margin: 0 2px;
}
.social-media li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	background: #333f4d;
	color: #fff;
	font-size: 13px;
}
.social-media li a:hover {
	background: var(--main-color-one);
	color: #fff;
}
.social-media li a.facebook {
	color: #3b5999;
	border-color: #3b5999;
}
.social-media li a.twitter {
	color: #55acee;
	border-color: #55acee;
}
.social-media li a.instagram {
	color: #e4405f;
	border-color: #e4405f;
}
.social-media li a.youtube {
	color: #cd201f;
	border-color: #cd201f;
}
.social-media li:first-child {
	margin-left: 0;
}
.social-media li:last-child {
	margin-right: 0;
}

.social-media-light a {
	background: rgba(253, 74, 54, 0.15);
	display: inline-block;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 31px;
}
.social-media-light a i {
	color: var(--main-color-one);
	font-size: 15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.social-media-light a:hover {
	background: var(--main-color-one);
}
.social-media-light a:hover i {
	color: #fff;
}

/********* slider-control *********/
.slider-control-round .owl-nav button {
	height: 46px;
	width: 46px;
	line-height: 46px;
	margin: 0 10px;
	border-radius: 50%;
	border: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--main-color-one);
	border: 1px solid var(--main-color-one);
	padding: 0;
	cursor: pointer;
	font-size: 14px;
	background: transparent;
}
.slider-control-round .owl-nav button:hover {
	background: var(--main-color-one);
	color: #fff;
}
.slider-control-round .owl-nav .owl-prev {
	margin-left: 0;
}
.slider-control-round .owl-nav .owl-next {
	margin-left: 0;
}

.slider-control-square .owl-nav button {
	height: 50px;
	width: 50px;
	line-height: 49px;
	margin: 0 8px;
	border-radius: 5px;
	border: 1px solid var(--main-color-one);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--main-color-one);
	background: transparent;
	font-size: 17px;
	padding: 0;
	cursor: pointer;
}
.slider-control-square .owl-nav button:hover {
	background: var(--main-color-one);
	color: #fff;
}
.slider-control-square .owl-nav .owl-prev {
	margin-left: 0;
}
.slider-control-square .owl-nav .owl-next {
	margin-left: 0;
}

.slider-control-right-top .owl-nav {
	position: absolute;
	right: 0;
	top: -105px;
}

.slider-control-dots .owl-dots {
	text-align: center;
	padding-top: 23px;
}
.slider-control-dots .owl-dots .owl-dot {
	margin: 0 2px;
	border: 0;
	background: none;
}
.slider-control-dots .owl-dots .owl-dot span {
	display: block;
	border-radius: 50%;
	background-color: var(--heading-color);
	width: 8px;
	height: 8px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slider-control-dots .owl-dots .owl-dot span:after {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	border: 1px solid var(--main-color-one);
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slider-control-dots .owl-dots .owl-dot.active span {
	background: var(--main-color-one);
}
.slider-control-dots .owl-dots .owl-dot.active span:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.slider-control-dots .owl-dots .owl-dot:focus {
	outline: 0;
}

.single-list-inner {
	margin: 0;
	padding: 0;
}
.single-list-inner.style-left-line {
	position: relative;
}
.single-list-inner.style-left-line img {
	position: relative;
	z-index: 2;
}
.single-list-inner.style-left-line:after {
	content: "";
	position: absolute;
	left: 7px;
	top: 18px;
	height: 70%;
	width: 1px;
	background: #fff;
}
.single-list-inner li {
	margin-bottom: 6px;
}
.single-list-inner li:last-child {
	margin-bottom: 0;
}
.single-list-inner.style-check li {
	list-style: none;
}
.single-list-inner.style-check li svg,
.single-list-inner.style-check li i {
	margin-right: 10px;
	color: var(--main-color-one);
	font-size: 18px;
}
.single-list-inner.style-heading li {
	color: var(--heading-color);
	font-weight: 600;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.border-radius-6 {
	border-radius: 6px;
}
.border-radius-6 img {
	border-radius: 6px;
}

.ratting-inner {
	color: #ffc107;
}

.bg-base {
	background: var(--main-color-one) !important;
}

.bg-green {
	background: #1dc295;
}

.bg-blue {
	background: #2878eb;
}

.bg-red {
	background: #f14d5d;
}

.bg-gray {
	background: #f3f6fb;
}

.bg-sky {
	background: #f9f9f9;
}

.bg-gradient-gray {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f3f6fb),
		to(#d9e5ff)
	);
	background-image: linear-gradient(#f3f6fb, #d9e5ff);
}

.bg-black {
	background: var(--heading-color);
}

.bg-gray-black {
	background: #333f4d;
}

.bg-light {
	background: #f7fafc;
}

.bg-light-pink {
	background: #fff9f5;
}

.bg-blue-right {
	background: rgba(80, 175, 155, 0.1);
}

.bg-relative {
	position: relative;
}

.bg-cover {
	background-size: cover !important;
	background-position: center;
}

.bg-position-right {
	background-position: right;
	background-repeat: no-repeat;
}

.bg-left-50 {
	background-position: left;
	background-repeat: no-repeat;
	background-size: 50% 100%;
}

.bg-overlay {
	position: relative;
	background-size: cover !important;
}
.bg-overlay:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(10, 24, 81, 0.88);
}
.bg-overlay .container {
	position: relative;
	z-index: 2;
}
.bg-overlay .bg-z-index {
	position: relative;
	z-index: 2;
}

.bg-overlay-light {
	position: relative;
	background-size: cover !important;
}
.bg-overlay-light:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(10, 24, 81, 0.5);
}
.bg-overlay-light .container {
	position: relative;
	z-index: 2;
}
.bg-overlay-light .bg-z-index {
	position: relative;
	z-index: 2;
}

.bg-overlay-yellow {
	position: relative;
	background-size: cover !important;
}
.bg-overlay-yellow:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #f16001;
	opacity: 0.75;
}
.bg-overlay-yellow .container {
	position: relative;
	z-index: 2;
}
.bg-overlay-yellow .bg-z-index {
	position: relative;
	z-index: 2;
}

.bg-parallex {
	background-attachment: fixed;
	background-position: center 0;
}

.image-hover-animate {
	overflow: hidden;
}
.image-hover-animate img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
.image-hover-animate:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.box-shadow {
	-webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}

.box-shadow-2 {
	-webkit-box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.05);
}

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

.pd-top-90 {
	padding-top: 90px;
}

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

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

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

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

.pd-top-200 {
	padding-top: 200px;
}

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

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

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

.pd-bottom-70 {
	padding-bottom: 70px;
}

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

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

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

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

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

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

.mg-top--100 {
	margin-top: -100px;
}

.mg-top---170 {
	margin-top: -170px;
}

.position-bottom-left {
	position: absolute;
	left: 30px;
	bottom: 150px;
	width: 50px;
}

.border-1 {
	border: 1px solid #ededed;
}

.border-top-1 {
	border-top: 1px solid #ededed;
}

.border-right-1 {
	border-right: 1px solid #ededed;
}

.border-radius-10 {
	border-radius: 10px;
}

.border-radius-20 {
	border-radius: 20px;
}

.border-radius-40 {
	border-radius: 40px !important;
}

.border-radius-50 {
	border-radius: 50% !important;
}

.border-radius-60 {
	border-radius: 60px;
}

.border-radius-bottom-20 {
	border-radius: 0 0 20px 20px;
}

.border-radius-0 {
	border-radius: 0 !important;
}

.border-radius-5 {
	border-radius: 5px !important;
}

.color-base {
	color: var(--main-color-one);
}

.box-shadow {
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}

.z-index-2 {
	z-index: 2;
}

.bg-none {
	background: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.image-hover-rotate .rotate-img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.image-hover-rotate:hover .rotate-img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

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

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

.border-base-top-6 {
	border-top: 6px solid var(--main-color-one);
}

.position-top-left {
	position: absolute;
	left: 20px;
	top: 20px;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.tt-capetal {
	text-transform: capitalize;
}

.single-check-inner li {
	list-style: none;
	margin-bottom: 16px;
}
.single-check-inner li img {
	margin-right: 5px;
}
.single-check-inner li i {
	margin-right: 5px;
}
.single-check-inner.style-dot li {
	list-style: inside;
}

.pl-container {
	padding-left: 17%;
}
.pl-container .owl-nav {
	right: 16.4%;
}

.z-index-2 {
	z-index: 2;
}

.overflow-hidden {
	overflow: hidden;
}

.bg-yellow {
	background: #fccc44;
}

.color-light-pink {
	background: #ffe6e2;
}

.color-light-blue {
	background: #e3f8fb;
}

.color-light-yellow {
	background: #fff9df;
}

.color-light-purple {
	background: #f5e6fd;
}

.min-height-350 {
	min-height: 350px;
	background-size: cover;
}

.position-center-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.position_animate_img {
	position: absolute;
}

.position-top-right {
	right: 70px;
}

.position-middle-right {
	right: 70px;
	top: 45%;
}

.position-bottom-right {
	right: 70px;
	bottom: 0;
}

.position-bottom-left {
	left: 70px;
	bottom: 0;
}

.bg-white-30 {
	background: rgba(255, 255, 255, 0.3);
}

.mg-top-100 {
	margin-top: 100px;
}

.mg-top--100 {
	margin-top: -100px;
}

.icon-box-100 {
	height: 80px;
	width: 80px;
	border-radius: 5px;
	background: #dee9fe;
	padding: 15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.hover-box:hover .icon-box-100 {
	background: var(--main-color-one);
}

/************ animate style ************/
.top_image_bounce {
	-webkit-animation: top-image-bounce 3s infinite ease-in-out;
	animation: top-image-bounce 3s infinite ease-in-out;
}

.left_image_bounce {
	-webkit-animation: left-image-bounce 3s infinite ease-in-out;
	animation: left-image-bounce 3s infinite ease-in-out;
}

.right_image_bounce {
	-webkit-animation: right-image-bounce 3s infinite ease-in-out;
	animation: right-image-bounce 3s infinite ease-in-out;
}

.spin_image {
	-webkit-animation: spin 3s infinite ease-in-out;
	animation: spin 3s infinite ease-in-out;
}

@-webkit-keyframes top-image-bounce {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	50% {
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}
@keyframes top-image-bounce {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	50% {
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}
@-webkit-keyframes left-image-bounce {
	0% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
}
@keyframes left-image-bounce {
	0% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
	}
}
@-webkit-keyframes ripple-white3 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
			0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
			0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1),
			0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1),
			0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
	}
}
@keyframes ripple-white3 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
			0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
			0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1),
			0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1),
			0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
	}
}
/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
	margin-bottom: 50px;
	position: relative;
}
.section-title .sub-title {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: 1px;
	position: relative;
	color: var(--main-color-one);
}
.section-title .sub-title.line-after {
	padding-top: 0;
	padding-bottom: 0;
}
.section-title .sub-title.line-after:after {
	content: "";
	position: absolute;
	background: #fff;
	right: -55px;
	top: 8px;
	height: 2px;
	width: 40px;
}
.section-title .sub-title.line-double {
	padding-left: 55px;
	margin-left: -55px;
	padding-top: 0;
	padding-bottom: 0;
}
.section-title .sub-title.line-double:before {
	content: "";
	position: absolute;
	background: #fff;
	left: 0;
	top: 8px;
	height: 2px;
	width: 40px;
}
.section-title .sub-title.line-double:after {
	content: "";
	position: absolute;
	background: #fff;
	right: -55px;
	top: 8px;
	height: 2px;
	width: 40px;
}
.section-title .title {
	margin-bottom: 0;
	margin-top: 0;
	text-transform: capitalize;
}
.section-title .title span {
	color: var(--main-color-one);
}
.section-title .content {
	margin-top: 17px;
	margin-bottom: 0;
}
.section-title .small-title {
	margin-top: 18px;
	font-weight: 600;
	color: var(--heading-color);
}
.section-title .phone {
	font-weight: 400;
	margin-top: 30px;
}
.section-title .phone img {
	margin-right: 6px;
}
.section-title .single-list-wrap {
	margin-top: 21px;
}
.section-title .btn {
	margin-top: 30px;
}
.section-title.style-white .sub-title {
	color: var(--main-color-one);
}
.section-title.style-white .sub-title.left-line:before {
	background: #fff;
}
.section-title.style-white .sub-title.right-line:after {
	background: #fff;
}
.section-title.style-white .sub-title.double-line:before {
	background: #fff;
}
.section-title.style-white .sub-title.double-line:after {
	background: #fff;
}
.section-title.style-white .title {
	color: #fff;
}
.section-title.style-white .content {
	color: #fff;
}
.section-title.style-white .small-title {
	color: #fff;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-top {
	padding: 15px 0;
}
.navbar-top ul {
	margin: 0;
	padding: 0;
	line-height: initial;
	position: relative;
	z-index: 2;
}
.navbar-top ul li {
	display: inline-block;
	list-style: none;
	margin-right: 25px;
}
.navbar-top ul li img {
	margin-right: 5px;
}
.navbar-top ul li i {
	margin-right: 5px;
	color: var(--main-color-one);
}
.navbar-top ul li svg {
	margin-right: 5px;
	color: var(--main-color-one);
}
.navbar-top ul li:last-child {
	margin-right: 0 !important;
	padding-right: 0;
	border-right: 0;
}
.navbar-top ul li p,
.navbar-top ul li a {
	margin: 0;
	font-size: 14px;
}
.navbar-top ul li a:hover {
	color: var(--heading-color);
}
.navbar-top .topbar-right {
	position: relative;
	z-index: 2;
}
.navbar-top .topbar-right a {
	margin: 0 3px;
}
.navbar-top .topbar-right li {
	margin-right: 10px;
}
.navbar-top .topbar-right li a i {
	margin-right: 0;
}
.navbar-top .topbar-right li a svg {
	margin-right: 0;
}
.navbar-top .topbar-right li a:last-child {
	margin-right: 0;
}
.navbar-top .topbar-right li:last-child {
	border-right: 0;
}
.navbar-top .topbar-right.topbar-right-2 li a {
	color: #fff;
}
.navbar-top .topbar-right.topbar-right-2 li a svg path {
	color: #fff;
}

.navbar-area {
	position: relative;
	z-index: 99;
	margin-top: 20px;
}
.navbar-area .navbar-shape {
	position: absolute;
	left: 0;
	top: 0;
}
.navbar-area .nav-container {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
}
.navbar-area .nav-container.navbar-bg {
	position: relative;
	padding-left: 40px;
}
.navbar-area .nav-container.navbar-bg:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 0;
	height: 100%;
	width: 95%;
	background: #fff;
	z-index: -1;
}
.navbar-area .nav-container .logo {
	line-height: 0.9;
}
.navbar-area .nav-container .logo a {
	font-weight: 700;
	font-size: 24px;
	color: #fff;
}
.navbar-area .nav-container .logo a img {
	height: auto;
	max-width: 150px;
}
.navbar-area .nav-container .btn-transparent {
	font-size: 13px;
	font-weight: 700;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
	display: block;
	width: 100%;
	text-align: left;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
	position: relative;
	display: inline-block;
	font-weight: 500;
	line-height: 80px;
	text-transform: capitalize;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
	color: var(--heading-color);
	font-weight: 600;
	font-size: 16px;
	font-family: var(--heading-font);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
	color: var(--main-color-one);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
	margin-left: 0;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children {
	position: relative;
	z-index: 0;
	padding-right: 14px;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:before {
	content: "";
	position: absolute;
	right: 3px;
	top: 50%;
	height: 10px;
	width: 2px;
	background: var(--heading-color);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-top: 0;
	z-index: -1;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:after {
	content: "";
	position: absolute;
	right: -1px;
	top: 40px;
	height: 2px;
	width: 10px;
	background: var(--heading-color);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:hover {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:hover:before {
	opacity: 0;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:hover:after {
	background: var(--main-color-one);
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:hover
	> .sub-menu {
	visibility: visible;
	opacity: 1;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu {
	position: absolute;
	text-align: left;
	min-width: 210px;
	margin: 0;
	padding: 0;
	list-style: none;
	left: 0;
	top: 100%;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	z-index: 99;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu.border-bt0 {
	border-bottom: 0px !important;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	li {
	display: block;
	margin-left: 0;
	line-height: 22px;
	font-size: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-bottom: 1px solid #f5f5f5;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	li
	a {
	display: block;
	padding: 10px 20px;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: var(--heading-color);
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	li
	a:before {
	position: absolute;
	left: 17px;
	top: 50%;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	/* Chrome, Safari, Opera */
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #fff;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	li:hover {
	background: var(--main-color-one);
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	li:hover
	a {
	color: #fff;
	padding: 10px 20px 10px 30px;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children {
	/* background-color: red; */
	padding-right: 0;
}

.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	li:hover
	a:before {
	visibility: visible;
	opacity: 1;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	li:last-child {
	border-bottom: 0;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	.menu-item-has-children {
	position: relative;
	z-index: 0;
	padding-right: 0px;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	.menu-item-has-children:before {
	position: absolute;
	right: 15px;
	top: 50%;
	content: "\f105";
	font-family: "fontawesome";
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	/* Chrome, Safari, Opera */
	transform: translateY(-50%);
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	.menu-item-has-children
	> .sub-menu {
	left: 100%;
	top: 20px;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	.menu-item-has-children
	> .sub-menu
	.sub-menu
	.sub-menu {
	left: auto;
	right: 100%;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	.menu-item-has-children:hover
	> .sub-menu {
	visibility: visible;
	opacity: 1;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	.menu-item-has-children:hover
	> .sub-menu
	li:hover:before {
	color: #fff;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children.mega-menu
	.sub-menu {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
}
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children.mega-menu:hover
	.sub-menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav > li {
	margin-right: 12px;
}

.navbar-nav {
	opacity: 0;
	margin-right: -30px;
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.navbar-area-2 {
	margin-top: 0;
}
.navbar-area-2:after {
	display: none;
}

.navbar-area-3 .nav-container .navbar-collapse .navbar-nav li a {
	color: #fff;
}
.navbar-area-3
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:before,
.navbar-area-3
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:after {
	background: #fff;
}

.header-search input {
	border-radius: 5px;
	border: 1px solid rgba(25, 35, 53, 0.2);
	height: 56px;
	padding: 0 20px;
}
.header-search button {
	border-radius: 5px;
	background: var(--main-color-two);
	border: 0;
	height: 55px;
	width: 56px;
	line-height: 50px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-align: center;
}
.header-search button:hover {
	background: var(--main-color-one);
}

.header-cart {
	border-radius: 5px;
	background: #f3f6fb;
	height: 55px;
	width: 56px;
	text-align: center;
	line-height: 52px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.header-cart:hover {
	background: var(--main-color-two);
}
.header-cart:hover svg path {
	fill: #fff;
}

.sticky-active {
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
	box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
	border-bottom: 0;
	background: #fff;
}

.menu-open {
	opacity: 1;
	margin-right: 0;
	visibility: visible;
}

.bar1 {
	width: 32px;
	height: 2px;
	margin-bottom: 5px;
	position: absolute;
	background: #fff;
	z-index: 9999;
	top: 10px;
	right: -5px;
}

.bar2 {
	width: 24px;
	height: 2px;
	margin-bottom: 5px;
	position: absolute;
	background: #fff;
	z-index: 9999;
	top: 17px;
	right: -5px;
}

.bar3 {
	width: 18px;
	height: 2px;
	margin-bottom: 5px;
	position: absolute;
	background: #fff;
	z-index: 9999;
	top: 24px;
	right: -5px;
}

.responsive-mobile-menu button:focus {
	outline: none;
	border: none;
}

/**************** nav-left-part *************/
/**************** nav-right-part *************/
.nav-right-part .navbar-phone {
	height: 80px;
	color: #fff;
	border-radius: 0;
	position: relative;
	display: inline-block;
	background: var(--main-color-one);
	padding: 11px 25px 11px 85px;
}
.nav-right-part .navbar-phone .icon {
	position: absolute;
	left: 20px;
	background: rgba(255, 255, 255, 0.1);
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 47px;
	text-align: center;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-right-part .navbar-phone span {
	font-weight: 500;
	color: #fff;
	display: inline-block;
	margin-bottom: 2px;
	font-size: 15px;
}
.nav-right-part .navbar-phone h5 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}
.nav-right-part a {
	margin-left: 15px;
	color: var(--heading-color);
}
.nav-right-part .search-bar-btn {
	margin-top: -22px;
}
.nav-right-part .search-bar:hover {
	background: var(--main-color-one);
	border: 1px solid var(--main-color-one);
}
.nav-right-part .btn-base svg {
	margin-top: 22px;
}

.nav-right-part-desktop {
	margin-left: 20px;
}

.nav-right-part-mobile {
	display: none;
}

/**************** sidebar-menu *************/
.sidebar-menu {
	width: 0;
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	background-color: #fff;
	z-index: 999;
	overflow-y: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.sidebar-menu .sidebar-inner {
	position: relative;
	top: 150px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 90px 40px 50px 40px;
}
.sidebar-menu .sidebar-inner .thumb {
	margin-bottom: 15px;
}
.sidebar-menu .sidebar-inner p {
	margin-bottom: 28px;
}
.sidebar-menu .sidebar-inner .sidebar-address {
	margin-bottom: 35px;
}
.sidebar-menu .sidebar-inner .sidebar-address ul {
	margin: 0;
	padding: 0;
}
.sidebar-menu .sidebar-inner .sidebar-address ul li {
	list-style: none;
	margin-bottom: 4px;
}
.sidebar-menu .sidebar-inner .sidebar-address ul li:last-child {
	margin-bottom: 0;
}
.sidebar-menu .sidebar-inner .sidebar-address ul li i {
	margin-right: 6px;
	width: 25px;
}
.sidebar-menu .sidebar-inner .sidebar-subscribe {
	position: relative;
	margin-bottom: 40px;
}
.sidebar-menu .sidebar-inner .sidebar-subscribe input {
	width: 100%;
	border: 1px solid #d6dadf;
	height: 42px;
	padding: 0 45px 0 12px;
}
.sidebar-menu .sidebar-inner .sidebar-subscribe button {
	position: absolute;
	right: 0;
	top: 0;
	height: 42px;
	width: 42px;
	background: #97b3d0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: 0;
	color: var(--heading-color);
	cursor: pointer;
}
.sidebar-menu .sidebar-inner .sidebar-subscribe button:hover {
	background: var(--main-color-one);
	color: #fff;
}
.sidebar-menu .sidebar-inner .social-media li a {
	background: #ced4da;
}
.sidebar-menu .sidebar-inner .social-media li a:hover {
	background: var(--main-color-one);
	color: #fff;
}

.sidebar-menu .sidebar-menu-close {
	background-color: var(--main-color-one);
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	z-index: 999;
}

.sidebar-menu.active {
	width: 360px;
	opacity: 1;
	visibility: visible;
}

.sidebar-menu.active .sidebar-inner {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease-out 0.8s;
	transition: all 0.7s ease-out 0.8s;
}

@media only screen and (max-width: 991px) {
	.navbar-area {
		background: #fff;
	}
	.navbar-area .nav-container {
		padding: 5px 0;
	}
	.nav-right-part {
		margin-right: 60px;
	}
	.nav-right-part .btn .right {
		padding-left: 5px;
		font-size: 13px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav > li {
		margin-right: 0;
		padding-right: 0;
	}
	.navbar-area .nav-container {
		position: relative;
		z-index: 0;
	}
	.navbar-area .nav-container .navbar-toggler {
		padding: 0px;
	}
	.navbar-area .nav-container .navbar-collapse {
		margin-top: 13px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav {
		display: block;
		margin-top: 20px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		display: block;
		text-align: left;
		line-height: 30px;
		padding: 10px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
		display: block;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
		border-bottom: none;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
		margin-left: 0;
	}
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children:before {
		top: 26px;
		right: 3px !important;
	}
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu {
		position: initial;
		display: block;
		width: 100%;
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
		padding-bottom: 0;
		height: auto;
		overflow: hidden;
		max-height: 250px;
		overflow-y: scroll;
		background-color: transparent;
		border-radius: 10px;
		padding: 0px;
		border-bottom: none;
		display: none;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
		opacity: 1;
	}
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		.sub-menu
		.menu-item-has-children:before {
		content: "\f107";
	}
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li {
		padding: 0;
	}
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li.menu-item-has-children:hover:before {
		top: 30px;
		color: #fff;
	}
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li
		+ li {
		border-top: none;
	}
}
.sopen {
	display: block !important;
}

.toggle-btn {
	left: auto;
	right: 0;
	position: absolute;
	top: 8px;
	width: 40px;
	height: 40px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border: 0;
	background: transparent;
}
.toggle-btn .icon-left {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	height: 2px;
	width: 11px;
	top: 18px;
	background-color: var(--heading-color);
	left: 7px;
}
.toggle-btn .icon-left:before {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: var(--heading-color);
	content: "";
	top: -7px;
	left: 0;
}
.toggle-btn .icon-left:after {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: var(--heading-color);
	content: "";
	top: 7px;
	left: 0;
}
.toggle-btn .icon-left:hover {
	cursor: pointer;
}
.toggle-btn .icon-right {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	height: 2px;
	width: 11px;
	top: 18px;
	background-color: var(--heading-color);
	left: 18px;
}
.toggle-btn .icon-right:before {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: var(--heading-color);
	content: "";
	top: -7px;
	left: 0;
}
.toggle-btn .icon-right:after {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: var(--heading-color);
	content: "";
	top: 7px;
	left: 0;
	background: banner-area;
}
.toggle-btn .icon-right:hover {
	cursor: pointer;
}
.toggle-btn.open .icon-left {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: transparent;
}
.toggle-btn.open .icon-left:before {
	-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
	transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
	-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
	transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: transparent;
}
.toggle-btn.open .icon-right:before {
	-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
	transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
	-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
	transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
	cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		font-size: 16px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
		margin-left: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.responsive-mobile-menu {
		display: block;
		width: 100%;
		position: relative;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1199px) {
	.margin-xlt-80 {
		margin-top: 0px;
	}
	.contact-widget .contact_info_list li.single-info-item .details {
		padding-left: 25px;
	}
}
@media only screen and (max-width: 991px) {
	.navbar-area .logo {
		padding-top: 0px !important;
	}
	.widget ul {
		text-align: left;
	}
	.navbar-collapse {
		background: #fff;
		margin-top: 0px;
		width: 100%;
	}
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children:before {
		right: 20px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav {
		margin-bottom: 20px;
	}
	.navbar-area {
		padding-bottom: 0px;
	}
	.bar1,
	.bar2,
	.bar3 {
		background: #fff;
	}
	.party-box-wrapper {
		padding: 50px 0px;
	}
	.party-box-wrapper .party-box-content h4 {
		font-size: 30px;
		line-height: 45px;
	}
	.footer-area .copyright-area-inner {
		padding: 20px;
	}
	.navbar-expand-lg .navbar-collapse {
		margin-top: 0px;
	}
	.contact-widget .contact_info_list li.single-info-item .details {
		padding-left: 25px;
	}
	.footer-area .footer-top .widget.widget_nav_menu ul li a {
		font-size: 14px;
	}
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu {
		padding: 0 0 0 20px;
	}
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li
		a {
		padding: 12px 0;
	}
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li:last-child
		a {
		padding-bottom: 3px;
	}
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li
		a:hover
		i {
		opacity: 0;
		margin-right: -18px;
	}
	.nav-right-part-mobile {
		display: block;
	}
	.nav-right-part-desktop {
		display: none;
	}
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li:hover {
		background: none;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
		color: #333333;
	}
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
	.logo-wrapper.mobile-logo {
		display: block;
		width: 100%;
	}
	.responsive-mobile-menu {
		display: block;
		width: 100%;
		position: relative;
	}
	.responsive-mobile-menu .navbar-toggler {
		position: absolute;
		left: calc(100% - 130px);
		top: 10px;
	}
	.table-responsive {
		display: block !important;
	}
	.btn-custom-default,
	.btn-custom-white {
		font-size: 14px;
		line-height: 33px;
		padding: 6px 20px;
	}
	.navbar-area .logo {
		padding-top: 0px !important;
	}
}
/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
	.navbar-area .nav-container {
		margin: 0px 0px;
	}
	.navbar-area .logo {
		padding-top: 10px;
	}
	.widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
		padding: 15px 20px;
	}
	.widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
		padding: 15px 20px;
	}
	.search-popup .search-form {
		min-width: 350px;
	}
}
@media only screen and (max-width: 375px) {
	.btn-custom-default,
	.btn-custom-white {
		padding: 5px 18px;
	}
	.search-popup .search-form .form-group .form-control,
	.search-popup .search-form .submit-btn {
		height: 45px;
	}
	.search-popup .search-form {
		min-width: 300px;
	}
}
@media only screen and (max-width: 320px) {
	.search-popup .search-form {
		min-width: 265px;
	}
	.responsive-mobile-menu .navbar-toggler {
		left: calc(100% - 95px);
	}
}
/*----------------------------------------------
    # banner style
----------------------------------------------*/
.banner-area-1 {
	background-repeat: no-repeat;

	height: 80vh;
	position: relative;
	width: 100%;
}
.banner-area-1 .containerr {
	position: absolute;

	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0%;
	/* transform: translateY(-50%); */

	background: linear-gradient(to right, #000000e5, #000000b3, transparent);
	left: 0%;
	/* background-color: red; */
	/* height: 80vh; */
}
.banner-area-1 .containerr .row {
	position: absolute;

	width: 80%;
	height: max-content;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	/* text-align: center; */

	/* height: 80vh; */

	/* background: red; */
	/* padding: 5px; */
}
.banner-area-1 .hero-slider {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.banner-area-1 .hero-slider .item {
	width: 100%;
	height: 100%;
}
.banner-area-1 .hero-slider .item img {
	width: 100%;
	min-height: 80vh;
	background-repeat: no-repeat;
	object-fit: cover;
}
.banner-area-1 .banner-1-top {
	padding-bottom: 85px;
}
.banner-area-1 h2 {
	font-size: 75px;
}
.banner-area-1 h2 span {
	color: var(--main-color-one);
}
.banner-area-1 .b-content {
	font-size: 20px;
	margin-bottom: 15px;
}
.banner-area-1 .b-left-count h3 {
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1;
}
.banner-area-1 .b-left-count p {
	color: #7c7d93;
	margin-bottom: 7px;
	font-size: 14px;
}
.banner-area-1 .main-thumb {
	position: relative;
}
.banner-area-1 .main-thumb .icon-img {
	position: absolute;
	right: 60px;
	top: -40px;
}
.banner-area-1 .banner-count-area p {
	color: #7c7d93;
	font-size: 15px;
}
.banner-area-1 .banner-count-area .btn {
	height: 40px;
	line-height: 40px;
}
.banner-area-1 .banner-count-area .banner-count {
	position: relative;
	display: inline-block;
}
.banner-area-1 .banner-count-area .banner-count p {
	color: #7c7d93;
}
.banner-area-1 .banner-count-area .banner-count canvas {
	height: 115px;
	width: 115px;
	background: radial-gradient(
		50% 50% at 50.02% 50.01%,
		rgba(51, 231, 210, 0.4) 0%,
		#fff 98%
	);
}
.banner-area-1 .banner-count-area .banner-count span.chart_counter {
	font-size: 30px;
	color: #233a45;
	position: absolute;
	top: 35px;
	left: 2px;
	right: 0;
	text-align: center;
	width: 90px;
}
.banner-area-1 .banner-count-area .banner-count span.chart_counter:after {
	content: "%";
	position: absolute;
	right: 0;
	top: 0;
	color: #233a45;
	font-size: 30px;
}

.banner-inner {
	position: relative;
	z-index: 1;
}
.banner-inner .subtitle {
	border-radius: 30px;
	-webkit-box-shadow: 0 4.4px 30px rgba(19, 16, 34, 0.05);
	box-shadow: 0 4.4px 30px rgba(19, 16, 34, 0.05);
	background: #fff;
	padding: 8px 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.banner-inner .title {
	font-size: 60px;
	margin-bottom: 20px;
	font-weight: 700;
}
.banner-inner .title span {
	color: var(--main-color-one);
}
.banner-inner .content {
	margin-bottom: 32px;
}

.banner-thumb {
	position: relative;
}
.banner-thumb .main-img {
	border-radius: 300px 300px 0 0;
}
.banner-thumb:after {
	content: "";
	position: absolute;
	left: -25px;
	bottom: -25px;
	width: 100%;
	height: 100%;
	border: 5px solid var(--main-color-one);
	border-radius: 300px 300px 0 0;
}
.banner-thumb .banner-animate-img {
	position: absolute;
}
.banner-thumb .banner-animate-img-1 {
	left: -140px;
}
.banner-thumb .banner-animate-img-2 {
	right: 25px;
	bottom: -25px;
	height: 120px;
	width: 120px;
	background: var(--main-color-one);
	padding: 20px;
}
.banner-thumb .banner-animate-img-3 {
	right: -9px;
	bottom: -68px;
}

.banner-area-2 {
	padding: 190px 0;
	background: var(--main-color-one);
}
.banner-area-2 h6 {
	color: #4ada85;
}
.banner-area-2 .banner-shape {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	/* background-color: red; */
}

.banner-area-3 {
	padding: 140px 0;
	position: relative;
}
.banner-area-3:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.8;
}
.banner-area-3 .banner-inner .content {
	font-size: 18px;
}

.banner-subscribe {
	background-color: #fff;
	display: inline-block;
	border-radius: 50px;
	overflow: hidden;
}
.banner-subscribe input {
	height: 60px;
	border: 0 !important;
	outline: 0;
	padding: 0 25px;
}
.banner-subscribe button {
	height: 63px;
	outline: 0;
	padding: 0 30px;
	border-radius: 50px;
	border: 5px solid #fff;
}

.banner-area-5 {
	padding: 220px 0;
}

.shape-img-banner-5 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.banner-area-5:after {
	opacity: 0.4;
}

/*----------------------------------------------
    # about style
----------------------------------------------*/
.about-thumb-inner {
	position: relative;
}
.about-thumb-inner .animate-img-1 {
	position: absolute;
	left: 100px;
	bottom: 7px;
	z-index: 2;
}
.about-thumb-inner .animate-img-2 {
	position: absolute;
	right: 50px;
	top: 180px;
	z-index: 2;
}
.about-thumb-inner .animate-img-3 {
	position: absolute;
	left: 80px;
	top: -20px;
}
.about-thumb-inner .animate-img-4 {
	position: absolute;
	right: 0;
	bottom: 0;
}
.about-thumb-inner .video-play-btn-hover {
	position: absolute;
	right: 10px;
	top: 60px;
}
.about-thumb-inner .animate-img-bottom-right {
	position: absolute;
	right: -100px;
	bottom: 80px;
	z-index: 2;
}
.about-thumb-inner .animate-main-img {
	position: absolute;
	left: 0;
	top: 0;
}
.about-thumb-inner .main-img {
	position: relative;
	z-index: 1;
}

.single-about-inner .thumb {
	display: inline-block;
	background: #f8f9fc;
	border-radius: 5px 40px 40px 40px;
	height: 80px;
	width: 80px;
	line-height: 78px;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-about-inner .thumb img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-about-inner .details p {
	margin-bottom: 0;
}
.single-about-inner:hover .thumb {
	background: var(--main-color-one);
}
.single-about-inner:hover .thumb img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}

.accordion-inner .accordion-item {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #e3e3e3;
}
.accordion-inner .accordion-item .accordion-button {
	background: transparent;
	font-size: 20px;
	padding: 22px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--main-color-one);
	font-weight: 600;
}
.accordion-inner .accordion-item .accordion-button.collapsed {
	color: var(--heading-color);
}
.accordion-inner .accordion-item .accordion-body {
	padding: 0 0 30px 0;
}
.accordion-inner.accordion-icon-left .accordion-item .accordion-button {
	padding-left: 50px;
}
.accordion-inner.accordion-icon-left .accordion-item .accordion-button:after {
	left: 0;
	position: absolute;
}
.accordion-inner.style-2 .accordion-item .accordion-button.collapsed {
	color: var(--heading-color);
}
.accordion-inner.style-2 .accordion-item .accordion-button.collapsed:after {
	content: "+";
	font-size: 20px;
}
.accordion-inner.style-2 .accordion-item .accordion-button:after {
	content: "-";
	background-image: none !important;
	font-size: 22px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	width: 30px;
	height: 30px;
	line-height: 24px;
	background: var(--main-color-one);
	color: #fff;
	text-align: center;
	border-radius: 6px;
}
.accordion-inner.style-3 .accordion-item {
	border: 1px solid #e3e3e3;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 0 20px;
}
.accordion-inner.style-3 .accordion-item .accordion-button.collapsed {
	color: var(--heading-color);
}
.accordion-inner.style-3 .accordion-item .accordion-button.collapsed:after {
	content: "+";
	font-size: 20px;
}
.accordion-inner.style-3 .accordion-item .accordion-button:after {
	content: "-";
	background-image: none !important;
	font-size: 22px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	width: 30px;
	height: 30px;
	line-height: 24px;
	background: var(--main-color-one);
	color: #fff;
	text-align: center;
	border-radius: 6px;
}

.single-progressbar {
	background: #fff;
	border-radius: 0px;
	margin-top: 0px;
}
.single-progressbar h6 {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 0;
}
.single-progressbar .skill {
	overflow: hidden;
	padding: 40px 0 5px;
	position: relative;
	margin-bottom: 10px;
	margin-top: -30px;
}
.single-progressbar .skill:before {
	width: 100%;
	height: 10px;
	content: "";
	display: block;
	position: absolute;
	background: #f2f2f2;
	border-radius: 10px;
	bottom: 5px;
}
.single-progressbar .skill p {
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 14px;
	font-weight: 700;
	font-family: var(--heading-font);
	color: var(--main-color-one);
}

.skill-bar {
	width: 100%;
	height: 10px;
	background: var(--main-color-one);
	display: block;
	position: relative;
	border-radius: 10px;
}
.skill-bar .skill-count1 {
	right: -17px;
	position: absolute;
	top: -30px;
	padding: 3px 0;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--heading-font);
	color: var(--heading-color);
}
.skill-bar .skill-count1 p {
	margin: 0 -3px 0 0;
}

.why-choose-us-list {
	background: #ffffff;
	border: 1px solid #e3e3e3;
	padding: 25px 25px 25px 70px;
	position: relative;
}
.why-choose-us-list .count {
	height: 60px;
	padding: 0 25px;
	line-height: 60px;
	background: var(--main-color-one);
	position: absolute;
	left: -37px;
	top: 50%;
	margin-top: -30px;
}
.why-choose-us-list p {
	margin-bottom: 0;
}

/*----------------------------------------------
    # service style
----------------------------------------------*/
.single-service-inner {
	background: #fff;
	padding: 40px 35px;
	margin-bottom: 30px;
	border-radius: 24px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 4px 20px rgba(19, 16, 34, 0.06);
	box-shadow: 0px 4px 20px rgba(19, 16, 34, 0.06);
}
.single-service-inner .thumb {
	margin-bottom: 35px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-service-inner .thumb img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-service-inner .details h5 {
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-service-inner .details p {
	margin-bottom: 28px;
}
.single-service-inner:hover {
	-webkit-box-shadow: 0px 4px 20px rgba(19, 16, 34, 0.1);
	box-shadow: 0px 4px 20px rgba(19, 16, 34, 0.1);
}
.single-service-inner:hover .thumb img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.single-service-inner.style-3 {
	border-radius: 5px;
	margin-top: 50px;
	padding: 35px;
}
.single-service-inner.style-3 .thumb {
	height: 100px;
	width: 100px;
	line-height: 96px;
	border-radius: 50%;
	border: 1px solid #e3e3e3;
	text-align: center;
	margin-top: -82px;
	background: #fff;
}
.single-service-inner.style-3 .thumb-img {
	margin-top: -76px;
	margin-bottom: 5px;
}
.single-service-inner.style-3 .details h5 {
	font-size: 22px;
}
.single-service-inner.style-3:hover .thumb {
	border: 1px solid var(--main-color-one);
}
.single-service-inner.style-4 {
	border-radius: 0;
	margin-top: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}
.single-service-inner.style-4 .thumb {
	border: 0 !important;
}
.single-service-inner.style-4 .thumb img {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.single-service-inner.style-4 .details {
	margin: 20px;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	background: #fff;
	margin-top: -50px;
	position: relative;
	z-index: 2;
	padding: 30px;
	border-bottom: 6px solid var(--heading-color);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-service-inner.style-4 .details h5 {
	font-size: 22px;
}
.single-service-inner.style-4 .details .btn {
	padding: 0;
	width: 55px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: -76px;
}
.single-service-inner.style-4 .details .btn svg {
	font-size: 18px;
	margin-top: 19px;
	margin-left: 2px;
	float: initial;
}
.single-service-inner.style-4:hover .thumb {
	border: 1px solid var(--main-color-one);
}
.single-service-inner.style-4:hover .details {
	border-bottom: 6px solid var(--main-color-one);
}
.single-service-inner.style-4:hover .details .btn {
	background: var(--main-color-one);
}

.single-service-inner-2 {
	margin-bottom: 30px;
}
.single-service-inner-2 .thumb {
	background: #f3f4ff;
	border-radius: 20px;
	padding: 30px;
}
.single-service-inner-2 .thumb img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.single-service-inner-2 .details {
	padding: 30px;
	background: #fff;
	margin-top: -100px;
	margin-left: 60px;
	position: relative;
	z-index: 2;
	border-radius: 40px 0 0 0;
}
.single-service-inner-2 .details .icon img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-service-inner-2 .details p {
	margin-bottom: 0;
}
.single-service-inner-2:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.single-service-inner-2:hover .details {
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.single-service-inner-2:hover .details .icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.single-service-inner-3 {
	background: #fff;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 30px;
}
.single-service-inner-3 .thumb {
	display: inline-block;
	border-radius: 50%;
	border: 1px solid var(--main-color-one);
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-service-inner-3 .thumb .thumb-inner {
	background: #fff;
	height: 70px;
	width: 70px;
	line-height: 68px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 4px rgba(19, 16, 34, 0.15);
	box-shadow: 0px 0px 4px rgba(19, 16, 34, 0.15);
	margin: 7px;
}
.single-service-inner-3 .details p {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-service-inner-3.single-service-inner-3-left {
	padding: 40px 70px 40px 40px;
}
.single-service-inner-3.single-service-inner-3-left .thumb {
	right: -40px;
}
.single-service-inner-3.single-service-inner-3-right {
	padding: 40px 40px 40px 70px;
}
.single-service-inner-3.single-service-inner-3-right .thumb {
	left: -40px;
}
.single-service-inner-3:hover {
	background: var(--main-color-one);
}
.single-service-inner-3:hover .thumb {
	border: 1px solid #fff;
}
.single-service-inner-3:hover .details h5 {
	color: #fff;
}
.single-service-inner-3:hover .details p {
	color: #fff;
}

.service-middle-section {
	padding: 50px 50px 0 50px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.single-project-inner {
	position: relative;
	border-radius: 10px;
	margin-bottom: 25px;
}
.single-project-inner .details {
	position: absolute;
	left: 50%;
	top: 55%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	color: var(--main-color-one);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-project-inner .details span {
	display: block;
	margin-bottom: 10px;
}
.single-project-inner .details a {
	color: var(--main-color-one);
}
.single-project-inner:after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1;
	border-radius: 50px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-project-inner:hover .details {
	top: 50%;
	visibility: visible;
	opacity: 1;
}
.single-project-inner:hover:after {
	visibility: visible;
	opacity: 1;
	border-radius: 10px;
}
.single-project-inner.style-2 .details {
	left: 0;
	bottom: -10px;
	top: auto;
	-webkit-transform: translate(0);
	transform: translate(0);
	margin: 25px 25px 20px 25px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}
.single-project-inner.style-2 .details a {
	font-size: 20px;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 12px;
}
.single-project-inner.style-2 .details span {
	display: block;
	margin-bottom: 10px;
	display: inline-block;
	height: 35px;
	width: 35px;
	background: var(--main-color-one);
	color: #fff;
	line-height: 35px;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: -17px;
	margin-left: -17px;
}
.single-project-inner.style-2:after {
	display: none;
}
.single-project-inner.style-2:hover .details {
	bottom: 0;
}
.single-project-inner.style-3 {
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 0;
}
.single-project-inner.style-3 img {
	border-radius: 0;
}
.single-project-inner.style-3:after {
	background: rgba(43, 43, 94, 0.9);
	border-radius: 0;
}
.single-project-inner.style-3 .details {
	position: absolute;
	left: 0;
	top: auto;
	bottom: -10px;
	text-align: left;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding: 20px 30px;
	border-bottom: 65px solid var(--main-color-one);
}
.single-project-inner.style-3 .details p {
	color: #fff;
}
.single-project-inner.style-3 .details h5 {
	color: #fff;
}
.single-project-inner.style-3 .details .link-wrap {
	margin-bottom: -49px;
}
.single-project-inner.style-3 .details .link-wrap a {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background: #2b2b5e;
	display: inline-block;
	color: #fff;
}
.single-project-inner.style-3:hover:after {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.single-project-inner.style-3:hover .details {
	bottom: 0;
}

.single-work-process-inner {
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	margin-bottom: 30px;
	padding: 30px 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}
.single-work-process-inner .thumb img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-work-process-inner .details .process-count {
	color: var(--main-color-one);
	font-weight: 600;
}
.single-work-process-inner .details h5 {
	font-weight: 700;
}
.single-work-process-inner .details .content {
	margin-bottom: 0;
}
.single-work-process-inner:hover {
	-webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
	box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-work-process-inner:hover .thumb img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.single-work-process-inner.style-2 {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.single-work-process-inner.style-2 .line-img {
	position: absolute;
	left: 75%;
	width: 193px;
}
.single-work-process-inner.style-3 {
	margin-bottom: 55px;
	padding: 40px;
	border: 1px solid #e3e3e3;
}
.single-work-process-inner.style-3 .process-count {
	color: #737588;
}
.single-work-process-inner.style-3 .btn {
	margin-bottom: -105px;
}
.single-work-process-inner.style-3:hover {
	border-color: transparent;
	border-left: 1px solid #ff00ea;
	border-right: 1px solid #ff00ea;
}
.single-work-process-inner.style-3:hover .btn {
	background: linear-gradient(56.64deg, #2600fc 0.04%, #ff00ea 99.88%);
	color: #fff;
}

.single-work-process-inner-2 {
	padding: 25px;
	margin-top: -90px;
}
.single-work-process-inner-2 .thumb {
	height: 120px;
	width: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	display: inline-block;
	position: relative;
	background: #fff;
}
.single-work-process-inner-2 .thumb img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-work-process-inner-2 .thumb .process-count {
	height: 30px;
	width: 30px;
	color: #fff;
	background: var(--main-color-one);
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	right: -15px;
	top: 45px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-work-process-inner-2 .details p {
	margin-bottom: 0;
}
.single-work-process-inner-2:hover .thumb img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.single-work-process-inner-2:hover .thumb .process-count {
	background: var(--heading-color);
}

.single-work-process-inner-3 {
	padding: 40px;
	padding-top: 0;
}
.single-work-process-inner-3 img {
	border-radius: 50%;
}

.work-process-area-inner-2 .row .col-lg-3:nth-child(2) {
	margin-top: 100px;
}
.work-process-area-inner-2
	.row
	.col-lg-3:nth-child(2)
	.single-work-process-inner.style-2
	.line-img {
	left: 63%;
	top: -97px;
}
.work-process-area-inner-2 .row .col-lg-3:nth-child(4) {
	margin-top: 100px;
}

.single-work-process-inner-4 h5 {
	background: #ffffff;
	border: 2px solid #e3e3e3;
	border-radius: 10px 10px 0px 0px;
	padding: 20px 20px 30px 20px;
	margin: 0 20px;
	margin-bottom: -12px;
}
.single-work-process-inner-4 .thumb {
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	padding: 90px 20px;
	background: #fff;
}
.single-work-process-inner-4 .thumb img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-work-process-inner-4 .count {
	width: 100px;
	height: 100px;
	line-height: 100px;
	left: 415px;
	top: 5481px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	display: inline-block;
	font-size: 24px;
	color: #101a29;
	font-weight: 600;
	margin-top: -55px;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-work-process-inner-4:hover .thumb img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.single-work-process-inner-4:hover .count {
	background: var(--main-color-one);
	color: #fff;
	border-color: var(--main-color-one);
}

.single-work-process-inner-5 {
	padding: 25px;
	padding-top: 0;
}
.single-work-process-inner-5 .thumb {
	height: 120px;
	width: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	background: var(--main-color-one);
}
.single-work-process-inner-5 .thumb img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-work-process-inner-5 .thumb .process-count {
	height: 35px;
	width: 35px;
	color: var(--heading-color);
	background: #fff;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
	position: absolute;
	right: -15px;
	top: 65px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	font-weight: 600;
}
.single-work-process-inner-5 .details p {
	margin-bottom: 0;
}
.single-work-process-inner-5:hover .thumb img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.single-work-process-inner-5:hover .thumb .process-count {
	background: var(--main-color-one);
}

.single-team-inner {
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: 0px 4.4px 20px rgba(19, 16, 34, 0.05);
	box-shadow: 0px 4.4px 20px rgba(19, 16, 34, 0.05);
	border-radius: 22px;
	position: relative;
	margin-bottom: 30px;
}
.single-team-inner .thumb {
	position: relative;
	border-radius: 22px;
	overflow: hidden;
}
.single-team-inner .thumb img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.9s;
	transition: 0.9s;
}
.single-team-inner .thumb .team-social-inner {
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 10px;
}
.single-team-inner .team-social-inner {
	height: 50px;
	padding: 11px 25px 8px;
	background: #fff;
	border-radius: 50px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
}
.single-team-inner .team-social-inner li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 15px;
	border-right: 1px solid #e3e3e3;
	color: #737588;
}
.single-team-inner .team-social-inner li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.single-team-inner .details {
	padding: 20px;
}
.single-team-inner .details p {
	margin-bottom: 0;
}
.single-team-inner:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.single-team-inner:hover .thumb .team-social-inner {
	bottom: 20px;
	visibility: visible;
	opacity: 1;
}
.single-team-inner.style-2 {
	border-radius: 10px;
	border: 0;
}
.single-team-inner.style-2 .thumb {
	border-radius: 10px;
}
.single-team-inner.style-2 .details {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	background: #fff;
}
.single-team-inner.style-2 .details .details-inner {
	border-radius: 10px 10px 0 0;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
}
.single-team-inner.style-2 .details h5 {
	color: var(--main-color-one);
}
.single-team-inner.style-2 .details h5:hover a {
	color: var(--heading-color);
}
.single-team-inner.style-2 .details p {
	color: var(--heading-color);
}
.single-team-inner.style-2 .details .team-social-inner {
	border-radius: 5px;
	height: 40px;
	padding: 6px 15px;
}
.single-team-inner.style-3 {
	border: 0;
}
.single-team-inner.style-3 .thumb {
	background: #fff;
	padding: 30px;
}
.single-team-inner.style-3 .thumb .team-social-inner {
	height: auto;
	padding: 0;
	background: transparent;
	border-radius: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
}
.single-team-inner.style-3 .thumb .team-social-inner li {
	display: inline-block;
	margin-right: 0;
	padding-right: 0;
	font-size: 15px;
	border-right: 0;
	color: #fff;
}
.single-team-inner.style-3 .thumb .team-social-inner li a {
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	background: var(--main-color-one);
	margin: 0 2px;
	color: #fff !important;
}
.single-team-inner.style-3 .details {
	background: #fff;
	margin: 30px;
	margin-top: -60px;
	position: relative;
	z-index: 2;
	border-radius: 10px;
	padding: 30px;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.single-team-inner.style-3:hover .thumb .team-social-inner {
	bottom: 43px;
}
.single-team-inner.style-4 {
	border: 0;
	border-radius: 0 70px 0 70px;
	overflow: hidden;
}
.single-team-inner.style-4 .thumb {
	background: #fff;
	padding: 0;
}
.single-team-inner.style-4 .thumb .team-social-inner {
	height: auto;
	padding: 0;
	background: transparent;
	border-radius: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 25px;
	width: 50px;
}
.single-team-inner.style-4 .thumb .team-social-inner li {
	display: inline-block;
	margin-right: 0;
	padding-right: 0;
	font-size: 15px;
	border-right: 0;
	color: #fff;
}
.single-team-inner.style-4 .thumb .team-social-inner li a {
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 4px;
	display: inline-block;
	background: var(--main-color-one);
	margin: 2px;
	color: #fff !important;
}
.single-team-inner.style-4 .details {
	background: #fff;
	position: relative;
	z-index: 2;
	border-radius: 0;
	padding: 30px;
	background: var(--main-color-one);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	bottom: -20px;
	width: 100%;
}
.single-team-inner.style-4:hover .thumb .team-social-inner {
	left: 43px;
}
.single-team-inner.style-4:hover .details {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.team-details-page .thumb {
	background: #f5f3ef;
	padding: 40px 0 40px 0;
	margin-right: 40px;
}
.team-details-page .thumb img {
	width: 100%;
	margin-right: -80px;
}
.team-details-page .social-media li a {
	height: 46px;
	width: 46px;
	line-height: 46px;
	border-radius: 0;
	background: var(--heading-color);
	font-size: 16px;
	color: #fff;
}
.team-details-page .social-media li a:hover {
	background: var(--main-color-one);
}

/*----------------------------------------------
    # pricing style
----------------------------------------------*/
.single-pricing-inner {
	background: #fff;
	padding: 48px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 4.8px 20px rgba(19, 16, 34, 0.1);
	box-shadow: 0px 4.8px 20px rgba(19, 16, 34, 0.1);
}
.single-pricing-inner h2 {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-pricing-inner h2 sub {
	font-size: 16px;
	bottom: 1px;
}
.single-pricing-inner h5 {
	margin-bottom: 32px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-pricing-inner ul {
	padding: 0;
}
.single-pricing-inner ul li {
	list-style: none;
	color: var(--heading-color);
	margin-bottom: 15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-pricing-inner ul li i,
.single-pricing-inner ul li svg {
	margin-right: 10px;
}
.single-pricing-inner ul li.hide {
	color: var(--paragraph-color);
}
.single-pricing-inner .btn {
	margin-top: 28px;
}
.single-pricing-inner.price-active,
.single-pricing-inner:hover {
	background: #f8f9fc;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.single-pricing-inner.price-active .btn,
.single-pricing-inner:hover .btn {
	background: var(--main-color-one);
	border-color: var(--main-color-one);
	color: #fff !important;
	line-height: 50px;
}
.single-pricing-inner.style-3 {
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.single-pricing-inner.style-3 h5 {
	background: #f8f9fc;
	padding: 12px 20px;
	display: inline-block;
	margin-bottom: 32px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-pricing-inner.style-3.price-active,
.single-pricing-inner.style-3:hover {
	background: var(--main-color-one);
}
.single-pricing-inner.style-3.price-active h2,
.single-pricing-inner.style-3:hover h2 {
	color: #fff;
}
.single-pricing-inner.style-3.price-active h5,
.single-pricing-inner.style-3:hover h5 {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.single-pricing-inner.style-3.price-active ul,
.single-pricing-inner.style-3:hover ul {
	padding: 0;
}
.single-pricing-inner.style-3.price-active ul li,
.single-pricing-inner.style-3:hover ul li {
	color: #fff;
}
.single-pricing-inner.style-3.price-active ul li i,
.single-pricing-inner.style-3.price-active ul li svg,
.single-pricing-inner.style-3:hover ul li i,
.single-pricing-inner.style-3:hover ul li svg {
	margin-right: 10px;
}
.single-pricing-inner.style-3.price-active ul li.hide,
.single-pricing-inner.style-3:hover ul li.hide {
	color: grba(255, 255, 255, 0.1);
}
.single-pricing-inner.style-3.price-active .btn,
.single-pricing-inner.style-3:hover .btn {
	background: #fff;
	color: var(--main-color-one) !important;
}

.single-case-study-inner {
	margin-bottom: 30px;
	position: relative;
}
.single-case-study-inner .thumb {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.single-case-study-inner .thumb img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.9s;
	transition: 0.9s;
}
.single-case-study-inner .details {
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	padding: 25px 75px 25px 25px;
	margin-left: 50px;
	margin-top: -55px;
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 5px 0 5px 5px;
}
.single-case-study-inner .details h5 {
	margin-bottom: 5px;
}
.single-case-study-inner .details .cat {
	color: var(--main-color-one);
}
.single-case-study-inner .details .right-arrow {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: rgba(36, 107, 253, 0.1);
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--main-color-one);
}
.single-case-study-inner .details .right-arrow:hover {
	background: var(--main-color-one);
	color: #fff;
}
.single-case-study-inner.style-2 .details {
	position: absolute;
	left: 0;
	bottom: 0;
	background: transparent;
	width: 100%;
	margin-left: 0;
}
.single-case-study-inner.style-2 .details h5 {
	color: #fff;
}
.single-case-study-inner.style-2 .details .cat {
	color: #fff;
}
.single-case-study-inner.style-3 .details {
	position: absolute;
	left: 0;
	bottom: 15px;
	background: linear-gradient(56.64deg, #2600fc 0.04%, #ff00ea 99.88%);
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-case-study-inner.style-3 .details h5 {
	color: #fff;
}
.single-case-study-inner.style-3 .details .cat {
	color: #fff;
}
.single-case-study-inner.style-3:hover .details {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
.single-case-study-inner:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.single-case-study-inner:hover .details .right-arrow {
	background: var(--main-color-one);
	color: #fff;
}

/*----------------------------------------------
    # content style
----------------------------------------------*/
.single-counter-inner {
	margin-bottom: 30px;
}
.single-counter-inner .thumb img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-counter-inner:hover .thumb img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.single-counter-inner.style-2 {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 30px;
	border-radius: 5px;
}
.single-counter-inner.style-2 p {
	margin-bottom: 0;
}

.category-slider .owl-stage-outer {
	margin: 0 -15px;
	padding: 15px;
}

.single-contact-list {
	padding: 0 30px 50px 30px;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 5px;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid rgba(66, 74, 97, 0.1);
}
.single-contact-list .thumb {
	margin-bottom: 40px;
}
.single-contact-list .details h5 {
	margin-bottom: 30px;
}
.single-contact-list .details h6 {
	margin-bottom: 15px;
	font-weight: 500;
}
.single-contact-list:hover {
	-webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
	box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}

.client-slider .item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.client-slider .thumb {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.client-slider .thumb img {
	width: auto;
}
.client-slider .owl-nav {
	display: none;
}

.client-border-radius {
	border-radius: 15px 15px 0 0;
}

.saller-area-inner {
	margin: 0 -10px;
	padding-left: 0;
}
.saller-area-inner li {
	list-style: none;
	width: 18.2%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.single-saller-inner {
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	padding: 20px;
	margin: 10px;
}

.inovating-tab .nav-tabs {
	border: 0 !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.inovating-tab .nav-tabs button {
	background: rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
	color: #fff !important;
	margin-right: 8px;
	border-radius: 60px !important;
	border: 0 !important;
	padding: 10px 28px 11px;
	margin-bottom: 8px;
}
.inovating-tab .nav-tabs button.active {
	background: var(--main-color-one-one) !important;
}

.single-case-study-inner.style-4 .details {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 25px;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-case-study-inner.style-4 .details .right-arrow {
	border-radius: 5px 0 5px 0;
	background: var(--main-color-one-one);
	color: #fff;
}
.single-case-study-inner.style-4:hover .details {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.border-radius-30 {
	border-radius: 30px;
}

.fw-400 {
	font-weight: 400;
}

.single-testimonial-inner.style-4 {
	border: 2px solid #263e6b;
	padding: 30px;
	background: transparent;
	position: relative;
	margin-top: 90px;
}
.single-testimonial-inner.style-4 .thumb {
	margin-top: -120px;
	margin-bottom: 15px;
}
.single-testimonial-inner.style-4 .thumb img {
	border-radius: 70px;
}
.single-testimonial-inner.style-4 .icon {
	position: absolute;
	right: 20px;
	bottom: 30px;
}
.single-testimonial-inner.style-4 p {
	font-size: 15px;
}

.service-course-thumb .border-radius-5 {
	position: absolute;
	right: -30px;
	bottom: 30px;
}
.service-course-thumb .shape_img {
	position: absolute;
	right: -30px;
	top: -30px;
	z-index: -1;
}

.parse-option-area {
	background-size: 100% 92%;
	background-repeat: no-repeat;
}

.future-generations-inner {
	border-radius: 5px;
}
.future-generations-inner .left-content {
	padding: 30px;
}

.video-2-thumb {
	margin-bottom: -80px;
}

.offer-inner h2 {
	font-size: 60px;
}
.offer-inner p {
	font-size: 18px;
}

.single-testimonial-inner {
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	padding: 40px 30px;
	background: #fff;
	margin-top: 100px;
	border-radius: 5px;
}
.single-testimonial-inner .thumb {
	margin-top: -110px;
	margin-bottom: 30px;
}
.single-testimonial-inner .thumb img {
	width: auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.single-testimonial-inner .designation {
	font-weight: 500;
}
.single-testimonial-inner .icon {
	display: inline-block;
}
.single-testimonial-inner.style-1 {
	margin-bottom: 120px;
	position: relative;
}
.single-testimonial-inner.style-1:after {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	bottom: -9px;
	left: 50%;
	margin-left: -10px;
}
.single-testimonial-inner.style-1 .thumb {
	background: #fff;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	padding: 8px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	position: absolute;
	bottom: -105px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.single-testimonial-inner.style-1 .thumb img {
	border-radius: 50%;
}

.testimonial-tab {
	border: 0 !important;
}
.testimonial-tab button {
	border: 2px dashed transparent !important;
	padding: 0;
	height: 140px;
	width: 140px;
	border-radius: 50% !important;
	padding: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.testimonial-tab button img {
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.testimonial-tab button.active {
	border: 2px dashed var(--main-color-one) !important;
	padding: 12px;
}

.testimonial-slider-1-con--left .owl-nav {
	margin-left: -535px;
	margin-top: -80px;
	position: absolute;
	left: 0;
}

/*----------------------------------------------
    # course style
----------------------------------------------*/
.single-course-inner {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
	/* background-color: rebeccapurple; */
}
.single-course-inner .thumb {
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.single-course-inner .thumb img {
	border-radius: 5px 5px 0 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	height: 300px;
	object-fit: cover;
}
.single-course-inner .thumb .course-cat {
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 16px;
	border-radius: 5px;
	background: var(--main-color-one);
}
.single-course-inner .course-author .media-left img {
	border-radius: 50%;
}
.single-course-inner .review-inner {
	font-size: 14px;
}
.single-course-inner .review-inner i {
	color: #ff9747;
}
.single-course-inner .review-inner svg {
	color: #ff9747;
}
.single-course-inner .course-list svg {
	margin-top: -4px;
}
.single-course-inner:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.single-course-inner.style-2 {
	padding: 0;
}
.single-course-inner.style-2 .thumb .course-cat {
	top: 20px;
	left: 20px;
	right: auto;
}
.single-course-inner.style-2 .details {
	padding: 30px;
}

.course-slider-1 .owl-stage-outer {
	margin: 0 -15px;
	padding: 15px;
	/* background-color: red; */
	width: 100%;
}

.faq-area-margin-top {
	margin-top: -120px;
}

.case-study-area .animate-img-1 {
	position: absolute;
	bottom: 130px;
	left: 90px;
	width: 50px;
}

.contact-inner-1 {
	margin-top: -120px;
	position: relative;
	z-index: 2;
}
.contact-inner-1 .animate-img-1 {
	position: absolute;
	left: -30px;
	bottom: -30px;
	z-index: -1;
}
.contact-inner-1 .animate-img-2 {
	position: absolute;
	right: -30px;
	bottom: -30px;
}
.contact-inner-1 .section-title {
	background: #fff;
	padding: 50px;
	margin-left: -190px;
	margin-top: 50px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.contact-inner-1 .section-title .title {
	font-size: 35px;
}

.contact-page-list {
	margin-bottom: -110px;
	position: relative;
}

.contact-g-map iframe {
	width: 100%;
	height: 550px;
}

.career-wrap-area {
	background: #f8f9fc;
	border-radius: 5px;
}

.career-nav-tab {
	border-bottom: 1px solid #ebebeb !important;
}
.career-nav-tab button {
	border: 0 !important;
	border-right: 1px solid #ebebeb !important;
	background: transparent !important;
	width: 25%;
	font-weight: 600;
	color: var(--heading-color);
	padding: 15px 6px;
}
.career-nav-tab button:last-child {
	border-right: 0 !important;
}
.career-nav-tab button.active {
	color: var(--main-color-one) !important;
}

.career-wrap {
	padding: 60px;
}

.project-nav-tab {
	border-bottom: 0 !important;
	background: #f8f9fc;
	padding: 5px 15px;
	border-radius: 5px;
}
.project-nav-tab button {
	border: 0 !important;
	background: transparent !important;
	font-weight: 600;
	color: var(--heading-color);
	padding: 5px 15px;
}
.project-nav-tab button:last-child {
	border-right: 0 !important;
}
.project-nav-tab button.active {
	color: var(--heading-color) !important;
}
.project-nav-tab.style-2 {
	background: transparent;
	padding: 0;
	border-radius: 0;
}
.project-nav-tab.style-2 button {
	height: 60px;
	/* list-height: 60px; */
	background: #ffffff;
	border: 1px solid #e3e3e3 !important;
	padding: 0 35px;
	border-radius: 4px;
	margin: 0 4px;
}
.project-nav-tab.style-2 button.active {
	background: var(--main-color-one) !important;
	border: 1px solid var(--main-color-one) !important;
}

.counter-4-area {
	position: relative;
}
.counter-4-area .counter-4-title {
	background: rgba(255, 255, 255, 0.1);
	display: inline-block;
	padding: 35px 40px;
	color: #fff;
	min-width: 200px;
}

.about-area-margin-bottom {
	position: relative;
	margin-bottom: -120px;
	z-index: 2;
}

.navbar-area-4 {
	position: relative;
	z-index: 2;
	background: #fff;
	padding-left: 328px;
}
.navbar-area-4 .left-bg {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 38.4%;
}
.navbar-area-4 .logo {
	position: relative;
	z-index: 2;
}
.navbar-area-4 .navbar-top {
	position: relative;
}
.navbar-area-4 .navbar-top:after {
	content: "";
	position: absolute;
	left: -20%;
	top: 0;
	background: #f8f9fc;
	height: 100%;
	width: 120%;
	z-index: -1;
}
.navbar-area-4 .navbar-top ul li {
	color: #010d14;
}

.solution-area-style {
	margin-bottom: -150px;
}

.creator-slider .owl-nav {
	display: none;
}

.single-creator-inner {
	background: #f8f9fc;
	border-bottom: 1px solid #e3e3e3;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
}
.single-creator-inner .thumb {
	overflow: hidden;
	border-radius: 10px;
}
.single-creator-inner .thumb img {
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
.single-creator-inner .details {
	position: relative;
	padding-top: 25px;
}
.single-creator-inner .details .social-media {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-creator-inner .details .social-media li a {
	background: linear-gradient(56.64deg, #2600fc 0.04%, #ff00ea 99.88%);
}
.single-creator-inner:hover {
	border-bottom: 1px solid var(--main-color-one);
}
.single-creator-inner:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.single-creator-inner:hover .details .social-media {
	top: -16px;
	visibility: visible;
	opacity: 1;
}
.single-creator-inner.style-2 {
	background: #19164a;
	border-bottom: 0;
}
.single-creator-inner.style-2 .details .social-media {
	top: -47px;
}

.roadmap-line {
	position: relative;
}
.roadmap-line:after {
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	height: 4px;
	width: 100%;
	border-top: 1px dashed #fff;
	z-index: 0;
}
.roadmap-line:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 80%;
	width: 100%;
	z-index: 0;
	background: #160443;
}
.roadmap-line .single-service-inner {
	position: relative;
	z-index: 2;
	padding: 60px;
	padding-bottom: 0;
	margin-bottom: 20px;
	padding-top: 0;
}

.single-progress-inner .progress {
	height: 12px;
	background: #333f4d;
	border-radius: 30px;
}
.single-progress-inner .progress .progress-bar {
	border-radius: 30px;
}

.pie-chart {
	background: radial-gradient(
			circle closest-side,
			#050231 0,
			#050231 43.68%,
			transparent 43.68%,
			transparent 84%,
			#050231 0
		),
		conic-gradient(
			from 42deg,
			#00d199 0,
			#00d199 49.4%,
			#c87b07 0,
			#c87b07 79.3%,
			#a92535 0,
			#a92535 100%
		);
	position: relative;
	width: 520px;
	min-height: 520px;
	margin: 0 !important;
	display: inline-block;
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.td-search-popup.active .search-form {
	visibility: visible;
	opacity: 1;
	width: 40%;
	z-index: 9999;
}

.td-search-popup .search-form {
	width: 35%;
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
	border: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 54px;
	padding: 0 75px 0 25px;
	background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.td-search-popup .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 54px;
	border: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	text-align: center;
	cursor: pointer;
	background: var(--main-color-one);
}

.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.95);
	z-index: 999;
	content: "";
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
		progress;
}

.body-overlay.active {
	visibility: visible;
	opacity: 0.97;
}

.mfp-zoom-in .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/************ single-inpur-inner ************/
.single-input-inner {
	margin-bottom: 20px;
}
.single-input-inner input {
	width: 100%;
	height: 52px;
	border: 0 !important;
	padding: 0 18px;
	border-radius: 6px;
	font-weight: 300;
}
.single-input-inner input::-webkit-input-placeholder {
	color: #adadad;
}
.single-input-inner input::-moz-placeholder {
	color: #adadad;
}
.single-input-inner input:-ms-input-placeholder {
	color: #adadad;
}
.single-input-inner input::-ms-input-placeholder {
	color: #adadad;
}
.single-input-inner input::placeholder {
	color: #adadad;
}
.single-input-inner textarea {
	width: 100%;
	border: 0 !important;
	height: 140px;
	border-radius: 6px;
	padding: 14px 18px;
	font-weight: 300;
}
.single-input-inner textarea::-webkit-input-placeholder {
	color: #adadad;
}
.single-input-inner textarea::-moz-placeholder {
	color: #adadad;
}
.single-input-inner textarea:-ms-input-placeholder {
	color: #adadad;
}
.single-input-inner textarea::-ms-input-placeholder {
	color: #adadad;
}
.single-input-inner textarea::placeholder {
	color: #adadad;
}
.single-input-inner .single-select {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 0 !important;
	border-radius: 6px;
	padding: 0 18px;
	margin-bottom: 20px;
}
.single-input-inner .single-select .list {
	width: 100%;
}
.single-input-inner.style-border input {
	border: 1px solid rgba(234, 225, 214, 0.7) !important;
	background: transparent;
}
.single-input-inner.style-border input::-webkit-input-placeholder {
	color: #adadad;
}
.single-input-inner.style-border input::-moz-placeholder {
	color: #adadad;
}
.single-input-inner.style-border input:-ms-input-placeholder {
	color: #adadad;
}
.single-input-inner.style-border input::-ms-input-placeholder {
	color: #adadad;
}
.single-input-inner.style-border input::placeholder {
	color: #adadad;
}
.single-input-inner.style-border textarea {
	border: 1px solid rgba(234, 225, 214, 0.7) !important;
	background: transparent;
}
.single-input-inner.style-border textarea::-webkit-input-placeholder {
	color: #adadad;
}
.single-input-inner.style-border textarea::-moz-placeholder {
	color: #adadad;
}
.single-input-inner.style-border textarea:-ms-input-placeholder {
	color: #adadad;
}
.single-input-inner.style-border textarea::-ms-input-placeholder {
	color: #adadad;
}
.single-input-inner.style-border textarea::placeholder {
	color: #adadad;
}
.single-input-inner.style-border .single-select {
	border: 1px solid rgba(234, 225, 214, 0.7) !important;
	color: #adadad;
}
.single-input-inner.style-border-bottom input {
	border-bottom: 1px solid rgba(234, 225, 214, 0.7) !important;
	background: transparent;
	padding: 0;
}
.single-input-inner.style-border-bottom input::-webkit-input-placeholder {
	color: #adadad;
}
.single-input-inner.style-border-bottom input::-moz-placeholder {
	color: #adadad;
}
.single-input-inner.style-border-bottom input:-ms-input-placeholder {
	color: #adadad;
}
.single-input-inner.style-border-bottom input::-ms-input-placeholder {
	color: #adadad;
}
.single-input-inner.style-border-bottom input::placeholder {
	color: #adadad;
}
.single-input-inner.style-border-bottom textarea {
	border-bottom: 1px solid rgba(234, 225, 214, 0.7) !important;
}
.single-input-inner.style-border-bottom textarea::-webkit-input-placeholder {
	color: #adadad;
}
.single-input-inner.style-border-bottom textarea::-moz-placeholder {
	color: #adadad;
}
.single-input-inner.style-border-bottom textarea:-ms-input-placeholder {
	color: #adadad;
}
.single-input-inner.style-border-bottom textarea::-ms-input-placeholder {
	color: #adadad;
}
.single-input-inner.style-border-bottom textarea::placeholder {
	color: #adadad;
}
.single-input-inner.style-border-bottom .single-select {
	border-bottom: 1px solid rgba(234, 225, 214, 0.7) !important;
	background: transparent;
	color: #adadad;
}
.single-input-inner.style-bg input {
	background: #f3f6fb;
}
.single-input-inner.style-bg input::-webkit-input-placeholder {
	color: #3f517e;
}
.single-input-inner.style-bg input::-moz-placeholder {
	color: #3f517e;
}
.single-input-inner.style-bg input:-ms-input-placeholder {
	color: #3f517e;
}
.single-input-inner.style-bg input::-ms-input-placeholder {
	color: #3f517e;
}
.single-input-inner.style-bg input::placeholder {
	color: #3f517e;
}
.single-input-inner.style-bg textarea {
	background: #f3f6fb;
}
.single-input-inner.style-bg textarea::-webkit-input-placeholder {
	color: #3f517e;
}
.single-input-inner.style-bg textarea::-moz-placeholder {
	color: #3f517e;
}
.single-input-inner.style-bg textarea:-ms-input-placeholder {
	color: #3f517e;
}
.single-input-inner.style-bg textarea::-ms-input-placeholder {
	color: #3f517e;
}
.single-input-inner.style-bg textarea::placeholder {
	color: #3f517e;
}
.single-input-inner.style-bg .single-select {
	background: #f3f6fb;
	color: #3f517e;
}
.single-input-inner.style-bg-none input {
	background: transparent;
	color: #fff;
}
.single-input-inner.style-bg-none input::-webkit-input-placeholder {
	color: #fff;
}
.single-input-inner.style-bg-none input::-moz-placeholder {
	color: #fff;
}
.single-input-inner.style-bg-none input:-ms-input-placeholder {
	color: #fff;
}
.single-input-inner.style-bg-none input::-ms-input-placeholder {
	color: #fff;
}
.single-input-inner.style-bg-none input::placeholder {
	color: #fff;
}
.single-input-inner.style-bg-none textarea {
	background: transparent;
	color: #fff;
}
.single-input-inner.style-bg-none textarea::-webkit-input-placeholder {
	color: #fff;
}
.single-input-inner.style-bg-none textarea::-moz-placeholder {
	color: #fff;
}
.single-input-inner.style-bg-none textarea:-ms-input-placeholder {
	color: #fff;
}
.single-input-inner.style-bg-none textarea::-ms-input-placeholder {
	color: #fff;
}
.single-input-inner.style-bg-none textarea::placeholder {
	color: #fff;
}
.single-input-inner.style-bg-none .single-select {
	background: transparent;
	color: #fff;
}

.contact-form-inner {
	padding: 0 30px 30px;
	border-radius: 7px;
	overflow: hidden;
	background-size: cover;
}
.contact-form-inner .single-input-inner.style-border-bottom input {
	border-bottom: 1px solid #fff !important;
}
.contact-form-inner
	.single-input-inner.style-border-bottom
	input::-webkit-input-placeholder {
	color: #fff;
}
.contact-form-inner
	.single-input-inner.style-border-bottom
	input::-moz-placeholder {
	color: #fff;
}
.contact-form-inner
	.single-input-inner.style-border-bottom
	input:-ms-input-placeholder {
	color: #fff;
}
.contact-form-inner
	.single-input-inner.style-border-bottom
	input::-ms-input-placeholder {
	color: #fff;
}
.contact-form-inner .single-input-inner.style-border-bottom input::placeholder {
	color: #fff;
}

.blog-comment-form textarea {
	background: #fbfbfb;
	border: 1px solid #fbfbfb;
}

.nav-top-search {
	position: relative;
}
.nav-top-search input {
	height: 50px;
	padding: 0 50px 0 20px;
	background: rgba(255, 255, 255, 0.1803921569);
	border: 0 !important;
	outline: 0;
	border-radius: 50px;
	color: #fff;
}
.nav-top-search input::-webkit-input-placeholder {
	color: #fff;
}
.nav-top-search input::-moz-placeholder {
	color: #fff;
}
.nav-top-search input:-ms-input-placeholder {
	color: #fff;
}
.nav-top-search input::-ms-input-placeholder {
	color: #fff;
}
.nav-top-search input::placeholder {
	color: #fff;
}
.nav-top-search button {
	background: transparent;
	border: 0;
	position: absolute;
	right: 14px;
	top: 11px;
	color: #fff;
}

/*---------------------------------------------------
	widget styles
----------------------------------------------------*/
.widget-title {
	position: relative;
	font-size: 20px;
}

.td-sidebar .widget {
	margin-bottom: 34px;
	padding: 30px;
	border-radius: 6px;
	border: 1px solid #ededed;
}
.td-sidebar .widget .widget-title {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 8px;
	color: var(--main-color-one);
}
.td-sidebar .widget .widget-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 3px;
	width: 100%;
	background: #e1e1e1;
}
.td-sidebar .widget .widget-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 3px;
	width: 60px;
	background: var(--main-color-one);
	z-index: 2;
}
.td-sidebar .widget.widget-recent-post ul li .media {
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	padding: 15px 20px;
	border-radius: 5px;
}

.footer-area .widget-title {
	color: #fff;
}

.td-sidebar-service .widget {
	margin-bottom: 34px;
	padding: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.td-sidebar-service .widget .widget-title:before {
	display: none;
}
.td-sidebar-service .widget .widget-title:after {
	border-bottom: 1px dashed var(--main-color-one);
	background: transparent;
	width: 156px;
}

.widget_search .search-form {
	position: relative;
	background: #f4f6f9;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}

.widget_search .search-form .form-group {
	margin-bottom: 0;
}

.widget_search .search-form input {
	width: 100%;
	border: 0;
	height: 55px;
	padding: 0 60px 0 22px;
}

.widget_search .search-form input:focus {
	border: 0;
	outline: 0;
}

.widget_search .search-form button {
	position: absolute;
	right: 0;
	border: 0;
	background: var(--main-color-one);
	cursor: pointer;
	padding: 0 22px;
	top: 0;
	height: 55px;
	color: #fff;
}

.widget_search .search-form button svg,
.widget_search .search-form button i {
	color: #fff;
}

.widget_search .search-form button:active,
.widget_search .search-form button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.widget-recent-post ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 9px;
	padding-bottom: 0;
}

.widget-recent-post ul li {
	margin-bottom: 15px;
}

.widget-recent-post ul li .media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget-recent-post ul li .media .media-left {
	margin-right: 18px;
}

.widget-recent-post ul li .media .media-left img {
	border-radius: 4px;
}

.widget-recent-post ul li .media .media-body .title {
	margin-bottom: 8px;
}

.widget-recent-post ul li .media .media-body .post-info {
	font-size: 13px;
	color: var(--heading-color);
}

.widget-recent-post ul li .media .media-body .post-info span {
	color: #3f517e;
}

.widget-recent-post ul li .media .media-body .post-info svg,
.widget-recent-post ul li .media .media-body .post-info i {
	margin-right: 8px;
	color: var(--main-color-one);
}

.widget-recent-post ul li:last-child {
	border-bottom: 0 !important;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_catagory ul {
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: -5px;
}

.widget_catagory ul li {
	list-style: none;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	padding-bottom: 10px;
}
.widget_catagory ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_catagory ul li a {
	position: relative;
	padding: 10px 15px;
	background: #f8f9fc;
	display: block;
	padding-right: 60px;
	border-radius: 6px;
}
.widget_catagory ul li a span {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid rgba(66, 74, 97, 0.1);
	display: inline-block;
	padding: 10px 18px;
	right: 0;
	border-radius: 6px;
}

.widget_catagory ul li:last-child {
	margin-bottom: 0;
}

.widget_catagory_2 ul {
	padding: 0;
}
.widget_catagory_2 ul li {
	list-style: none;
}
.widget_catagory_2 ul li a {
	border: 1px solid #d1d1d1;
	display: block;
	margin-bottom: 20px;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 600;
}
.widget_catagory_2 ul li a i {
	float: right;
	padding-top: 3px;
	font-size: 21px;
}
.widget_catagory_2 ul li a span i {
	float: left;
	margin-right: 10px;
	color: var(--main-color-one);
	background: #ffe6e2;
	padding: 5px 5px 2px 5px;
	border-radius: 3px;
}
.widget_catagory_2 ul li a:hover {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#f99746),
		to(#ee0020)
	);
	background-image: linear-gradient(to right, #f99746, #ee0020);
	border: 1px solid var(--main-color-one);
	color: #fff;
}

.widget_tag_cloud .tagcloud a {
	background: #f3f6fb;
	height: 36px;
	line-height: 34px;
	padding: 2px 15px 3px;
	border-radius: 5px;
	display: inline-block;
	margin: 0 5px 9px 0;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}
.widget_tag_cloud .tagcloud a i {
	float: right;
	padding-top: 5px;
}

.widget_tag_cloud .tagcloud a:hover {
	background: var(--main-color-one);
	color: #ffffff;
	border-color: var(--main-color-one);
}

/*********** widget_checkbox_list ************/
.widget_checkbox_list .single-checkbox:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.single-checkbox {
	display: block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	cursor: pointer;
	font-size: 16px;
	color: var(--heading-color);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom: 1px solid #e3e3e3;
}
.single-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.single-checkbox input:checked ~ .checkmark {
	background-color: var(--main-color-one);
}
.single-checkbox input:checked ~ .checkmark:after {
	display: block;
}
.single-checkbox .checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eae1d6;
}
.single-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/******** widget-video-inner *********/
.widget-video-inner {
	border-radius: 5px;
}
.widget-video-inner .thumb {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}
.widget-video-inner .thumb:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}
.widget-video-inner .thumb .video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	line-height: 52px;
	z-index: 1;
}
.widget-video-inner .thumb .video-btn i {
	font-size: 18px;
}
.widget-video-inner .thumb .video-btn:after {
	width: 70px;
	height: 70px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.widget-video-inner .details {
	margin-top: 10px;
}
.widget-video-inner .details ul {
	padding: 0;
	margin: 0;
}
.widget-video-inner .details ul li {
	list-style: none;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	border-bottom: 1px dashed #e3e3e3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget-video-inner .details ul li:last-child {
	border-bottom: 0;
}
.widget-video-inner .details ul li i {
	color: var(--main-color-one);
	margin-right: 7px;
}
.widget-video-inner .details ul li span {
	margin-right: auto;
	font-weight: 500;
	color: var(--heading-color);
}

/******** widget-contact *********/
.widget_contact .details {
	padding: 0;
}
.widget_contact .details li {
	margin-bottom: 10px;
	position: relative;
	list-style: none;
}
.widget_contact .details li i {
	margin-right: 14px;
	color: var(--main-color-one);
}
.widget_contact .details li svg {
	margin-right: 14px;
	color: var(--main-color-one);
}
.widget_contact .details li:last-child {
	margin-bottom: 0;
}
.widget_contact .details li .time {
	font-size: 12px;
	margin-top: 3px;
}
.widget_contact .social-media li a {
	border: 1px solid var(--paragraph-color);
	background: transparent;
	line-height: 28px;
}
.widget_contact .social-media li a svg {
	margin-right: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.widget_contact .social-media li a:hover {
	background: var(--main-color-one);
	border: 1px solid var(--main-color-one);
}
.widget_contact .social-media li a:hover svg {
	color: #fff !important;
}

.widget_instagram .instagram-wrap {
	margin: 0 10px;
}
.widget_instagram .instagram-wrap .thumb {
	margin-bottom: 10px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
}
.widget_instagram .instagram-wrap .thumb img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.9s;
	transition: 0.9s;
}
.widget_instagram .instagram-wrap .thumb:after {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.widget_instagram .instagram-wrap .thumb i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: rgba(253, 74, 54, 0.7);
	display: inline-block;
	z-index: 3;
	color: #fff;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.widget_instagram .instagram-wrap .thumb:hover:after {
	visibility: visible;
	opacity: 1;
}
.widget_instagram .instagram-wrap .thumb:hover i {
	visibility: visible;
	opacity: 1;
}
.widget_instagram .instagram-wrap .thumb:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.widget_author {
	padding: 50px 30px !important;
}
.widget_author .thumb {
	margin-bottom: 20px;
}
.widget_author .thumb img {
	border-radius: 50%;
	max-width: 180px;
	max-height: 180px;
}
.widget_author .details h5 {
	margin-bottom: 15px;
}
.widget_author .details h6 {
	margin-bottom: 30px;
}
.widget_author .details .social-media li a {
	background: #f8f9fc;
	color: var(--main-color-one);
	height: 45px;
	width: 45px;
	line-height: 45px;
	font-size: 15px;
}
.widget_author .details .social-media li a:hover {
	background: var(--main-color-one);
	color: #fff;
}

.widget-info-inner h6 {
	margin-bottom: 4px;
}
.widget-info-inner p {
	margin-bottom: 15px;
}
.widget-info-inner p:last-child {
	margin-bottom: 0;
}

.course-sidebar .widget {
	border: 0;
	padding: 0;
}
.course-sidebar .widget .widget-title {
	padding-bottom: 0;
}
.course-sidebar .widget .widget-title svg {
	margin-top: 6px;
	float: left;
	margin-right: 10px;
	font-size: 15px;
}
.course-sidebar .widget .widget-title:before,
.course-sidebar .widget .widget-title:after {
	display: none;
}
.course-sidebar .widget_catagory .catagory-items li {
	border: 1px solid #e1e1e1;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-radius: 5px;
}
.course-sidebar .widget_catagory .catagory-items li a {
	background-color: transparent;
	padding: 15px;
	color: var(--heading-color);
}
.course-sidebar .widget_catagory .catagory-items li a span {
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	color: var(--main-color-one);
	position: relative;
	top: auto;
	padding: 0;
	margin-right: 5px;
}
.course-sidebar .widget_catagory .catagory-items li a:hover {
	background: var(--main-color-one);
	color: #fff;
}
.course-sidebar .widget_catagory .catagory-items li a:hover span {
	color: #fff;
}
.course-sidebar .widget_download ul {
	padding: 8px 0;
	background: #fff;
	border-radius: 5px;
}
.course-sidebar .widget_download ul li {
	list-style: none;
}
.course-sidebar .widget_download ul li a {
	padding: 12px 15px;
	display: block;
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
	border-radius: 5px;
}
.course-sidebar .widget_download ul li a svg {
	height: 30px;
	width: 30px;
	background: rgba(36, 107, 253, 0.1);
	color: var(--main-color-one);
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	padding: 8px;
	float: right;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.course-sidebar .widget_download ul li a:hover svg {
	background: var(--main-color-one);
	color: #fff;
}

/*------------------------------------------------
    blog style
------------------------------------------------*/
.single-blog-inner {
	margin-bottom: 50px;
	overflow: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.single-blog-inner .thumb {
	position: relative;
	overflow: hidden;
}
.single-blog-inner .thumb .date {
	height: 94px;
	width: 84px;
	background: var(--main-color-one);
	position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	padding: 15px;
	padding-top: 22px;
}
.single-blog-inner .thumb img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.9s;
	transition: 0.9s;
}
.single-blog-inner .blog-meta {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.single-blog-inner .blog-meta li {
	display: inline-block;
	margin-right: 18px;
	color: #8a8a8a;
}
.single-blog-inner .blog-meta li i {
	margin-right: 4px;
	color: var(--main-color-one);
}
.single-blog-inner .blog-meta li svg {
	margin-right: 4px;
	color: var(--main-color-one);
}
.single-blog-inner .blog-meta li:last-child {
	margin-right: 0;
}
.single-blog-inner .details {
	padding: 30px;
}
.single-blog-inner .details h2 {
	margin-bottom: 3px;
}
.single-blog-inner .details h2:hover a {
	color: var(--main-color-one);
}
.single-blog-inner .details .title {
	margin-bottom: 17px;
}
.single-blog-inner .details p {
	margin-bottom: 16px;
}
.single-blog-inner .details .read-more-text {
	font-weight: 600;
}
.single-blog-inner .portfolio-details {
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--main-color-one);
	border-radius: 0 30px 0 0;
	overflow: hidden;
}
.single-blog-inner .portfolio-details h5 {
	padding: 10px 30px;
	background: var(--heading-color);
	color: #fff;
}
.single-blog-inner .portfolio-details p {
	margin-bottom: 4px;
	color: #fff;
	border-bottom: 1px dashed #fff;
	padding: 5px 30px 7px 30px;
}
.single-blog-inner .portfolio-details p:last-child {
	border-bottom: 0;
}
.single-blog-inner .portfolio-details strong {
	min-width: 95px;
	display: inline-block;
	color: #fff;
}
.single-blog-inner:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-blog-list {
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-blog-list .thumb {
	overflow: hidden;
	position: relative;
}
.single-blog-list .thumb img {
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
.single-blog-list .thumb .date {
	position: absolute;
	right: 0;
	top: 25px;
	background: #fff;
	padding: 9px 18px;
	border-radius: 5px 0 0 5px;
	border-left: 3px solid var(--main-color-one);
	color: var(--heading-color);
	font-weight: 600;
}
.single-blog-list .thumb .date-2 {
	background: var(--main-color-one);
	padding: 11px 20px;
	border-radius: 7px;
	color: #fff;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 67px;
	text-align: center;
	font-weight: 600;
	line-height: 1.5;
}
.single-blog-list .details {
	padding: 25px 30px;
	position: relative;
}
.single-blog-list .details .cat {
	position: absolute;
	right: 0;
	top: -24px;
	background: var(--main-color-one);
	padding: 9px 18px;
	border-radius: 5px 0 0 5px;
	color: #fff;
}
.single-blog-list .details .blog-meta li {
	list-style: none;
	display: inline-block;
	margin-right: 12px;
	font-size: 12px;
}
.single-blog-list .details .blog-meta li svg {
	color: var(--main-color-one);
	margin-right: 4px;
}
.single-blog-list .details p {
	font-weight: 500;
}
.single-blog-list .details p i,
.single-blog-list .details p svg {
	margin-right: 5px;
}
.single-blog-list .details p i path,
.single-blog-list .details p svg path {
	color: var(--main-color-one);
}
.single-blog-list .details h5 {
	margin-bottom: 0;
	text-transform: capitalize;
}
.single-blog-list .details .meta {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #ededed;
}
.single-blog-list .details .meta p {
	margin-bottom: 0;
}
.single-blog-list:hover {
	-webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
	box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-blog-list:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.single-blog-list.style-two {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.single-blog-list.style-two .details {
	-webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
	margin: 30px;
	margin-top: -40px;
	background: #fff;
	border-radius: 6px;
}
.single-blog-list.style-two .details h5 {
	border-top: 1px solid #e3e3e3;
	padding-top: 19px;
}

/************ page navigation ************/
.pagination {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 10px 0 0 0;
}
.pagination .prev,
.pagination .next {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.pagination .page-numbers {
	height: 40px;
	width: 40px;
	margin-right: 8px;
	border: 0;
	border-radius: 5px;
	background: #f8f9fc;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	color: var(--heading-color);
	font-size: 16px;
	font-weight: 700;
}
.pagination .page-numbers:active,
.pagination .page-numbers:focus,
.pagination .page-numbers:hover {
	background: var(--main-color-one);
	color: #fff;
}
.pagination .page-numbers.current {
	background: var(--main-color-one);
	color: #fff;
}

/******** blog-details-page-content ***********/
.blog-details-page-content .single-blog-inner {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.blog-details-page-content blockquote {
	background: #fff;
	padding: 30px 40px 30px 110px;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	background: #f3f6fb;
	text-align: center;
}
.blog-details-page-content blockquote p {
	margin-bottom: 0 !important;
	text-align: left;
}
.blog-details-page-content blockquote svg {
	position: absolute;
	left: 40px;
	top: 38px;
}
.blog-details-page-content blockquote .name {
	position: relative;
	padding-left: 40px;
	margin-top: 15px;
	text-align: left;
}
.blog-details-page-content blockquote .name:after {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 28px;
	height: 3px;
	background: var(--main-color-one);
}

/*********** tag-and-share ************/
.tag-and-share {
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}
.tag-and-share .tags a {
	height: 30px;
	line-height: 29px;
	padding: 0 12px;
	background: #f2f5f6;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	color: #757575;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: 1px solid rgba(66, 74, 97, 0.1);
}
.tag-and-share .tags a:hover {
	background: var(--main-color-one);
	color: #fff;
	border-color: var(--main-color-one);
}
.tag-and-share strong {
	color: var(--heading-color);
	margin-right: 6px;
	font-size: 20px;
}
.tag-and-share .blog-share ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.tag-and-share .blog-share ul li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
	color: var(--heading-color);
}
.tag-and-share .blog-share ul li:last-child {
	margin-right: 0;
}

/****** prev-next-post ******/
.prev-next-post {
	padding: 20px;
	margin-top: 50px;
	border: 1px solid #ededed;
	border-radius: 5px;
}
.prev-next-post .btn {
	height: 50px;
	width: 50px;
	line-height: 50px;
	padding: 0;
	text-align: center;
	display: inline-block;
}
.prev-next-post .btn svg {
	font-size: 12px;
	margin-top: 0;
	margin-left: 0;
	float: initial;
}

.blog-comment-form {
	padding-top: 30px;
}
.blog-comment-form h3 {
	position: relative;
	margin-bottom: 32px;
}

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

.bypostauthor {
	display: block;
}

.blog-comment {
	position: relative;
	margin-top: 40px;
}

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

.blog-comment .comment-list ul.children {
	margin: 0;
	list-style: none;
	padding-left: 65px;
}

.blog-comment .comment-box {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid var(--aivons-light, #f2f4f8);
}

.blog-comment .comment {
	position: relative;
	border: 1px solid #e3e3e3;
	padding: 20px;
	margin-bottom: 20px;
}

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

.blog-comment .comment-box .author-thumb img {
	width: 90px;
	height: 90px;
	display: block;
	border-radius: 50%;
}

.blog-comment .comment-box .info {
	position: relative;
	margin-bottom: 25px;
	line-height: 24px;
}

.blog-comment .comment-box .info .name {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	color: var(--aivons-black, #0f0d1d);
	text-transform: uppercase;
}

.blog-comment .comment-box .info .date {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: var(--main-color-one);
}

.blog-comment .comment-box .text {
	position: relative;
	display: block;
	color: var(--aivons-gray, #726f84);
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.blog-comment .comment-box .reply-btn {
	position: relative;
	display: block;
}

.blog-comment .comment-box .theme-btn .btn-title {
	padding: 6px 30px 4px;
	line-height: 30px;
}

.blog-comment .comment-body .says {
	display: none;
}

.blog-comment .comment-body {
	position: relative;
	padding-left: 100px;
}

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

.blog-comment .comment-body .avatar {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	height: 85px;
	width: 85px;
}

.blog-comment .fn a,
.blog-comment .fn {
	position: relative;
	display: block;
	font-size: 18px;
	color: var(--heading-color);
	text-decoration: none;
	line-height: 1;
	font-weight: 600;
}

.blog-comment .comment-body .comment-metadata {
	margin-bottom: 13px;
	color: var(--main-color-one);
	font-weight: 500;
}

.blog-comment .comment-body .comment-metadata a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
}

.blog-comment .comment-body .comment-metadata a:hover {
	color: var(--aivons-black, #0f0d1d);
}

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

.blog-comment .comment-content p {
	position: relative;
	display: block;
	color: var(--aivons-gray, #726f84);
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 2em;
	font-family: var(--aivons-font, "Jost", sans-serif);
	letter-spacing: 0;
	font-weight: 500;
}

.blog-comment .comment-content table a {
	color: var(--main-color-one);
	text-decoration: none;
}

.blog-comment .comment-content {
	font-weight: 500;
}

.blog-comment .comment-content table a {
	color: var(--aivons-black, #0f0d1d);
}

.blog-comment .comment-content table a:hover {
	color: var(--main-color-one);
}

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

.blog-comment .reply a {
	position: relative;
	background-color: var(--main-color-one);
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-top: 40px;
	display: inline-block;
	vertical-align: middle;
	/* -webkit-appearance: none; */
	border: none;
	outline: none !important;
	padding: 0 16px;
	border-radius: 4px;
	text-transform: capitalize;
}

.blog-admin {
	background: #f8f9fc;
	padding: 30px;
	border-radius: 5px;
}
.blog-admin p {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.blog-comment .reply a {
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
}
.blog-comment .reply a:hover {
	background-color: var(--aivons-black, #0f0d1d);
	color: #ffffff;
}

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

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

.reply-form .logged-in-as {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--main-color-one);
	margin-left: -10px;
	margin-top: -40px;
	margin-bottom: 20px;
}

.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(--main-color-one);
	text-decoration: underline;
}

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

/*--------------------------------------------------
    ##Footer style
---------------------------------------------------*/
.footer-area {
	position: relative;
	margin-top: 90px;
}
.footer-area:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: var(--heading-color);
	z-index: -1;
}
.footer-area .widget {
	position: relative;
	z-index: 2;
	margin-bottom: 70px;
}
.footer-area .widget-title {
	margin-bottom: 30px;
	position: relative;
}
.footer-area .widget_about .thumb {
	margin-bottom: 20px;
}
.footer-area .widget_about .thumb img {
	max-width: 150px;
}
.footer-area .widget_about .details p {
	margin-bottom: 0;
	color: #fff;
}
.footer-area .widget_about .details p svg {
	color: var(--main-color-one);
	margin-right: 10px;
}
.footer-area .widget_about .details p + p {
	font-weight: 500;
}
.footer-area .widget_about .details .social-media {
	margin-top: 26px;
}
.footer-area .widget_about .details .social-media li a {
	border: 1px solid #cdd8f9;
	background: transparent;
	color: var(--heading-color);
	border-radius: 50%;
	font-size: 14px;
}
.footer-area .widget_about .details .social-media li a:hover {
	color: #fff;
	background: var(--main-color-one);
	border: 1px solid var(--main-color-one);
}
.footer-area .widget_about .details .social-media li a:hover svg path {
	color: #fff;
}
.footer-area .widget_about .subscribe {
	position: relative;
}
.footer-area .widget_about .subscribe input {
	width: 100%;
	height: 44px;
	padding: 0 50px 0 15px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.footer-area .widget_about .subscribe button {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 5px 5px 0;
	height: 44px;
	width: 40px;
	border: 0;
	background: var(--main-color-one);
	color: #fff;
	font-size: 15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.footer-area .widget_about .subscribe button:hover {
	background: var(--heading-color);
}
.footer-area .widget_nav_menu ul {
	margin: 0;
	padding: 0;
}
.footer-area .widget_nav_menu ul li {
	list-style: none;
	margin-bottom: 7px;
	position: relative;
	color: #fff;
	position: relative;
}
.footer-area .widget_nav_menu ul li svg {
	margin-right: 8px;
	color: #333f4d;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.footer-area .widget_nav_menu ul li:hover svg {
	color: var(--main-color-one);
}
.footer-area .widget_subscribe .single-input-inner {
	position: relative;
}
.footer-area .widget_subscribe .single-input-inner input {
	padding-right: 40px;
}
.footer-area .widget_subscribe button {
	padding: 0;
	border: 0;
	position: absolute;
	right: 15px;
	top: 10px;
	background: transparent;
	color: var(--main-color-one);
}
.footer-area .widget_subscribe label {
	color: #fff;
	position: relative;
	padding-left: 22px;
}
.footer-area .widget_subscribe label input {
	position: absolute;
	left: 0;
	top: 7px;
}
.footer-area .widget-recent-post ul li .media .media-body .title {
	color: #fff;
}
.footer-area .widget-recent-post ul li .media .media-body .post-info span {
	color: #fff;
}

.footer-top {
	padding-top: 55px;
	padding-bottom: 90px;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 23px 0;
	position: relative;
	z-index: 2;
}
.footer-bottom p {
	margin-bottom: 0;
	color: #fff;
}
.footer-bottom a {
	margin-right: 10px;
	color: #fff;
}
.footer-bottom a:last-child {
	margin-right: 0;
}

.footer-subscribe {
	-webkit-transform: translateY(-90px);
	transform: translateY(-90px);
}
.footer-subscribe .footer-subscribe-inner {
	border-radius: 10px;
	padding: 40px;
	position: relative;
}
.footer-subscribe .footer-subscribe-inner h2 {
	color: #fff;
}
.footer-subscribe .footer-subscribe-inner input {
	height: 55px;
	padding: 0 150px 0 20px;
	color: var(--heading-color);
	width: 100%;
	border: 0;
}
.footer-subscribe .footer-subscribe-inner .btn {
	position: absolute;
	right: 30px;
}
.footer-subscribe .footer-subscribe-inner.style-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	margin-top: -90px;
	border-radius: 0;
}
.footer-subscribe .footer-subscribe-inner.style-2 .media {
	width: 340px;
	padding: 30px;
}
.footer-subscribe .footer-subscribe-inner.style-2 p {
	font-size: 13px;
}
.footer-subscribe .footer-subscribe-inner.style-2 input {
	padding: 0 18px;
}
.footer-subscribe .footer-subscribe-inner.style-2 .btn {
	position: relative;
	right: auto;
}
.footer-subscribe .footer-subscribe-inner.style-2 .row {
	padding: 20px 30px;
}
.footer-subscribe .footer-subscribe-inner.style-3 {
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	background: #160443;
}
.footer-subscribe .footer-subscribe-inner.style-3 input {
	border: 0;
	border-radius: 45px;
	background: #fff;
	height: 67px;
}
.footer-subscribe .footer-subscribe-inner.style-3 .btn {
	right: 45px;
	margin-top: 6px;
	border-radius: 60px;
}

.subscribe-area.footer-subscribe {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.footer-area-2 .widget-title {
	color: var(--heading-color) !important;
}
.footer-area-2 p {
	color: var(--heading-color) !important;
}
.footer-area-2 a {
	color: var(--heading-color) !important;
}
.footer-area-2 a svg {
	color: var(--heading-color) !important;
}
.footer-area-2 a:hover {
	color: var(--main-color-one) !important;
}
.footer-area-2 .footer-bottom {
	border-top: 1px solid #e3e3e3;
}
