/***********************************************
Template Name: COAGEX - Creative Agency Template
Author URL: https://themeforest.net/user/enventer
Website: www.enventer.com
***********************************************/


body,
html {
	height: 100%;
	font-family: Nunito, sans-serif;
	margin: 0;
	padding: 0
}

::-moz-selection {
	background: #3ed60e;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #3ed60e;
	color: #fff;
	text-shadow: none
}

a:focus {
	outline: 0 solid
}

img {
	width: auto;
	height: auto
}

p {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #363636
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px
}

a {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-decoration: none
}

a:hover {
	color: #6b6fff;
	text-decoration: none
}

a:active,
a:hover {
	outline: 0 none
}

.container {
	max-width: 1300px
}

.default-margin-mt {
	margin-top: 30px
}

#scrollUp {
	bottom: 0;
	color: #E41D3F;
	right: 10px;
	text-align: center;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	font-size: 45px
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 99999999999999;
	height: 100%
}

#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999999999999
}

#status img {
	height: 150px;
	width: 150px
}

.section-heading-1 h4 {
	font-size: 23px;
	text-transform: capitalize
}

.section-heading-1 h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
	font-size: 35px;
	display: inline-block
}

.section-heading-1 h3:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: -15px;
	background-color: #66e9ae;
	height: 5px;
	width: 70px
}

.section-heading-1 p {
	color: #363636
}

.section-heading-2 {
	padding-bottom: 30px
}

.section-heading-2-p {
	padding-bottom: 0!important
}

.section-heading-2 h4 {
	font-size: 23px;
	text-transform: capitalize
}

.section-heading-2 h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
	font-size: 35px;
	display: inline-block
}

.section-heading-2 h3:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -15px;
	background-color: #007CC5;
	height: 5px;
	width: 70px
}

.section-heading-2 p {
	color: #363636
}

.section-heading-3 {
	padding-bottom: 45px;
	text-align: center
}

.section-heading-3 h4 {
	font-size: 23px;
	text-transform: capitalize
}

.section-heading-3 h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
	font-size: 35px;
	display: inline-block
}

.section-heading-3 h3:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -15px;
	background-color: #66e9ae;
	height: 5px;
	width: 70px;
	transform: translateX(-50%)
}

.section-button a {
	background: linear-gradient(253.52deg, #48d6f2 8.92%, #84fc6a 96.59%);
	box-shadow: 0 2px 15px rgba(164, 164, 164, .25);
	border-radius: 68px;
	color: #fff;
	padding: 10px 30px;
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 25px;
	display: inline-block
}

.section-button a:hover {
	background: linear-gradient(253.52deg, #84fc6a 8.92%, #48d6f2 96.59%)
}

.e-pattern {
	position: absolute;
	right: 0;
	top: -70px;
	z-index: -1
}

.e-pattern img {
	-webkit-animation: ep 3s linear infinite;
	animation: ep 3s linear infinite
}

@keyframes ep {
	from {
		transform: translate(0, 0)
	}
	65% {
		transform: translate(0, 30px)
	}
	to {
		transform: translate(0, 0)
	}
}

.main-navbar {
	background-color: #1da1f2;
	font-family: Nunito
}

.main-navbar .navbar {
	padding: 0!important
}
.main-navbar .navbar-nav {
	margin-right: 65px;
}

.main-navbar .navbar-brand {
	padding: 5px 0;
}
.main-navbar .navbar-brand .logo {
	width: 70px;
	padding: 0;
}


.main-navbar .navbar-toggler {
	border-radius: 0;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	color: #007bff;
	position: absolute;
	right: 60px;
	top: 3px;
	border: 2px solid transparent;
}

.main-navbar .navbar-toggler:hover {
	border-color: #007bff;
	background-color: #f5f5f5;
}

.main-navbar .navbar-toggler span {
	font-size: 26px;
	line-height: 42px;
	text-align: center;
}

.main-navbar .nav-link {
	font-size: 18px;
	font-weight: 700;
	color: #212529;
	padding: 5px 10px !important;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	line-height: normal !important;
}

.main-navbar .active .nav-link,
.main-navbar .nav-link:active,
.main-navbar .nav-link:focus,
.main-navbar .nav-link:hover {
	background-color: #fff;
	color: #212529
}

.main-navbar .dropdown:active ul,
.main-navbar .dropdown:focus ul,
.main-navbar .dropdown:hover ul {
	display: block
}

.main-navbar .dropdown-menu {
	margin-top: 0;
	right: unset;
	left: 0;
	box-shadow: 0 7px 10px #ccc;
	border-radius: 0;
	border-width: 3px;
	min-width: 250px
}

.main-navbar .dropdown-item {
	font-size: 18px;
	padding: 7px 15px
}

.main-navbar .dropdown-item:hover {
	background-color: #ddd;
	color: #212529!important
}

.main-navbar .header-search {
	display: none
}

.sticky-navbar {
	position: fixed!important;
	z-index: 9999!important;
	width: 100%;
	top: 0;
	box-shadow: 0 0 20px #000;
}

.sticky-navbar .navbar-brand {
	display: block;
	text-align: center;
	padding: 10px 0;
}

.sticky-navbar .navbar-brand .logo {
	width: 60px;
}
.sticky-navbar .search-icon-area {
	top: 5px;
}

.sticky-navbar .nav-link {
	padding-top: 13px;
	padding-bottom: 13px
}

@media (max-width:991px) {
	.main-navbar {
		/*background-color: #007bff!important;*/
		height: 55px
	}
	.main-navbar .navbar-nav {
		background-color: #007bff;
		box-shadow: 0 15px 20px #999
	}
	.sticky-navbar .navbar-brand {
		display: none
	}
	.main-navbar .nav-link {
		border-right: none;
		border-bottom: 1px solid #eee
	}
	.main-navbar .dropdown-menu {
		border: none;
		box-shadow: none
	}
	.main-navbar .dropdown:active ul,
	.main-navbar .dropdown:focus ul,
	.main-navbar .dropdown:hover ul {
		display: none
	}
	.main-navbar .dropdown.show:hover ul {
		display: block
	}
}

.f-right {
	float: right
}

#search {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(9, 12, 33, .9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	will-change: transform, opacity;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	visibility: hidden
}

.search-icon-area {
	position: absolute;
	right: 0;
	top: 10px;
}

.search-icon-area i {
	background-color: #007bff;
	color: #fff;
	font-size: 20px;
	padding: 13px;
	border-radius: 50%;
	border: 2px solid #007bff;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s
}

.search-icon-area i:hover {
	background-color: #f5f5f5;
	color: #007bff;
}

.close-btn:hover {
	color: #363636
}

#search:target {
	height: 100vh!important;
	opacity: 1;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: visible
}

#search:target .close-btn {
	display: block
}

#searchbox {
	background: 0 0;
	border: solid #fff;
	border-width: 0 0 1px 0;
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	font-size: 25px;
	max-width: 66%;
	outline: 0;
	padding: 10px 3px
}

.search-form button {
	font-size: 20px;
	height: 57px;
	width: 57px;
	background: 0 0;
	color: #fff;
	border: none;
	border-bottom: 1px solid;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s
}

.search-form button:hover {
	background-color: rgba(255, 255, 255, .6);
	color: #212529
}

.close-btn {
	display: none;
	color: #fff;
	font-size: 2rem;
	position: absolute;
	top: .5rem;
	right: 2rem
}

.header-content-area {
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(img/header.png);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header-pattern-1 {
	position: absolute;
	left: 50%;
	top: 13%
}

.header-pattern-2 {
	position: absolute;
	left: 12%;
	top: 30%
}

.header-pattern-2 img {
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.header-animation-area {
	position: relative
}

.header-1-artwork {
	position: absolute;
	right: 60px;
	bottom: -150px
}

.layer {
	position: relative;
	z-index: -1
}

.layer-1 {
	position: absolute;
	left: -40px;
	bottom: 0
}

.layer-2 {
	position: absolute;
	right: -55px;
	bottom: 0
}

.layer-3 {
	position: absolute;
	right: -30px;
	top: -50px;
	z-index: -1
}

.layer-3 img {
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.intro-text {
	text-align: left;
	padding-top: 60px
}

.intro-text-2 {
	text-align: right;
	padding-top: 150px
}

.intro-text h1 {
	text-transform: capitalize;
	font-size: 50px;
	line-height: 65px;
	color: #3e3d3d;
	margin-bottom: 10px;
	font-weight: 900
}

.learnmore {
	margin-top: 25px;
	position: relative;
	display: inline-block
}

.learnmore2 {
	position: absolute;
	right: -55px;
	top: 7px;
	z-index: 9 display: inline-block
}

.learnmore .skill-btn {
	background: #323657;
	-webkit-box-shadow: 0 1px 26px rgba(41, 147, 34, .62);
	box-shadow: 0 1px 26px rgba(41, 147, 34, .62);
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	padding: 15px 40px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px;
	font-weight: 700
}

.skill-btn-youtube i {
	color: #323657;
	font-size: 40px;
	transition: .5s
}

.skill-btn-youtube i:hover {
	color: #fff
}

.learnmore .skill-btn:hover {
	color: #323657;
	background-color: #fff
}

.home-about-area {
	padding: 120px 0 60px 0;
	background-color: #fff
}

.home-about-image {
	text-align: right
}

.home-about-image img {
	width: 88%
}

.home-about-text {
	text-align: right;
	padding-right: 70px;
	position: relative;
	z-index: 1
}

.services-area {
	padding: 120px 0 45px 0;
	background: linear-gradient(to top, #fdfffd, #f5fff5, rgba(202, 245, 202, .3));
	position: relative
}

#curve {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(180deg)
}

#curve path {
	fill: #fff
}

.single-service {
	background: #fff;
	box-shadow: 0 1px 35px rgba(0, 0, 0, .08);
	border-radius: 14px;
	text-align: center;
	padding: 75px 30px 30px 30px;
	position: relative;
	z-index: 1
}

.servive-p-1 {
	position: absolute;
	top: -80px;
	left: -50px
}

.servive-p-2 {
	position: absolute;
	bottom: -23px;
	left: -128px
}

.servive-p-1 img {
	-webkit-animation: sp 3s linear infinite;
	animation: sp 3s linear infinite
}

.servive-p-2 img {
	-webkit-animation: sp 3s linear infinite;
	animation: sp 3s linear infinite
}

@keyframes sp {
	from {
		transform: translate(0, 0)
	}
	65% {
		transform: translate(0, 30px)
	}
	to {
		transform: translate(0, 0)
	}
}

.service-text h3 {
	background: linear-gradient(253.52deg, #84fc6a 8.92%, #48d6f2 96.59%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px
}

.service-text p {
	font-size: 16.5px;
	line-height: 24px
}

.service-icon img {
	height: 60px;
	margin-bottom: 20px
}

.service-mt-30 {
	margin-top: 30px
}

.portfolio-area {
	padding: 120px 0;
	background: -webkit-linear-gradient(to bottom, #fdfffd, #f5fFF5A8, #a3f2a324);
	background: linear-gradient(to bottom, #fdfffd, #f5fFF5A8, #a3f2a324);
	border-bottom-left-radius: 73% 40%;
	border-bottom-right-radius: 50% 20%
}

.portfolio-pattern {
	position: relative;
	z-index: 1
}

.p-pattern {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: -1
}

.p-pattern img {
	-webkit-animation: pp 3s linear infinite;
	animation: pp 3s linear infinite
}

@keyframes pp {
	from {
		transform: translate(0, 0)
	}
	65% {
		transform: translate(0, 30px)
	}
	to {
		transform: translate(0, 0)
	}
}

.portfolio-button-area {
	text-align: right
}

.single-portfolio-item img {
	border-radius: 15px;
	width: 100%
}

.single-portfolio-item {
	position: relative;
	margin: 0 15px
}

.single-portfolio-item:last-child {
	margin-right: 0
}

.single-portfolio-item:hover .portfolio-item-content {
	visibility: visible;
	opacity: 1;
	transform: scale(1)
}

.portfolio-item-content {
	position: absolute;
	left: 3%;
	top: 3%;
	width: 94%;
	height: 94%;
	background-color: rgba(255, 255, 255, .95);
	transition: .6s;
	visibility: hidden;
	opacity: 0;
	transform: scale(.7);
	border-radius: 10px
}

.item-icon {
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -50%)
}

.item-icon i {
	background-color: #d7d7d7;
	color: #fff;
	font-size: 30px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	transition: .5s
}

.item-icon i:hover {
	background-color: #66e9ae
}

.item-text {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 20px
}

.item-text h5 {
	background: linear-gradient(253.52deg, #84fc6a 8.92%, #48d6f2 96.59%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-weight: 700;
	font-size: 22px
}

.item-text p {
	font-size: 16px;
	line-height: 22px
}

.left-arrow {
	position: absolute;
	right: 90px;
	top: -70px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	border: 2px solid #75dded;
	background: linear-gradient(238.45deg, #42d2ff 3.32%, #49e513 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	cursor: pointer;
	opacity: .5;
	transition: .5s
}

.right-arrow {
	position: absolute;
	right: 30px;
	top: -70px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	border: solid 2px #75dded;
	background: linear-gradient(238.45deg, #42d2ff 3.32%, #49e513 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	cursor: pointer;
	opacity: .5;
	transition: .5s
}

.right-arrow:hover {
	opacity: 1
}

.left-arrow:hover {
	opacity: 1
}

.expertise-area {
	padding: 120px 0;
	background-color: #fff
}

.expertise-image img {
	width: 100%
}

.home-expertise-text {
	text-align: right;
	padding-right: 70px;
	position: relative;
	z-index: 1
}

.main-counter-area {
	padding: 120px 0 0 0
}

.single-count-area {
	background-color: #fff;
	box-shadow: 0 1px 31px rgba(187, 187, 187, .25);
	border-radius: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 50px 0!important
}

.single-count-item-mb {
	margin-bottom: 30px
}

.home-counter-text {
	text-align: right;
	padding-right: 70px;
	position: relative;
	z-index: 1
}

.single-count-area span {
	font-size: 29px;
	color: #173d7a!important;
	margin-top: 15px;
	display: inline-block
}

.single-count-area p {
	font-size: 17px;
	color: #173d7a
}

.counter-area-small {
	padding-right: 50px
}

.client-area {
	background-color: #f7fff7;
	padding: 70px
}

.testimonial-area {
	padding: 120px 0;
	background: -webkit-linear-gradient(to bottom, #fdfffd, #f5fFF5A8, #a3f2a324);
	background: linear-gradient(to bottom, #fdfffd, #f5fFF5A8, #a3f2a324);
	border-bottom-left-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%
}

.left-content {
	float: left;
	width: 70%;
	position: relative
}

.testi-slider-text {
	margin-top: 30px;
	padding: 0 0 0 15px
}

.right-quote {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.quotation {
	padding-left: 15px
}

.testi-slider-text h4 {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px
}

.testi-slider-text h5 {
	text-transform: capitalize;
	font-size: 18px
}

.right-content {
	overflow: hidden;
	width: 30%
}

.testimonial-img {
	text-align: right
}

.testimonial-img img {
	width: 80%;
	display: inline;
	border-radius: 68% 68% 2% 68%/35% 50% 0 38%;
	animation: morph 2s ease-in-out infinite both alternate
}

@keyframes morph {
	0% {
		border-radius: 42% 58% 70% 30%/45% 45% 55% 55%
	}
	100% {
		border-radius: 2% 68% 68% 68%/35% 50% 0 35%
	}
}

@keyframes spin {
	to {
		transform: rotate(1turn)
	}
}

.left-arrow-2 {
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	border: 2px solid #75dded;
	background: linear-gradient(238.45deg, #42d2ff 3.32%, #49e513 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	cursor: pointer;
	opacity: .5;
	transition: .5s;
	z-index: 9
}

.right-arrow-2 {
	position: absolute;
	left: 75px;
	bottom: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	border: 2px solid #75dded;
	background: linear-gradient(238.45deg, #42d2ff 3.32%, #49e513 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	cursor: pointer;
	opacity: .5;
	transition: .5s
}

.right-arrow-2:hover {
	opacity: 1
}

.left-arrow-2:hover {
	opacity: 1
}

.pricing-plan-area {
	padding: 120px 0;
	background-color: #fff
}

.single-price {
	background: #fbfbfb;
	box-shadow: 0 4px 25px rgba(36, 35, 35, .09);
	border-radius: 20px;
	position: relative;
	transition: .6s
}

.single-price.active-s {
	background: #fff;
	box-shadow: 0 4px 25px rgba(0, 0, 0, .09);
	border-radius: 20px;
	transform: translateY(-10px)
}

.single-price:hover {
	background-color: #fff;
	box-shadow: 0 4px 25px rgba(0, 0, 0, .09)
}

.single-price:hover .package h3 {
	background: linear-gradient(180deg, #7ff977 0, #48d6f2 229.46%)
}

.single-price:hover .price-button a {
	background: linear-gradient(252.64deg, #48d6f2 8.92%, #84fc6a 96.59%)
}

.package h3 {
	background: #f5f5f5;
	border-radius: 20px 20px 0 0;
	text-align: center;
	padding: 30px 0;
	color: #173d7a;
	font-weight: 700;
	font-size: 32px;
	transition: .2s
}

.package.active-h h3 {
	background: linear-gradient(180deg, #7ff977 0, #48d6f2 229.46%);
	color: #fff;
	padding: 35px 0
}

.price-qoute {
	padding: 10px 0 5px 50px
}

.price-qoute h2 {
	color: #173d7a;
	font-size: 30px;
	margin-top: 10px;
	font-weight: 900
}

.price-qoute h2 span {
	font-size: 27px;
	font-weight: 700
}

.price-details {
	padding: 0 50px
}

.price-details ul li {
	line-height: 40px;
	color: #5c5e71;
	font-size: 17px
}

.price-details ul i {
	color: #a0e0a0;
	margin-right: 10px
}

.price-button {
	text-align: center
}

.price-button a {
	background: #fff;
	box-shadow: 0 2px 15px rgba(214, 214, 214, .25);
	border-radius: 68px;
	color: #173d7a;
	text-shadow: 0 0 0 rgba(0, 0, 0, .25);
	padding: 13px 30px;
	display: inline-block;
	margin: 30px 0;
	font-weight: 700
}

.price-button.active-b a {
	background: linear-gradient(252.64deg, #48d6f2 8.92%, #84fc6a 96.59%);
	color: #fff
}

.price-pattern {
	position: absolute;
	right: 30px;
	top: 130px;
	transform: rotate(120deg)
}

.price-pattern img {
	-webkit-animation: ptp 3s linear infinite;
	animation: ptp 3s linear infinite
}

@keyframes ptp {
	from {
		transform: translate(0, 0)
	}
	65% {
		transform: translate(0, 30px)
	}
	to {
		transform: translate(0, 0)
	}
}

.home-blog-area {
	background-color: #f7fff7;
	padding: 120px 0
}

.s-blog-image {
	position: relative;
	overflow: hidden
}

.home-single-blog:hover .s-blog-image img {
	transform: scale(1.1)
}

.s-blog-image img {
	width: 100%;
	transition: .5s;
	transform: scale(1)
}

.blog-post-date {
	position: absolute;
	right: 0;
	top: 30px;
	background: linear-gradient(255.91deg, #79f583 5.33%, #4edae5 92.37%);
	border-radius: 30px 0 0 30px;
	background: linear-gradient(255.91deg, #79f583 5.33%, #4edae5 92.37%);
	border-radius: 30px 0 0 30px;
	color: #fff;
	width: 80px;
	height: 40px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 40px;
	text-align: center;
	transition: .5s
}

.s-blog-image:hover .blog-post-date {
	width: 95px
}

.s-blog-content {
	margin-top: 25px
}

.s-blog-content h4 {
	font-weight: 700;
	color: #323657;
	text-transform: capitalize
}

.s-blog-content a {
	font-weight: 700;
	display: inline-block;
	color: #42d2fe;
	margin-top: 5px;
	margin-bottom: 10px
}

.s-blog-content a:hover {
	background: linear-gradient(238.45deg, #49e513 3.32%, #42d2ff 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text
}

.big-footer {
	background-color: #151723;
	padding: 70px 0;
	background-image: url(img/f-pattern.png)
}

#footer-fixed {
	width: 100%
}

.footer-logo img {
	width: 200px
}

.footer-logo p {
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 15px
}

.social ul li {
	display: inline-block;
	margin-right: 15px
}

.social ul li:last-child {
	margin-right: 0
}

.social ul li a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s
}

.social ul li a:hover {
	color: #85ff7f
}

.footer-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 5px
}

.footer-content ul {
	margin-top: 30px
}

.footer-content.footer-cont-mar-40 ul {
	margin-top: 0
}

.footer-content ul li a {
	color: #efefef;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 30px
}

.footer-content ul li a:hover {
	color: #85ff7f
}

.footer-content form {
	margin-top: 20px
}

.footer-content form input#leadgenaration {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 15px 0;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	display: block;
	width: 100%
}

.footer-content form input#subscribe {
	background: #3BBD4D;
	box-shadow: 0 2px 15px rgba(164, 164, 164, .25);
	border-radius: 68px;
	border: none;
	color: #fff;
	padding: 10px 25px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 15px;
	-webkit-transition: .5s;
	transition: .5s
}

.footer-content form input#subscribe:hover {
	background: #34A54B;
}

.footer-content form input#leadgenaration:focus {
	padding: 15px 10px
}

footer {
	background-color: #090c21;
	text-align: center;
	padding: 20px 0;
	width: 100%
}

footer p {
	margin: 0;
	color: #fff;
	font-size: 15px
}

.blog-hero-banner {
	background-image: url(img/blog/blog-bg.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative
}

.blog-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45)
}

.blog-hero-banner-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-hero-banner h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px
}

.blog-hero-banner p {
	color: #fff
}

.blog-body {
	background-color: #fff
}

.blog-area {
	padding: 120px 0
}

.left-side {
	padding: 60px 20px 20px 0
}

.right-side {
	padding: 60px 0 20px 20px
}

.left-side-2 {
	padding: 60px 20px 20px 0
}

.right-side-2 {
	padding: 60px 0 20px 20px
}

.blog-post-heading h1 {
	font-size: 37px;
	color: #363636;
	text-transform: capitalize;
	margin-top: 0;
	font-weight: 700
}

.blog-post-heading span {
	font-weight: 700;
	text-transform: capitalize
}

.blog-search input {
	width: 100%;
	background-color: #f9f9f9;
	border: none;
	padding: 15px 10px;
	position: relative
}

.blog-search-icon-small {
	position: absolute;
	top: 72px;
	right: 30px;
	background: 0 0;
	border: none;
	color: #ddd;
	font-size: 20px;
	cursor: pointer
}

.blog-body-content {
	padding: 30px 0
}

.blog-body-content p {
	font-size: 16.5px;
	line-height: 28px!important
}

.blog-inner {
	padding: 30px 0
}

.blog-inner img {
	width: 100%
}

.blog-share {
	margin-top: 30px
}

.blog-share h4 {
	font-size: 21px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px
}

.blog-share ul {
	margin-top: 20px
}

.blog-share ul li {
	display: inline-block;
	margin-right: 8px
}

.blog-share ul li a {
	display: inline-block;
	background: linear-gradient(252.62deg, #48d6f2 8.92%, #84fc6a 96.59%);
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 15px
}

.author-profile {
	margin-top: 40px
}

.author-profile h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 10px;
	color: #363636;
	padding-left: 20px
}

.author-content {
	background-color: #f9f9f9;
	padding: 20px
}

.author-profile img {
	width: 100%;
	margin-bottom: 30px
}

.author-profile h4 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #363636
}

.author-profile span {
	text-transform: capitalize;
	font-size: 16px
}

.author-profile p {
	font-size: 15.5px;
	margin-top: 10px;
	line-height: 27px
}

.main-category {
	margin-top: 40px
}

.main-category h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 10px;
	color: #363636;
	padding-left: 20px
}

.category-list {
	background-color: #f9f9f9;
	padding: 20px
}

.category-list ul li {
	padding: 11px 0;
	border-bottom: 1px solid #ebebeb;
	color: #212121;
	font-size: 15px
}

.category-list ul li:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.category-list ul li:first-child {
	padding-top: 0
}

.category-list ul li a {
	color: #363636;
	font-size: 15px;
	text-transform: capitalize
}

.category-list ul li a:hover {
	background: linear-gradient(238.45deg, #42d2ff 3.32%, #49e513 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text
}

.main-tags {
	margin-top: 40px
}

.main-tags h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 10px;
	color: #363636;
	padding-left: 20px
}

.tag-list {
	background-color: #f9f9f9;
	padding: 20px
}

.tag-list ul li {
	display: inline-block;
	margin: 5px
}

.tag-list ul li a {
	padding: 5px;
	font-size: 15px;
	color: #363636;
	display: inline-block;
	border: 1px solid #ebebeb;
	text-transform: capitalize
}

.tag-list ul li a:hover {
	background: linear-gradient(252.62deg, #48d6f2 8.92%, #84fc6a 96.59%);
	border: 1px solid transparent
}

.single-comment {
	margin-bottom: 25px;
	display: block
}

.single-comment:last-child {
	margin-bottom: 0
}

.comment-heading h4 {
	font-size: 21px;
	margin: 40px 0;
	font-weight: 600;
	text-transform: capitalize
}

.image-box {
	float: left;
	margin-right: 20px
}

.image-box img {
	width: 80px;
	height: 80px
}

.text-box {
	overflow: hidden
}

.text-box p {
	font-size: 16px;
	line-height: 26px;
	margin: 0
}

.text-box a.replay {
	background-color: #f9f9f9;
	color: #212121;
	padding: 2px 11px;
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	margin-top: 10px
}

.text-box a.replay:hover {
	background: linear-gradient(252.62deg, #48d6f2 8.92%, #84fc6a 96.59%)
}

.nesting-reply {
	margin-top: 30px;
	overflow: hidden
}

.nesting-reply img {
	width: 60px;
	height: 60px
}

.nesting-reply a.replay {
	background-color: #f9f9f9;
	color: #212121;
	padding: 2px 9px;
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	margin-top: 10px
}

.comment-field input {
	width: 100%;
	background-color: #f8f8f8;
	margin-bottom: 20px;
	padding: 10px;
	border: none
}

.comment-field textarea {
	width: 100%;
	background-color: #f8f8f8;
	margin-bottom: 10px;
	border: none;
	padding: 10px
}

.comment-field #postcomment {
	background: linear-gradient(253.52deg, #48d6f2 8.92%, #84fc6a 96.59%);
	border-radius: 68px;
	color: #fff;
	padding: 10px 30px;
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 25px;
	display: inline-block;
	border: none;
	cursor: pointer
}

.comment-field #postcomment:hover {
	background: linear-gradient(253.52deg, #84fc6a 8.92%, #48d6f2 96.59%)
}

.blog-hero-home {
	background-image: url(img/blog/blog-home.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative
}

.blog-hero-home:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45)
}

.blog-home-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-home-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px
}

.blog-home-text p {
	color: #f9f9f9
}

.main-blog-list {
	padding: 120px 0
}

.next-previous-page {
	margin: 60px 0 0 0
}

.page-link {
	padding: .7rem 1.2rem;
	color: #323657;
	margin: 0 1px
}

.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #323657;
	border-color: #323657
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #323657;
	border-color: #323657
}

.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.team-area {
	background-color: #fff;
	padding: 120px 0
}

.team-hero-banner {
	background-color: #fff;
	background-image: url(img/team/team-bg.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative
}

.team-hero-banner img {
	width: 100%
}

.team-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, .45)
}

.team-banner-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.team-banner-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px
}

.team-banner-text p {
	color: #fff
}

.team-image {
	position: relative;
	overflow: hidden;
	border-radius: 15px
}

.team-image img {
	width: 100%
}

.person-name {
	margin-top: 30px;
	transition: .6s
}

.person-name h4 {
	font-weight: 700;
	color: #323657;
	text-transform: capitalize;
	font-size: 22px;
	margin: 5px 0
}

.person-name p {
	color: #7d7d7d;
	font-size: 18px;
	text-transform: capitalize
}

.team-content {
	position: absolute;
	left: 3%;
	top: 3%;
	width: 94%;
	height: 94%;
	background-color: rgba(255, 255, 255, .95);
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transform: scale(.7);
	-webkit-transition: .6s;
	transition: .8s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px
}

.team-image:hover .team-content {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}

.single-team:hover .person-name {
	margin-left: 15px
}

.team-social ul li {
	display: inline-block;
}

.team-social ul li a {
	display: inline-block;
	color: #323657;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #323657;
	border-radius: 50%
}

.team-social ul li a:hover {
	color: #fff;
	background: linear-gradient(253.52deg, #48d6f2 8.92%, #84fc6a 96.59%);
	border: 1px solid transparent
}

.contactus-area {
	background-color: #fff;
	padding: 160px 0 120px 0
}

.contact-hero-banner {
	background-color: #fff;
	background-image: url(img/contact-bg.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative
}

.contact-hero-banner img {
	width: 100%
}

.contact-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, .45)
}

.contact-banner-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.contact-banner-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px
}

.contact-banner-text p {
	color: #fff
}

.contact-left-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1
}

.contact-left-bg img {
	-webkit-animation: cp1 3s linear infinite;
	animation: cp1 3s linear infinite
}

@keyframes cp1 {
	from {
		transform: translate(0, 0)
	}
	65% {
		transform: translate(30px, 0)
	}
	to {
		transform: translate(0, 0)
	}
}

.contact-right-bg {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.contact-right-bg img {
	-webkit-animation: cp2 3s linear infinite;
	animation: cp2 3s linear infinite
}

@keyframes cp2 {
	from {
		transform: translate(0, 0)
	}
	65% {
		transform: translate(-30px, 0)
	}
	to {
		transform: translate(0, 0)
	}
}

.single-contact-area {
	position: relative;
	z-index: 1
}

.single-contact-info {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 25px rgba(194, 194, 194, .25);
	box-shadow: 0 2px 25px rgba(194, 194, 194, .25);
	padding: 80px 0;
	text-align: center;
	margin: 0 20px
}

.info-icon {
	margin-top: -125px;
	margin-bottom: 50px
}

.info-icon i {
	background: linear-gradient(180deg, #89f794 0, #4edae5 100%);
	color: #fff;
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	font-size: 35px
}

.info-content h6 {
	background: linear-gradient(238.45deg, #42d2ff 10.32%, #49e513 88.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 22px
}

.contact-form-area {
	background: #fff;
	-webkit-box-shadow: 0 9px 45px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 25px rgba(194, 194, 194, .25);
	border-radius: 26px;
	padding: 100px;
	margin-top: 120px;
	position: relative;
	z-index: 1
}

.contact-form-heading h3 {
	color: #323657;
	text-align: center;
	margin-bottom: 60px;
	font-weight: 700
}

.contact-form-area input[type=text] {
	width: 49.6%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #323657;
	padding: 10px 5px;
	color: #323657
}

.contact-form-area input[type=email] {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #323657;
	margin-top: 60px;
	margin-bottom: 60px;
	color: #323657;
	padding: 10px 5px
}

.contact-form-area textarea {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #323657;
	color: #323657;
	padding: 10px 5px
}

.send-btn {
	text-align: center;
	margin-top: 80px
}

#formsend {
	background: linear-gradient(253.52deg, #48d6f2 8.92%, #84fc6a 96.59%);
	color: #fff;
	border: none;
	padding: 12px 42px;
	text-transform: capitalize;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 68px
}

#formsend:hover {
	background: linear-gradient(253.52deg, #84fc6a 8.92%, #48d6f2 96.59%)
}

.portfolio-main-area {
	background-color: #fff;
	padding: 120px 0
}

.portfolio-hero-banner {
	background-color: #fff;
	background-image: url(img/portfolio/portfolio-bg.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative
}

.portfolio-hero-banner img {
	width: 100%
}

.portfolio-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, .45)
}

.portfolio-hero-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.portfolio-hero-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px
}

.portfolio-hero-text p {
	color: #fff
}

.portfolio-intro p {
	text-align: center;
	font-weight: 600;
	margin-bottom: 60px;
	font-size: 20px
}

.single-portfolio img {
	width: 100%
}

.single-portfolio {
	overflow: hidden
}

.portfolio-image {
	position: relative
}

.portfolio-image img {
	border-radius: 10px
}

.portfolio-titile h4 {
	font-size: 18px;
	text-transform: capitalize;
	color: #323657;
	font-weight: 700;
	margin-top: 13px;
	transition: .6s
}

.portfolio-headmove:hover .portfolio-titile h4 {
	margin-left: 15px
}

.portfolio-content {
	position: absolute;
	left: 3%;
	top: 3%;
	width: 94%;
	height: 94%;
	background-color: rgba(255, 255, 255, .95);
	-webkit-transition: 1s;
	transition: .6s;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transform: scale(.7);
	border-radius: 10px
}

.portfolio-content a {
	background: linear-gradient(to bottom, #84fc6a 8.92%, #48d6f2 96.59%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 700;
	margin-top: 10px;
	display: block
}

.portfolio-content p {
	color: #323657;
	font-size: 17px;
	line-height: 25px
}

.single-portfolio:hover .portfolio-content {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}

.portfolio-filter {
	text-align: center;
	margin-bottom: 30px
}

.portfolio-filter li {
	display: inline-block;
	margin-right: 25px;
	position: relative
}

.portfolio-filter li:last-child {
	margin-right: 0
}

.portfolio-filter li a {
	display: inline-block;
	padding: 8px 0;
	color: #000;
	text-transform: capitalize
}

.portfolio-filter li.active:before {
	position: absolute;
	content: "";
	width: 100%;
	-webkit-box-shadow: 0 0 20px rgba(20, 20, 20, .1);
	border: solid 1px transparent;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-image: linear-gradient(238.45deg, #49e513 3.32%, #42d2ff 98.6%);
	border-image-slice: 100%;
	border-image-slice: 1;
	bottom: 0;
	left: 0;
	-webkit-transition: 1s;
	transition: 1s
}

.portfolio-details {
	padding: 120px 0;
	background-color: #fff
}

.portfolio-details-box {
	-webkit-box-shadow: 0 4px 60px rgba(191, 191, 191, .25);
	box-shadow: 0 4px 60px rgba(191, 191, 191, .25)
}

.portfolio-screenshot img {
	width: 100%
}

.project-description h3 {
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize
}

.project-description p {
	padding-right: 30px
}

.project-name {
	margin-bottom: 15px
}

.project-name h3 {
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize;
	padding-top: 20px
}

.project-info {
	background: #fff;
	box-shadow: 0 4px 50px rgba(196, 196, 196, .25)
}

.project-info h3 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize
}

.project-info h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize
}

.project-info h4 span {
	font-weight: 400;
	text-transform: none
}

.project-brief {
	margin-top: 50px
}

.project-info {
	margin-top: 50px;
	background-color: #fafafa;
	padding: 30px
}

.margin-top-project {
	margin-top: 40px
}

.project-technology h3 {
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize
}

.project-technology {
	margin-top: 40px;
	background-color: #fafafa;
	padding: 30px
}

.project-technology ul li {
	display: inline-block;
	text-transform: capitalize;
	font-size: 16px;
	margin: 5px;
	background-color: #fff;
	padding: 5px 10px;
	-webkit-transition: .5s;
	transition: .5s
}

.project-technology ul li:hover {
	background: linear-gradient(238.45deg, #42d2ff 3.32%, #88ff5f 98.6%)
}

.left-arrow-3 {
	position: absolute;
	left: 47%;
	bottom: 15px;
	z-index: 1;
	color: #fff;
	cursor: pointer;
	transform: translateX(-50%)
}

.right-arrow-3 {
	position: absolute;
	right: 47%;
	bottom: 15px;
	z-index: 1;
	color: #fff;
	cursor: pointer;
	transform: translateX(-50%)
}

.abou-us-area {
	padding: 120px 0;
	background-color: #fff
}

.about-hero-banner {
	background-color: #fff;
	background-image: url(img/about-banner.jpg);
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	position: relative
}

.about-hero-banner img {
	width: 100%
}

.about-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50vh;
	background-color: rgba(0, 0, 0, .45)
}

.about-hero-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.about-hero-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px
}

.about-hero-text p {
	color: #fff
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #33b506;
	border-radius: 50%;
	-webkit-animation: pulse-border 1.5s ease-out infinite;
	animation: pulse-border 1.5s ease-out infinite
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(132, 252, 106, .5);
	border-radius: 50%;
	-webkit-transition: all .2s;
	transition: all .2s
}

.video-play-button:hover:after {
	background: #6ef43f
}

.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 20px solid #fff;
	border-top: 14px solid transparent;
	border-bottom: 13px solid transparent;
	margin-right: -6px
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s
}

.video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1
}

.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s
}

.video-overlay-close:hover {
	color: #fa183d
}

.video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .75);
	box-shadow: 0 0 15px rgba(0, 0, 0, .75)
}

.youtube-video-wrapper {
	background: url(img/about-video.png) top center no-repeat;
	background-size: cover;
	padding: 160px 0;
	position: relative;
	text-align: center;
	border-radius: 15px
}

.popup-gallery {
	display: inline-block;
	position: relative
}

.youtube-video-icon {
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	border-radius: 50% 50%;
	display: inline-block;
	background: #fff;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.youtube-video-icon i {
	font-size: 60px;
	line-height: 100px;
	color: #6b02ff;
	margin-left: 10px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.about-team img {
	width: 100%
}

.about-counter-area {
	background-color: #f7fff7;
	padding: 120px 0
}

.about-counter-text {
	text-align: left!important
}

.about-section-title h4 {
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px
}

.about-section-separate {
	margin-top: 120px
}

.about-content-right {
	text-align: right
}

.error-page-area {
	height: 100vh;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #abd8f2;
	padding: 120px 0
}

.error-text {
	text-align: center
}

.error-text h2 {
	text-transform: capitalize;
	font-weight: 700;
	margin-top: 40px;
	font-size: 28px
}

.error-text a {
	background-color: #323657;
	text-transform: capitalize;
	font-weight: 600;
	padding: 15px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	border: 2px solid transparent;
	border-radius: 68px
}

.error-text a:hover {
	border: 2px solid #323657;
	color: #23d89b;
	background-color: #323657
}

.callto-action {
	background-color: #191c2f;
	color: #fff;
	padding: 45px 0
}

.callto-action-text h5 {
	font-size: 30px
}

.callto-action span {
	font-weight: 700
}

.callto-action-btn {
	text-align: right
}

.callto-action-btn a {
	background: 0 0;
	border-radius: 68px;
	text-transform: capitalize;
	padding: 12px 30px;
	margin-top: -5px;
	display: inline-block;
	font-weight: 600;
	-webkit-transition: .7s;
	transition: .7s;
	border-radius: 30px transition: .7s;
	border-radius: 30px;
	border: 2px solid #fff;
	color: #fff
}

.callto-action-btn a:hover {
	background: linear-gradient(252.62deg, #84fc6a 8.92%, #48d6f2 96.59%);
	border: 2px solid transparent
}

