/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
	--font-default: 'Poppins', sans-serif;
	--font-primary: 'Poppins', sans-serif;
	--font-secondary: 'Poppins', sans-serif;
}

:root {
	--color-default: #222222;
	--color-primary: #f2c76e;
	--color-secondary: #D70417;
}

:root {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-default);
	color: #ffffff;
	background: #1c042e;
}

a {
	color: var(--color-primary);
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-primary);
}

body.dark .header a,
body.light .header a {
	text-decoration: none;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
	padding: 90px 0;
	overflow: hidden;
}

.section {
	padding: 90px 0;
	overflow: hidden;
	/*background: #3B4755;*/
}

.section-grey {
	padding: 90px 0;
	overflow: hidden;
	/*background: #1c042e;*/
}

.sections-bg {
	/*background-color: #1c042e;*/
}

.section-header {
	text-align: center;
	padding-bottom: 60px;
}

/* BG Sections START*/

body.dark .header {
	background: #131F2D;
}
body.light .header {
	background: #F5F5F5;
}


body.dark #services,
body.dark #portfolio,
body.dark #team {
	background: #3B4755;
}

body.dark #clients,
body.dark #footer {
	background: #131F2D;
}

body.light #services,
body.light #team,
body.light #portfolio {
	background: #E3EDF9;
}
body.light #footer {
	background: #f9fafb;
}

body.light #clients {
	background: #ffffff;
}

/* BG Sections END*/

.section-header .title-section-header {
	margin-bottom: 0;
	font-size: 160px;
	line-height: 160px;
	text-transform: uppercase;
	font-family: "Bauhaus 93", sans-serif;
}
.section-header .subtitle-section-header {
	font-size: 36px;
	font-family: "Bauhaus 93", sans-serif;
}



body.dark .section-header .title-section-header {
	color: #3B4755;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgb(255 255 255 / 30%);
	-webkit-text-stroke: 1px #93AEC3;

}
body.dark .section-header .subtitle-section-header {
	color: #F2FCFF;
}
body.light .section-header .title-section-header {
	color: #F2FCFF;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgb(255 255 255 / 30%);
	-webkit-text-stroke: 1px #cad2dd;

}
body.light .section-header .subtitle-section-header {
	color: #3B4755;
}




/*BG Sections START*/

.bg-color-section-dark {
	background-color: #3B4755;
}
.bg-color-section-light {

}

#clients.bg-color-section-dark {
	background-color: #131F2D;
}



/*BG Sections END*/

.header .social a.i-upw,
.header .social a.i-linkedin,
.header .social a.i-youtube {
	border-radius: 3px;
}
.header .social a img {
	display: none;
	width: 20px;
}

body.dark .header .social a.i-upw,
body.dark .header .social a.i-linkedin,
body.dark .header .social a.i-youtube {
	border: 2px solid #6b7889;
	background-color: #cbcbcb;
	box-shadow: 2px 2px 3px 2px #040609, -1px -2px 3px 2px #31445d;
}
body.light .header .social a.i-upw,
body.light .header .social a.i-linkedin,
body.light .header .social a.i-youtube {
	border: 2px solid #ffffff;
	background-color: #ffffff;
	box-shadow: 2px 2px 3px 2px #c5c5c5, -2px -1px 3px 2px #ffffff;
}
body.dark .header .social a.i-upw img.i-upw-dark,
body.dark .header .social a.i-linkedin img.i-linkedin-dark,
body.dark .header .social a.i-youtube img.i-youtube-dark {
	display: block;
}

body.light .header .social a.i-upw img.i-upw-light,
body.light .header .social a.i-linkedin img.i-linkedin-light,
body.light .header .social a.i-youtube img.i-youtube-light {
	display: block;
}


.header .social a.i-upw:hover,
.header .social a.i-linkedin:hover,
.header .social a.i-youtube:hover {
	border-color: #95a0af;
	background-color: #95a0af;
}

.header .switch-theme {
	width: 40px;
	padding: 1px;
	border-radius: 20px;
	cursor: pointer;
}
body.dark .header .switch-theme {
	border: 2px solid #6b7889;
	background-color: #131F2D;
	box-shadow: 2px 2px 3px 2px #040609, -2px -1px 3px 2px #31445d, inset -2px 2px 3px 0px #000000;
}
body.light .header .switch-theme {
	border: 2px solid #ffffff;
	background-color: #d9d9d9;
	box-shadow: 2px 2px 3px 2px #c5c5c5, -2px -1px 3px 2px #ffffff, inset 2px 2px 3px 0px #8e8e8e;
}
body.light .header .lang-block select {
	padding: 0 7px;
	border: 2px solid #ffffff;
	border-radius: 20px;
	cursor: pointer;
	background-color: #d9d9d9;
	box-shadow: 2px 2px 3px 2px #c5c5c5, -2px -1px 3px 2px #ffffff, inset 2px 2px 3px 0px #8e8e8e;
	font-weight: 600;
}
body.dark .header .lang-block select {
	padding: 0 7px;
	border: 2px solid #6b7889;
	border-radius: 20px;
	cursor: pointer;
	background-color: #131F2D;
	box-shadow: 2px 2px 3px 2px #040609, -2px -1px 3px 2px #31445d, inset -2px 2px 3px 0px #000000;
	font-weight: 600;
	color: #a2a2a2;
}

body.dark .header .switch-theme:hover {
	border: 2px solid #8a95a2;
	background-color: #253c57;
	transition: 0.6s;
}
body.light .header .switch-theme:hover {
	border: 2px solid #d9d9d9;
	background-color: #b4b4b4;
	transition: 0.6s;
}


.header .switch-theme .moon {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ffffff;
}
.header .switch-theme .sun {
	position: relative;
	margin-left: auto;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ffffff;
}
.header .switch-theme .moon img {
	position: absolute;
	top: 3px;
	left: 4px;
	max-width: 11px;
}
.header .switch-theme .sun img {
	position: absolute;
	top: 4px;
	left: 3px;
	max-width: 13px;
}
.header .switch-theme .display-none-item {
	display: none;
	transition: 0.6s;
}

.story-blocks-rows {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
#services .first-description {
	/*margin-left: 40px;*/
	/*margin-bottom: 50px;*/
	text-align: justify;
	font-size: 20px;
}
.block-first-description {
	margin-bottom: 30px;
}
.block-first-description p {
	text-align: justify;
}
body.dark #services .first-description {
	color: #ffffff;
}
.story-block .description h3 {
	margin-top: 10px;
}
body.dark .story-block .description h3 {
	color: #ffffff;
}
.story-block .description p {
	text-align: justify
}

body.dark .services-img-block img.services-img-dark {
	display: block;
}
body.light .services-img-block img.services-img-light {
	display: block;
}
.services-img-block video.hiding-i {
	display: none;
}

.story-block .story-block-img-block {
	max-width: 50px;
	margin-left: auto;
	padding: 4px;
}
.story-block .story-block-img-block img {
	max-width: 100%;
}
.story-block-item:hover {
	transform: scale(1.02);
	cursor: pointer;
	transition: 0.5s;
}
.story-block-item .row {
	flex-wrap: nowrap;
}

body.dark .story-block .story-block-img-block {
	border: 2px solid #686f77;
	border-radius: 8px;
	/*background-color: #454f5d;*/
	background: linear-gradient(315deg, rgb(74 86 102) 0%, rgb(61 71 84) 100%);
	box-shadow: 3px 3px 3px 2px #2c3744, -2px -2px 5px 2px #5f6b7b;
	/*color: #ffffff;*/
}
body.light .story-block .story-block-img-block {
	border: 2px solid #ffffff;
	border-radius: 8px;
	background: linear-gradient(315deg, rgb(223 238 255) 0%, rgb(228 237 248) 100%);
	box-shadow: 3px 3px 3px 2px #adadad, -2px -2px 5px 2px #ffffff;
	/*color: #3B4755;*/
}
body.dark .story-block .description p {
	color: #ffffff;
}
body.light .story-block .description p {
	color: #000000;
}
body .section-contact-us-form {
	padding: 22px 0;
}
body .section-header {
	padding-bottom: 0;
}
body.dark .section-contact-us-form {
	background-color: #d9d9d9;
}
body.light .section-contact-us-form {
	background-color: #f9fafb;
}
body.dark .section-contact-us-form .subtitle-section-header,
body.light .section-contact-us-form .subtitle-section-header {
	color: #3B4755;
}


.contact-us-form-block {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;

}
body.dark .contact-us-form-field .wpcf7-form-control-wrap input {
	width: 100%;
	margin: 10px;
	padding: 5px 15px;
	border: 2.5px solid #f3f3f3;
	border-radius: 20px;
	background-color: #efefef;
	box-shadow: 2px 2px 3px 2px #b1b1b1, -2px -1px 3px 2px #eaeaea;
	font-weight: 500;
	text-transform: uppercase;
	color: #18181f;
}
body.dark .contact-us-form-field .wpcf7-form-control[type=submit] {
	width: 100%;
	margin: 10px;
	padding: 5px 10px;
	border: 2.5px solid #f3f3f3;
	border-radius: 20px;
	background-color: #efefef;
	box-shadow: 2px 2px 3px 2px #b1b1b1, -2px -1px 3px 2px #eaeaea;
	font-weight: 500;
	text-transform: uppercase;
	color: #18181f;
}

body.light .contact-us-form-field .wpcf7-form-control-wrap input {
	width: 100%;
	margin: 10px;
	padding: 5px 15px;
	border: 2.5px solid #f3f3f3;
	border-radius: 20px;
	background-color: #efefef;
	box-shadow: 2px 2px 3px 2px #dedede, -2px -1px 3px 2px #f6f6f6;
	font-weight: 500;
	text-transform: uppercase;
	color: #18181f;
}
body.light .contact-us-form-field .wpcf7-form-control[type=submit] {
	width: 100%;
	margin: 10px;
	padding: 5px 10px;
	border: 2.5px solid #f3f3f3;
	border-radius: 20px;
	background-color: #efefef;
	box-shadow: 2px 2px 3px 2px #d2d2d2, -2px -1px 3px 2px #eaeaea;
	font-weight: 500;
	text-transform: uppercase;
	color: #18181f;
}

.contact-us-form-field .wpcf7-form-control-wrap input:hover,
.contact-us-form-field .wpcf7-form-control[type=submit]:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	transition: 0.6s;
}

#portfolio {
	background-color: #3B4755;
}
img {
	transition: 0.3s;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
	padding: 60px 0 60px 0;
	min-height: 20vh;
	position: relative;
	background-color: var(--color-primary);
}

.breadcrumbs .page-header h2 {
	font-size: 56px;
	font-weight: 500;
	color: #fff;
	font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
	color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
	background-color: #f6f6f6;
	padding: 20px 0;
}

.breadcrumbs nav ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: var(--color-default);
}

.breadcrumbs nav ol a {
	color: var(--color-primary);
	transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
	text-decoration: underline;
}

.breadcrumbs nav ol li+li {
	padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: var(--color-secondary);
	content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: -15px;
	z-index: 99999;
	background: #efefef;
	width: 44px;
	height: 44px;
	border: 2px solid #D70417;
	border-radius: 50px;
	transition: all 0.4s;
}

.scroll-top img {
	max-width: 33px;
	line-height: 0;
}

.scroll-top:hover {
	background: #C5C6C6;
	border-color: #fff;
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
	bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	inset: 0;
	z-index: 999999;
	overflow: hidden;
	background: #1d0332;
	transition: all 0.6s ease-out;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(48% - 3px);
	left: calc(48% - 3px);
	border: 2px solid #fff;
	border-color: var(--color-primary) transparent var(--color-primary) transparent;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1.5s linear infinite;
	animation: animate-preloader 1.5s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}

	.story-block .story-block-img-block {
		margin-left: 0;
		margin: 0 auto 20px;
	}
	.section-header .title-section-header {
		font-size: 60px;
		line-height: 70px;
	}
	.story-block-item .description h3 {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	#services p.first-description {
		margin-left: 0;
		text-align: justify;
	}
	.story-block-item .row .story-block-img {
		max-width: 80px;
		margin-left: 50px;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
	background: #00796b;
	height: 40px;
	font-size: 14px;
	transition: all 0.5s;
	color: #fff;
	padding: 0;
}
.topbar .social-links a {
	color: rgba(255, 255, 255, 0.7);
	line-height: 0;
	transition: 0.3s;
	margin-left: 20px;
}

.topbar .social-links a:hover {
	color: #fff;
}

.header {
	transition: all 0.5s;
	z-index: 997;
	height: 90px;
}

.header.sticked {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 90px;
}

.header .logo img {
	display: none;
	max-height: 40px;
	margin-right: 6px;
}

body.dark .header .logo img.logo-dark {
	display: block;
}
body.light .header .logo img.logo-light {
	display: block;
}


.header.stikcy-menu {
	background: #131F2D;
}
.header.stikcy-menu .logo h1{
	color: #f2c76e;
}

.header .logo h1 {
	font-size: 30px;
	margin: 0;
	letter-spacing: 0.8px;
	color: #f2c76e;
	font-family: var(--font-primary);
}

.header .logo h1 span {
	color: #f2c76e;
}

.sticked-header-offset {
	margin-top: 0;
}

section {
	scroll-margin-top: 70px;
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
	.navbar {
		padding: 0;
	}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navbar li {
		position: relative;
	}

	.navbar>ul>li {
		white-space: nowrap;
		padding: 10px 0 10px 28px;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-family: var(--font-secondary);
		font-size: 16px;
		font-weight: 400;
		color: #ffffff;
		white-space: nowrap;
		transition: 0.3s;
		position: relative;
		/*text-transform: uppercase;*/
	}

	body.light .navbar a,
	body.light .navbar a:focus {
		font-weight: 600;
		color: #131F2D;
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 18px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar a:hover:before,
	.navbar li:hover>a:before,
	.navbar .active:before {
		visibility: visible;
		width: 100%;
	}


	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover>a {
		color: #D70417;
	}
	body.light .navbar a:hover,
	body.light .navbar .active,
	body.light .navbar .active:focus,
	body.light .navbar li:hover>a {
		color: #D70417;
	}

	.navbar .dropdown ul {
		display: block;
		position: absolute;
		left: 28px;
		top: calc(100% + 30px);
		margin: 0;
		padding: 10px 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		background: #ffffff;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		transition: 0.3s;
		border-radius: 0px;
	}

	.navbar .dropdown ul li {
		min-width: 200px;
	}

	.navbar .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: 400;
		color: var(--color-default);
	}

	.navbar .dropdown ul a i {
		font-size: 12px;
	}

	.navbar .dropdown ul a:hover,
	.navbar .dropdown ul .active:hover,
	.navbar .dropdown ul li:hover>a {
		color: var(--color-secondary);
	}

	.navbar .dropdown:hover>ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navbar .dropdown .dropdown ul {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden;
	}

	.navbar .dropdown .dropdown:hover>ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible;
	}
}

@media (min-width: 1280px) and (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

@media (min-width: 1280px) {

	.mobile-nav-show,
	.mobile-nav-hide {
		display: none;
	}
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
	.navbar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		max-width: 400px;
		bottom: 0;
		transition: 0.3s;
		z-index: 9997;
	}

	.navbar ul {
		position: absolute;
		/*inset: 0;*/
		top: -25px;
		right: -57px;
		min-width: 350px;
		padding: 50px 0 10px 0;
		margin: 0;
		overflow-y: auto;
		transition: 0.3s;
		z-index: 9998;
	}
	.lang-block {
		padding-left: 17px;
	}
	body.dark .navbar ul {
		background: #131F2D;
	}
	body.light .navbar ul {
		background: #F5F5F5;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		font-family: var(--font-primary);
		/*text-transform: uppercase;*/
		font-size: 15px;
		white-space: nowrap;
		transition: 0.3s;
	}
	body.dark .navbar a,
	body.dark .navbar a:focus {
		font-weight: 500;
		color: #F5F5F5;
	}
	body.light .navbar a,
	body.light .navbar a:focus {
		font-weight: 600;
		color: #131F2D;
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	body.dark .navbar a:hover,
	body.dark .navbar .active,
	body.dark .navbar .active:focus,
	body.dark .navbar li:hover>a {
		color: #fff;
	}

	body.light.navbar a:hover,
	body.light.navbar .active,
	body.light.navbar .active:focus,
	body.light.navbar li:hover>a {
		color: #131F2D;
	}

	.navbar .getstarted,
	.navbar .getstarted:focus {
		background: var(--color-primary);
		padding: 8px 20px;
		border-radius: 4px;
		margin: 15px;
		color: #fff;
	}

	.navbar .getstarted:hover,
	.navbar .getstarted:focus:hover {
		color: #fff;
		background: rgba(0, 131, 116, 0.8);
	}

	.navbar .dropdown ul,
	.navbar .dropdown .dropdown ul {
		position: static;
		display: none;
		padding: 10px 0;
		margin: 10px 20px;
		transition: all 0.5s ease-in-out;
		background-color: #f2c76e;
	}

	.navbar .dropdown>.dropdown-active,
	.navbar .dropdown .dropdown>.dropdown-active {
		display: block;
	}
	.mobile-nav-show {
		font-size: 28px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		z-index: 9999;
		margin-right: 10px;
	}
	body.dark .mobile-nav-show {
		color: #fff;
	}
	body.light .mobile-nav-show {
		color: #131F2D;
	}

	.mobile-nav-hide {
		font-size: 32px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		position: fixed;
		right: 20px;
		top: 20px;
		z-index: 9999;
	}
	body.dark .mobile-nav-hide {
		color: #fff;
	}
	body.light .mobile-nav-hide {
		color: #131F2D;
	}

	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .navbar {
		right: 0;
	}

	.mobile-nav-active .navbar:before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgb(0 0 0 / 80%);
		z-index: 9996;
	}

	.navbar ul li.social-list {
		display: inline-block;
	}
	.navbar ul .social a.i-upw,
	.navbar ul .social a.i-linkedin,
	.navbar ul .social a.i-youtube {
		width: 26px;
		height: 26px;
		margin: 10px;
		padding: 5px;
		border: 2px solid #6b7889;
		border-radius: 3px;
		background-color: #cbcbcb;
		box-shadow: 2px 2px 3px 2px #040609, -1px -2px 3px 2px #31445d;
	}

	.navbar ul .social a.i-upw img,
	.navbar ul .social a.i-linkedin img,
	.navbar ul .social a.i-youtube img {
		width: 20px;
	}
	.navbar ul .social a.i-upw:hover,
	.navbar ul .social a.i-linkedin:hover,
	.navbar ul .social a.i-youtube:hover {
		border-color: #95a0af;
		background-color: #95a0af;
	}
	.navbar ul li.switch-theme-list {
		display: inline-block;
		margin: 0 20px;
	}
}

/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/

.left {
	text-align: right;
}
.right {
	text-align: left;
}
.list-wrap{
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}
.list-wrap p {
	color: #b9b9b9;
}
.list-wrap:nth-child(3),
.list-wrap:nth-child(6){
	margin-bottom: 0;
}

.icon svg{
	width: 100%;
}
.list-center-wrap{
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	height: 100%;
}
.center-icon {
	width: 170px;
	text-align: center;
}
.center-icon svg{
	width: 100%;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about h3 {
	font-size: 28px;
	margin-bottom: 20px;
	font-family: var(--font-secondary);
}

.about .call-us {
	left: 10%;
	right: 10%;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
	padding: 20px;
	text-align: center;
}

.about .call-us h4 {
	font-size: 24px;
	margin-bottom: 5px;
}

.about .call-us p {
	font-size: 28px;
	color: var(--color-primary);
}

.about .content ul {
	list-style: none;
	padding: 0;
}

.about .content ul li {
	padding: 0 0 10px 30px;
	position: relative;
}

.about .content ul i {
	position: absolute;
	font-size: 20px;
	left: 0;
	top: -3px;
	color: var(--color-primary);
}

.about .content p:last-child {
	margin-bottom: 0;
}

.about .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
}

.about .play-btn:before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(0, 131, 116, 0.7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}

.about .play-btn:hover:after {
	border-left: 15px solid var(--color-primary);
	transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}
.img-frame {
	position: relative;
	background: #f6f6f6;
	background-size: contain;
	padding: 9%;
}
.bar {
	background-color: #f1f1f1;
	padding: 1px;
	border-radius: 15px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #ffffff;
}

.bar::before {
	content: attr(data-skill);
	background-color: #f2c76e;
	display: inline-block;
	padding: 5px 0 5px 10px;
	border-radius: inherit;
	animation: load 2s 0s;
	-webkit-animation: load 2s 0s;
	-moz-animation: load 2s 0s;
	-o-animation: load 2s 0s;
}

.bar.front::before {
	background-color: #f2c76e;
}

.bar.back::before {
	background-color: #f2c76e;
}

.bar.learning::before {
	width: calc(20% - 10px);
}

.bar.basic::before {
	width: calc(40% - 10px);
}

.bar.intermediate::before {
	width: calc(60% - 10px);
}

.bar.advanced::before {
	width: calc(80% - 10px);
}

.bar.expert::before {
	width: calc(100% - 10px);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/

.clients {
	padding: 45px 0;
}

.clients .swiper {
	padding: 10px 0;
}

.clients .swiper-slide img {
	transition: 0.3s;
	/*filter: grayscale(1);*/
	opacity: 1;
	border-radius: 8px;
}

/*.clients .swiper-slide img:hover {*/
/*	!*opacity: 0;*!*/
/*	transform: scale(1.1);*/
/*}*/

.clients .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	background-color: #ddd;
}

/*.swiper-slide-flags {*/
/*}*/
.client-logo {
	position: relative;
}
.client-logo-img.hiding-i {
	display: none;
}
.swiper-slide-flags {
	/*position: absolute;*/
	/*left: 0;*/
	z-index: 100;
}
.swiper-slide-flags.hiding-i {
	display: none;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--color-primary);
}


@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}





/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .row {
	text-align: center;
}
.team .member {
	text-align: center;
	/*border-radius: 10px;*/
	padding: 15px;
	/*overflow: hidden;*/
}

.team .member .member-img-block {
	width: 220px;
	height: 220px;
	margin: 0 auto;
	border-radius: 150px;
	overflow: hidden;
}
body.dark .team .member .member-img-block {
	border: 4px solid #b3b3b3;
	box-shadow: 5px 5px 7px 3px #28303a, -2px -2px 5px 3px #4f5a68;
}
body.light .team .member .member-img-block {
	border: 4px solid #ffffff;
	box-shadow: 5px 5px 7px 3px #c5c5c5, -2px -2px 5px 3px #f4f4f4;
}

.team .member img {
	width: 100%;
	height: auto;
	overflow: hidden;
	filter: grayscale(1);
}

.team .member .member-content {
	padding: 0 20px 30px 20px;
}

.team .member h4 {
	margin-top: 16px;
	margin-bottom: 2px;
	font-size: 20px;
}
body.dark .team .member h4 {
	color: #e8e8e8;
}
body.light .team .member h4 {
	color: #131F2D;
}

.team .member span {
	font-style: italic;
	display: block;
	font-size: 14px;
	color: #6c757d;
}

.team .member p {
	padding-top: 10px;
	font-size: 14px;
	font-style: italic;
	color: #6c757d;
}

.team .member .social {
	margin-top: 15px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team .member .social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	transition: 0.3s;
	border-radius: 50%;
}
body.dark .team .member .social a {
	border: 2px solid #e8e8e8;
	background-color: #3d4754;
	box-shadow: 2px 2px 3px 2px #1e242b, -1px -2px 3px 2px #777a7f;
}
body.light .team .member .social a {
	border: 2px solid #e8e8e8;
	background-color: #c5c5c5;
	box-shadow: 2px 2px 3px 2px #c5c5c5, -1px -2px 3px 2px #ffffff;
}
body.dark .team .member .social a:hover {
	border: 2px solid #ffffff;
	background-color: #5b6a7e;
}
body.light .team .member .social a:hover {
	border: 2px solid #ffffff;
	background-color: #b4b4b4;
}

.team .member .social i {
	font-size: 14px;
	margin: 0 2px;
}






/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
	width: 100%;
	position: relative;
	/*background: url(assets/images/header-bg-001.png) center center;*/
	background-color: #3B4755;
	background-size: cover;
	padding: 60px 0 0 0;
	height: 100vh;
	/*min-height: 600px;*/
	display: flex;
	align-items: center;
	overflow: hidden;
}
.hero video {
	width: 100%;
	height: auto;
}
.hero .circle{
	color: #f2c76e;
}
@media (min-width: 1365px) {
	.hero {
		background-attachment: fixed;
		height: auto;
		min-height: auto;
	}
}
.social {
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	/* justify-content: space-around; */
	gap: 10px;
}

.social a {
	color: #a2a2a2;
	transition: 0.3s;
	border-radius: 50%;
	/*width: 30px;*/
	/*height: 30px;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.social a:hover {
	color: var(--color-primary);
	border-color: var(--color-primary);
}

.social i {
	font-size: 14px;
	margin: 0 2px;
	color: #fff;
}
.mr-20{
	margin-right: 20px !important;
}

/*.hero h2 {*/
/*	font-size: 3rem;*/
/*	margin-bottom: 20px;*/
/*	color: #ffffff;*/
/*	text-transform: capitalize;*/
/*	letter-spacing: 2px;*/
/*}*/

/*.hero p {*/
/*	color: #a2a2a2;*/
/*	font-weight: 400;*/
/*	margin-bottom: 30px;*/
/*}*/

.btn-get-started {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 14px 20px;
	border-radius: 50px;
	transition: 0.3s;
	color: #f2c76e;
	background: transparent;
	border: 2px solid #f2c76e;
}

.btn-get-started:hover {
	border-color: rgba(255, 255, 255, 1);
}

/*.hero .btn-watch-video {*/
/*	font-size: 16px;*/
/*	transition: 0.5s;*/
/*	margin-left: 25px;*/
/*	color: #fff;*/
/*}*/

/*.hero .btn-watch-video i {*/
/*	color: rgba(255, 255, 255, 0.5);*/
/*	font-size: 32px;*/
/*	transition: 0.3s;*/
/*	line-height: 0;*/
/*	margin-right: 8px;*/
/*}*/

/*.hero .btn-watch-video:hover i {*/
/*	color: #fff;*/
/*}*/

@media (max-width: 991px) {
	.hero {
		background-attachment: fixed;
		height: auto;
		min-height: auto;
	}
	/*.hero {*/
	/*	background: url(assets/images/hero-mobile-bg.jpg) center center;*/
	/*}*/
	/*.hero h2 {*/
	/*	font-size: 48px;*/
	/*}*/
}

@media (max-width: 767px) {
	.text-left.caption{
		text-align: center;
	}
	.caption .justify-content-start{
		justify-content: center !important;
	}
	.caption .social{
		justify-content: center;
	}
	/*.hero h2 {*/
	/*	font-size: 36px;*/
	/*}*/

	.btn-get-started,
	.hero .btn-watch-video {
		font-size: 14px;
	}
	.icon-boxes .card-two{
		margin-top: var(--bs-gutter-y);
		margin-bottom: 0px;
		padding-left: calc(var(--bs-gutter-x) * .5);
		padding-right: calc(var(--bs-gutter-x) * .5);

	}
}

@media (min-width: 768px) {
	.btn-get-started,
	.hero .btn-watch-video {
		font-size: 14px;
	}
	.icon-boxes .card-two {
		margin-top: -20px;
		margin-bottom: -20px;
	}
	.lang-block {
		padding-left: 17px;
	}
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
	margin-top: 30px;
	color: #555555;
}

.blog .blog-pagination ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog .blog-pagination li {
	margin: 0 5px;
	transition: 0.3s;
	border-radius: 10px;
}

.blog .blog-pagination li a {
	color: var(--color-default);
	padding: 7px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
	background: var(--color-primary);
	color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
	color: var(--color-white);
}


/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
	padding: 0 0 40px 0;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.portfolio .portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	margin: 0 15px;
	line-height: 1;
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
}
body.dark .portfolio .portfolio-flters li {
	font-weight: 500;
	color: #ffffff;
}
body.light .portfolio .portfolio-flters li {
	font-weight: 500;
	color: #131F2D;
}

body.dark .portfolio .portfolio-flters li:hover,
body.dark .portfolio .portfolio-flters li.filter-active,
body.light .portfolio .portfolio-flters li:hover,
body.light .portfolio .portfolio-flters li.filter-active {
	font-weight: 600;
	color: var(--color-secondary);
}

.portfolio .portfolio-flters li:first-child {
	margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
	margin-right: 0;
}

.modals-block .modal-dialog {
	max-width: 1200px;
}
.img-portfolio-link-item {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	cursor: pointer;
}
.img-portfolio-link-item img:hover {
	transform: scale(1.1);
}
.modals-block img,
.modals-block video {
	margin-top: 10px;
	margin-bottom: 10px;
}
.modal-content .thumb-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.modal-content .thumb-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}


@media (max-width: 575px) {
	.portfolio .portfolio-flters li {
		font-size: 14px;
	}
	body.light .contact-us-form-field .wpcf7-form-control-wrap input,
	body.dark .contact-us-form-field .wpcf7-form-control-wrap input {
		margin: 0;
	}

}

.portfolio .portfolio-wrap {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	height: 100%;
	overflow: hidden;
	position: relative;
}

.portfolio .portfolio-wrap img {
	transition: 0.3s;
	position: relative;
	z-index: 1;
}

.portfolio .portfolio-wrap .project-btn a {
	color: #ffffff;
}
.portfolio .portfolio-wrap .portfolio-info p {
	color: #6c757d;
	font-size: 14px;
	margin-bottom: 0;
	padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-details {
	margin-bottom: 20px;
}

@media (max-width: 450px) {
	.story-block-item .row .story-block-img {
		margin-left: 33px;
	}
}
@media (max-width: 400px) {
	.story-block-item .row .story-block-img {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.card {
	position: relative;
	max-width: 300px;
	height: auto;
	background: #1d0332;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	margin: 0 auto;
	padding: 40px 20px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	overflow: hidden;
	border: 1px solid #f2c76e;
	margin-bottom: 20px;
}

.card:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.card .title img {
	width: 120px;
}

.col-sm-3:nth-child(1) .card,
.col-sm-3:nth-child(1) .card .title .fa {
	/* background: linear-gradient(-45deg, #f2c76e, #ec9f00); */
}

.col-sm-3:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa {
	/* background: linear-gradient(-45deg, #f2c76e, #ec9f00); */
}

.col-sm-3:nth-child(3) .card,
.col-sm-3:nth-child(3) .card .title .fa {
	background: linear-gradient(-45deg, #f2c76e, #ec9f00);
}

.col-sm-3:nth-child(3) .card a {
	color: #ffffff;
	border: 2px solid #ffffff;
}

.card:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: rgba(255, 255, 255, .1);
	z-index: 1;
	transform: skewY(-5deg) scale(1.5);
	-webkit-transform: skewY(-5deg) scale(1.5);
	-moz-transform: skewY(-5deg) scale(1.5);
	-ms-transform: skewY(-5deg) scale(1.5);
	-o-transform: skewY(-5deg) scale(1.5);
}

.title .fa {
	color: #fff;
	font-size: 60px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
	line-height: 100px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.title h2 {
	position: relative;
	margin: 20px 0 0;
	padding: 0;
	color: #fff;
	font-size: 28px;
	z-index: 2;
}

.price {
	position: relative;
	z-index: 2;
}

.price h4 {
	margin: 0;
	padding: 20px 0;
	color: #fff;
	font-size: 60px;
}

.option {
	position: relative;
	z-index: 2;
}

.option ul {
	margin: 0;
	padding: 0;
}

.option ul li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 16px;
}

.card a {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	margin: 0 10px;
	line-height: 1;
	transition: all 0.3s ease-in-out;
	padding: 15px 25px;
	border-radius: 30px;
	margin-bottom: 20px;
	border: 2px solid #f2c76e;
	position: relative;
	z-index: 2;
	margin: 20px auto 0;
}

.card a:hover {
	text-decoration: none;
	border: 2px solid #ffffff;
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
	box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
	padding: 30px;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.blog .posts-list .post-img {
	max-height: 240px;
	margin: -30px -30px 15px -30px;
	overflow: hidden;
}

.blog .posts-list .post-category {
	font-size: 16px;
	color: #555555;
	margin-bottom: 10px;
}

.blog .posts-list .title {
	font-size: 22px;
	padding: 0;
	margin: 0 0 20px 0;
}

.blog .posts-list .title a {
	color: var(--color-default);
	transition: 0.3s;
}

.blog .posts-list .title a:hover {
	color: var(--color-primary);
}

.blog .posts-list .post-author-img {
	width: 50px;
	border-radius: 50%;
	margin-right: 15px;
}

.blog .posts-list .post-author-list {
	margin-bottom: 5px;
}

.blog .posts-list .post-date {
	font-size: 14px;
	color: #3c3c3c;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
	box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
	padding: 30px;
	border-radius: 10px;
}

.blog .blog-details .post-img {
	margin: -30px -30px 20px -30px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
	font-size: 28px;
	padding: 0;
	margin: 20px 0 0 0;
	color: var(--color-default);
}

.blog .blog-details .content {
	margin-top: 20px;
}

.blog .blog-details .content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}

.blog .blog-details .content blockquote {
	overflow: hidden;
	background-color: rgba(34, 34, 34, 0.06);
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.blog .blog-details .content blockquote p {
	color: var(--color-default);
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
}

.blog .blog-details .content blockquote:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: var(--color-secondary);
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog .blog-details .meta-top {
	margin-top: 20px;
	color: #6c757d;
}

.blog .blog-details .meta-top ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0;
}

.blog .blog-details .meta-top ul li+li {
	padding-left: 20px;
}

.blog .blog-details .meta-top i {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
	color: var(--color-primary);
}

.blog .blog-details .meta-top a {
	color: #6c757d;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
}

.blog .blog-details .meta-bottom {
	padding-top: 10px;
	border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
	color: #555555;
	display: inline;
}

.blog .blog-details .meta-bottom a {
	color: rgba(34, 34, 34, 0.8);
	transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
	color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
	display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
	display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
	padding-right: 6px;
	color: var(--color-default);
	content: ",";
}

.blog .blog-details .meta-bottom .share {
	font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
	padding-left: 5px;
}

.blog .post-author {
	padding: 20px;
	margin-top: 30px;
	box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.blog .post-author img {
	max-width: 120px;
	margin-right: 20px;
}

.blog .post-author h4 {
	font-size: 22px;
	margin-bottom: 0px;
	padding: 0;
	color: var(--color-default);
}

.blog .post-author .social-links {
	margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
	color: rgba(34, 34, 34, 0.5);
	margin-right: 5px;
}

.blog .post-author p {
	font-style: italic;
	color: rgba(108, 117, 125, 0.8);
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
	padding: 30px;
	box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.blog .sidebar .sidebar-title {
	font-size: 20px;
	padding: 0;
	margin: 0;
	color: var(--color-default);
}

.blog .sidebar .sidebar-item+.sidebar-item {
	margin-top: 40px;
}

.blog .sidebar .search-form form {
	background: #fff;
	border: 1px solid rgba(34, 34, 34, 0.3);
	padding: 5px 10px;
	position: relative;
	border-radius: 50px;
}

.blog .sidebar .search-form form input[type=text] {
	border: 0;
	padding: 4px;
	border-radius: 50px;
	width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type=text]:focus {
	outline: none;
}

.blog .sidebar .search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 25px;
	margin: -1px;
	background: var(--color-primary);
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
	line-height: 0;
}

.blog .sidebar .search-form form button i {
	line-height: 0;
}

.blog .sidebar .search-form form button:hover {
	background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
	list-style: none;
	padding: 0;
}

.blog .sidebar .categories ul li+li {
	padding-top: 10px;
}

.blog .sidebar .categories ul a {
	color: var(--color-default);
	transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
	color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
	padding-left: 5px;
	color: rgba(34, 34, 34, 0.4);
	font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
	margin-top: 15px;
}

.blog .sidebar .recent-posts img {
	width: 80px;
	float: left;
}

.blog .sidebar .recent-posts h4 {
	font-size: 15px;
	margin-left: 95px;
	font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
	color: var(--color-default);
	transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
	color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
	display: block;
	margin-left: 95px;
	font-style: italic;
	font-size: 14px;
	color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
	margin-bottom: -10px;
}

.blog .sidebar .tags ul {
	list-style: none;
	padding: 0;
}

.blog .sidebar .tags ul li {
	display: inline-block;
}

.blog .sidebar .tags ul a {
	color: #555555;
	font-size: 14px;
	padding: 6px 20px;
	margin: 0 6px 8px 0;
	border: 1px solid #d5d5d5;
	display: inline-block;
	transition: 0.3s;
	border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
	color: #fff;
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
	padding-left: 5px;
	color: rgba(85, 85, 85, 0.8);
	font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
	margin-top: 30px;
}

.blog .comments .comments-count {
	font-weight: bold;
}

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

.blog .comments .comment .comment-img {
	margin-right: 14px;
}

.blog .comments .comment .comment-img img {
	width: 60px;
}

.blog .comments .comment h5 {
	font-size: 16px;
	margin-bottom: 2px;
}

.blog .comments .comment h5 a {
	font-weight: bold;
	color: var(--color-default);
	transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
	color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
	padding-left: 10px;
	color: var(--color-primary);
}

.blog .comments .comment h5 .reply i {
	font-size: 20px;
}

.blog .comments .comment time {
	display: block;
	font-size: 14px;
	color: rgba(34, 34, 34, 0.8);
	margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
	padding-left: 40px;
}

.blog .comments .reply-form {
	margin-top: 30px;
	padding: 30px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.blog .comments .reply-form h4 {
	font-weight: bold;
	font-size: 22px;
}

.blog .comments .reply-form p {
	font-size: 14px;
}

.blog .comments .reply-form input {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}

.blog .comments .reply-form input:focus {
	box-shadow: none;
	border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form textarea {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
	box-shadow: none;
	border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form .form-group {
	margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
	border-radius: 50px;
	padding: 14px 40px;
	border: 0;
	background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
	background-color: rgba(248, 90, 64, 0.8);
}



/*--------------------------------------------------------------
# Particles
--------------------------------------------------------------*/
#particles-js {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
canvas{
	display:block;
	vertical-align:bottom;
}


.count-particles{
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles{
	font-size: 1.1em;
}

#stats,
.count-particles{
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}

#stats{
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles{
	border-radius: 0 0 3px 3px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/*.footer-section {*/
/*  background: url(../images/hero-bg.png) center left;*/
/*  background-size: cover;*/
/*  padding: 90px 0;*/
/*  border-radius: 0px;*/
/*  position: relative;*/
/*  background-attachment: fixed;*/
/*}*/
/*.footer-section:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  top: 0;*/
/*  right: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: #131F2D;*/
/*  z-index: 0;*/
/*  opacity: 0.9;*/
/*}*/


/*.copyright-text{*/
/*	margin-top: 30px;*/
/*}*/

.footer-content {
	position: relative;
	z-index: 2;
}

.copyright-area {
	padding: 25px 0;
}

.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #b9b9b9;
}
