/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Sergio Personal Portfolio
Version:    1.0
Primary use:    pxdraft
-------------------------------------------------------------------*/
/*
) Base
) Buttons
) Header
) Footer
) Titles
) Title
) Home Banner
) About Us
) Resume
) Work
) Blog
) Contact
*/

body {
	color: rgba(255, 255, 255, 0.8);
	font-family: "primary-font", "segoe ui", "tahoma";
	direction: rtl;
	line-height: 1.7;
	font-size: 15px;
	font-weight: 300;
}

body.theme-light {
	background: #fff;
	color: #555;
	font-weight: 400;
}

.ltr-text {
	display: inline-block;
	direction: ltr;
	text-align: right;
}

.primary-font {
	font-family: "primary-font", "segoe ui", "tahoma" !important;
}

.secondary-font {
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
	line-height: 1.7;
}

p {
	line-height: 2;
}

img {
	max-width: 100%;
}

* {
	outline: none !important;
}

a {
	color: #2fbf71;
}

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

.fa, .far, .fas, .fab {
	vertical-align: middle;
}

.tooltip {
	font-family: inherit;
}

/* ----------------------
*	Loading
---------------------------*/
#loading {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #2fbf71;
	z-index: 99999;
}

.load-circle {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
}

.load-circle span {
	display: inline-block;
	width: 64px;
	height: 64px;
}

.load-circle span:after {
	content: " ";
	display: block;
	width: 46px;
	height: 46px;
	margin: 1px;
	border-radius: 50%;
	border: 5px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}

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

/* ----------------------
*	owl 
---------------------------*/
.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #fff;
	-moz-transition: ease all 0.55s;
	-o-transition: ease all 0.55s;
	-webkit-transition: ease all 0.55s;
	transition: ease all 0.55s;
	border-radius: 50%;
	margin: 0 5px;
}

.theme-light .owl-dots .owl-dot {
	border-color: #0b0b13;
}

.owl-dots .owl-dot.active {
	background: #fff;
}

.theme-light .owl-dots .owl-dot.active {
	background: #0b0b13;
}

.owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
}

.px-btn {
	padding: 0 25px;
	line-height: 42px;
	position: relative;
	display: inline-block;
	background: none;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none !important;
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
}

.px-btn.px-btn-theme {
	background: #2fbf71;
	color: #fff;
	box-shadow: -4px 4px #fff;
}

.theme-light .px-btn.px-btn-theme {
	box-shadow: -4px 4px #0b0b13;
}

.px-btn.px-btn-theme:hover {
	background: #fff;
	color: #2fbf71;
	box-shadow: -4px 4px #2fbf71;
}

.theme-light .px-btn.px-btn-theme:hover {
	background: #0b0b13;
	color: #fff;
}

/* Bg color
----------------------------*/
.dark-bg {
	background: #0e0e17;
}

.theme-light .dark-bg {
	background: #f7f7ff;
}

@media (min-width: 1200px) {
	.main-left {
		right: 250px;
		position: absolute;
		height: 100%;
		width: calc(100% - 250px);
	}
}

.header-left {
	width: 250px;
	position: fixed;
	bottom: 0;
	top: 0;
	background: #0c0c14;
}

.theme-light .header-left {
	background: #f7f7ff;
}

.header-left .scroll-bar {
	height: calc(100% - 50px);
}

.header-left .hl-top {
	text-align: center;
	position: relative;
	padding: 65px 25px 25px;
	overflow: hidden;
	min-height: 170px;
}

.header-left .hl-top:after {
	content: "";
	position: absolute;
	top: -180px;
	right: -50px;
	left: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 0 0 50% 50%;
	width: 350px;
	height: 350px;
	background: #2fbf71;
}

.header-left .hl-top .img {
	width: 120px;
	height: 120px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	border: 5px solid #fff;
}

.header-left .hl-top h5 {
	margin: 23px 0 0;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

.theme-light .header-left .hl-top h5 {
	color: #0b0b13;
	font-weight: 500;
}

.header-left .hl-top h5 a {
	color: inherit;
}

.header-left .nav-menu {
	padding-top: 45px;
	padding-bottom: 45px;
}

.header-left .nav-menu li {
	width: 100%;
}

.header-left .nav-menu li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.theme-light .header-left .nav-menu li+li {
	border-top: 1px solid rgba(11, 11, 19, 0.03);
}

.header-left .nav-menu li .nav-link {
	margin: 0;
	padding: 12px 30px;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}

.theme-light .header-left .nav-menu li .nav-link {
	color: rgba(11, 11, 19, 0.7);
	font-weight: 400;
}

.header-left .nav-menu li .nav-link i {
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	min-width: 18px;
	text-align: center;
	margin-left: 10px;
}

.header-left .nav-menu li .nav-link span {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.header-left .nav-menu li .nav-link:hover {
		color: #fff;
	}

	.theme-light .header-left .nav-menu li .nav-link:hover {
		color: #2fbf71;
	}
}

.header-left .nav-menu li.current-menu-item a,
.header-left .nav-menu li.current_page_parent a,
.header-left .nav-menu li.active a {
	color: #2fbf71;
	font-weight: 600;
}

.theme-light .header-left .nav-menu li.active a {
	font-weight: 600;
	color: #2fbf71;
}

.header-left .social-icons {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 12px;
}

.header-left .social-icons a {
	color: #fff;
	font-size: 14px;
	margin-left: 17px;
}

.header-left .social-icons p {
	margin-bottom: 0;
    margin-top: 10px;
    font-size: 12px;
	width: 100%;
	text-align: center;
}

.header-left .social-icons p a {
    font-size: inherit;
}

.header-left .social-icons a:last-of-type {
	margin-left: 0;
}

.theme-light .header-left .social-icons a {
	color: #0b0b13;
}

.header-left .social-icons a:hover {
	color: #2fbf71;
}

.tooltip {
	font-size: 12px;
}

.mob-header {
	padding: 15px;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 111;
	background: #10101a;
}

.theme-light .mob-header {
	background: #fff;
}

.mob-header>.d-flex {
	align-items: center;
}

.mob-header .navbar-brand {
	padding: 0;
}

.mob-header .logo-text {
	font-weight: 600;
	color: #fff;
	font-size: 25px;
	line-height: 1;
}

.theme-light .mob-header .logo-text {
	color: #0b0b13;
}

.toggler-menu {
	width: 50px;
	height: 50px;
	position: relative;
	border-radius: 100%;
	padding: 0;
	background: #2fbf71;
	border: none;
	margin: -5px auto -5px 0;
}

.toggler-menu span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 2px;
	margin: auto;
	background: #fff;
	color: #fff;
	transition: ease all 0.2s, ease top 0.2s 0.2s;
}

.toggler-menu span:nth-child(1) {
	top: -16px;
}

.toggler-menu span:nth-child(3) {
	top: 16px;
}

.toggler-menu.open span {
	transition: ease all 0.2s, ease transform 0.2s 0.2s;
}

.toggler-menu.open span:nth-child(1) {
	transform: rotate(45deg);
	top: 0;
}

.toggler-menu.open span:nth-child(2) {
	opacity: 0;
}

.toggler-menu.open span:nth-child(3) {
	transform: rotate(-45deg);
	top: 0;
}

.menu-overlay {
	display: none;
}

@media (max-width: 1199.98px) {
	.mob-header {
		display: block;
	}

	.header-left {
		-moz-transition: ease all 0.35s;
		-o-transition: ease all 0.35s;
		-webkit-transition: ease all 0.35s;
		transition: ease all 0.35s;
		right: -300px;
		z-index: 222;
	}

	.header-left.menu-open {
		right: 0;
	}

	.menu-overlay {
		width: 100%;
		height: 100%;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background: #000;
		z-index: 101;
		visibility: hidden;
		opacity: 0;
		transition: ease all 0.35s;
	}
	
	.theme-light .menu-overlay {
		background: #fff;
	}

	.menu-open ~ main .menu-overlay {
		visibility: visible;
    	opacity: 0.75;
	}
}

#pp-nav {
	margin-left: 50px;
}

@media (max-width: 991.98px) {
	#pp-nav {
		display: none;
	}
}

#pp-nav li {
	margin: 6px 0;
	padding: 0;
	width: 10px;
	height: 10px;
	position: relative;
}

#pp-nav li a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
}

.theme-light #pp-nav li a {
	background: rgba(11, 11, 19, 0.3);
}

#pp-nav li a.active {
	background: #2fbf71;
}

#pp-nav li a span {
	display: none;
}

.footer {
	padding: 12px 0;
	background: #0b0b13;
}

.theme-light .footer {
	background: #fff;
	border-top: 1px solid rgba(11, 11, 19, 0.1);
}

.footer .nav a {
	color: #fff;
	font-size: 14px;
	margin-left: 17px;
}

.theme-light .footer .nav a {
	color: #0b0b13;
}

.footer .nav a:hover {
	color: #2fbf71;
}

.footer p {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

.theme-light .footer p {
	color: #0b0b13;
}

.blog-grid .blog-img {
	overflow: hidden;
}

.blog-grid .blog-img a {
	display: block;
	padding-bottom: 66.666%;
	background: #181825;
	position: relative;
	overflow: hidden;
}

.theme-light .blog-grid .blog-img a {
	background: #eeeef7;
}

.blog-grid .blog-img a:before {
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	font-size: 50px;
	color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	margin-top: -40px;
}

.theme-light .blog-grid .blog-img a:before {
	color: #555;
}

.blog-grid .blog-img img {
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
}

.blog-grid .blog-info {
	background: #0b0b13;
	padding: 25px;
	margin: -80px 50px 0 0;
	position: relative;
}

.theme-light .blog-grid .blog-info {
	background: #f7f7ff;
}

@media (max-width: 991.98px) {
	.blog-grid .blog-info {
		margin-right: 40px;
	}
}

@media (max-width: 767.98px) {
	.blog-grid .blog-info {
		margin-right: 25px;
	}
}

.blog-grid .blog-info .meta {
	font-size: 12px;
}

.blog-grid .blog-info h6 {
	font-size: 24px;
	font-weight: 500;
	padding-top: 5px;
}

.blog-grid .blog-info .meta + h6 {
	padding-top: 10px;
}

@media (max-width: 767.98px) {
	.blog-grid .blog-info h6 {
		font-size: 20px;
	}
}

.blog-grid .blog-info a {
	color: #fff;
	background-image: linear-gradient(-130deg, #fff, #fff);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
}

.theme-light .blog-grid .blog-info a {
	color: #0b0b13;
	background-image: linear-gradient(-130deg, #0b0b13, #0b0b13);
}

.blog-grid:hover .blog-info a {
	background-size: 100% 2px;
}

.blog-grid:hover .blog-img img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.read-more-blog {
	padding-top: 30px;
}

.blog-pagination {
	padding-top: 25px;
}

.blog-pagination .pagination {
	flex-wrap: wrap;
}

.blog-pagination .pagination li {
	margin-top: 5px;
}

.pagination .page-item a,
.pagination .page-item span {
	border: none;
	box-shadow: none;
	color: #fff;
	margin: 0 5px;
	border-radius: 50px;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 37px;
	position: relative;
	display: block;
	overflow: hidden;
}

.pagination .page-item a {
	background: rgba(255, 255, 255, 0.1);
}

.theme-light .pagination .page-item a,
.theme-light .pagination .page-item span {
	color: #0b0b13;
}

.theme-light .pagination .page-item a {
	background: #eeeef7;
}

.pagination .page-item a:hover,
.pagination .page-item span.current {
	background: #2fbf71;
	color: #fff;
}

.tag-cloud a {
	padding: 4px 15px;
	font-size: 13px;
	color: #fff;
	background: #0b0b13;
	border-radius: 3px;
	margin-left: 4px;
	margin-bottom: 4px;
	font-weight: 400;
}

.tag-cloud span {
	margin-left: 10px;
    line-height: 2.1;
    font-size: 14px;
}

.theme-light .tag-cloud a {
	color: #0b0b13;
	background: #f7f7ff;
}

.tag-cloud a:hover {
	background: #2fbf71;
	color: #fff;
}

.blog-listing {
	padding-top: 70px;
	padding-bottom: 120px;
	background: #10101a;
	min-height: 100%;
}

.theme-light .blog-listing {
	background: #fff;
}

@media (max-width: 991.98px) {
	.blog-listing {
		padding-bottom: 80px;
	}
}

@media (max-width: 767.98px) {
	.blog-listing {
		padding-bottom: 50px;
	}
}

.single-blog {
	padding-top: 70px;
	padding-bottom: 100px;
	background: #10101a;
	min-height: 100%;
}

.theme-light .single-blog {
	background: #fff;
}

@media (max-width: 991.98px) {
	.single-blog {
		padding-top: 100px;
		padding-bottom: 40px;
	}
}

.blog-feature-img {
	text-align: center;
}

.blog-feature-img img {
	width: auto;
	height: auto;
}

.article {
	margin: 15px 0 30px;
}

.article .article-title {
	padding: 15px 0 20px;
}

.article .article-title h2 {
	color: #fff;
	font-weight: 600;
}

.theme-light .article .article-title h2 {
	color: #0b0b13;
}

@media (max-width: 991.98px) {
	.article .article-title h2 {
		font-size: 28px;
	}
}

.article .article-title .media {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	padding-bottom: 20px;
	align-items: center;
}

.theme-light .article .article-title .media {
	border-bottom: 1px dashed rgba(11, 11, 19, 0.1);
}

.article .article-title .media > .avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 8px;
}

.article .article-title .media > .avatar img {
	width: 100%;
	height: auto;
}

.article .article-title .media .media-body {
	margin-top: 15px;
}

.article .article-title .media .media-body label {
	font-weight: 700;
	font-size: 16px;
	margin: 1.5px 0;
}

.article .article-title .media .media-body span {
	display: block;
	font-size: 12px;
	margin: 1.5px 0;
}

.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
	color: #fff;
	font-weight: 500;
	font-family: inherit;
	margin-bottom: 15px;
	margin-top: 30px;
}

.theme-light .article .article-content h1,
.theme-light .article .article-content h2,
.theme-light .article .article-content h3,
.theme-light .article .article-content h4,
.theme-light .article .article-content h5,
.theme-light .article .article-content h6 {
	color: #0b0b13;
}

.article .article-content blockquote {
	max-width: 600px;
	padding: 15px 0 30px 0;
	margin: 0;
}

.article .article-content blockquote p {
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	margin: 0;
}

.article .article-content blockquote cite {
	display: block;
	margin-top: 10px;
}

.article .article-content blockquote .blockquote-footer {
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
}

.theme-light .article .article-content blockquote .blockquote-footer {
	color: #0b0b13;
}

.article .article-content blockquote .blockquote-footer cite {
	font-weight: 600;
}

.article .article-content ul,
.article .article-content ol {
	padding: 0;
}

.article .article-content li {
	list-style-position: inside;
	font-size: 14px;
    font-weight: 400;
    line-height: 2;
}

.article .article-content ul li {
	list-style-type: disc;
}

.article .article-content ol li {
	list-style-type: auto;
}

.article .tag-cloud {
	padding-top: 10px;
}

.article-comment {
	border-radius: 5px;
	overflow: hidden;
	background: #0b0b13;
	padding: 30px;
	margin-bottom: 20px;
}

.theme-light .article-comment {
	background: #f7f7ff;
}

.article-comment h4 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 22px;
}

.theme-light .article-comment h4 {
	color: #0b0b13;
}

.comments-block {
	margin-bottom: -0.75rem;
}

@media only screen and (max-width: 575.98px) {
	.comments-block {
		margin-bottom: -0.5rem;
	}
}

.comment-box {
	display: flex;
	flex-direction: column;
}

.comment-box .comment-box {
	margin-right: 3rem;
}

@media only screen and (max-width: 575.98px) {
	.comment-box .comment-box {
		margin-right: 1.1875rem;
	}
}

.comment-box__inner {
	background-color: #10101a;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
}

.theme-light .comment-box__inner {
	background-color: #fff;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__inner {
		flex-direction: column;
		padding: 1rem 1rem 0.5625rem 1rem;
		margin-bottom: 1rem;
	}
}

.comment-box__body {
	flex: 1;
	font-size: 0.9375rem;
	line-height: 1.6;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__body {
		font-size: 0.875rem;
		margin-top: 0.75rem;
	}
}

.comment-box__body p {
	margin-bottom: 0.6875rem;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__body p {
		margin-bottom: 0.5rem;
	}
}

.comment-box__details {
	display: flex;
	justify-content: space-between;
	font-size: 1.0625rem;
	font-family: inherit;
	color: #fff;
	margin-top: -5px;
	margin-bottom: 0.5rem;
}

.theme-light .comment-box__details {
	color: #0b0b13;
	font-weight: 700;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__details {
		font-size: 0.9375rem;
		flex-direction: column;
		margin-top: 0;
	}
}

.comment-box__details a {
	text-decoration: none;
}

.comment-box__details-date {
	font-size: 0.75rem;
	font-weight: 400;
	color: #888;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__details-date {
		font-size: 0.75rem;
		margin-top: 0.3125rem;
	}
}

.comment-box__inner > .avatar {
	margin-left: 1rem;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.comment-box__inner > .avatar img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__footer {
		margin-bottom: 3px;
	}
}

.comment-box__footer span {
	font-size: 0.875rem;
	padding-right: 0.125rem;
	vertical-align: middle;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__footer span {
		font-size: 0.75rem;
	}
}

.comment-box__footer .fas {
	font-size: 1rem;
	vertical-align: middle;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__footer .font-icon {
		font-size: 0.875rem;
	}
}

.comment-box__inner em {
	width: 100%;
	margin-top: 20px;
    margin-bottom: 5px;
    font-size: 0.875rem;
	font-style: normal;
    color: #5688E2;
}

.comment-box__inner em i {
	vertical-align: middle;
	margin-left: 3px;
}

.comment-navigation {
	overflow: hidden;
}

.comment-navigation a {
	color: inherit;
}

.comment-navigation .nav-next {
	float: left;
}

.comment-navigation .nav-previous {
	float: right;
}

@media only screen and (max-width: 575.98px) {
	.comment-navigation {
		font-size: 0.75rem;
	}
}

.comment-form-cookies-consent {
	padding: 0 15px;
	display: flex;
    align-items: baseline;
	margin-top: -8px;
}

.comment-form-cookies-consent input {
	margin-left: 7px;
	position: relative;
	top: 2px;
}

.comment_reply_to {
	margin-bottom: 10px;
}

/*---------------------------
 Portfolio Start
------------------------------*/
.portfolio-content.grid-col-2 .grid-item {
	width: 50%;
}

@media (max-width: 767.98px) {
	.portfolio-content.grid-col-2 .grid-item {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.portfolio-content.grid-col-3 .grid-item {
		width: 33.3333%;
	}
}

@media (max-width: 991.98px) {
	.portfolio-content.grid-col-3 .grid-item {
		width: 50%;
	}
}

@media (max-width: 767.98px) {
	.portfolio-content.grid-col-3 .grid-item {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.portfolio-content.grid-col-4 .grid-item {
		width: 33.3333%;
	}
}

@media (min-width: 1200px) {
	.portfolio-content.grid-col-4 .grid-item {
		width: 25%;
	}
}

@media (max-width: 991.98px) {
	.portfolio-content.grid-col-4 .grid-item {
		width: 50%;
	}
}

@media (max-width: 767.98px) {
	.portfolio-content.grid-col-4 .grid-item {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.portfolio-content.grid-col-5 .grid-item {
		width: 33.3333%;
	}
}

@media (min-width: 1200px) {
	.portfolio-content.grid-col-5 .grid-item {
		width: 20%;
	}
}

@media (max-width: 991.98px) {
	.portfolio-content.grid-col-5 .grid-item {
		width: 50%;
	}
}

@media (max-width: 767.98px) {
	.portfolio-content.grid-col-5 .grid-item {
		width: 100%;
	}
}

.portfolio-content.grid-gutter-md {
	margin-right: -4px;
	margin-left: -4px;
}

.portfolio-content.grid-gutter-md .grid-item {
	padding: 8px;
}

.portfolio-content.grid-gutter-lg {
	margin-right: -12px;
	margin-left: -12px;
}

.portfolio-content.grid-gutter-lg .grid-item {
	padding: 12px;
}

.portfolio-content .grid-item {
	float: right;
}

/*Portfolio Filter*/
.portfolio-filter-01 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.portfolio-filter-01 .filter {
	margin: 0 -15px;
}

.portfolio-filter-01 .filter li {
	cursor: pointer;
	margin: 0 15px;
	color: #fff;
	position: relative;
	padding: 5px 0;
	font-size: 13px;
	line-height: normal;
}

.theme-light .portfolio-filter-01 .filter li {
	color: #0b0b13;
}

@media (max-width: 767.98px) {
	.portfolio-filter-01 .filter {
		margin: 0 -8px;
	}

	.portfolio-filter-01 .filter li {
		margin: 0 8px;
		font-size: 15px;
	}
}

.portfolio-filter-01 .filter li:after {
	content: "";
	width: 0px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	background: #2fbf71;
	position: absolute;
	-moz-transition: ease all 0.55s;
	-o-transition: ease all 0.55s;
	-webkit-transition: ease all 0.55s;
	transition: ease all 0.55s;
}

.portfolio-filter-01 .filter li.active:after {
	width: 100%;
}

/*Portfolio Style 2*/
.portfolio-box-01 {
	background: #fff;
	position: relative;
}

.portfolio-box-01 .portfolio-img {
	position: relative;
}

.portfolio-box-01 .portfolio-img img {
	width: 100%;
}

.portfolio-box-01 .portfolio-icon {
	position: absolute;
	bottom: 20px;
	left: 20px;
	opacity: 0;
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
}

.portfolio-box-01 .portfolio-icon a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	background: #2fbf71;
	font-size: 24px;
	text-align: center;
}

.portfolio-box-01 .portfolio-icon a span {
	line-height: inherit;
}

.portfolio-box-01 .portfolio-info {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 23px 20px;
	z-index: 1;
	background: #0b0b13;
	left: 20px;
	text-align: center;
	opacity: 0;
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
}

.portfolio-box-01 .portfolio-info h5 {
	margin: -5px 0 4px;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
}

.portfolio-box-01 .portfolio-info h5 a {
	color: #fff;
}

.portfolio-box-01 .portfolio-info span {
	color: rgba(255, 255, 255, 0.6);
}

.portfolio-box-01:hover .portfolio-info {
	opacity: 1;
}

.portfolio-box-01:hover .portfolio-icon {
	opacity: 1;
}

/* Demo
---------------------*/
.color_switch {
	position: fixed;
	top: 15px;
	left: 32px;
	width: 50px;
	height: 50px;
	line-height: 52px;
	background: #fff;
	color: #0b0b13;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	z-index: 100;
	cursor: pointer;
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
}

.theme-light .color_switch {
	background: #0b0b13;
	color: #fff;
}

.color_switch i {
	margin-top: 1px;
}

@media (max-width: 1199.98px) {
	.color_switch {
		top: 85px;
		left: 15px;
	}
}

/* Section
---------------------*/
.main-left,
.pp-section {
	background: #10101a;
}

.theme-light .main-left,
.theme-light .pp-section {
	background: #fff;
}

.section,
.section-spacing {
	padding: 100px 0;
}

.pp-scrollable {
	overflow: auto;
}

.m-15px-tb {
	margin-top: 15px;
	padding-bottom: 15px;
}

.pp-tooltip {
    top: -7px;
    color: #fff;
    font-family: inherit;
}

.theme-light .pp-tooltip {
    color: #0b0b13;
}

/* Title
-----------------------------------*/
.title {
	margin-bottom: 35px;
}

@media (max-width: 767.98px) {
	.title {
		margin-bottom: 25px;
	}
}

.title h3 {
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
}

.theme-light .title h3 {
	color: #0b0b13;
}

.title h3:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	bottom: -11px;
	right: 56px;
	left: 0;
	z-index: -1;
	background: #2fbf71;
}

.title h3:before {
	content: "";
	position: absolute;
	bottom: -9px;
	right: 0;
	left: 0;
	width: 60px;
	background: #2fbf71;
	height: 1px;
}

.separated {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.separated:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
	background: #fff;
	opacity: 0.1;
}

.theme-light .separated:after {
	background: #0b0b13;
}

@media (max-width: 991.98px) {
	.separated {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 767.98px) {
	.separated {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.particles {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.1;
	z-index: 1;
}

.theme-light .particles {
	background: #0b0b13;
}

/* glitch
-----------------------------------*/
.glitch-box {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.glitch-box .glitch-bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Home Banner
-----------------------------------*/
.home-banner {
	overflow: hidden;
	position: relative;
}

.home-banner:after {
	content: "";
	position: absolute;
	left: -20vh;
	top: -20vh;
	width: 100vh;
	height: 100vh;
	border-radius: 50%;
	background: #0b0b13;
	z-index: 0;
}

.theme-light .home-banner:after {
	background: #f7f7ff;
}

.home-banner .container {
	position: relative;
	z-index: 2;
}

.home-banner .full-screen {
	min-height: 100vh;
	padding-top: 100px;
	padding-bottom: 100px;
}

.home-banner .hb-img img {
	border-radius: 50%;
}

@media (min-width: 1600px) {
	.home-banner .hb-img img {
		max-width: 120%;
	}
}

.home-banner .type-box {
	padding-top: 40px;
	padding-bottom: 40px;
}

.home-banner .type-box h6 {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	margin: 0 0 20px;
}

.theme-light .home-banner .type-box h6 {
	color: #0b0b13;
}

@media (max-width: 767.98px) {
	.home-banner .type-box h6 {
		font-size: 18px;
		margin: 0 0 10px;
	}
}

.home-banner .type-box h1 {
	font-size: 65px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 30px;
	color: #fff;
}

.theme-light .home-banner .type-box h1 {
	color: #0b0b13;
}

@media (max-width: 1199.98px) {
	.home-banner .type-box h1 {
		font-size: 70px;
	}
}

@media (max-width: 767.98px) {
	.home-banner .type-box h1 {
		font-size: 45px;
		margin-bottom: 15px;
	}
}

.home-banner .type-box .lead {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 25px;
}

.theme-light .home-banner .type-box .lead {
	color: #0b0b13;
}

@media (max-width: 767.98px) {
	.home-banner .type-box .lead {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

.home-banner .type-box .desc {
	max-width: 450px;
	font-size: 18px;
}

@media (max-width: 767.98px) {
	.home-banner .type-box .desc {
		font-size: 16px;
	}
}

.home-banner .type-box .btn-bar {
	margin: -5px -11px 0;
}

.home-banner .type-box .btn-bar .px-btn {
	margin: 20px 11px 0;
}

/* Home Banner 01
-----------------------------------*/
.home-banner-01 .full-screen {
	min-height: 100vh;
}

.home-banner-01 .type-box {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.home-banner-01 .type-box .img {
	width: 200px;
	height: 200px;
	margin: 0 auto 30px;
}

.home-banner-01 .type-box .img img {
	border-radius: 50%;
}

.home-banner-01 .type-box h1 {
	font-size: 45px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 15px;
	color: #fff;
}

.theme-light .home-banner-01 .type-box h1 {
	color: #0b0b13;
}

.home-banner-01 .type-box .lead {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
}

.theme-light .home-banner-01 .type-box .lead {
	color: #0b0b13;
}

@media (max-width: 767.98px) {
	.home-banner-01 .type-box .lead {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

.home-banner-01 .type-box .social-icons a {
	margin: 0 4px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	border-radius: 50%;
	background: #2fbf71;
	color: #fff;
	overflow: hidden;
}

/* Image BG
-----------------------------------*/
.image-bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.2;
}

/* Video BG
-----------------------------------*/
.video-bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	overflow: hidden;
	opacity: 0.2;
}

.video-bg video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	object-fit: cover;
}

/* About
-----------------------------------*/
@media (max-width: 991.98px) {
	.about-me {
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.about-me .img img {
		float: left;
	}
}

@media (max-width: 991.98px) {
	.about-me .img {
		text-align: center;
	}
}

.about-me .info {
	text-align: center;
	padding-top: 40px;
	color: #fff;
}

.theme-light .about-me .info {
	color: #0b0b13;
}

.about-me .info h3 {
	font-weight: 500;
	font-size: 30px;
}

.about-me .info p {
	margin: 0;
	font-size: 16px;
}

.about-me .social-icons {
	position: absolute;
	bottom: -15px;
	right: 0;
	left: 0;
}

.about-me .social-icons a {
	width: 35px;
	height: 35px;
	line-height: 31px;
	background: #fff;
	border: 2px solid #fff;
	color: #0b0b13;
	text-align: center;
	border-radius: 50%;
	position: relative;
	margin: 0 5px;
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.theme-light .about-me .social-icons a {
	background: #0b0b13;
	color: #fff;
}

.about-me .social-icons a i {
	line-height: inherit;
}

.about-me .social-icons a:nth-child(1) {
	top: -25px;
}

.about-me .social-icons a:nth-child(2) {
	top: -8px;
}

.about-me .social-icons a:nth-child(4) {
	top: -8px;
}

.about-me .social-icons a:nth-child(5) {
	top: -25px;
}

.about-me .social-icons a:hover {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background: #2fbf71;
	color: #fff;
}

@media (min-width: 1200px) {
	.about-info {
		padding-right: 50px;
	}
}

.about-info .title {
	margin-bottom: 40px;
}

.about-info .about-text .subtitle {
	color: #fff;
	margin-bottom: 25px;
	line-height: 1.7;
	font-size: 1.75rem;
	font-weight: 400;
}

.theme-light .about-info .about-text .subtitle {
	color: #0b0b13;
	font-weight: 500;
}

.about-info .media {
	padding-top: 10px;
}

.about-info .media span {
	font-size: 50px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	min-width: 55px;
}

.theme-light .about-info .media span {
	color: #0b0b13;
}

.about-info .media .media-body {
	padding-right: 10px;
	line-height: 1.7;
}

.about-info .media .after-k:after {
	content: "k";
	font-size: 65%;
	margin-right: 2px;
}

.about-info .btn-bar {
	padding-top: 15px;
	margin: 0 -11px;
}

.about-info .btn-bar .px-btn {
	min-width: 150px;
	text-align: center;
	margin: 20px 11px 0;
}

.about_subtitle {
	color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.7;
}

/* Feature Box
-----------------------------------*/
.feature-box-01 {
	padding: 40px;
	overflow: hidden;
	z-index: 1;
	background: #0b0b13;
	-moz-transition: ease background 0.35s;
	-o-transition: ease background 0.35s;
	-webkit-transition: ease background 0.35s;
	transition: ease background 0.35s;
}

.theme-light .feature-box-01 {
	background: #f7f7ff;
}

@media (max-width: 991.98px) {
	.feature-box-01 {
		padding: 20px;
	}
}

.feature-box-01 .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin-left: 25px;
}

.theme-light .feature-box-01 .icon {
	color: #0b0b13;
}

@media (max-width: 991.98px) {
	.feature-box-01 .icon {
		margin-left: 15px;
	}
}

.feature-box-01 h5 {
	margin-bottom: 15px;
	color: #fff;
	font-weight: 700;
}

.theme-light .feature-box-01 h5 {
	color: #0b0b13;
}

.feature-box-01 p {
	margin: 0;
}

.feature-box-01:hover {
	background: #2fbf71;
}

.feature-box-01:hover .icon {
	color: #fff;
}

.theme-light .feature-box-01:hover .icon {
	color: #fff;
}

.feature-box-01:hover h5 {
	color: #fff;
}

.theme-light .feature-box-01:hover h5 {
	color: #fff;
}

.theme-light .feature-box-01:hover p {
	color: #fff;
}

/* testimonial
-----------------------------------*/
.testimonial-01 {
	background: #0b0b13;
	padding: 35px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 25px;
}

@media (max-width: 575.98px) {
	.testimonial-01 {
		flex-direction: column;
	}
}

.theme-light .testimonial-01 {
	background: #f7f7ff;
}

.testimonial-01 .avatar {
	width: 100px;
	height: 100px;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.testimonial-01 .avatar {
		width: 75px;
		height: 75px;
	}
}

@media (max-width: 575.98px) {
	.testimonial-01 .avatar {
		margin-bottom: 20px;
	}
}

.testimonial-01 .media-body {
	padding-right: 25px;
}

@media (max-width: 767.98px) {
	.testimonial-01 .media-body {
		padding-right: 15px;
	}
}

@media (max-width: 575.98px) {
	.testimonial-01 .media-body {
		padding-right: 0;
	}
}

.testimonial-01 .media-body p {
	margin-top: -5px;
}

.testimonial-01 h6 {
	color: #fff;
	margin: 0 0 5px;
	font-weight: 700;
}

.theme-light .testimonial-01 h6 {
	color: #0b0b13;
}

.testimonial-01 span {
	font-size: 13px;
}

/* Experience
-----------------------------------*/
.resume-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 15px;
	background: #0b0b13;
}

.theme-light .resume-box {
	background: #f7f7ff;
}

.resume-row {
	padding: 35px;
}

@media (max-width: 991.98px) {
	.resume-row {
		padding: 20px;
	}
}

.resume-row+.resume-row {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.theme-light .resume-row+.resume-row {
	border-top: 1px solid rgba(11, 11, 19, 0.05);
}

.resume-row h6 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

.theme-light .resume-row h6 {
	color: #0b0b13;
}

.resume-row .rb-left {
	min-height: 100%;
	text-align: center;
}

@media (max-width: 575.98px) {
	.resume-row .rb-left {
		margin-bottom: 25px;
		text-align: right;
	}

	.resume-row .rb-left img {
		max-width: 100px;
	}
}

.resume-row .rb-time {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	background: #2fbf71;
	font-size: 10px;
	font-weight: 300;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 767.98px) {
	.resume-row .rb-time {
		position: relative;
		margin-bottom: 14px;
		margin-top: 10px;
		vertical-align: top;
	}
}

.resume-row h6 {
	margin-bottom: 5px;
}

.resume-row label {
	font-size: 13px;
	margin-bottom: 12px;
}

@media (max-width: 767.98px) {
	.resume-row label {
		width: 100%;
		margin-bottom: 6px;
	}
}

.resume-row .rb-right p {
	margin-bottom: 0;
	max-width: 80%;
}

@media (max-width: 991.98px) {
	.resume-row .rb-right p {
		max-width: 100%;
	}
}

.skills-box h3 {
	color: #fff;
	margin: 0 0 15px;
	font-weight: 700;
}

.theme-light .skills-box h3 {
	color: #0b0b13;
}

.skills-box p {
	padding-bottom: 10px;
}

.skill-lt {
	position: relative;
}

.skill-lt span {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #2fbf71;
	position: absolute;
	left: -1px;
	top: -5px;
}

.skill-lt:not(:first-child) {
	margin-top: 25px;
}

.skill-lt h6 {
	font-size: 14px;
	margin: 0 0 10px;
	font-weight: 400;
	color: #fff;
}

.theme-light .skill-lt h6 {
	color: #0b0b13;
}

.skill-lt .skill-bar {
	position: relative;
	background: rgba(255, 255, 255, 0.2);
}

.theme-light .skill-lt .skill-bar {
	background: rgba(11, 11, 19, 0.1);
}

.skill-lt .skill-bar .skill-bar-in {
	width: 80px;
	position: relative;
	-moz-transition: ease all 0.55s;
	-o-transition: ease all 0.55s;
	-webkit-transition: ease all 0.55s;
	transition: ease all 0.55s;
	height: 5px;
	background: #2fbf71;
}

.aducation-box {
	margin: 15px 0 0;
	padding: 0;
	background: #0b0b13;
	list-style: none;
	display: inline-block;
    vertical-align: top;
    width: 100%;
}

.theme-light .aducation-box {
	background: #f7f7ff;
}

@media (max-width: 991.98px) {
	.aducation-box {
		margin-bottom: 10px;
	}
}

.aducation-box p {
	margin: 0;
}

.aducation-box h6 {
	color: #fff;
	margin: 5px 0;
	font-weight: 700;
}

.theme-light .aducation-box h6 {
	color: #0b0b13;
}

.aducation-box span {
	background: #2fbf71;
	color: #fff;
	font-size: 11px;
	padding: 1px 8px;
	display: inline-block;
	vertical-align: top;
	margin-right: -24px;
	position: relative;
	margin-bottom: 9px;
}

.aducation-box span:after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: 0;
	border-top: 5px solid #165934;
	border-right: 5px solid transparent;
}

.aducation-box li {
	padding: 20px 20px;
}

.aducation-box li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.theme-light .aducation-box li+li {
	border-top: 1px solid rgba(11, 11, 19, 0.05);
}

/* Contact Us
-----------------------------------*/
.contact-info {
	background: #0b0b13;
	padding: 30px;
}

.theme-light .contact-info {
	background: #f7f7ff;
}

@media (max-width: 991.98px) {
	.contact-info {
		margin-bottom: 20px;
	}
}

.contact-info h4 {
	font-weight: 500;
	color: #fff;
	font-size: 22px;
	margin-bottom: 20px;
}

.theme-light .contact-info h4 {
	color: #0b0b13;
}

.contact-info p {
	font-size: 16px;
}

.contact-info ul {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}

.contact-info li {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	position: relative;
}

.theme-light .contact-info li {
	color: #0b0b13;
}

.contact-info li i {
	width: 30px;
	text-align: center;
	color: #2fbf71;
	font-size: 22px;
	margin-top: 4px;
}

.contact-info li .media-body {
	padding-right: 10px;
	line-height: 1.85;
}

.contact-info li+li {
	padding-top: 20px;
}

.contact-form {
	background: #0b0b13;
	padding: 30px;
}

.theme-light .contact-form {
	background: #f7f7ff;
}

@media (max-width: 991.98px) {
	.contact-form {
		margin-bottom: 20px;
	}
}

.contact-form h4 {
	font-weight: 500;
	color: #fff;
	font-size: 22px;
	margin-bottom: 20px;
}

.theme-light .contact-form h4 {
	color: #0b0b13;
}

.contact-form .form-control {
	color: #fff;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	height: calc(2em + .75rem + 2px);
	text-align: right;
}

.theme-light .contact-form .form-control {
	color: #0b0b13;
	border: 1px solid rgba(11, 11, 19, 0.3);
	background: #fff;
}

.contact-form textarea.form-control {
	height: auto;
	line-height: 2;
	min-height: 70px;
}

.google-map {
	width: 100%;
	min-height: 200px;
}

.google-map.grayscale {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

.google-map iframe {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

/* Contact Form */

.wpcf7 {
	direction: rtl;
}

.wpcf7 form .wpcf7-not-valid-tip {
	font-size: 0.75rem;
	line-height: 1.85;
	margin-top: 4px;
	color: #ff4c4c;
}

.wpcf7 form .wpcf7-spinner,
.wpcf7 form .ajax-loader {
	vertical-align: middle;
	margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
	line-height: 2;
	font-size: 14px;
	font-weight: 400;
	margin: 30px 0 0;
	border-radius: 5px;
	padding: 5px 15px;
}

@media only screen and (max-width: 575.98px) {
	.wpcf7 form .wpcf7-response-output {
		font-size: 13px;
	}
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #4bb608;
	background: #192019;
	border-color: #4bb608;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #ff4242;
	background: #261c1c;
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	color: #ff6b1d;
	background: #1c1916;
	border-color: #ff5800;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #de9900;
	background: #201e17;
	border-color: #d99500;
}

.theme-light .wpcf7 form.sent .wpcf7-response-output {
	color: #357b09;
	background: #f1ffeb;
	border-color: #389c07;
}

.theme-light .wpcf7 form.failed .wpcf7-response-output,
.theme-light .wpcf7 form.aborted .wpcf7-response-output {
	color: #ff0000;
	background: #ffeaea;
	border-color: #f33a3a;
}

.theme-light .wpcf7 form.spam .wpcf7-response-output {
	color: #d35310;
	background: #fff6e6;
	border-color: #e1743b;
}

.theme-light .wpcf7 form.invalid .wpcf7-response-output,
.theme-light .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #be8300;
	background: #fffae6;
	border-color: #d1a600;
}
