/**
 ==================================================
 * Name: awplife 
 * Version: 1.0
 * Author: AWPLife
 * Author URL: http://www.awplife.com
 ===================================================
 */


html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar
}

html {
	font-size: 16px
}

@media (min-width: 768px) and (max-width: 991px) {
	html {
		font-size: 14px
	}
}

@media (min-width: 200px) and (max-width: 768px) {
	html {
		font-size: 12px
	}
}

body {
	font-family: "Sofia Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	font-weight: 400;
	color: #24292e;
	padding: 0;
	background-attachment: fixed;
	text-rendering: optimizeLegibility;
	overflow-y: hidden
}

.h1,
h1 {
	font-size: 2rem
}

.h2,
h2 {
	font-size: 1.875rem
}

.h3,
h3 {
	font-size: 1.5rem
}

.h4,
h4 {
	font-size: 1.25rem
}

.h5,
h5 {
	font-size: 1.125rem
}

.h6,
h6 {
	font-size: 1rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #031117;
	margin: 0 0 1.25rem;
	font-weight: 600;
	line-height: 1.5
}

a,
a:focus,
a:hover {
	text-decoration: none
}

.bg-gray {
	background-color: #f2f6f9
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

cite,
dfn,
em,
i {
	font-style: italic
}

blockquote {
	font-size: 1.5rem;
	font-style: normal;
	margin: 0 0 1.563rem;
	overflow: hidden;
	padding: .625rem 1.25rem;
	quotes: "" "";
	color: #031117;
	font-weight: 600;
	line-height: 1.4;
	background-color: #f8f8f8;
	border-left: 3px solid #3855ea
}

blockquote p {
	color: #031117;
	font-size: 1.25rem;
	font-weight: 600
}

blockquote cite {
	color: #3f3bd6;
	font-size: 1rem;
	display: block;
	font-style: normal;
	font-weight: 400;
	margin-top: .5rem
}

q {
	quotes: "“" "”" "‘" "’"
}

blockquote:after,
blockquote:before {
	content: ""
}

ol,
ul {
	margin: 0 0 1.75rem
}

ul {
	list-style: disc
}

ol {
	list-style: decimal
}

li>ol,
li>ul {
	margin-bottom: 0;
	margin-left: 1.75rem
}

table {
	border-collapse: collapse;
	margin: 0 0 1.75rem;
	width: 100%;
	border: 1px solid #e9e9e9
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: .5em
}

th {
	padding: .6rem;
	text-align: left
}

tr {
	border-bottom: 1px solid #e9e9e9
}

td {
	padding: .6rem
}

td>a,
td>a:focus,
td>a:hover {
	color: #3f3bd6
}

dl {
	margin-bottom: 20px;
	margin-top: 0
}

dl dt {
	font-weight: 700;
	margin-bottom: 5px
}

dl dd {
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 27px
}

abbr {
	text-decoration: none;
	cursor: help
}

acronym,
tla {
	text-decoration: underline;
	cursor: help
}

acronym {
	border-bottom: 0 none
}

big {
	font-size: larger;
	font-weight: 600
}

del,
s,
strike {
	text-decoration: line-through
}

cite,
em,
q {
	font-style: italic
}

ins,
mark {
	color: #fff;
	text-decoration: none;
	padding: 0 3px
}

code {
	color: #444;
	background-color: #e9e9e9;
}

pre {
	padding: 30px;
	margin: 0 0 20px;
	font-size: 15px;
	color: #64646d;
	max-width: 100%;
	background-color: #fff;
	border: 1px solid #e4e8ea;
	border-radius: 0;
	white-space: pre-wrap
}

code,
kbd,
pre,
samp,
tt,
var {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

address {
	font-style: italic;
	margin-bottom: 0 0 1.75rem
}

#attachment_906 {
	width: auto
}

b,
dl dt,
strong,
th {
	color: #031117
}


/*top bar sale*/
.top-bar {
	height: 104px;
	padding: 15px;
	background: #000000;
}

.logo-img {
	width: 190px;
}

.top-bar .col-lg-8 {
	float: left;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.coupon-section {
	text-align: right;
	margin-right: 20px;
}

.coupon-text {
	margin: 0;
	color: white;
	font-size: 16px;
	font-weight: 600;
}

.coupon-code {
	color: white;
	padding: 3px 10px;
	border-radius: 5px;
	cursor: pointer;
	user-select: text;
	border: 1px dotted;
	margin-left: 10px;
}



#header-module {
	background-color: transparent;
	position: relative;
	width: 100%;
	z-index: 10;
	border-style: solid;
	border-color: transparent;
	border-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	/*border-bottom: 1px solid rgba(255, 255, 255, .2)*/
}


/*.home .header .nav-menu a {
	color: #212121;
}*/

@media screen and (min-width: 1024px) {
	#header-module {
		background-color: transparent
	}
}

#header-module #logo {
	padding: 1.7rem 0
}

#header-module #logo h1 {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: .063rem;
	line-height: 1;
	margin: 0;
	padding-top: .3125rem
}

#header-module #logo h1 a {
	color: #fff;
	line-height: normal;
	display: inline-block;
	text-decoration: none
}

#header-module #logo h1 a span {
	color: #3f3bd6
}

#header-module #logo img {
	padding: 0;
	margin: 0
}

.scroll-header {
	background: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .1)
}

/* .sf-arrows .sf-with-ul {
	padding-right: 22px
} */
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 0;
	margin-top: 1px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105"
}

#nav-menu-container {
	float: right;
	margin: 0
}

@media (max-width: 1024px) {
	#nav-menu-container {
		display: none
	}
}

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99
}

.nav-menu li {
	position: relative;
	white-space: nowrap
}

.nav-menu>li {
	float: left
}

.nav-menu li.sfHover>ul,
.nav-menu li:hover>ul {
	display: block
}

.nav-menu ul ul {
	top: 0;
	left: 100%
}

.nav-menu ul li {
	min-width: 180px
}

.nav-menu a {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 1.1rem;
	outline: 0;
	letter-spacing: .013rem;
	transition: .3s;
}


.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
	color: #3f3bd6 !important;
	    background: aliceblue;
}

.nav-menu li > a {
    color: #fff;
    background: transparent;
    padding: 0 1rem;
    border-radius: 1.5rem;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.nav-menu>li {
	margin-left: .625rem;
	padding: 2rem 0rem;
}

.nav-menu ul {
	margin: 0;
	padding: .625rem;
	box-shadow: 0 0 30px rgba(127, 137, 161, .25);
	background: #fff;
	border-bottom: 3px solid #3f3bd6;
	border-top: 1px solid #3f3bd6
}

.nav-menu ul li {
	transition: .3s;
	padding: .438rem .875rem;
}

.nav-menu ul li a {
	color: #031117;
	transition: .3s;
	display: block;
	font-size: .938rem;
	text-transform: none
}

.nav-menu ul li:hover>a {
	color: #3f3bd6
}

.nav-menu ul ul {
	margin: 0
}

#mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 1.375rem 1.25rem 1.375rem 1.25rem;
	border: 0;
	background: 0 0;
	font-size: 1.75rem;
	display: none;
	transition: all .4s;
	outline: 0;
	cursor: pointer
}

#mobile-nav-toggle i {
	color: #eaeaea;
	font-size: 1.75rem
}

@media (max-width: 1024px) {
	#mobile-nav-toggle {
		display: inline
	}
}

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 1.125rem;
	bottom: 0;
	z-index: 998;
	background: radial-gradient(60% 40% at 50% 20%, #000624 0, hsl(342deg 0% 0%) 100%);
	left: -280px;
	width: 280px;
	overflow-y: auto;
	transition: .4s
}

.mobile-logo {
	padding: 12px 0px 25px 14px
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}

#mobile-nav ul li {
	position: relative
}

#mobile-nav ul li a {
	color: #eaeaea;
	font-size: 18px;
	overflow: hidden;
	padding: .625rem 1.563rem .625rem 1.563rem;
	position: relative;
	text-decoration: none;
	transition: .3s;
	width: 100%;
	display: block;
	outline: 0;
	letter-spacing: 0
}

#mobile-nav ul li a:hover {
	color: #3f3bd6
}

#mobile-nav ul li li {
	padding-left: .938rem
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 10px;
	z-index: 99;
	padding: 10px;
	cursor: pointer;
	color: #eaeaea;
	background: #3f3bd6;
	height: 30px;
	width: 30px;
	top: 8px;
	line-height: 13px;
	border-radius: 2px;
	transition: .2s ease all;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #3f3bd6
}

#mobile-nav ul .menu-item-active {
	color: #3f3bd6
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(6, 28, 37, .9);
	display: none
}

.mobile-social-icon {
	padding: 12px 0 25px 22px;
}

.mobile-social-icon a {
	padding-right: 18px;
	color: #fff;
	font-size: 18px;
}

.mobile-copyright {
	padding: 0px 0 25px 22px;
}

.mobile-copyright p {
	color: #FFF;
	font-size: 11px;
}

body.mobile-nav-active {
	overflow: hidden
}

body.mobile-nav-active #mobile-nav {
	left: 0
}

body.mobile-nav-active #mobile-nav-toggle i {
	color: #eaeaea
}

@media screen and (min-width: 1024px) {
	.slider-wrapper {
		margin-top: calc(-1*110px)
	}
}

.slider-wrapper {
	padding: 0;
	/*background-color: #061c25;*/
	position: relative;
	/*background-image: url(https://awplife.com/wp-content/uploads/2022/11/AWP-header-mockup-final-1.webp);*/
	height: 950px;
	background-size: cover;
	background-position: bottom;
}

.slider-wrapper:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: radial-gradient(60% 40% at 50% 20%, rgb(252 122 3 / 37%) 0, hsl(0deg 0% 51.8% / 40%) 100%);
}

.hero-showcase {
	width: 100%;
	position: absolute;
	right: 50%;
	bottom: 193px;
	transform: translate(50%, 50%);

}

.header-img {
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0
}

.center-col {
	margin: 0 auto;
	display: inline-block;
	float: none
}



.static-caption {
	padding: 12.5rem 0 6.875rem 0
}

/*.home .static-caption .title {
	font-size: 4rem;
    letter-spacing: 0.23rem;
    font-weight: 800;

}


.home .static-caption .title span {
	color: #3f3bd6;
}
*/
.btn-area-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.btn-area-wrap a.btn-large {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.btn-bg {
	background-color: #000;
	border-radius: 50px;
	margin-left: 10px;
}

.btn-bg:hover>a {
	transform: translate(8px, -8px);
}


.btn-bg>a {
	transition: transform 0.3s, background-color 0.3s;
}

.btn-bg:hover>a>svg {
	transform: translate(6px, 0) rotate(-45deg);
}

.btn-bg>a>svg {
	transition: transform 0.3s;
}

.btn-area-wrap {
	display: flex;
}



/*.home .static-caption .btn-area {

	flex-wrap: nowrap;
	justify-content: center;
}

.home .static-caption .btn-area .btn-large {
	display: flex;
	align-content: center;
	align-items: center;

	flex-wrap: nowrap;
	justify-content: center;
}*/

.static-caption .title {
	color: #212121;
	font-size: 3rem;
	font-weight: 700;
	line-height: 70px;
	margin: 0 0 .938rem;
}

.static-caption .subtitle {
	font-weight: 400;
	line-height: 1.9;
	/*padding: 0 250px;*/
	margin-bottom:30px;
}

.slider-content .post-thumbnail {
	padding: 5% 0 5% 7%
}

@media screen and (min-width: 1024px) {
	.slider-detail-wrapper {
		margin-top: calc(-1*110px)
	}
}

.slider-detail-wrapper {
	padding: 0;
	background: radial-gradient(60% 40% at 50% 20%, #000624 0, hsl(342deg 0% 0%) 100%);
	position: relative;
	background-color: #061C25;
	/*height: 70vh*/
}

.single-wp-theme .btn-area,
.single-wp-plugin .btn-area,
.single-wp-theme .btn-bg,
.single-wp-plugin .btn-bg {
	display: flex;
	justify-content: center;
	margin: 0;

}

.single-wp-theme .btn-bg,
.single-wp-plugin .btn-bg {
	background-color: #3f3bd6;
}

/*.single-wp-theme .static-caption .subtitle {
	margin-bottom: 30px;
}*/

/*.slider-detail-wrapper .center-col {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 0;
	top: 59%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}*/
.page-template-theme-bundle-offer .slider-detail-wrapper .center-col {
	top: 45%;
}

.page-template-theme-bundle-offer .responsive-frame {
	background-image: url(https://awplife.com/wp-content/uploads/2020/11/Untitled-1-1.png);
	/* background-repeat: no-repeat; */
	background-size: cover;
}

@media (min-width: 1024px) and (max-width: 1400px) {
	.slider-detail-wrapper {
		height: auto
	}

	.slider-detail-wrapper .center-col {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.slider-detail-wrapper .center-col .static-caption {
		padding: 12.5rem 0 6.875rem 0
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.slider-detail-wrapper {
		height: auto
	}

	.slider-detail-wrapper .center-col {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		max-width: 100%;
		flex: auto
	}

	.slider-detail-wrapper .center-col .static-caption {
		padding: 6.875rem 0 6.875rem 0
	}

	.static-caption .title {
		font-size: 2rem !important;
		line-height: 1;
	}

	.hero-showcase {

		bottom: 136px;

	}
}

@media (min-width: 150px) and (max-width: 768px) {
	.slider-detail-wrapper {
		height: auto;
		background-repeat: repeat
	}

	.slider-detail-wrapper .center-col {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		max-width: 100%;
		flex: auto
	}

	.slider-detail-wrapper .center-col .static-caption {
		padding: 5.875rem 0 5.875rem 0
	}

	.btn-area,
	.btn-area.btn-group-space {
		margin: 1.188rem 0 0
	}

	/*.btn-area a,
	.btn-area.btn-group-space a {
		width: 50%;
		margin-bottom: 0.825rem
	}*/

	.slider-detail-wrapper .center-col .awp-product-info {
		padding-top: .638rem;
		padding-bottom: .638rem;
		margin: 1.188rem auto 1rem
	}
}

/*.slider-detail-wrapper .static-caption {
	padding: 0
}*/
.btn-large i.fa,
.btn-medium i.fa,
.btn-small i.fa {
	margin-right: .5rem;
	font-weight: 400;
	font-size: 1.125rem
}

.responsive-frame {
	border-bottom: 4px #e9e9e9 double;
	padding: 5.5rem 0 4.7rem
}

.responsive-frame .center-block {
	margin: 0 auto
}

@media screen and (min-width: 1024px) {
	.page-template-theme-bundle-offer .responsive-frame .center-block img {
		margin-top: -190px
	}

	.page-header {
		margin-top: calc(-1*110px)
	}
	.single .blog-section .post {
		padding: 1.875rem 5.563rem;
	}

}

.page-header {
	text-align: center;
	background-position: center bottom;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
	position: relative;
	height: 100%;
}

@media (max-width: 768px) {

	.slider-wrapper {
		height: 500px;
		background-position: left;
	}

}

.page-header::before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	background-image: -webkit-gradient(radial-gradient(60% 40% at 50% 20%, #000624 0, hsl(342deg 0% 0%) 100%));
	background-image: -o-radial-gradient(60% 40% at 50% 20%, #000624 0, hsl(342deg 0% 0%) 100%);
	background-image: radial-gradient(60% 40% at 50% 20%, #000624 0, hsl(342deg 0% 0%) 100%);
	opacity: 1
}

/*.page-header .center-col {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 0;
	top: 59%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}*/

@media (max-width: 991px) {
	.page-header .center-col {
		top: 50%
	}
}

.bg-color-grey {
	background-color: #f2f6f9
}

.bg-color-dark {
	background-color: #031117
}

.bg-border {
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9
}

.bg-image {
	background: url(../images/counter-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #061c25;
	position: relative
}

.bg-image::before {
	background-color: rgba(0, 11, 24, .9);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0
}

.btn-area {
	margin: 2.188rem 0 0;
	width: 100%
}

.btn-large,
input[type=submit] {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	text-decoration: none;
	margin: 0;
	padding: .8rem 2.2rem;
	font-size: 1rem;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: .5s;
	background-size: 200% auto
}

.btn-large:focus,
.btn-large:hover,
input[type=submit]:focus,
input[type=submit]:hover {
	text-decoration: none
}

.btn-small {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	text-decoration: none;
	margin: 0;
	padding: .6rem 1.5rem;
	font-size: .875rem;
	line-height: 1.2;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: .5s;
	background-size: 200% auto
}

.btn-small:focus,
.btn-small:hover {
	text-decoration: none
}

.btn-small-two {
	padding: .688rem 1.688rem !important;
	font-size: .875rem !important;
	line-height: 1.3 !important
}

.btn-medium {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	text-decoration: none;
	margin: 0;
	padding: .7rem 1.5rem;
	font-size: .875rem;
	line-height: 1.2;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: .5s;
	background-size: 200% auto
}

.btn-medium:focus,
.btn-medium:hover {
	text-decoration: none
}

.btn-light {
	color: #031117;
	background-color: #f1f1f1;
	background-image: linear-gradient(to right, #fbfbfb 0, #eaeaea 51%, #fbfbfb 100%);
	background-image: -o-linear-gradient(to right, #fbfbfb 0, #eaeaea 51%, #fbfbfb 100%);
	background-image: linear-gradient(to right, #fbfbfb 0, #eaeaea 51%, #fbfbfb 100%)
}

.btn-light:hover {
	background-position: right center;
	color: #031117
}

.btn-blue {
	color: #fff;
	background-color: #3f3bd6;
	background-image: linear-gradient(to right, #3f3bd6 0, #0072ff 100%);
	background-image: -o-linear-gradient(to right, #3f3bd6 0, #0072ff 100%);
	background-image: linear-gradient(to right, #3f3bd6 0, #0072ff 100%)
}

.btn-blue:hover {
	background-position: right center;
	color: #fff
}

.btn-orange {
	color: #031117;
	background-color: #ffc300;
	background-image: linear-gradient(to right, #ffc300 0, #ffd71c 100%);
	background-image: -o-linear-gradient(to right, #ffc300 0, #ffd71c 100%);
	background-image: linear-gradient(to right, #ffc300 0, #ffd71c 100%)
}

.btn-orange:hover {
	background-position: right center;
	color: #031117
}

.btn-grad,
input[type=submit] {
	color: #fff;
	background-color: #3f3bd6;
	background-image: linear-gradient(to right, #3f3bd6 0, #3f3bd6 51%, #3f3bd6 100%);
	background-image: -o-linear-gradient(to right, #3f3bd6 0, #3f3bd6 51%, #3f3bd6 100%);
	background-image: linear-gradient(to right, #3f3bd6 0, #3f3bd6 51%, #3f3bd6 100%)
}

.btn-grad:hover,
input[type=submit]:hover {
	background-position: right center;
	color: #fff
}

.btn-circle {
	border-radius: 50px !important;
	line-height: 1.3;
	padding: .688rem 1.5rem !important;
	font-weight: 700 !important;
	box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
	margin: .313rem !important
}

.btn-large .dashicons {
	margin-right: .2rem;
	line-height: 1.2
}

/*@media (min-width: 1280px) {
	.home .static-caption .subtitle {
		padding: 0px 300px;
	}

}*/

@media (max-width: 1280px) {
	.slider-wrapper {
		height: 600px;
	}
}

@media (max-width: 1024px) {
	.static-caption {
		padding: 12% 0 12% 0
	}
}

@media (min-width: 1024px) {

	/*.static-caption {
		padding: 160px 0 120px;
	}*/
	/*.home .static-caption .title {

		padding: 0 290px;
	}*/

	.hero-showcase {
		width: 1200px;

	}

	/*.static-caption .subtitle {
		padding: 0 250px;
		}*/

}

@media (max-width: 768px) {
	.static-caption h1.title {
		font-size: 3rem !important;
		line-height: 1.4;
		padding: 0 !important;
	}

	.hero-showcase {
		width: 100%;
	}

	.static-caption p.content-area {
		font-size: 1rem
	}
}

@media (max-width: 480px) {
	.static-caption h1.title {
		font-size: 1.5rem;
		line-height: 1.4
	}

	.static-caption p.content-area {
		font-size: .9375rem
	}

	.or {
		display: block
	}
}

.or {
	color: #fff;
	font-size: 1.225rem;
	font-weight: 600;
	display: inline-block;
	padding: .5rem 1rem .5rem
}

.padding-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.section-header {
	margin: -.938rem 0 3.438rem;
	display: block;
	text-align: center;
	position: relative;
	z-index: 0
}

.section-title {
	/*font-family: Poppins, sans-serif;*/
	color: #fff;
	font-weight: 700;
	font-size: 2.85rem;
	margin: 0 0 .625rem
}

.section-subtitle {
	/*font-family: Poppins, sans-serif;*/
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	margin: 0
}

.section-bg-title {
	display: none
}

@media (min-width: 991px) {
	.section-bg-title {
		display: block;
		font-size: 10.28571rem;
		color: #3f3bd608;
		pointer-events: none;
		text-transform: uppercase;
		line-height: 1;
		position: absolute;
		top: -20px;
		left: 50%;
		font-weight: 700;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: -1
	}
}

.text-light {
	color: #fff !important
}

.text-dark {
	color: #031117 !important
}


/* Default - hide mobile logo */
.mobile-logo {
	display: none;
}



@media (max-width: 768px) {



	.section-header {
		margin: 0 0 2.5rem
	}

	.section-title {
		font-size: 2rem;
		line-height: 1.4
	}
}

.top-features-section {
	padding: 11.25rem 0 2.5rem
}

.top-features {
	background: 0 0;
	padding: 1.25rem 1.25rem 1.563rem;
	margin: 0 0 1.563rem;
	text-align: center;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 0 0 5px 5px;
	border-bottom: 4px solid transparent
}

/*.top-features:hover {
	background: #f0f2f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f5));
	background-image: -o-linear-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f5));
	background-image: linear-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f5));
	box-shadow: 0 20px 40px -12px rgba(0, 0, 0, .2);
	border-bottom: 4px solid #3f3bd6
}*/
/*@media (min-width: 641px) {
	.top-features:hover {
		transform: translateY(-3px)
	}
}*/
.top-features+.top-features {
	border-left: 1px solid #000
}

.top-features .icon {
	text-shadow: 0 0 30px rgba(66, 66, 66, .1);
	color: #3f3bd6;
	display: inline-block;
	margin-bottom: 0.875rem;
	transition: all .3s ease 0s;
	position: relative;
}

/*.top-features:hover .icon {
	color: #3f3bd6
}*/
.top-features .icon i {
	display: block;
	font-size: 4.0625rem
}

.top-features .icon:after {
	position: absolute;
	content: '\f00c';
	font-family: FontAwesome;
	background-color: #3f3bd61f;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 100%;
	font-size: .6rem;
	color: #4f2828;
	line-height: 2.7;
	border: 3px solid #fff;
	right: -20px;
	top: -12px;
}

.top-features .content {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.top-features .content .title {
	/*font-family: Poppins, sans-serif;*/
	font-weight: 700;
	margin: 0
}

.top-features .content p {
	margin: .625rem 0 0
}

/*.top-features:hover .content .title {
	color: #031117
}*/
@media (max-width: 768px) {
	/*.top-features-section {
		padding: 18.25rem 0 2.5rem
	}*/

	/*.top-features:hover {
		box-shadow: 0 27px 25px -19px rgba(0, 0, 0, .2)
	}*/
	.portfolio-section .entry-header .entry-title {
		padding: 0;
	}



}

.pro-features {
	position: absolute;
	background-color: #3f3bd6;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
	font-size: .6rem;
	font-weight: 600;
	color: #fff;
	line-height: 3.9;
	border: 2px solid #fff;
	right: 10px;
	top: -30px;
	z-index: 1
}

.item-demo-section {
	position: relative;
	width: 100%;
	min-height: 395px;
	/*background: url(../images/bg-portfolio.jpg) center center no-repeat;
	background-size: cover;*/
	padding: 6.25rem 0
}

.item-demo-section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: radial-gradient(60% 40% at 50% 20%, #000624 0, hsl(342deg 0% 0%) 100%);
	opacity: .9
}


.top-spacing {
	margin-top: 0 !important;
	padding-top: 6.25rem
}

.portfolio-section .post {
	position: relative;
	border-radius: 0;
	margin-bottom: 3.125rem;
	text-align: center;
	transition: all .4s ease 0s
}

.portfolio-section .post-thumbnail,
.portfolio-section-two .post-thumbnail {
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	border: 3px #000 solid;
	background-color: #fff;
	margin: 0;
	width: 100%;
	position: relative;
	text-align: center;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	height: 100%;
	border-radius: 0.5rem;
}


.portfolio-section .post:hover .post-thumbnail {
	box-shadow: 0 15px 25px rgba(0, 0, 0, .15)
}

@media (min-width: 641px) {
	.portfolio-section .post:hover .post-thumbnail {
		transform: translateY(-5px)
	}
}

.portfolio-section .post-thumbnail img {
	transition: all .3s ease-out 0s;
	width: 100%;
	opacity: 1
}

.portfolio-section .entry-header .entry-title {
	
	font-weight: 700;
	margin: 0 0 .313rem;
	padding: 0 .625rem
}



.portfolio-section .entry-header .entry-title a {
	color: #031117;
	transition: all .3s ease-out 0s
}

.portfolio-section .entry-header .entry-title a:focus,
.portfolio-section .entry-header .entry-title a:hover {
	color: #3f3bd6
}

.thumbnail-showcase-overlay {

	width: 100%;
	padding: 1.42857rem 0;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;

}

.portfolio-section .post .post-thumbnail:hover .thumbnail-showcase-overlay {
	visibility: visible;
	opacity: 1;
	height: 100%
}

/*.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons {
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}*/
.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons a {
	font-size: .875rem;
	display: inline-block;
	margin: 0;
	padding: .313rem .938rem;
	font-weight: 600;
	opacity: 1;
	text-decoration: none;
	text-align: center;
	border-radius: 5%;
	-wekbit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-wekbit-transform: translateY(90px);
	-moz-transform: translateY(90px);
	-o-transform: translateY(90px);
	-ms-transform: translateY(90px);
	/*transform: translateY(90px)*/
}

.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons .btn-mini-circle {
	color: #031117;
	font-size: 1.25rem;
	padding: .313rem !important;
	z-index: 10;
	border-radius: 50% !important;
	background-color: #fff;
	width: 3.125rem;
	height: 3.125rem;
	line-height: 2.1
}

.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons .btn-mini-circle i {
	padding: 0
}

.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons .hyperlink {
	color: #282828;
	/* font-size: 1.125rem; */
	display: block;
	margin-top: 16px;
	font-weight: 700;
}

.portfolio-section .post .post-thumbnail:hover .thumbnail-showcase-icons a {
	-wekbit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons a:hover {
	opacity: 1
}

.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons a>i {
	padding-left: 5px
}



@media (max-width: 480px) {
	.item-demo-section {
		padding: 70px 0
	}

	/*.portfolio-section {
		margin-top: -180px
	}*/
}

.inner-pages .container-fluid {
	padding-left: 60px;
	padding-right: 60px
}

@media screen and (max-width: 768px) {
	.inner-pages .container-fluid {
		padding-left: 15px;
		padding-right: 15px
	}
}

.ribbon {
	width: 130px;
	height: 130px;
	overflow: hidden;
	position: absolute
}

.ribbon::after,
.ribbon::before {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #2980b9
}

.ribbon span {
	position: absolute;
	display: block;
	width: 240px;
	padding: .625rem 0;
	background-color: #3f3bd6;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	color: #fff;
	font-size: .688rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	text-align: center
}

.ribbon-top-right {
	top: 0;
	right: 15px
}

.ribbon-top-right::after,
.ribbon-top-right::before {
	border-top-color: transparent;
	border-right-color: transparent
}

.ribbon-top-right::before {
	top: 0;
	left: 0
}

.ribbon-top-right::after {
	bottom: 0;
	right: 0
}

.ribbon-top-right span {
	left: -25px;
	top: 20px;
	transform: rotate(45deg)
}

.theme-shots {
	padding: 6.25rem 0 3.125rem
}

.content-wrap.left {
	padding-left: 15%;
	padding-right: 0
}

.content-wrap.right {
	padding-left: 0;
	padding-right: 15%
}

@media screen and (max-width: 992px) {

	.desktop-logo {
		display: none;
	}

	.mobile-logo {
		display: block;
	}


	.content-wrap.left {
		padding-left: 0;
		padding-right: 0
	}

	.content-wrap.right {
		padding-left: 0;
		padding-right: 0
	}
}

.content-wrap .title {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 2.85rem
}

.content-wrap p {
	color: #6a6a6a;
	line-height: 1.9;
	margin-bottom: 2.2rem
}

.multi-layout-section {
	padding: 6.25rem 0 3.125rem;
	background: radial-gradient(60% 40% at 50% 20%, #000624 0, hsl(342deg 0% 0%) 100%);
}

.layout-wrap {
	margin-bottom: 2.813rem
}

.layout-wrap h5 {
	margin: 0
}

.v-center {
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center
}

@media (max-width: 992px) {
	.v-center {
		display: block
	}
}

.core-features {
	padding: 5rem 0 2.5rem;
	margin: 0;
	width: 100%
}

.core-features .item {
	background: #fff;
	padding: 1.25rem .625rem 1.25rem;
	margin: 0 0 2.5rem;
	text-align: center;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 5px 5px 5px 5px;
	border-bottom: 4px solid transparent;
	position: relative
}

.core-features .item:hover {
	background: #f0f2f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f5));
	background-image: -o-linear-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f5));
	background-image: linear-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f5));
	box-shadow: 0 35px 50px -19px rgba(0, 0, 0, .2);
	border-bottom: 4px solid #3f3bd6
}

@media (min-width: 641px) {
	.core-features .item:hover {
		transform: translateY(-3px)
	}
}

.core-features .item .icon {
	text-shadow: 0 0 30px rgba(66, 66, 66, .1);
	color: #3f3bd6;
	display: inline-block;
	margin-bottom: 1.25rem;
	transition: all .3s ease 0s;
	position: relative
}

.core-features .item i {
	display: block;
	font-size: 4.0625rem
}

.core-features .content {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.core-features .content .title {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	margin: 0
}

.core-features:hover .content .title {
	color: #031117
}

.page-header~.portfolio-section {
	margin-top: 0 !important;
	padding-top: 120px;
	position: relative;
	padding-bottom: 80px;
}

.portfolio-section-two {
	position: relative;
	width: 100%;
	min-height: 395px;
	padding: 6.25rem 0 3.125rem;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;

}

.portfolio-section-two:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: radial-gradient(60% 40% at 50% 20%, #000624 0, hsl(342deg 0% 0%) 100%);
	opacity: .9;
}

/*.portfolio-section-two .post {
	box-shadow: none;
	border: 1px #e9e9e9 solid;
	background-color: #fff;
	padding: 1.125rem 1.125rem 1.875rem;
	border-radius: 0;
	margin-bottom: 3.125rem;
	text-align: center;
	transition: all .4s ease 0s;
	transform: translateY(0);
	border-bottom: 2px solid #3b41d8
}
*/
.portfolio-section-two .post:hover {
	box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
	border-bottom: 2px solid #3b41d8
}

@media (min-width: 641px) {
	.portfolio-section-two .post:hover {
		transform: translateY(-5px)
	}
}

.portfolio-section-two .post-thumbnail {
	margin: 0 auto 1.875rem;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out
}

.portfolio-section-two .post-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

.portfolio-section-two .entry-header .entry-title {
	font-weight: 700;
	margin: 0 0 .938rem;
	line-height: 1.3;
	color: #fff;
}

.portfolio-section-two .entry-header .entry-title a {
	color: #031117;
	transition: all .3s ease-out 0s
}

.portfolio-section-two .entry-header .entry-title a:focus,
.portfolio-section-two .entry-header .entry-title a:hover {
	color: #008aff
}

.portfolio-section-two .post .thumbnail-showcase-overlay {
	background: rgba(255, 255, 255, .9);
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	padding: 1.42857rem
}

.portfolio-section-two .post .post-thumbnail:hover .thumbnail-showcase-overlay {
	visibility: visible;
	opacity: 1;
	height: 100%
}

.portfolio-section-two .post .post-thumbnail .thumbnail-showcase-icons {
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.portfolio-section-two .post .post-thumbnail .thumbnail-showcase-icons a {
	font-size: 1rem;
	display: inline-block;
	margin: 0;
	padding: .313rem .938rem;
	font-weight: 600;
	opacity: 1;
	text-decoration: none;
	text-align: center;
	border-radius: 5%;
	-wekbit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-wekbit-transform: translateY(90px);
	-moz-transform: translateY(90px);
	-o-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px)
}

.portfolio-section-two .post .post-thumbnail:hover .thumbnail-showcase-icons a {
	-wekbit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.portfolio-section-two .post .post-thumbnail .thumbnail-showcase-icons a:hover {
	opacity: 1
}

.portfolio-section-two .post .post-thumbnail .thumbnail-showcase-icons a>i {
	padding-left: 5px
}

/*.btn-area-portfolio {
	margin: 5.625rem 0 3.125rem;

}*/

.section-background-overlay {
	background-image: url(https://webenvo.com/ultimate-portfolio/wp-content/uploads/sites/12/2023/09/shape_app_showcase_bg-1.png);
	background-position: -82px -800px;
	opacity: .5;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.cta-section {
	border-radius: 45px 45px 45px 45px;
	background-color: #3f3bd6;
	background-image: -webkit-gradient(to right, #3f3bd6, #3f3bd6);
	background-image: -o-linear-gradient(to right, #3f3bd6, #3f3bd6);
	background-image: linear-gradient(to right, #3f3bd6, #3f3bd6);
	opacity: 1;
	padding: 3.2rem 0;
	position: relative;
	/* margin-bottom: -108px; */

}

.cta-section-wrap {
	margin-bottom: -108px;
	z-index: 9;
	position: relative;
}

.cta-section p {
	color: #fff;
	text-shadow: 0 0 1px rgba(155, 155, 155, .7);
	/* margin: 0; */
	font-weight: 500;
	line-height: 1.9;
	margin-bottom: 1.5rem;
	padding: 0 230px;
}


.cta-section .btn-large {
	margin: 30px 0 0 !important
}

@media screen and (min-width: 992px) {
	.cta-section .btn-large {
		margin: 0 !important
	}
}

.about-section {
	background-color: #fff;
	margin: 0;
	padding: 6.25rem 0 5.625rem;
	width: 100%
}

.about-img-area {
	margin: 0;
	padding: .063rem;
	position: relative
}

@media screen and (max-width: 768px) {
	.about-img-area {
		margin-bottom: 1.875rem
	}
}

.about-img-area img {
	border-radius: 0;
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc
}

.about-section h2 {
	font-family: Poppins, sans-serif;
	margin: 0 0 1.563rem;
	padding: 0;
	font-weight: 700
}

.about-section h2>span {
	color: #3f3bd6
}

.social-icons {
	margin: 0;
	padding: .313rem 0
}

.social-icons li {
	display: inline-block;
	margin: 0 .188rem .313rem 0;
	padding: 0
}

.social-icons li a {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	cursor: pointer;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 2.188rem;
	padding: 0;
	text-align: center;
	transition: background .2s ease-in-out 0s;
	width: 2.188rem;
	display: block
}

.social-icons li a.facebook:hover {
	background-color: #4c66a4;
	border: 1px solid transparent
}

.social-icons li a.twitter:hover {
	background-color: #15b4c9;
	border: 1px solid transparent
}

.social-icons li a.googleplus:hover {
	background-color: #dd4b39;
	border: 1px solid transparent
}

.social-icons li a.linkedin:hover {
	background-color: #006599;
	border: 1px solid transparent
}

.social-icons li a.skype:hover {
	background-color: #40beee;
	border: 1px solid transparent
}

.social-icons li a.dribbble:hover {
	background-color: #c7366f;
	border: 1px solid transparent
}

.social-icons li a.youtube:hover {
	background-color: #cc2423;
	border: 1px solid transparent
}

.social-icons li a.vimeo:hover {
	background-color: #20b9eb;
	border: 1px solid transparent
}

.social-icons li a.pagelines:hover {
	background-color: #364146;
	border: 1px solid transparent
}

.social-icons li>a {
	color: #0f0f16;
	font-size: .875rem;
	line-height: 2.4;
	transition: .2s ease-in-out 0s
}

.social-icons li>a:hover {
	color: #fff
}

.team-section {
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	margin: 0;
	padding: 6.25rem 0 3.125rem;
	width: 100%
}

.team-area {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	padding: .938rem .938rem .625rem .938rem;
	margin: 0 0 3.125rem;
	transition: all .3s ease 0s
}

.team-area:hover {
	box-shadow: 0 29px 40px rgba(0, 0, 0, .2)
}

@media (min-width: 641px) {
	.team-area:hover {
		transform: translateY(-5px)
	}
}

.team-caption {
	background-color: transparent;
	color: #fff;
	transition: all .3s ease 0s;
	border-radius: 0;
	padding: 1.063rem .938rem .688rem;
	transition: all 180ms ease-in-out 0s;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	word-wrap: break-word;
	overflow: auto;
	border-radius: 0 0 2px 2px
}

.team-caption .name {
	font-family: Poppins, sans-serif;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0 0 .313rem
}

.team-caption .designation {
	color: #24292e;
	font-size: .875rem;
	font-weight: 400;
	margin: 0
}

.team-showcase-overlay {
	background: rgba(0, 17, 25, .5);
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.team-showcase-overlay-inner {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	margin-top: 0
}

.team-showcase-fade {
	opacity: .2
}

.team-image {
	text-align: center;
	position: relative;
	line-height: 0;
	font-size: 0;
	margin: 0;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden
}

.team-image img {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	width: 100%
}

.team-area:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.team-image .team-showcase-icons {
	margin-top: 0;
	text-align: center;
	width: 100%
}

.team-area:hover .team-showcase-overlay {
	visibility: visible;
	opacity: 1
}

.testimonial {
	position: relative;
	padding: 6.25rem 0 3.125rem;
	background: radial-gradient(60% 40% at 50% 20%, #000624 0, hsl(342deg 0% 0%) 100%);
}

.testimonial .content-wrap {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}


.testimonial .post {
	margin: 0 0 3.125rem;
	padding: 1.875rem 0;
	border: 1px solid hsla(0, 0%, 100%, .1);
	/* background-color: #fff; */
	transition: all .4s ease 0s;
	background: rgba(100, 116, 139, .05);
	border-radius: 0.5rem;
}

.testimonial .content-area {
	position: relative;
	text-align: center
}

.testimonial .content-area blockquote {
	background-color: transparent;
	font-size: 1rem;
	color: #ffffff;
	font-weight: 300;
	border: none;
	padding: 0 1.25rem 1.25rem 1.25rem;
	margin: 0;
	line-height: 1.7;
}

.testimonial .content-area:before {
	color: #3f3bd6;
	content: '\f10d';
	font-family: FontAwesome;
	font-size: 1.875rem;
	border-radius: 50%;
	border: none;
	display: inline-block;
	margin-bottom: 1.125rem
}

.testimonial .name-separator {
	background-color: #e9e9e9;
	height: 1px;
	width: 100%;
	margin: auto 0
}

.testimonial .name {
	font-family: Poppins, sans-serif;
	color: #031117;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0 0 .313rem
}

.testimonial .name a {
	color: #031117
}

.testimonial .name a:focus,
.testimonial .name a:hover {
	color: #3f3bd6
}

.testimonial .name:before {
	content: "20140a0"
}

.testimonial .designation {
	color: #a0a0a0;
	font-size: .875rem;
	font-weight: 400;
	margin: 0
}

.testimonial .post span {
	padding: 0
}

.testimonial .post .media-body {
	margin: .813rem 0 0
}

.testimonial .avatar {
	margin: 0 !important;
	width: 2.5rem;
	height: auto;
}

.testimonial .avatar img {
	margin-left: -7px !important;

}

.testimonial .u-name {
	color: #FFFFFF;
}

.testimonial .avatar img {
	border: 3px solid #fff0;
}

.star-rating {
	overflow: hidden;
	position: relative;
	font-weight: 400;
	margin: 0 auto 1.563rem
}

.star-rating .fa {
	font-size: .938rem;
	color: #c1c1c1
}

.star-rating .checked {
	color: #ffd203
}

.testimonial .direction-nav {
	margin: 0;
	padding: 0
}

.testimonial .direction-nav a::before {
	background-color: #fff;
	color: #2b2825
}

.testimonial .direction-nav a:hover::before {
	color: #fff !important
}

.testimonial:hover .direction-nav .prev {
	opacity: 1;
	left: 40px
}

.testimonial:hover .direction-nav .prev:hover {
	opacity: 1
}

.testimonial:hover .direction-nav .next {
	opacity: 1;
	right: 40px
}

.testimonial:hover .direction-nav .next:hover {
	opacity: 1
}

@media (max-width: 767px) {
	.testimonial .content-area blockquote {
		padding: .938rem 1.875rem 0 1.875rem
	}

	.testimonial .content-area blockquote::after,
	.testimonial .content-area blockquote::before {
		font-size: 1rem
	}

	.testimonial:hover .direction-nav .prev {
		opacity: 1;
		left: 20px
	}

	.testimonial:hover .direction-nav .next {
		opacity: 1;
		right: 20px
	}
}

#all-templates .owl-next,
#all-templates .owl-prev,
#testimonial-slider .owl-next,
#testimonial-slider .owl-prev {
	display: inline-block;
	background-color: #001119;
	color: #fff;
	font-size: .75rem;
	line-height: 3.3;
	padding: .188rem .438rem .188rem !important;
	margin: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: 400;
	width: 1.875rem;
	height: 2.813rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

#all-templates .owl-next:hover,
#all-templates .owl-prev:hover,
#testimonial-slider .owl-next:hover,
#testimonial-slider .owl-prev:hover {
	background-color: #3f3bd6
}

#all-templates .owl-prev,
#testimonial-slider .owl-prev {
	left: -30px;
	opacity: 0
}

#all-templates .owl-next,
#testimonial-slider .owl-next {
	right: -30px;
	opacity: 0
}

.portfolio-section:hover #all-templates .owl-prev,
.testimonial:hover #testimonial-slider .owl-prev {
	left: 10px;
	opacity: 1
}

.portfolio-section:hover #all-templates .owl-next,
.testimonial:hover #testimonial-slider .owl-next {
	right: 10px;
	opacity: 1
}

@media only screen and (max-width: 767px) and (min-width: 200px) {

	#all-templates .owl-next,
	#all-templates .owl-prev,
	#testimonial-slider .owl-next,
	#testimonial-slider .owl-prev {
		font-size: .75rem;
		line-height: 3;
		width: 1.563rem;
		height: 2.5rem
	}
}

.homepage-news {
	background-color: #F7F5FB;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	padding: 6.25rem 0 6.125rem;
	margin: 0;
	width: 100%
}

.homepage-news .section-title,
.homepage-news .section-subtitle {
	color: #031117;
}


.homepage-news .post {
	position: relative;
	margin-bottom: 6.125rem;
}

/*.homepage-news .post:hover {
	box-shadow: 0 15px 25px rgba(0, 0, 0, .15)
}*/

.homepage-news .post-thumbnail {
	margin: 0 0 1.25rem;
	position: relative
}

.homepage-news .post-thumbnail img,
.blog-section .post-thumbnail img {
	transition: all .3s ease-out 0s;
	width: 100%;
	opacity: 1;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	border: 0px #fff solid;
	background-color: #fff;
	margin: 0 0 1.563rem;
	width: 100%;
	position: relative;
	text-align: center;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	height: 100%;
	border-radius: 0.5rem;
}

.homepage-news .post .entry-header {
	margin: 0 0 .625rem
}

.homepage-news .post .entry-header .entry-title {
	color: #031117;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 .625rem
}

.entry-header .entry-title>a {
	color: #031117;
	text-decoration: none;
	transition: all .4s ease 0s
}

.entry-header .entry-title>a:focus,
.entry-header .entry-title>a:hover {
	color: #3f3bd6
}

.entry-content p>a {
	color: #3f3bd6
}

.entry-content p>a:focus,
.entry-content p>a:hover {
	color: #64646d
}

.homepage-news .entry-meta {
	margin: 0 0 1rem
}

.entry-meta {
	color: #000;
	font-size: .938rem;
	line-height: 1.5;
	font-weight: 500;
	margin: .313rem 0 1.25rem;
	padding: 0;
	width: 100%;
	overflow: hidden
}

.author,
.entry-date {
	color: #031117;
	font-weight: 600;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	transition: all .3s ease 0s
}

.entry-meta>span {
	margin: 0 .938rem 0 0
}

.entry-meta a {
	color: #031117;
	font-weight: 600;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	transition: all .3s ease 0s
}

.entry-meta a:focus,
.entry-meta a:hover {
	color: #3f3bd6
}

.entry-date:before {
	content: "\f017"
}

.author:before {
	content: "\f2c0"
}

.cat-links:before {
	content: "\f115"
}

.author:before,
.cat-links:before,
.comments-link:before,
.entry-date:before {
	font-family: FontAwesome;
	color: #3855ea;
	position: relative;
	display: inline-block;
	font-size: 1rem;
	padding-right: .438rem;
	padding-left: .063rem;
	text-decoration: inherit;
	vertical-align: baseline
}

.homepage-news .more-link {
	margin: 1.063rem 0 0
}

.homepage-news .more-link {
	background-color: transparent;
	color: #031117 !important;
	font-size: .938rem;
	font-weight: 800;
	box-shadow: none;
	display: inline-block;
	transition: all .3s ease 0s
}

.homepage-news .more-link:focus,
.homepage-news .more-link:hover {
	background-color: transparent;
	color: #3f3bd6 !important
}

.homepage-news .more-link::after {
	content: "\f178";
	font-family: FontAwesome;
	margin: 0 0 0 .438rem;
	padding: 0;
	float: right;
	font-weight: 100;
	position: relative
}

.blog-section {
	width: 100%
}

.site-content {
	background-color: transparent;
	margin-top: -4.375rem;
	padding-bottom: 1.25rem
}

@media (max-width: 991px) {
	.site-content {
		margin-top: 0 !important;
		padding-top: 5rem
	}

	.sidebar {
		padding-top: 5rem !important
	}
}

@media (max-width: 768px) {
	.sidebar {
		padding: 0 0 1.25rem !important
	}


}

@media (min-width: 1900px) {
	.blog-section {
		padding-right: 15rem;
		padding-left: 15rem;
	}
}

@media (min-width: 1024px) and (max-width: 1600px) {
	.blog-section {
		padding-right: 12rem;
		padding-left: 12rem;
	}

}


.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
	font-weight: 700
}

.blog-section .post {
	/* background-color: #fff; */
	padding: 1.875rem 1.563rem;
	border-radius: 0;
	margin-bottom: 60px;
	transition: all .3s ease 0s;
	webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	/* box-shadow: 0 0 30px rgba(0, 0, 0, .2);*/
}



.blog-section .entry-meta {
	font-size: .875rem
}

.blog-section .more-link {
	background-color: transparent;
	color: #0f0f16 !important;
	margin: 0;
	font-size: .938rem;
	font-weight: 800;
	box-shadow: none;
	display: inline-block;
	transition: all .3s ease 0s
}

.blog-section .more-link:focus,
.blog-section .more-link:hover {
	background-color: transparent;
	color: #3f3bd6 !important
}

.blog-section .more-link::after {
	content: "\f178";
	font-family: FontAwesome;
	margin: 0 0 0 .438rem;
	padding: 0;
	float: right;
	font-weight: 100;
	position: relative
}

.blog-section .post-thumbnail {
	margin: 0 0 1.25rem;
	position: relative;
	transition: all .2s ease-out 0s
}

.blog-section .post-thumbnail img {
	transition: all .3s ease-out 0s;
	width: 100%;
	opacity: 1
}

.blog-section .post .entry-header {
	margin: 0 0 1.313rem
}

.blog-section .post .entry-header .entry-title {
	font-weight: 700;
	font-size: 2.25rem;
	line-height: normal;
	margin: 0 0 .938rem;
	padding: .125rem 0 0
}

.single .blog-section .post .entry-content {
	display: block;
	overflow: hidden;
	margin: 0;
	border-bottom: 1px solid #0000001c
}

.single .blog-section .post .entry-content p:last-child {
	margin-bottom: 3rem;

}

.blog-section .post .entry-content p {
	margin: 0 0 1.75rem;
	padding: 0;
	margin: 0 0 1.75rem;
	padding: 0;
	font-size: 1.1rem;
	line-height: 1.8;
}




.post.format-link .entry-content p a {
	box-shadow: 0 1px 0 0 currentColor
}

.post.format-link .entry-content p a:focus,
.post.format-link .entry-content p a:hover {
	box-shadow: none
}

.post-template-default.single .entry-meta span {
	color: #fff
}

.post-template-default.single .entry-meta a {
	color: #fff
}

.post-template-default.single .entry-meta a:focus,
.post-template-default.single .entry-meta a:hover {
	color: #3f3bd6
}

.post-template-default.single .author:before,
.post-template-default.single .cat-links:before,
.post-template-default.single .comments-link:before,
.post-template-default.single .entry-date:before {
	color: #3f3bd6
}

.logged-in-as {
	padding-left: 15px
}

.blog-pagination {
    margin: 0 0 3.125rem;
    overflow: hidden;
    text-align: center;
    padding: 0px 1.563rem;
}

.blog-pagination a {
	background-image: linear-gradient(to right, #3f3bd6 0, #0072ff 100%);
	border: 1px solid #3f3bd6;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	transition: all .3s ease 0s;
	border-radius: 50%;
	margin: 0 0 .625rem;
	padding: .375rem;
	vertical-align: baseline;
	white-space: nowrap;
	width: 2.5rem;
	height: 2.5rem
}

.blog-pagination span {
	background-color: #3f3bd6;
	border: 1px solid #3f3bd6;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	transition: all .3s ease 0s;
	border-radius: 50%;
	margin: 0 0 .625rem;
	padding: .375rem;
	vertical-align: baseline;
	white-space: nowrap;
	width: 2.5rem;
	height: 2.5rem
}

.blog-pagination span.current,
.blog-pagination span:focus,
.blog-pagination span:hover {
	background-color: #3f3bd6;
	border: 1px solid #3f3bd6;
	color: #fff
}

.blog-author {
	/*background-color: #fff;*/
	/* -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2); */
	/* -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .2);*/
	/* box-shadow: 0 0 30px rgba(0, 0, 0, .2); */
	margin: 0 0 3.75rem;
	padding: 1.875rem 5.563rem;
}

.blog-author img {
	-webkit-box-shadow: 8px 8px 0 0 #3855ea;
	-moz-box-shadow: 8px 8px 0 0 #3855ea;
	box-shadow: 8px 8px 0 0 #3855ea
}

.blog-author .avatar {
	margin: 0 2.188rem 1.563rem 0;
	height: 7.5rem;
	width: 7.5rem
}

.blog-author .name {
	margin: 0 0 .625rem;
	font-weight: 700
}

.small-social-icon {
	margin: 0;
	list-style: none;
	padding: 0
}

.small-social-icon li {
	margin: 0 0 0 .625rem;
	display: inline-block;
	line-height: 14px
}

.small-social-icon li a {
	text-align: center;
	color: #031117;
	width: auto;
	height: auto;
	font-size: 1.1rem;
	line-height: 16px
}

.small-social-icon li:first-child {
	margin-left: 0
}

.small-social-icon li a:focus,
.small-social-icon li a:hover {
	color: #3f3bd6
}

.comment-section {
	margin: 0 0 3.75rem;
	padding: 1.875rem 5.563rem;
}

.comment-title {
	display: block;
	margin: 0 0 1.563rem
}

.comment-title h3 {
	margin: 0;
	font-weight: 700
}

.comment-box {
	margin: 0 0 1.875rem;
	padding: 1.25rem;
	position: relative;
	border: 1px solid #f3f3f3;
	display: block
}

.comment-box:last-child {
	margin: 0
}

.pull-left-comment {
	float: left;
	margin-right: 1.25rem;
	width: 3.125rem;
	height: 3.125rem
}

.comment-img {
	margin: 0 0 1.25rem
}

.comment-detail-title {
	margin: 0 0 .313rem;
	font-weight: 700
}

.comment-date {
	font-size: .875rem;
	color: #a5a5a5;
	display: block;
	margin: 0 0 .938rem
}

.reply a {
	color: #fff;
	background-color: #3f3bd6;
	border: 1px solid #3f3bd6;
	border-radius: 25px;
	display: inline-block;
	font-size: .813rem;
	padding: .438rem 1.563rem;
	font-weight: 600;
	transition: .3s ease-in-out 0s
}

.reply a:focus,
.reply a:hover {
	color: #fff;
	background-color: #3f3bd6;
	border: 1px solid #3f3bd6
}

.comment-form-section {
	margin: 0 0 3.75rem;
	padding: 1.875rem 5.563rem;
}

.comment-form-section form label {
	font-size: .938rem;
	display: block;
	margin: 0 0 1.25rem;
	font-weight: 600
}

.comment-form-section form input,
.comment-form-section form textarea {
	margin-bottom: 1.25rem
}

.comment-form-section form input {
	height: 3.125rem
}

.sidebar {
	margin-bottom: 0;
	margin-left: 0;
	padding: 3.125rem 1.25rem 0
}

.sidebar .widget {
	margin-bottom: 3.125rem;
	padding: 40px;
	border: 1px solid #00000017;
}

.sidebar .widget-title {
	word-wrap: break-word;
	font-weight: 700;
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 .625rem;
	margin: 0 0 1.875rem
}

.sidebar-menu-box {
	display: block
}

#calendar_wrap {
	color: #24292e;
	font-weight: 500;
	font-size: .938rem;
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0;
	text-align: center;
	table-layout: fixed;
	width: 100%
}

#calendar_wrap td,
#calendar_wrap th {
	background-color: #fff;
	border: 1px solid rgba(51, 51, 51, .1)
}

#wp-calendar caption {
	background-color: #3f3bd6;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	margin: 0;
	padding: .625rem 0;
	caption-side: top
}

#calendar_wrap th {
	color: #031117;
	text-align: center;
	border-width: 0 1px 1px 0;
	line-height: 1.5
}

#calendar_wrap td {
	border-width: 0 1px 1px 0;
	line-height: 1.5
}

#wp-calendar tr td {
	border-width: 0 1px 1px 0;
	line-height: 1.5
}

#wp-calendar a {
	font-weight: 600
}

#wp-calendar #next a,
#wp-calendar #prev a {
	color: #000;
	font-weight: 600
}

#wp-calendar #next a:hover,
#wp-calendar #prev a:hover,
#wp-calendar a:hover {
	color: #3f3bd6
}

hr {
	border-top: 1px solid #e9e9e9
}

.sidebar .widget_archive ul,
.sidebar .widget_categories ul,
.sidebar .widget_links ul,
.sidebar .widget_meta ul,
.sidebar .widget_nav_menu ul,
.sidebar .widget_pages ul,
.sidebar .widget_recent_comments ul,
.sidebar .widget_recent_entries ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	line-height: 1.7
}

.sidebar .widget_archive a,
.sidebar .widget_categories a,
.sidebar .widget_links a,
.sidebar .widget_meta a,
.sidebar .widget_nav_menu a,
.sidebar .widget_pages a,
.sidebar .widget_recent_comments a,
.sidebar .widget_recent_entries a {
	color: #24292e
}

.sidebar .widget_archive li:first-child,
.sidebar .widget_categories li:first-child,
.sidebar .widget_links li:first-child,
.sidebar .widget_meta li:first-child,
.sidebar .widget_nav_menu li:first-child,
.sidebar .widget_pages li:first-child,
.sidebar .widget_recent_comments li:first-child,
.sidebar .widget_recent_entries li:first-child {
	border-top: 0 none;
	padding-top: 0
}

.sidebar .widget_archive li:last-child,
.sidebar .widget_categories li:last-child,
.sidebar .widget_links li:last-child,
.sidebar .widget_meta li:last-child,
.sidebar .widget_nav_menu li:last-child,
.sidebar .widget_pages li:last-child,
.sidebar .widget_recent_comments li:last-child,
.sidebar .widget_recent_entries li:last-child {
	padding-bottom: 0;
	border-bottom: 0 none
}

.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_links li,
.sidebar .widget_meta li,
.sidebar .widget_nav_menu li,
.sidebar .widget_pages li,
.sidebar .widget_recent_comments li,
.sidebar .widget_recent_entries li {
	font-weight: 500;
	margin-right: 0;
	padding: .5rem 0 0 22px;
	vertical-align: top
}

.sidebar .widget_archive a,
.sidebar .widget_categories a,
.sidebar .widget_links a,
.sidebar .widget_meta a,
.sidebar .widget_nav_menu a,
.sidebar .widget_pages a,
.sidebar .widget_recent_comments a,
.sidebar .widget_recent_entries a {
	border: 0 none
}

.sidebar .widget_archive a:hover,
.sidebar .widget_categories a:hover,
.sidebar .widget_links a:hover,
.sidebar .widget_meta a:hover,
.sidebar .widget_nav_menu a:hover,
.sidebar .widget_pages a:hover,
.sidebar .widget_recent_comments a:hover,
.sidebar .widget_recent_entries a:hover {
	color: #3f3bd6
}

.sidebar .widget_archive a::before,
.sidebar .widget_categories a::before,
.sidebar .widget_links a::before,
.sidebar .widget_meta a::before,
.sidebar .widget_nav_menu a::before,
.sidebar .widget_recent_entries a::before,
.widget_pages a::before {
	color: #3f3bd6;
	content: "\f101";
	font-family: FontAwesome;
	position: absolute;
	right: auto;
	left: 80px
}

.sidebar .widget_recent_comments a::before {
	content: "";
	font-family: FontAwesome;
	display: none;
	margin-right: .625rem;
	margin-left: .063rem;
	font-size: .875rem
}

.sidebar ul#recentcomments li.recentcomments span.comment-author-link {
	font-weight: 700;
	color: #24292e
}

.sidebar form.search-form span.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	font-size: 1rem;
	font-weight: 500;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px
}

.sidebar form.search-form input.search-field {
	padding: .375rem .75rem;
	height: 2.813rem;
	border-radius: 2px;
	font-size: 1rem;
	border: 1px solid #e9e9e9;
	letter-spacing: 1px;
	font-weight: 500;
	-webkit-box-shadow: none;
	box-shadow: none
}

.sidebar form.search-form input.search-submit {
	background-color: #3f3bd6;
	box-shadow: 0 3px 0 0 #b3131f;
	color: #fff;
	border: 0 none;
	border-radius: 2px;
	display: inline-block;
	font-size: 1rem;
	height: 2.625rem;
	margin: 0;
	padding: .75rem 1.5rem;
	text-align: center;
	transition: all .4s ease 0s
}

.tagcloud {
	margin: 0;
	overflow: hidden;
	padding: 0
}

.tagcloud a {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	color: #24292e;
	font-size: .938rem !important;
	cursor: pointer;
	display: inline-block;
	margin: 0 .188rem .438rem 0;
	padding: .375rem 1rem;
	border-radius: 2px;
	transition: all .3s ease 0s;
	vertical-align: baseline;
	white-space: nowrap
}

.tagcloud a:hover {
	background-color: #3f3bd6 !important;
	border: 1px solid #3f3bd6 !important;
	color: #fff !important
}

.sidebar .textwidget {
	color: #24292e
}

.widget input[type=text],
select {
	border-radius: 0;
	margin: 0;
	outline: medium none;
	padding: .813rem .938rem .813rem .938rem;
	width: 100%;
	font-weight: 500;
	border: 1px solid #e9e9e9;
	color: #24292e;
	display: block
}

.widget_rss ul {
	padding: 0
}

.widget_rss ul li {
	list-style: none;
	margin-bottom: 1.5rem
}

.widget_rss .rsswidget {
	color: #031117;
	font-weight: 700
}

.widget_rss .rss-date {
	display: block;
	padding: .875rem 0;
	color: #3f3bd6
}

.widget_rss .rssSummary {
	margin-bottom: .875rem
}

.widget_search input[type=text] {
	margin-bottom: 1.25rem
}

.counter-section {
	/*background: url(../images/counter-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #061c25;
	*/
	padding: 6.25rem 0 3.125rem;
	position: relative
}

.counter-section svg {
	border: 1px solid hsla(0, 0%, 90%, .8);
	padding: 12px;
	border-radius: .2rem;
	box-shadow: 0 1px 2px 0 rgba(18, 18, 23, .06);
}

.counter-section::before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.9)
}

.counter-column {
	text-align: center;
	margin: 0 0 3.125rem;
	border-right: none
}

.counter-section .col-md-3:nth-child(4) .counter-column {
	border-right: 0 none
}

.counter-column i {
	color: #fff;
	font-size: 2.75rem;
	display: block;
	text-align: center;
	transition: all .3s ease 0s
}

@media (min-width: 767px) {
	.counter-column {
		border-right: 1px solid rgba(255, 255, 255, .1)
	}

	/*.counter-column:hover i {
		color: #3f3bd6;
		transform: translateY(-5px)
	}*/
}

.counter-column span {
	font-size: 2.313rem;
	color: #000;
	font-weight: 700;
	display: block;
	text-align: center;
	padding-top: .625rem
}

.counter-column h3 {
	font-size: 1.063rem;
	color: #000;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	padding-top: .625rem
}

.counter-column h3:after {
	margin: .5rem auto .625rem auto;
	background-color: #3f3bd6;
	display: block;
	content: "";
	width: 1.563rem;
	text-align: center;
	height: .125rem;
	margin: .938rem auto 0 auto
}

.subscribe-newsletter {
	/*
	background: url(../images/bg-portfolio.jpg) center no-repeat;
	background-size: cover;
	*/
	background-color: #04191f;
	padding: 6.25rem 0;
	position: relative
}

.subscribe-newsletter:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #3f3bd6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3f3bd6), to(#3f3bd6));
	background-image: -o-linear-gradient(linear, left top, left bottom, from(#3f3bd6), to(#3f3bd6));
	background-image: linear-gradient(linear, left top, left bottom, from(#3f3bd6), to(#3f3bd6));
	opacity: .9
}

.form-newsletter .form-group {
	margin: 0 auto
}

@media (min-width: 767px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
}

.form-newsletter .form-control {
	display: inline-block;
	width: 390px;
	height: 49px;
	padding: .75rem .938rem;
	font-size: .875rem;
	line-height: 1.42857;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-newsletter button {
	height: 50px;
	cursor: pointer;
	border-radius: 1px !important
}

.newsletter-custom-text {
	font-size: 1rem;
	color: #fff;
	text-align: center;
	margin: 45px 0 0
}

.form-newsletter .form-control::-webkit-input-placeholder {
	color: #fff
}

.form-newsletter .form-control::-moz-placeholder {
	color: #fff
}

.form-newsletter .form-control:-ms-input-placeholder {
	color: #fff
}

.form-newsletter .form-control:-moz-placeholder {
	color: #fff
}

@media (max-width: 768px) {
	.form-newsletter.form-inline {
		display: block
	}

	.form-newsletter .form-control {
		text-align: center;
		width: 100% !important;
		margin: 0 0 1.563rem
	}

	.form-newsletter button {
		width: 100%
	}
}

.customer-support {
	padding: 6.25rem 0 6.125rem;
}

.customer-support .section-title,
.customer-support .section-subtitle {
	color: #031117;
}

.flipbox {
	/* transform-style: unset; */
	/* margin-bottom: 8.125rem; */
	border: 0;
	padding: 0;
	border: 1px solid #0311170d;
	/* padding: 42px; */
	/* border-radius: .2rem; */
	/* box-shadow: 0 1px 2px 0 #ffffff00; */
	/* overflow: visible;*/
	margin-bottom: 3rem;
	transition: all .2s ease-out;
}


.flipbox:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
}

.flipbox .flipbox__front {
	transform: rotateY(0);
	transform-style: preserve-3d;
	background-color: #008aff;
	min-height: 245px;
	height: auto;
	transition: transform .6s ease;
	backface-visibility: hidden
}


.flipbox .flipbox__back .inner,
.flipbox .flipbox__front .inner {

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	left: 0;
	bottom: 0;
	top: 50%;
	height: 100%;
	width: 100%;
	outline: transparent solid 1px;
	z-index: 2;
	padding: 1.875rem 1.563rem;
}

.flipbox .flipbox__front {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #3f3bd6;
	background-color: #f0f2f5
}

.flipbox .flipbox__front .flipbox_icon {
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	border-radius: 50%;
	background-color: #3f3bd6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3f3bd6), to(#3f3bd6));
	background-image: -o-linear-gradient(linear, left top, left bottom, from(#3f3bd6), to(#3f3bd6));
	background-image: linear-gradient(linear, left top, left bottom, from(#3f3bd6), to(#3f3bd6));
	margin: .75rem auto;
	font-size: 2.25rem
}

.flipbox .flipbox__front .flipbox_icon i {
	color: #fff
}

.flipbox .flipbox__front .flipbox_title {
	margin-bottom: 10px;
	text-align: center;
	font-family: Poppins, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.125rem;
	color: #031117;
	padding: .75rem 0
}

/*.flipbox .flipbox__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: rotateY(0deg);
	transform-style: preserve-3d;
	border-top-width: 4px
}*/

.flipbox .flipbox__back .inner {
	display: flex;
	align-items: center;
	color: #000
}

.flipbox .flipbox__back .inner svg.flexbox-icon {
	border: 1px solid hsla(0, 0%, 90%, .8);
	padding: 12px;
	border-radius: .2rem;
	box-shadow: 0 1px 2px 0 rgba(18, 18, 23, .06);
	margin-bottom: 1rem;
}

.flipbox .flipbox__back .inner .flipbox_title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 1.125rem;
	color: #fff
}

.flipbox .flipbox__back .inner .flipbox_title a {
	color: #000
}

.flipbox .flipbox__back .inner .flipbox_title a:hover {
	color: #000;
	text-decoration: none
}

.flipbox .flipbox__back .inner .flipbox_description {
	/*line-height: 24px; */
	perspective: 0;
	font-weight: 400 !important;
	text-shadow: none !important;
	/* padding: 0 1.25rem 1.25rem; */
	height: 120px;
}

.flipbox .flipbox__back .inner a {
	font-weight: 600;
	display: flex;
	align-items: center;
}

a.flexbox-btn svg {
	margin-left: 3px;
}

/*.flipbox:hover .flipbox__front {
	transform: rotateY(-180deg);
	transform-style: preserve-3d
}*/
/*.flipbox:hover .flipbox__back {
	transform: rotateY(0);
	transform-style: preserve-3d
}*/
.contact-info {
	padding: 6.25rem 0 3.125rem
}

.contact-area {
	background-color: #fff;
	margin: 0;
	padding-bottom: 2.5rem;
	border-radius: 3px;
	transition: .3s
}

@media screen and (min-width: 768px) {
	.contact-area {
		padding-left: 1.875rem
	}
}

.contact-area i.fa {
	float: left;
	color: #3f3bd6;
	font-size: 2rem;
	padding: .188rem 1.563rem 1.25rem 0;
	position: relative
}

.contact-area .title {
	margin: 0 0 .938rem;
	font-weight: 700
}

.contact-area address {
	color: #24292e;
	margin: 0;
	line-height: 1.7
}

.contact-area address a {
	color: #737373
}

address a:focus,
address a:hover {
	color: #3f3bd6
}

.google-map iframe {
	margin: 0
}

.m-0-auto {
	margin: .625rem auto 0
}

.contact-form {
	background-color: #fff;
	box-shadow: none;
	margin: 0 0 3.125rem
}

.contact-form form label {
	font-size: .938rem;
	display: block;
	margin: 0 0 1.25rem;
	font-weight: 600
}

.contact-form form input,
.contact-form form textarea {
	margin-bottom: 1.25rem
}

.contact-form form input {
	height: 3.125rem
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #e9e9e9;
	border-radius: 0;
	color: #24292e;
	padding: .725em .9em;
	transition: all .3s ease-in-out;
	width: 100%
}

input[type=Password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
	box-shadow: 0 0 5px rgba(63, 59, 214, 1);
	border: 1px solid rgba(63, 59, 214, 1)
}

.awplife-contact-form {
	background-color: #fff;
	box-shadow: none;
	margin: 0 0 3.125rem
}

.awplife-contact-form form label {
	font-size: .938rem;
	display: block;
	margin: 0 0 1.25rem;
	font-weight: 600
}

.awplife-contact-form form input,
.awplife-contact-form form textarea {
	margin-bottom: 1.25rem
}

.awplife-contact-form form input {
	height: 3.125rem
}

div#g-recaptcha {
	padding-left: 15px
}

.awp-query-close {
	cursor: pointer
}

.footer-section {
	margin: 0;
	padding: 15rem 0 0;
	width: 100%;
	background-color: #061c25;
	/* border-top: 3px solid #3f3bd6; */
	border-bottom: 3px solid #3f3bd6;
	position: relative;
	background: radial-gradient(60% 40% at 50% 20%, #000624 0, hsl(342deg 0% 0%) 100%);
}

.footer-section .widget p {
	color: #fff
}

.footer-sidebar {
	padding: 0;
	position: relative;
	z-index: 1
}

.footer-sidebar .widget {
	margin: 0 0 70px
}

.footer-sidebar .widget-title {
	color: #fff;
	font-weight: 700;
	margin: 0 0 2.188rem;
	word-wrap: break-word
}

.footer-sidebar .widget_archive ul,
.footer-sidebar .widget_categories ul,
.footer-sidebar .widget_links ul,
.footer-sidebar .widget_meta ul,
.footer-sidebar .widget_nav_menu ul,
.footer-sidebar .widget_pages ul,
.footer-sidebar .widget_recent_comments ul,
.footer-sidebar .widget_recent_entries ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	line-height: 1.7
}

.footer-sidebar .widget_archive li:first-child,
.footer-sidebar .widget_categories li:first-child,
.footer-sidebar .widget_links li:first-child,
.footer-sidebar .widget_meta li:first-child,
.footer-sidebar .widget_nav_menu li:first-child,
.footer-sidebar .widget_pages li:first-child,
.footer-sidebar .widget_recent_comments li:first-child,
.footer-sidebar .widget_recent_entries li:first-child {
	padding-top: 0
}

.footer-sidebar .widget_archive li:last-child,
.footer-sidebar .widget_categories li:last-child,
.footer-sidebar .widget_links li:last-child,
.footer-sidebar .widget_meta li:last-child,
.footer-sidebar .widget_nav_menu li:last-child,
.footer-sidebar .widget_pages li:last-child,
.footer-sidebar .widget_recent_comments li:last-child,
.footer-sidebar .widget_recent_entries li:last-child {
	padding-bottom: 0
}

.footer-sidebar .widget_archive li,
.footer-sidebar .widget_categories li,
.footer-sidebar .widget_links li,
.footer-sidebar .widget_meta li,
.footer-sidebar .widget_nav_menu li,
.footer-sidebar .widget_pages li,
.footer-sidebar .widget_recent_comments li,
.footer-sidebar .widget_recent_entries li {
	margin-right: 0;
	padding: .563rem 0 0 22px;
	vertical-align: top;
	color: #3f3bd6
}

.footer-sidebar .widget_archive a,
.footer-sidebar .widget_categories a,
.footer-sidebar .widget_links a,
.footer-sidebar .widget_meta a,
.footer-sidebar .widget_nav_menu a,
.footer-sidebar .widget_pages a,
.footer-sidebar .widget_recent_comments a,
.footer-sidebar .widget_recent_entries a {
	border: 0 none;
	transition: all .3s ease 0s;
	color: #fff;
	text-decoration: none
}

.footer-sidebar .widget_archive a:hover,
.footer-sidebar .widget_categories a:hover,
.footer-sidebar .widget_links a:hover,
.footer-sidebar .widget_meta a:hover,
.footer-sidebar .widget_nav_menu a:hover,
.footer-sidebar .widget_pages a:hover,
.footer-sidebar .widget_recent_comments a:hover,
.footer-sidebar .widget_recent_entries a:hover {
	color: #3f3bd6
}

.footer-sidebar .widget_archive a::before,
.footer-sidebar .widget_categories a::before,
.footer-sidebar .widget_links a::before,
.footer-sidebar .widget_meta a::before,
.footer-sidebar .widget_nav_menu a::before,
.footer-sidebar .widget_recent_entries a::before,
.footer-widget_pages a::before {
	color: #3f3bd6;
	content: "\f101";
	font-family: FontAwesome;
	vertical-align: text-bottom;
	position: absolute;
	right: auto;
	left: 15px
}

.footer-sidebar .textwidget,
.footer-sidebar .widget_rss .rssSummary,
.footer-sidebar .widget_rss .rsswidget,
.footer-sidebar .widget_rss cite,
.footer-sidebar b,
.footer-sidebar dl dt,
.footer-sidebar label,
.footer-sidebar strong,
.footer-sidebar th {
	color: #fff
}

.footer-sidebar .widget-address {
	margin-bottom: 0;
	margin-top: 1.563rem !important;
	padding-bottom: 0
}

.footer-sidebar .addr-icon {
	color: #fff;
	float: left;
	margin-left: 0;
	margin-right: 15px;
	transition: all .4s ease 0s
}

.footer-sidebar .addr-icon i {
	padding-left: .063rem;
	font-size: 1.875rem
}

.footer-sidebar .widget-address address {
	color: #fff;
	display: block;
	font-weight: 600;
	font-size: 1.25rem;
	margin-bottom: .625rem;
	margin-top: 0;
	word-wrap: break-word
}

.footer-sidebar .addr-icon-w {
	margin-right: 15px;
	color: #fff
}

.footer-sidebar .widget-address address>abbr {
	border-bottom: 1px dotted #6e6d75;
	color: #fff;
	line-height: 25px;
	font-weight: 500;
	font-size: .875rem;
	margin: 0;
	padding: 0
}

.footer-logo {
	margin: .5rem 0 1.875rem
}

.footer-logo a {
	display: block
}

.footer-sidebar .tagcloud a {
	background-color: #09232d;
	border: 1px solid #384951;
	color: #fff
}

.footer-sidebar #calendar_wrap {
	background-color: #09232d !important;
	border: none;
	text-align: center;
	color: #fff
}

.footer-sidebar #calendar_wrap td,
.footer-sidebar #calendar_wrap th {
	border: 1px solid #384951
}

.footer-sidebar #calendar_wrap td,
.footer-sidebar #calendar_wrap th {
	background-color: transparent;
	padding: .6rem !important;
	text-align: center
}

.footer-copyright {
	padding: 0
}

.footer-copyright .site-info {
	border-top: 1px solid #ffffff26;
	padding: 1.875rem 0
}

.footer-copyright .site-info p {
	color: #fff;
	margin: 0;
	padding: 0
}

.footer-copyright .site-info a {
	color: #fff;
	text-decoration: none
}

.footer-copyright .site-info a:focus,
.footer-copyright .site-info a:hover {
	color: #3f3bd6
}

.pricing-section {
	background-color: #f4f8fa;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	padding: 5rem 0 2.5rem;
	margin: 0;
	width: 100%
}

.price-plan {
	position: relative;
	margin-bottom: 2.5rem;
	-webkit-transition: all .3s;
	transition: all .3s
}

.price-plan-header {
	-webkit-transition: all .3s;
	transition: all .3s
}

.price-plan-header h1,
.price-plan-header h4 {
	-webkit-transition: all .3s;
	transition: all .3s
}

.price-plan ul {
	list-style: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.price-plan ul li {
	margin-bottom: .625rem
}

.price-plan ul li:last-child {
	margin-bottom: 0
}

.price-plan {
	background-color: #fff;
	text-align: center;
	border: 1px solid #ffffff0d;
}

.price-plan .price-plan-header {
	position: relative;
	margin-bottom: 2.938rem;
}

.price-plan .price-plan-header {
	position: relative;
	padding: 3.563rem .625rem 3.563rem;
	/* margin: -.125rem -.125rem 1.25rem; */
	background-color: hsl(0deg 0% 0%);
	color: #fff;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}

.price-plan .price-plan-header .duration {
	font-weight: 500;
	letter-spacing: 0.1em;
	color: rgb(160 174 192 / 1);
}

.price-plan .price-plan-header .slash {
	font-size: 1.25rem;
	color: rgb(160 174 192 / 1);
}

.price-plan .price-plan-header h3,
.price-plan .price-plan-header h3,
.price-plan .price-plan-header h1 {
	color: #fff;
	font-weight: 600;
	margin: 0;
}

.price-plan .price-plan-header .price {
	font-size: 3rem;
	font-weight: 700;
}

/*.price-plan .price-plan-header h1 {
	font-family: Ubuntu, sans-serif
}*/

.price-plan .price-plan-header h1 sup {
	margin-right: -.625rem;
	font-size: 1.35rem
}

.price-plan .tag {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	padding: .188rem .625rem;
	background-color: #ffe600;
	color: #212121;
	font-size: .75rem;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.price-plan ul {
	padding: 0 1.875rem
}

.price-plan ul li {
	font-size: 1.125rem;
	color: #031117;
	padding: .625rem 0;
	margin-bottom: 0;
	font-weight: 500
}

.price-plan ul li:last-child {
	border-bottom: none
}

.price-plan ul li a {
	color: #3f3bd6
}

.price-plan .price-plan-footer {
	display: flex;
	align-content: center;
	justify-content: center;
	padding: .938rem 0 1.875rem;
	min-height: 5.313rem;
	font-size: 1.125rem;
	color: #031117;
	font-weight: 500;
	align-items: center;
}

.price-plan .price-plan-footer i.fa-left {
	padding-left: .625rem
}

.price-plan:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
	border: none;
}


.price-plan:hover .ribbon span,
.price-plan:hover .ribbon::before,
.price-plan:hover .ribbon::after {
	background-color: #000000;
	border-color: #000000;
}

.price-plan.recommended .price-plan-header,
.price-plan:hover .price-plan-header {
	background-color: #3f3bd6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3f3bd6), to(#3f3bd6));
	background-image: -o-linear-gradient(linear, left top, left bottom, from(#3f3bd6), to(#3f3bd6));
	background-image: linear-gradient(linear, left top, left bottom, from(#3f3bd6), to(#3f3bd6))
}

.price-plan.recommended .price-plan-header h1,
.price-plan:hover .price-plan-header h1 {
	color: #3f3bd6
}

.full-section.dark-section .price-plan .price-plan-header h3 {
	background-color: #fff;
	color: #212121
}

.full-section.dark-section .price-plan.recommended .price-plan-header h3,
.full-section.dark-section .price-plan:hover .price-plan-header h3 {
	background-color: #3f3bd6;
	color: #fff
}

.green-icon {
	color: #08be17
}

.red-icon {
	color: red
}

@media screen and (max-width: 768px) {
	.item-demo-section {
		min-height: 300px;
		padding: 4.375rem 0
	}

	.portfolio-section {
		padding-bottom: 2.188rem
	}

	.portfolio-section-two {
		padding: 4.375rem 0 1.875rem
	}

	.top-spacing {
		padding-top: 4.375rem
	}

	.counter-section {
		padding: 5rem 0 1.875rem
	}

	.testimonial {
		padding: 4.375rem 0 1.875rem
	}

	.subscribe-newsletter {
		padding: 4.375rem 0 5rem
	}

	.homepage-news {
		padding: 4.375rem 0 1.875rem
	}

	.customer-support {
		padding: 4.375rem 0 1.875rem
	}

	.footer-sidebar .widget {
		margin: 0 0 60px
	}

	.about-section {
		padding: 4.375rem 0 4.375rem
	}

	.team-section {
		padding: 4.375rem 0 1.875rem
	}

	.core-features {
		padding-top: 4.375rem
	}

	.page-header~.portfolio-section {
		padding-top: 4.375rem;
		padding-bottom: 1.875rem
	}

	.responsive-frame {
		padding: 4.375rem 0 4.375rem
	}

	/*.cta-section {
		padding: 4.375rem 0 4.95rem
	}*/



	.cta-section .btn-large {
		margin: 10px 0 0 !important
	}

	.pricing-section {
		padding: 4.375rem 0 2.5rem
	}

	.sidebar .widget {
		margin-bottom: 3.75rem
	}

	.contact-info {
		padding: 4.375rem 0 1.875rem
	}
}

.social-module {
	width: 100%;
	display: block;
	/* margin-bottom: 4.375rem; */
}

.custom-social-links {
	margin: 0;
	padding: 0 0 1rem;
	text-align: center;
}

.custom-social-links li {
	background-color: rgba(0, 0, 0, 0);
	border: 0 solid #fff;
	border-radius: 100%;
	font-size: 1.875rem;
	color: #fff;
	line-height: 1.5;
	display: inline-block;
	margin-right: 1rem;
	margin-left: 1rem;
	/* padding: 1px; */
	text-align: center;
}

.custom-social-links li>a {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	transition: all .3s ease 0s
}

.custom-social-links li>a:focus,
.custom-social-links li>a:hover {
	color: #3f3bd6
}

.f-600 {
	font-weight: 600
}

@media (max-width: 768px) {
	.custom-social-links li:nth-child(1) {
		display: none
	}

	.custom-social-links li {
		margin-right: .938rem;
		margin-left: .938rem
	}
}

.page-scroll-up {
	background-color: #3f3bd6;
	border-radius: 50px;
	bottom: 40px;
	padding: .313rem;
	display: none;
	height: 3.125rem;
	opacity: 1;
	position: fixed;
	left: 40px;
	text-align: center;
	width: 3.125rem;
	overflow: hidden;
	z-index: 9999;
	font-size: .938rem;
	line-height: 2.5;
	color: #fff
}

.page-scroll-up:focus,
.page-scroll-up:hover {
	color: #fff;
	background-color: #3f3bd6
}

@media (max-width: 480px) {
	.page-scroll-up {
		left: 40px;
		right: unset;
		bottom: 20px
	}
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

a img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.jp-relatedposts-post-img {
	margin: 0 0 20px
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 20px !important;
	line-height: 1.5 !important;
	margin: 0 0 5px !important
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
	color: #031117 !important;
	font-weight: 600 !important
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:focus,
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:hover {
	color: #3f3bd6 !important
}

p.jp-relatedposts-post-context,
p.jp-relatedposts-post-date {
	display: inline-block !important;
	padding-right: 15px !important;
	color: #24292e !important;
	opacity: 1 !important;
	font-weight: 600
}

.btn-group.mb-4 {
	margin-top: 1rem !important
}

.btn-group .btn-large {
	padding: .84rem 2.14rem;
	line-height: 1.2
}

.btn.white {
	color: #fff !important
}

.btn-default {
	color: #fff !important;
	background-color: #3f3bd6;
	border-color: #3f3bd6
}

.btn-default:focus,
.btn-default:hover {
	color: #fff;
	background-color: #3430b9;
	border-color: #3430b9
}

.btn-green {
	color: #fff;
	background-color: #1eb45e;
	border-color: #1eb45e
}

.btn-green:focus,
.btn-green:hover {
	color: #fff;
	background-color: #1aab57;
	border-color: #1aab57
}

.btn-red {
	color: #fff;
	background-color: #d1221f;
	border-color: #d1221f
}

.btn-red:focus,
.btn-red:hover {
	color: #fff;
	background-color: #c51e1b;
	border-color: #c51e1b
}

.btn-orange2 {
	color: #fff;
	background-color: #f67027;
	border-color: #f67027
}

.btn-orange2:focus,
.btn-orange2:hover {
	color: #fff;
	background-color: #e46520;
	border-color: #e46520
}

.btn-blue2 {
	color: #fff;
	background-color: #006efd;
	border-color: #006efd
}

.btn-blue2:focus,
.btn-blue2:hover {
	color: #fff;
	background-color: #0269ef;
	border-color: #0269ef
}

.btn-red-light {
	color: #fff;
	background-color: #f8413e;
	border-color: #f8413e
}

.btn-red-light:focus,
.btn-red-light:hover {
	color: #fff;
	background-color: #e63835;
	border-color: #e63835
}

@media (max-width: 500px) {
	.btn-group .btn-large {
		white-space: normal
	}
}

.awp-product-info {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
	padding-top: .938rem;
	padding-bottom: .938rem;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	margin: 2.188rem auto 1rem;
	display: inline-block;
	font-size: 1rem
}

@media screen and (max-width: 767px) {
	.awp-product-info .list-info {
		padding-bottom: .113rem;
		padding-top: .113rem
	}
}

.awp-product-info .list-info {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, .2);
	margin-right: 1.3rem;
	padding-right: 1.3rem
}

.awp-product-info .list-info:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0
}

.awp-product-info .list-info a {
	color: #fff;
	transition: .3s
}

.awp-product-info .list-info a:focus,
.awp-product-info .list-info a:hover {
	color: #3f3bd6
}

.awp-product-info .list-info i {
	padding-right: .313rem
}

.awp-services {
	padding: 6.25rem 0 3.125rem;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}

.btn-web-m {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px !important;
	padding: .5rem 1.3rem !important;
	font-weight: 500 !important;
	box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
}

.awp-services .post {
	box-shadow: none;
	border: 1px #e9e9e9 solid;
	background-color: #fff;
	padding: 1.875rem 1.125rem 1.875rem;
	border-radius: 0;
	margin-bottom: 3.125rem;
	text-align: center;
	transition: all .4s ease 0s;
	transform: translateY(0);
	border-bottom: 2px solid #3b41d8
}

.awp-services .post:hover {
	box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
	border-bottom: 2px solid #3b41d8
}

@media (min-width: 641px) {
	.awp-services .post:hover {
		transform: translateY(-5px)
	}
}

.awp-services .post-thumbnail {
	margin: 0 auto 1.875rem;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out
}

.awp-services .post-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

.awp-services .service-icon {
	text-shadow: 0 0 30px rgba(66, 66, 66, .1);
	color: #3f3bd6;
	display: inline-block;
	margin: 0 auto 1.875rem;
	transition: all .3s ease 0s;
	position: relative
}

.awp-services .service-icon i {
	display: block;
	font-size: 7.0625rem
}

.awp-services .service-icon.pink {
	background: -webkit-linear-gradient(#f41860, #f9417d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.awp-services .service-icon.green {
	background: -webkit-linear-gradient(#62b129, #6dc82b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.awp-services .service-icon.orange {
	background: -webkit-linear-gradient(#ff5800, #ff6f26);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.awp-services .service-icon.teal {
	background: -webkit-linear-gradient(#1a3239, #244b56);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.awp-services .service-icon.purple {
	background: -webkit-linear-gradient(#3f3bd6, #443ff1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.awp-services .service-icon.blue {
	background: -webkit-linear-gradient(#007deb, #00a3fe);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.awp-services .service-icon.golden {
	background: -webkit-linear-gradient(#da9e1a, #f3b93e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.awp-services .service-icon.red {
	background: -webkit-linear-gradient(#ce201f, #f90304);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.awp-services .service-icon.dark {
	background: -webkit-linear-gradient(#0a1954, #242e6b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.awp-services .entry-header .entry-title {
	font-weight: 700;
	margin: 0 0 .938rem;
	line-height: 1.3
}

.awp-services .entry-header .entry-title a {
	color: #031117;
	transition: all .3s ease-out 0s
}

.awp-services .entry-header .entry-title a:focus,
.awp-services .entry-header .entry-title a:hover {
	color: #008aff
}

.notfound input[type=text] {
	border-color: #000;
	color: #000
}

.notfound form {
	margin-bottom: 50px
}

.notfound-section {
	padding-top: 150px !important;
	background: url(https://awplife.com/wp-content/uploads/2019/03/218982-P16E1O-268.jpg);
	padding-bottom: 150px
}

/*Ribbne*/
/* common */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	z-index: 9;
}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #3f3bd6;
}

.ribbon span {
	transition: all .3s;
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #3f3bd6;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	color: #fff;
	font: 700 12px / 1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.ribbon-top-left::before {
	top: 0;
	right: 0;
}

.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}

.ribbon-top-left span {
	right: -25px;
	top: 37px;
	transform: rotate(-45deg);
}


/* top right*/
.ribbon-top-right {
	top: -10px;
	right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}

.ribbon-top-right::before {
	top: 0px;
	left: 8px;

}

.ribbon-top-right::after {
	bottom: 8px;
	right: 0;
}

.ribbon-top-right span {
	left: -24px;
	top: 30px;
	transform: rotate(45deg);
}

/*.page-template-themes .portfolio-section:before,
.page-template-plugins .portfolio-section:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: radial-gradient(60% 40% at 50% 20%, rgb(252 122 3 / 37%) 0, hsl(0deg 0% 51.8% / 40%) 100%);
}*/

/* Themes Page*/

/*.page-template-themes .portfolio-section .post-thumbnail {
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}*/

.page-template-themes .portfolio-section .entry-header .entry-title,
.page-template-plugins .portfolio-section .entry-header .entry-title {
	color: #000;

}

.page-template-themes .portfolio-section .post:hover .post-thumbnail,
.page-template-plugins .portfolio-section .post:hover .post-thumbnail {
	transform: translateY(0);
	box-shadow: none;
}

.page-template-themes .portfolio-section .post:hover .post-thumbnail,
.page-template-plugins .portfolio-section .post:hover .post-thumbnail {
	transform: translateY(-5px);
	box-shadow: 0 15px 25px rgb(0 0 0 / 15%);
}

.page-template-themes .portfolio-section .post .entry-header {
	position: relative;
}

.portfolio-section .post .entry-discription {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	position: absolute;
	top: -45px;
	left: -20px;
}

.portfolio-section .post .entry-discription .product-price {
	font-weight: 600;
	border-radius: 50%;
	/* border: 1px solid; */
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	background-color: #3f3bd6;
	/* color: white; */
	line-height: 30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3f3bd6), to(#3f3bd6));
	justify-content: center;
}

.portfolio-section .post .entry-discription .last-price {
	color: #ffffff;
	font-size: 30px;
	display: flex;
}


.portfolio-section .post .entry-discription .product-price .e-price {
	text-decoration: line-through;
	vertical-align: baseline;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: column-reverse;
	color: #FFF;
	margin-top: -10px;

}

.page-template-themes .portfolio-section .post a.hover_thumb {
	margin-left: 0 !important;
	margin-right: 13px !important;
}

.page-template-themes .portfolio-section .post .entry-wrap .thumbnail-showcase-icons {
	display: flex;
	text-align: left;
	margin-bottom: 20px;
}

.thumbnail-showcase-icons {
	display: flex;
}

.page-template-themes .portfolio-section .post .entry-wrap .thumbnail-showcase-icons i {
	margin-right: 10px;
}

.page-template-themes .portfolio-section .post .btn-detail {
	background: #ffc107;
}


/* rank math TOC */
#rank-math-toc {
	background: #f7f8fc;
	margin-bottom: 3rem;
}

#rank-math-toc h2 {
	cursor: pointer;
    /* background-color: #f0f1f6; */
    padding: 10px;
    border-bottom: 1px solid #00062414;
    margin-bottom: 0;
    position: relative;
    padding: 1.3rem;
    font-size: 1.7rem;
    border-radius: 0.5rem;
}

#rank-math-toc h2::after {
	content: "\2193";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease 0s;
    background-color: #3f3bd6;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    /* line-height: 20px; */
    padding: 10px;
    /* vertical-align: middle; */
    font-family: monospace;
    align-items: center;
    justify-content: center;
}

#rank-math-toc h2.open::after {
	transform: translateY(-50%) rotate(180deg);
	/* Rotate icon when open */
}

#rank-math-toc nav {
	max-height: 0;
	/* Collapsed height */
	overflow: hidden;
    transition: max-height 0.3s ease-out;
	/* Smooth transition */
}

#rank-math-toc nav>ul {
    padding: 2.5rem 4rem;
}

#rank-math-toc li>ol, li>ul {
    margin-left: 0;
	margin-bottom: 1rem;

}


#rank-math-toc nav.open {
	max-height: 1000px;
	/* Expanded height (adjust as needed) */
}
    
#rank-math-toc nav ul li a {
    font-weight: 600;
}
/* rank math TOC */


@media screen and (max-width: 767px) {
	.page-template-themes .portfolio-section .post .entry-wrap .thumbnail-showcase-icons {
		flex-direction: column;
	}

	/*.page-template-themes .portfolio-section .post .entry-discription {
		top: -110px;
	}*/
}


@media screen and (max-width: 1024px) {
	.header .top-bar {
		display: none;
	}

	.thumbnail-showcase-overlay {
		flex-direction: column;
	}

	.portfolio-section .entry-header .entry-title {

		margin: 0 0 1.313rem !important;

	}

	.cta-section {
		padding: 4.375rem 1.5rem 4.95rem
	}

	.cta-section p {

		padding: 0 !important;
	}

	.btn-area-portfolio {
		margin: 15px 0 40px;
	}

	#header-module {
		background-color: #000000;
	}

}