/*  Saasweb HTML Template

==============  [Table of contents] ==============
1. Fonts
2. Resources / Css Files
3. Global 
4. Main Header / Two / Three / Four / Five
5. Banner Section
6. Feature Section
7. Clients Section
8. About Section
9. Intro Section
10 .Testimonial Section
11. Call to Action
12. Footer Section
13. Pricing Section
14. Funfact Section
15. Team Section
16. Process Section
17. Blog Section
18. Contact Section
19. Portfolio Section


-------------------------------------------*/

/*** 

====================================================================
	Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,500,600,700,800');

/*** 

====================================================================
	Resources / Css Files
====================================================================

 ***/

@import url('animate.css');
@import url('owl.css');
@import url('slick.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('pe-icon-7-stroke.css');
@import url('stroke-gap.css');
@import url('themify-icons.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global.css');


/*** 

====================================================================
	Main Header
====================================================================

***/

.main-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.fixed-header {
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 10px 20px rgba(42, 38, 49, .03);
	box-shadow: 0 10px 20px rgba(42, 38, 49, .03);
}

.main-header .header-upper {
	position: relative;
}

.main-header .header-upper .header-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-header .header-upper .logo-box {
	position: relative;
	left: 0px;
	z-index: 10;
	padding: 20px 0;
}

.main-header .header-upper .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-upper .nav-outer {
	position: relative;
}

.main-header .header-upper .nav-outer .main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 30px 0px;
	margin-right: 35px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	opacity: 1;
	color: #222;
	padding: 0;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: #0eaf96;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 230px;
	z-index: 100;
	padding: 30px 0px;
	opacity: 1;
	background: #ffffff;
	border-radius: 0 0 3px 3px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
	box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
}



.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 35px;
}

.main-menu .navigation>li>ul>li:last-child {
	margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 6px 0;
	white-space: nowrap;
	color: #222;
	font-weight: 400;
	text-align: left;
	text-transform: capitalize;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #0eaf96;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	content: "\f105";
	position: absolute;
	right: 0;
	top: 5px;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 3px 25px;
	color: #222222;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 230px;
	z-index: 100;
	padding: 30px 35px;
	opacity: 1;
	background: #ffffff;
	border-radius: 0 0 3px 3px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
	box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li>ul li a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 6px 0;
	color: #222;
	font-weight: 400;
	text-align: left;
	text-transform: capitalize;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li>ul li:hover a {
	color: #0eaf96;
}

.main-menu .navigation>li.dropdown:hover>ul {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .outer-box {
	position: relative;
	margin-right: -100px;
}

.main-header .outer-box .btn-box {
	position: relative;
	padding: 20px 0;
}


/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two .auto-container {
	max-width: 1580px;
}

.header-style-two .outer-box {
	margin-right: 0px;
}


/*** 

====================================================================
	Header Style Three
====================================================================

***/

.header-style-three.fixed-header {
	background: #403ab4;
}

.header-style-three .auto-container {
	max-width: 1580px;
	background: #403ab4;
}

.header-style-three .outer-box {
	margin-right: 0px;
}

.header-style-three .theme-btn {
	padding: 12px 35px;
}

.header-style-three .main-menu .navigation>li>a {
	color: #ffffff;
}

.header-style-three .main-menu .navigation>li>a:before {
	background-color: #ffffff;
}


.header-style-three.fixed-header .main-menu .navigation>li>a:before {
	background-color: #8a57de;
}

/*** 

====================================================================
	Header Style Four
====================================================================

***/

.header-style-four.fixed-header {
	background-color: #403ab4;
}

.header-style-four .main-menu .navigation>li>a {
	color: #ffffff;
}

.header-style-four .main-menu .navigation>li>a:before {
	background-color: #ffffff;
}

.header-style-four .outer-box {
	margin-right: 0px;
}

.header-style-four .theme-btn {
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.15);
	padding: 12px 35px;
}

.header-style-four .theme-btn:hover {
	background-color: #fff;
	color: #b83b96;
}


/*** 

====================================================================
	Header Style Five
====================================================================

***/

.header-style-five.fixed-header {
	background-color: #403ab4;
}

.header-style-five .header-upper .nav-outer {
	float: right;
}

.header-style-five .main-menu .navigation>li>a {
	color: #ffffff;
}

.header-style-five .main-menu .navigation>li>a:before {
	background-color: #ffffff;
}

.header-style-five .outer-box {
	margin-right: 0px;
}

.header-style-five .theme-btn {
	padding: 12px 35px;
}


/*

====================================================================
	Banner Section One
====================================================================

***/

.banner-section-one {
	position: relative;
}

.shape-29 {
	height: 118px;
	width: 214px;
	background-image: url(../images/icons/shape-29.png);
}

.banner-section-one .shape-29 {
	top: 0;
	left: 0;
}

.banner-section-one .layer-outer {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 150px;
	width: 70%;
}

.banner-section-one .layer-image {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/resource/illustration-1.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.banner-section-one .content-column .inner-column {
	position: relative;
}

.banner-section-one .content-box {
	position: relative;
	max-width: 600px;
	width: 100%;
	padding: 360px 0 200px;
}

.banner-section-one .content-box .title {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #8a57de;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-one .content-box h1 {
	position: relative;
	color: #222;
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	margin-bottom: 28px;
}

.banner-section-one .content-box .text {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
}

.banner-section-one .content-box .btn-box {
	position: relative;
	margin: 0 -17px;
}

.banner-section-one .content-box .btn-box a {
	margin: 0 17px;
}

.banner-section-one .video-box .video-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-section-one .video-box .video-link {
	position: absolute;
	right: 50%;
	bottom: -80px;
	padding-top: 95px;
	font-size: 14px;
	color: #222;
}

.banner-section-one .video-box .video-link .icon {
	position: absolute;
	left: 20px;
	top: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 18px;
	line-height: 80px;
	color: #403ab4;
	background: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
}

.banner-section-one .video-box .video-link .icon:after {
	content: '';
	position: absolute;
	left: -15px;
	top: -15px;
	width: 110px;
	height: 110px;
	border: 1px solid rgb(239, 243, 255);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section-one .video-box:hover .video-link .icon {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.banner-section-one .video-box:hover .video-link .icon:after {
	border-color: rgba(255, 255, 255, 0.70);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


/*

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two {
	position: relative;
	padding: 185px 0 90px;
	background: #eff3ff;
}

.banner-section-two .layer-outer {
	position: absolute;
	left: 0;
	top: 0;
	bottom: -70px;
	width: 100%;
}

.banner-section-two .layer-image {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/icons/big-shape-5.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.banner-section-two .content-column .inner-column {
	position: relative;
}

.banner-section-two .content-box {
	position: relative;
	max-width: 600px;
	width: 100%;
	padding: 50px 0 50px;
	margin-left: -45px;
}

.banner-section-two .content-box .title {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #8a57de;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-two .content-box h1 {
	position: relative;
	color: #222;
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	margin-bottom: 28px;
}

.banner-section-two .content-box .text {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
}

.banner-section-two .content-box .btn-box {
	position: relative;
	margin: 0 -17px;
}

.banner-section-two .content-box .btn-box a {
	margin: 0 17px;
}

.banner-section-two .image {
	display: inline-block;
	margin-right: -152px;
	margin-left: -45px;
	-webkit-box-shadow: 0px 0px 65px 25px rgba(197, 203, 214, 0.5);
	box-shadow: 0px 0px 65px 25px rgba(197, 203, 214, 0.5);
}

.shape-12 {
	height: 18px;
	width: 36px;
	background-image: url(../images/icons/shape-12.png);
}

.shape-13 {
	height: 36px;
	width: 35px;
	background-image: url(../images/icons/shape-13.png);
}

.shape-14 {
	height: 37px;
	width: 42px;
	background-image: url(../images/icons/shape-14.png);
}

.shape-15 {
	height: 21px;
	width: 38px;
	background-image: url(../images/icons/shape-15.png);
}

.shape-16 {
	height: 115px;
	width: 115px;
	background-image: url(../images/icons/shape-16.png);
}

.banner-section-two .shape-12 {
	top: 200px;
	left: 245px;
	z-index: 5;
}

.banner-section-two .shape-13 {
	top: 185px;
	left: 44%;
	z-index: 5;
}

.banner-section-two .shape-14 {
	top: 60%;
	left: 35%;
	z-index: 5;
}

.banner-section-two .shape-15 {
	top: 50%;
	right: 160px;
	z-index: 5;
}

.banner-section-two .shape-16 {
	bottom: 200px;
	right: 50px;
	z-index: 5;
}


/*

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three {
	position: relative;
	padding: 185px 0 0px;
	background-color: #320fa1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-section-three .auto-container {
	max-width: 1390px;
}

.banner-section-three .layer-outer {
	position: absolute;
	right: 0;
	top: 0;
	bottom: -70px;
	width: 50%;
}

.banner-section-three .layer-image {
	position: absolute;
	left: 0;
	top: 145px;
	width: 1057px;
	height: 958px;
	background-image: url(../images/icons/big-shape-10.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.banner-section-three .content-column .inner-column {
	position: relative;
}

.banner-section-three .content-box {
	position: relative;
	max-width: 600px;
	width: 100%;
	padding: 50px 0 50px;
	margin-left: -45px;
}

.banner-section-three .content-box .title {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #8a57de;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-three .content-box h1 {
	position: relative;
	color: #fff;
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	margin-bottom: 28px;
}

.banner-section-three .content-box .text {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 80px;
	color: #fff;
}

.banner-section-three .content-box .btn-box {
	position: relative;
	margin: 0 -17px;
}

.banner-section-three .content-box .btn-box a {
	margin: 0 17px;
}

.banner-section-three .image {
	text-align: right;
	margin-top: 95px;
}

.shape-18 {
	width: 148px;
	height: 115px;
	background-image: url(../images/icons/shape-18.png);
}

.banner-section-three .shape-18 {
	top: -50px;
	right: -140px;
}

.banner-section-three .video-box .video-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-section-three .video-box .video-link {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-left: 90px;
	text-decoration: underline;
}

.banner-section-three .video-box .video-link .icon {
	position: absolute;
	left: 0;
	top: -25px;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 18px;
	line-height: 70px;
	color: #ffffff;
	background: #e654bd;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(45, 5, 156, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(45, 5, 156, 0.65);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section-three .video-box .video-link .icon:after {
	content: '';
	position: absolute;
	left: -5px;
	top: -5px;
	width: 80px;
	height: 80px;
	border: 5px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section-three .video-box:hover .video-link .icon:after {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.banner-section-three .ripple,
.banner-section-three .ripple:before,
.banner-section-three .ripple:after {
	position: absolute;
	left: -5px;
	top: -30px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-webkit-animation: ripple 5s infinite;
	animation: ripple 5s infinite;
}

.banner-section-three .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.banner-section-three .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}


/*

====================================================================
	Banner Section Four
====================================================================

***/

.banner-section-four {
	position: relative;
	padding: 250px 0 0px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.banner-section-four .layer-outer {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 130px;
	width: 100%;
}

.banner-section-four .layer-image {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/banner-shape-1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.banner-section-four .content-column .inner-column {
	position: relative;
}

.banner-section-four .content-box {
	position: relative;
	width: 100%;
	padding: 50px 0 50px;
}

.banner-section-four .content-box .title {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #8a57de;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-four .content-box h1 {
	position: relative;
	color: #fff;
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	margin-bottom: 28px;
}

.banner-section-four .content-box .text {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
	color: #fff;
}

.banner-section-four .content-box form {
	position: relative;
	display: initial;
}

.banner-section-four .content-box input {
	position: relative;
	height: 70px;
	padding: 0 30px;
	background-color: #fff;
	width: 100%;
	max-width: 650px;
}

.banner-section-four .content-box button {
	position: absolute;
	right: 30px;
	top: -2px;
	border-left: 2px solid #9cacd8;
	padding-left: 15px;
	background: transparent;
	font-size: 14px;
	cursor: pointer;
}

.banner-section-four .image {
	position: relative;
	margin-top: 40px;
	display: inline-block;
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 48.75px 16.25px rgba(0, 0, 0, 0.1);
}



/*

====================================================================
	Banner Section Five
====================================================================

***/

.banner-section-five {
	position: relative;
	padding: 195px 0 219px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-section-five .layer-outer {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 100%;
}

.banner-section-five .layer-image {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/banner-shape-2.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.banner-section-five .content-column .inner-column {
	position: relative;
}

.banner-section-five .content-box {
	position: relative;
	max-width: 600px;
	width: 100%;
	padding: 90px 0 50px;
}

.banner-section-five .content-box .title {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-section-five .content-box h1 {
	position: relative;
	color: #fff;
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	margin-bottom: 28px;
}

.banner-section-five .content-box .text {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 60px;
	color: #fff;
}

.banner-section-five .content-box .theme-btn {
	background: #f0467a;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgb(42, 38, 133);
	box-shadow: 0px 11px 21.25px 3.75px rgb(42, 38, 133);
}

.banner-section-five .image {
	text-align: right;
	margin-right: -155px;
}

.drone {
	width: 93px;
	height: 132px;
	background-image: url(../images/resource/drone.png);
}

.banner-section-five .drone {
	top: -15px;
	left: 12%;
}



/*** 

====================================================================
	 	Chart Section
====================================================================

***/

.chart {
	position: relative;
}

.chart:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/resource/graph-line.png) center center no-repeat;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.chart-block {
	position: absolute;
	left: 22%;
	top: 53%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffffff;
	-webkit-box-shadow: -1px 0px 12.6px 5.4px rgba(233, 233, 233, 0.52);
	box-shadow: -1px 0px 12.6px 5.4px rgba(233, 233, 233, 0.52);
	cursor: pointer;
}

.chart-block:nth-child(2) {
	left: 49%;
	top: 32.5%;
}

.chart-block:nth-child(3) {
	left: auto;
	right: 13%;
	top: 18%;
}

.chart-block:after {
	position: absolute;
	content: '';
	left: 5px;
	top: 5px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
}

.chart-block:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgb(14, 175, 150);
	-ms-box-shadow: 0 0 0 0 rgb(14, 175, 150);
	-o-box-shadow: 0 0 0 0 rgb(14, 175, 150);
	box-shadow: 0 0 0 0 rgb(14, 175, 150);
	-webkit-animation: ripple 1s infinite;
	animation: ripple 3s infinite;
}

.chart-block:nth-child(1):before,
.chart-block:nth-child(3):before {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

.chart-block .chart-content {
	opacity: 0;
	position: relative;
	min-width: 200px;
	bottom: 100px;
	left: -120px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.chart-block:hover .chart-content {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}


.chart-block .text {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	color: #222;
}

.chart-block h3 {
	font-size: 24px;
}

.chart-block h3 strong {
	color: #403ab4;
}




/*** 

====================================================================
	 	Features Section One
====================================================================

***/

.features-section-one {
	position: relative;
}

.features-section-one.style-two {
	padding-top: 100px;
}

.features-section-one .feature-outer {
	padding-bottom: 70px;
}

.features-section-one .auto-container {
	position: relative;
	max-width: 1300px;
}

.features-section-one .layer-image {
	position: absolute;
	right: 0;
	top: 200px;
	height: 916px;
	width: 534px;
	background-image: url(../images/icons/shape-10.png);
	background-repeat: no-repeat;
	background-position: center;
}

.features-section-one .sec-title {
	margin-bottom: 70px;
}

.feature-block-one {
	position: relative;
}

.feature-block-one .inner-box {
	position: relative;
	text-align: center;
	padding: 40px 0 0;
	margin-bottom: 30px;
}

.feature-block-one .icon-box {
	position: relative;
	margin-bottom: 60px;
}

.feature-block-one .icon {
	position: relative;
	font-size: 36px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 400;
	z-index: 9;
}

.feature-block-one .icon-box:before {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 82px;
	width: 80px;
	background-position: center;
	background-size: 100%;
	background-image: url(../images/icons/shape-1.png);
	background-repeat: no-repeat;
	content: '';
	-webkit-transform: translate(-50%, -58%);
	-ms-transform: translate(-50%, -58%);
	transform: translate(-50%, -58%);
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}

.feature-block-one:hover .icon-box:before {
	-webkit-transform: translate(-50%, -58%) rotate(-20deg);
	-ms-transform: translate(-50%, -58%) rotate(-20deg);
	transform: translate(-50%, -58%) rotate(-20deg);
}

.feature-block-one h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222;
	font-weight: 500;
	margin-bottom: 18px;
}

.feature-block-one h4 a {
	color: #4c4754;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-one h4 a:hover {
	color: #0daf96;
}

.feature-block-one .text {
	position: relative;
	max-width: 270px;
	margin: 0 auto 20px;
}

.feature-block-one .link-btn a {
	font-weight: 500;
	color: #222;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-bottom: 1px solid transparent;
}

.feature-block-one .link-btn a span {
	color: #0daf96;
	margin-left: 5px;
	font-size: 12px;
}

.feature-block-one .link-btn a:hover {
	color: #0daf96;
	border-color: #403ab4;
}

.feature-block-one:nth-child(2) .icon-box:before {
	background-image: url(../images/icons/shape-2.png);
}

.feature-block-one:nth-child(3) .icon-box:before {
	background-image: url(../images/icons/shape-3.png);
}

.feature-block-one:nth-child(4) .icon-box:before {
	background-image: url(../images/icons/shape-4.png);
}

/*** 

====================================================================
	 	Features Section Two
====================================================================

***/

.features-section-two {
	position: relative;
	padding: 150px 0 120px;
}

.features-section-two .shape-6 {
	top: 30%;
	right: -124px;
	z-index: 5;
}

.shape-6 {
	height: 248px;
	width: 248px;
	background-image: url(../images/icons/shape-6.png);
}

.feature-block-two {
	position: relative;
	margin-bottom: 120px;
	margin-left: -15px;
	padding-right: 50px;
}

.feature-block-two h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-block-two .text {
	margin-bottom: 40px;
}

.feature-block-two .link-btn {
	margin-left: 30px;
}

.feature-block-two .count {
	position: absolute;
	right: -50px;
	top: 0;
}

.image-block-one {
	position: relative;
	padding-top: 95px;
	margin-bottom: 80px;
}

.image-block-one .image {
	position: relative;
	-webkit-box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.35);
	box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.35);
	margin-right: 35px;
	text-align: center;
	padding: 58px 0;
	border-bottom-right-radius: 50px;
	background: #fff;
}

.big-shape-3 {
	width: 500px;
	height: 355px;
	background-image: url(../images/icons/big-shape-3.png);
}

.image-block-one .big-shape-3 {
	top: 0;
	right: 50px;
}

/* Feature block three */
.feature-block-three {
	position: relative;
	margin-bottom: 120px;
	padding-left: 70px;
}

.feature-block-three h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-block-three .text {
	margin-bottom: 40px;
}

.feature-block-three .link-btn {
	margin-left: 30px;
}

.feature-block-three .count {
	position: absolute;
	left: -50px;
	top: 0;
}

.image-block-two {
	position: relative;
	padding-top: 95px;
	margin-bottom: 80px;
}

.image-block-two .image {
	position: relative;
	-webkit-box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.35);
	box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.35);
	margin-right: 35px;
	text-align: center;
	padding: 58px 0;
	border-bottom-right-radius: 50px;
	background: #fff;
}

.big-shape-4 {
	width: 500px;
	height: 355px;
	background-image: url(../images/icons/big-shape-4.png);
}

.image-block-two .big-shape-4 {
	top: 0;
	left: 50px;
}

/*** 

====================================================================
	 	Features Section Three
====================================================================

***/

.features-section-three {
	position: relative;
	z-index: 5;
	padding: 190px 0 0;
}

.features-section-three .auto-container {
	max-width: 1330px;
}

.feature-block-four {
	position: relative;
}

.feature-block-four .inner-box {
	position: relative;
	text-align: center;
	padding: 50px 20px 25px;
	border-bottom: 2px solid #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.45);
	box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.45);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 140px;
	background: #fff;
}

.feature-block-four:nth-child(2) .inner-box {
	border-color: #b83b96;
}

.feature-block-four:nth-child(3) .inner-box {
	border-color: #d0ca43;
}

.feature-block-four:nth-child(4) .inner-box {
	border-color: #403ab4;
}

.feature-block-four .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 0px;
	width: 100%;
	background-image: -webkit-linear-gradient(0deg, rgb(64, 58, 180) 30%, rgb(76, 69, 215) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(64, 58, 180) 30%, rgb(76, 69, 215) 100%);
	-webkit-transition: .9s ease;
	-o-transition: .9s ease;
	transition: .9s ease;
}


.feature-block-four .icon-box {
	position: relative;
	width: 96px;
	height: 96px;
	line-height: 102px;
	margin: 0 auto 38px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid rgba(13, 175, 150, 0.50);
	color: #222;
	font-size: 48px;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.feature-block-four:nth-child(2) .icon-box {
	border: 1px solid rgba(184, 59, 150, 0.50);
}

.feature-block-four:nth-child(3) .icon-box {
	border: 1px solid rgba(208, 202, 67, 0.50);
}

.feature-block-four:nth-child(4) .icon-box {
	border: 1px solid rgba(64, 58, 180, 0.50);
}

.feature-block-four h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.feature-block-four h4 a {
	color: #222;
}

.feature-block-four .overlay-content {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 50px 20px 10px;
	background-image: -webkit-linear-gradient(0deg, rgb(64, 58, 180) 30%, rgb(76, 69, 215) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(64, 58, 180) 30%, rgb(76, 69, 215) 100%);
	-webkit-transform: scale(.9) translateY(20px);
	-ms-transform: scale(.9) translateY(20px);
	transform: scale(.9) translateY(20px);
	border-radius: 100px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

.feature-block-four .inner-box:hover .overlay-content {
	opacity: 1;
	-webkit-transform: scale(1) translateY(0px);
	-ms-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	border-radius: 0px;
}

.feature-block-four .overlay-content .icon-box {
	color: #fff;
	background: #0eaf96;
	border-color: #0eaf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(75, 68, 209, 0.37);
	box-shadow: 0px 11px 21.25px 3.75px rgba(75, 68, 209, 0.37);
}

.feature-block-four:nth-child(2) .overlay-content .icon-box {
	border-color: #b83b96;
	background-color: #b83b96;
}

.feature-block-four:nth-child(3) .overlay-content .icon-box {
	border-color: #d0ca43;
	background-color: #d0ca43;
}

.feature-block-four:nth-child(4) .overlay-content .icon-box {
	border-color: #403ab4;
	background-color: #403ab4;
}

.feature-block-four .overlay-content h4 a {
	color: #fff;
}

.feature-block-four .overlay-content .text {
	color: #fff;
}

.feature-block-four .overlay-content .theme-btn {
	background: #fff;
	color: #222;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.12);
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
}

.feature-block-four .overlay-content .theme-btn:hover {
	background: #0daf96;
	color: #fff;
}


/*** 

====================================================================
	 	Features Section Four
====================================================================

***/

.features-section-four {
	position: relative;
	padding: 110px 0 120px;
}

.big-shape-6 {
	height: 1115px;
	width: 797px;
	background-image: url(../images/icons/big-shape-6.png);
}

.features-section-four .big-shape-6 {
	top: -200px;
	left: 0px;
}

.features-section-four .auto-container {
	max-width: 1495px;
}

.features-section-four .image {
	display: inline-block;
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

/* Tab style one */

.tab-btn-style-one {
	position: relative;
	margin-bottom: 40px;
	border: 0px;
	margin-left: 40px;
}

.tab-btn-style-one li {
	display: block;
}

.tab-btn-style-one .nav-link {
	position: relative;
	padding: 30px 40px 15px 50px;
	border: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.tab-btn-style-one .nav-link.active {
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(167, 238, 227, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(167, 238, 227, 0.65);
}

.tab-btn-style-one h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}

.tab-btn-style-one p {
	color: #555;
}

.tab-btn-style-one .nav-link.active p,
.tab-btn-style-one .nav-link.active h3 {
	color: #fff;
}

/* Tab style two */

.tab-btn-style-two {
	position: relative;
	margin-bottom: 50px;
	border: 0px;
}

.tab-btn-style-two li {
	position: relative;
	display: inline-block;
}

.tab-btn-style-two li:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.40);
	height: 1px;
	left: 53px;
	right: -53px;
	top: 7px;
}

.tab-btn-style-two li:last-child:before {
	display: none;
}

.tab-btn-style-two .nav-link {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.4);
	border: 0px;
	padding: 0 30px;
}

.nav-tabs.tab-btn-style-two .nav-link.active,
.nav-tabs.tab-btn-style-two .nav-item.show .nav-link {
	background: transparent;
	color: #fff;
}

.tab-btn-style-two li:last-child .nav-link {
	margin-right: 0px;
}

.tab-btn-style-two li .dot {
	display: block;
	width: 14px;
	height: 14px;
	background: rgba(13, 175, 150, 0.4);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: 10px;
}

.tab-btn-style-two li .active .dot {
	background-color: #0daf96;
}


/*** 

====================================================================
	 	Features Section Five
====================================================================

***/

.features-section-five {
	position: relative;
	padding: 120px 0 90px;
}

.big-shape-8 {
	height: 792px;
	width: 726px;
	background-image: url(../images/icons/big-shape-8.png);
}

.big-shape-9 {
	height: 792px;
	width: 726px;
	background-image: url(../images/icons/big-shape-9.png);
}

.features-section-five .big-shape-8 {
	top: 100px;
	left: 0px;
}

.features-section-five .big-shape-9 {
	bottom: -110px;
	right: 0px;
}

.feature-block-five {
	position: relative;
}

.feature-block-five .sec-title .title {
	color: #0daf96;
}

/*** 

====================================================================
	 	Features Section Six
====================================================================

***/

.features-section-six {
	position: relative;
	padding: 150px 0 120px;
}

.features-section-six .image {
	margin-left: 65px;
	margin-bottom: 30px;
}

.feature-block-six {
	position: relative;
	margin-bottom: 50px;
}

.feature-block-six h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-block-six .text {
	margin-bottom: 40px;
}

.feature-block-six .link-btn .theme-btn {
	background-color: rgb(194, 52, 160);
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(236, 168, 220, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(236, 168, 220, 0.65);
}


/*** 

====================================================================
	 	Features Section Seven
====================================================================

***/

.features-section-seven {
	position: relative;
	padding: 150px 0 90px;
}

.feature-block-seven .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.feature-block-seven .icon-box {
	line-height: 245px;
	margin-bottom: 10px;
}

.feature-block-seven h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

/*** 

====================================================================
	 	Features Section eight
====================================================================

***/

.features-section-eight {
	position: relative;
	padding: 150px 0 90px;
}

.feature-block-eight {
	position: relative;
	margin-bottom: 50px;
}

.feature-block-eight .icon-box {
	position: relative;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #0daf96;
	color: #fff;
	font-size: 20px;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(152, 241, 227, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(152, 241, 227, 0.65);
	margin-bottom: 50px;
}

.feature-block-eight h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
}

/*** 

====================================================================
	 	Features Section Nine
====================================================================

***/

.features-section-nine {
	position: relative;
}

.feature-block-nine {
	position: relative;
	margin-bottom: 50px;
}

.feature-block-nine .icon-box {
	margin-bottom: 40px;
	font-size: 20px;
}

.features-section-nine .row:nth-child(2) .icon-box {
	background-color: rgb(184, 59, 150);
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(255, 190, 237, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(255, 190, 237, 0.65);
}

.features-section-nine .row:nth-child(3) .icon-box {
	background-color: rgb(193, 187, 53);
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 227, 92, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(233, 227, 92, 0.65);
}

.feature-block-nine h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-block-nine .text {
	margin-bottom: 40px;
}

.features-section-nine .image {
	margin-left: 65px;
	margin-bottom: 30px;
}


/*** 

====================================================================
	 	Features Section Ten
====================================================================

***/

.features-section-ten {
	position: relative;
	padding: 140px 0 120px;
}

.feature-block-ten {
	position: relative;
}

.feature-block-ten .inner-box {
	position: relative;
	padding: 40px 0 0;
	margin-bottom: 30px;
}

.feature-block-ten .icon-box {
	position: relative;
	margin-bottom: 40px;
}

.feature-block-ten .icon {
	position: relative;
	line-height: 1em;
	color: #403ab4;
	font-weight: 400;
	z-index: 9;
	font-size: 48px;
	/* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(42, 38, 133, 1)), color-stop(100%, rgba(130, 45, 196, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(170deg, rgba(130, 45, 196, 1) 0%, rgba(42, 38, 133, 1) 100%);
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(170deg, rgba(130, 45, 196, 1) 0%, rgba(42, 38, 133, 1) 100%);
	/* opera 11.10+ */
	/* ie10+ */
	background: linear-gradient(280deg, rgba(130, 45, 196, 1) 0%, rgba(42, 38, 133, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.feature-block-ten .icon-box:before {
	position: absolute;
	left: 39px;
	top: 50%;
	height: 81px;
	width: 77px;
	background-position: center;
	background-size: 100%;
	background-image: url(../images/icons/shape-23.png);
	background-repeat: no-repeat;
	content: '';
	-webkit-transform: translate(-50%, -66%);
	-ms-transform: translate(-50%, -66%);
	transform: translate(-50%, -66%);
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}

.feature-block-ten:hover .icon-box:before {
	-webkit-transform: translate(-50%, -58%) rotate(-20deg);
	-ms-transform: translate(-50%, -58%) rotate(-20deg);
	transform: translate(-50%, -58%) rotate(-20deg);
}

.feature-block-ten h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222;
	font-weight: 500;
	margin-bottom: 18px;
}

.feature-block-ten h4 a {
	color: #4c4754;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-ten h4 a:hover {
	color: #0daf96;
}

.feature-block-ten .text {
	position: relative;
	max-width: 315px;
	margin-bottom: 25px;
}

.feature-block-ten .link-btn a {
	font-weight: 500;
	color: #2a2685;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-bottom: 1px solid transparent;
}

.feature-block-ten .link-btn a span {
	color: #f0467a;
	margin-left: 5px;
	font-size: 12px;
}

.feature-block-ten .link-btn a:hover {
	color: #0daf96;
	border-color: #403ab4;
}

.feature-block-ten:nth-child(2) .icon-box:before {
	background-image: url(../images/icons/shape-24.png);
}

.feature-block-ten:nth-child(3) .icon-box:before {
	background-image: url(../images/icons/shape-25.png);
}

.feature-block-ten:nth-child(4) .icon-box:before {
	background-image: url(../images/icons/shape-26.png);
}

.feature-block-ten:nth-child(5) .icon-box:before {
	background-image: url(../images/icons/shape-27.png);
}

.feature-block-ten:nth-child(6) .icon-box:before {
	background-image: url(../images/icons/shape-28.png);
}

/*** 

====================================================================
	 	Features Section Eleven
====================================================================

***/

.features-section-eleven {
	position: relative;
	padding: 120px 0 90px;
}

.feature-block-eleven {
	position: relative;
}

.feature-block-eleven .sec-title .title {
	color: #0daf96;
}

.features-section-eleven .image {
	position: relative;
	margin-left: -50px;
	margin-right: -50px;
}


/***

==================================================================
		Clients Section
==================================================================

***/

.clients-section {
	padding: 50px 0 90px;
}

.clients-section .image-box {
	position: relative;
	margin: 0;
	text-align: center;
	line-height: 100px;
}

.clients-section .image-box img {
	display: inline-block;
	max-width: 100% !important;
	width: auto !important;
	height: auto;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.clients-section .image-box:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* style two */
.clients-section.style-two {
	padding-top: 120px;
}

.clients-section.style-two .auto-container {
	max-width: 1310px;
}

.clients-section.style-two .image-box img {
	opacity: .5;
}

/***

==================================================================
		Clients Section Two
==================================================================

***/

.clients-section-two {
	position: relative;
	padding: 120px 0 60px;
}

.clients-section-two:before {
	position: absolute;
	content: '';
	background-color: #eff3ff;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skewY(1.5deg);
	-ms-transform: skewY(1.5deg);
	transform: skewY(1.5deg);
}

.clients-section-two .sponsor-logo-list {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.clients-section-two .sponsor-logo-list li {
	margin: 0 80px;
	margin-bottom: 50px;
}

.clients-section-two li img {
	position: relative;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.clients-section-two li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/***

==================================================================
		About Section
==================================================================

***/

.about-section {
	position: relative;
}

.about-section .shape-5 {
	bottom: -105px;
	right: -198px;
	z-index: 5;
}

.shape-5 {
	height: 400px;
	width: 400px;
	background-image: url(../images/icons/shape-5.png);
}

.about-section .outer-box {
	position: relative;
	padding-top: 85px;
}

.about-section .outer-box:before {
	position: absolute;
	content: '';
	background: #403ab4;
	left: 325px;
	top: 0;
	bottom: 33px;
	width: 2000%;
}

.about-section .image {
	padding-right: 47px;
}

.about-section .link {
	margin-right: -23px;
}

.about-section .link .theme-btn {
	vertical-align: middle;
}

.about-section .link .btn-style-two {
	border-radius: 0px;
	padding: 22px 35px;
	-webkit-box-shadow: -4px 8px 21.25px 3.75px rgba(167, 238, 227, 0.65);
	box-shadow: -4px 8px 21.25px 3.75px rgba(167, 238, 227, 0.65);
}

.about-block-one {
	margin-left: 25px;
	margin-right: -160px;
}

/***

==================================================================
		About Section Two
==================================================================

***/

.about-section-two {
	position: relative;
	padding-top: 170px;
	padding-bottom: 120px;
}

.about-section-two .big-shape-2 {
	bottom: 105px;
	right: -80px;
}

.big-shape-2 {
	height: 648px;
	width: 745px;
	background-image: url(../images/icons/big-shape-2.png);
}

.about-section-two .sec-title {
	margin-bottom: 30px;
}

.about-section-two .image {
	margin-top: 70px;
	margin-right: -190px;
}

.about-block-two {
	position: relative;
}

.about-block-two h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
}

.about-block-two .text {
	margin-bottom: 30px;
}

.about-block-two ul {
	margin-bottom: 35px;
}

.about-block-two ul li {
	position: relative;
	padding-left: 27px;
	margin-bottom: 20px;
}

.about-block-two ul li span {
	position: absolute;
	left: 0;
	top: 8px;
	color: #0daf96;
}

/***

==================================================================
		About Section Three
==================================================================

***/

.about-section-three {
	position: relative;
	padding-top: 170px;
	padding-bottom: 150px;
}

.about-section-three .big-shape-7 {
	top: 0;
	right: 0px;
}

.big-shape-7 {
	height: 1062px;
	width: 941px;
	background-image: url(../images/icons/big-shape-7.png);
}

.about-section-three .content-column {
	width: 50%;
	padding: 0 15px;
}

.about-section-three .integrations-column {
	position: relative;
	width: 50%;
	padding: 0 15px;
}

/* Integrtions Block */
.integrations-block {
	position: relative;
	height: 760px;
	max-width: 840px;
	margin-right: -270px;
	margin-top: -100px;
	background-image: url(../images/icons/integration-bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.integrations-block .circle-shape-1 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #403ab4;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	left: 52%;
	top: 99px;
}

.integrations-block .circle-shape-2 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	right: 22%;
	top: 146px;
}

.integrations-block .circle-shape-3 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #403ab4;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	right: 9%;
	top: 46%;
}

.integrations-block .circle-shape-4 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	right: 203px;
	bottom: 22%;
}

.integrations-block .circle-shape-5 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	left: 38%;
	bottom: 18px;
}

.integrations-block .circle-shape-6 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #403ab4;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	left: 13%;
	bottom: 30%;
}

.integrations-block .circle-shape-7 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #0daf96;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	left: 17%;
	top: 20%;
}

.integrations-block .icon {
	position: absolute;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.integrations-block .icon.now-in-view {
	-webkit-animation-name: zoomIn;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-ms-animation-name: zoomIn;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: 1;
	-moz-animation-name: zoomIn;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
}

.integrations-block .icon img,
.integrations-block .icon a {
	position: relative;
	display: block;
}

.integrations-block .icon-1 {
	left: 32%;
	top: 11%;
}

.integrations-block .icon-2 {
	right: 26%;
	top: 3%;
}

.integrations-block .icon-3 {
	right: 10%;
	top: 33%;
}

.integrations-block .icon-4 {
	right: 9%;
	bottom: 23%;
}

.integrations-block .icon-5 {
	right: 34%;
	bottom: 11%;
}

.integrations-block .icon-6 {
	left: 25%;
	bottom: 5%;
}

.integrations-block .icon-7 {
	left: 10%;
	top: 53%;
}

.integrations-block .icon-8 {
	left: 9%;
	top: 25%;
}

.integrations-block .circle-one {
	position: absolute;
	left: 0;
	top: 21px;
	right: 0;
	height: 718px;
}

.integrations-block .circle-two {
	position: absolute;
	left: 80px;
	top: 66px;
	right: 80px;
	bottom: 72px;
}

.integrations-block .circle-three {
	position: absolute;
	left: 80px;
	top: 73px;
	right: 80px;
	bottom: 68px;
}

.integrations-block .circle-three .image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	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;
}

.integrations-block .circle-three .image img {
	position: relative;
	top: -15px;
}

.integrations-block .circle-three .image:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	-webkit-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	transform: rotate(12deg);
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

/***

==================================================================
		Intro Section
==================================================================

***/

.intro-section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 150px;
}

.intro-section.style-two {
	padding-bottom: 80px;
}

.intro-section .sec-title {
	margin-bottom: 50px;
}

.intro-section.style-two .sec-title {
	margin-bottom: 70px;
}

.intro-section .big-shape-2 {
	bottom: 105px;
	right: -80px;
}

.big-shape-2 {
	height: 648px;
	width: 745px;
	background-image: url(../images/icons/big-shape-2.png);
}

.intro-section .image {
	margin-top: 70px;
	margin-right: -190px;
}

.intro-block .inner-box {
	position: relative;
	margin-bottom: 45px;
}

.intro-block .icon-box {
	color: #b83b96;
	font-size: 48px;
	margin-bottom: 15px;
}

.intro-block h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.intro-block:nth-child(2) .icon-box {
	color: #d0ca43;
}

.intro-block:nth-child(3) .icon-box {
	color: #403ab4;
}

.intro-block:nth-child(4) .icon-box {
	color: #0daf96;
}


/***

==================================================================
		Testimonial Section 
==================================================================

***/

.testimonial-section {
	position: relative;
	padding: 140px 0 120px;
}

.testimonial-section .shape-7 {
	bottom: 20%;
	left: 100px;
	z-index: 5;
}

.shape-7 {
	height: 94px;
	width: 94px;
	background-image: url(../images/icons/shape-7.png);
}

.testimonial-section .auto-container {
	max-width: 100%;
}

.testimonial-section .owl-carousel .owl-stage-outer {
	position: relative;
	right: -210px;
}

/*Testimonial Block one*/
.testimonial-block-one {
	position: relative;
}

.testimonial-block-one .inner-box {
	position: relative;
	padding: 80px 40px 75px 98px;
	margin-left: 62px;
	background: #eff3fe;
}

.testimonial-block-one .image {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.testimonial-block-one .image img {
	border-radius: 50%;
	width: auto;
}

.testimonial-block-one .text {
	margin-bottom: 20px;
}

.testimonial-block-one h5 {
	font-size: 16px;
	font-weight: 700;
}

.testimonial-block-one .quote {
	width: auto;
	position: absolute;
	right: 30px;
	bottom: -20px;
}


/***

==================================================================
		Testimonial Section Two
==================================================================

***/

.testimonial-section-two {
	position: relative;
	padding: 135px 0 180px;
}

.testimonial-section-two .layer-outer {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 100%;
}

.testimonial-section-two .layer-image {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/bg-testimonial.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.testimonial-section-two .auto-container {
	max-width: 1300px;
}

.testimonial-section-two .testimonial-outer {
	position: relative;
}

.testimonial-section-two .thumb-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.testimonial-section-two .thumb-box .image-1 {
	position: absolute;
	left: 0;
	top: 120px;
	-webkit-animation: zoom-fade 6s infinite linear;
	animation: zoom-fade 6s infinite linear;
}

.testimonial-section-two .thumb-box .image-2 {
	position: absolute;
	left: 60px;
	bottom: 50px;
	-webkit-animation: zoom-fade-two 8s infinite linear;
	animation: zoom-fade-two 8s infinite linear;
}

.testimonial-section-two .thumb-box .image-3 {
	position: absolute;
	right: 150px;
	top: 90px;
	-webkit-animation: zoom-fade 9s infinite linear;
	animation: zoom-fade 9s infinite linear;
}

.testimonial-section-two .thumb-box .image-4 {
	position: absolute;
	right: -40px;
	top: 45%;
	-webkit-animation: zoom-fade-two 11s infinite linear;
	animation: zoom-fade-two 11s infinite linear;
}

.testimonial-section-two .thumb-box .image-5 {
	position: absolute;
	right: 100px;
	bottom: 30px;
	-webkit-animation: zoom-fade 9s infinite linear;
	animation: zoom-fade 9s infinite linear;
}

.testimonial-section-two .thumb-box img {
	border-radius: 50%;
	opacity: .7;
}

/*Testimonial Block two*/
.testimonial-block-two {
	position: relative;
}

.testimonial-block-two .inner-box {
	position: relative;
	padding: 80px 0px;
	text-align: center;
	max-width: 880px;
	margin: 0 auto;
}

.testimonial-block-two .image {
	position: relative;
	margin-bottom: 50px;
}

.testimonial-block-two .image img {
	border-radius: 50%;
	width: auto;
	margin: 0 auto;
}

.testimonial-block-two .text {
	margin-bottom: 20px;
	color: #fff;
	margin-bottom: 60px;
}

.testimonial-block-two h5 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.testimonial-block-two .quote {
	width: auto;
	position: absolute;
	left: 50%;
	bottom: 59px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*** 

====================================================================
		Call to Action
====================================================================

***/

.call-to-action-one {
	position: relative;
	padding: 214px 0 90px;
}

.call-to-action-one .auto-container {
	position: relative;
}

.shape-8 {
	height: 248px;
	width: 248px;
	background-image: url(../images/icons/shape-8.png);
}

.call-to-action-one .shape-8 {
	top: -60px;
	left: -124px;
	z-index: 5;
}

.call-to-action-one .shape-5 {
	bottom: -105px;
	right: -198px;
	z-index: 5;
}

.call-to-action-one .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.call-to-action-one .outer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.call-to-action-one .title-column {
	position: relative;
	margin-bottom: 30px;
}

.call-to-action-one .title-column h1 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
}

.call-to-action-one .link-column {
	position: relative;
	margin: 0 -10px;
}

.call-to-action-one .link-column .theme-btn {
	margin: 0 10px;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.10);
}

/*** 

====================================================================
		Call to Action Two
====================================================================

***/

.call-to-action-two {
	position: relative;
	padding: 70px 0 80px;
	background: #2fbba5;
}

.call-to-action-two .shape-5 {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.call-to-action-two .sec-title {
	margin-bottom: 50px;
}

.call-to-action-two .sec-title.light .title {
	color: #fff;
}

/***

==================================================================
		Main Footer 
==================================================================

***/

.main-footer {
	background: #fff;
}

/* Style two */
.main-footer.style-two {
	background: #eff3ff;
}

.main-footer .widgets-section {
	padding-top: 100px;
	padding-bottom: 50px;
}

.main-footer .widget-title {
	color: #4c4754;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.main-footer .footer-widget {
	margin-bottom: 50px;
}

/* About Widget */

.main-footer .about-widget .footer-logo {
	margin-bottom: 30px;
}

.main-footer .about-widget .text {
	margin-bottom: 30px;
}

.main-footer .about-widget form {
	position: relative;
	margin-bottom: 35px;
	max-width: 280px;
}

.main-footer .about-widget input {
	position: relative;
	background: #eff3fe;
	color: #555;
	height: 60px;
	width: 100%;
	padding: 0 25px;
}

.main-footer.style-two .about-widget input {
	background: #fff;
}

.main-footer .about-widget button {
	position: absolute;
	right: 15px;
	top: 5px;
	color: #555;
	font-size: 14px;
	background: transparent;
	cursor: pointer;
	padding: 10px;
}

/* Link Widget */

.main-footer .links-widget {
	position: relative;
}

.main-footer .list {
	position: relative;
}

.main-footer .list li {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.main-footer .list li a {
	position: relative;
	color: #555;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.main-footer .list li a:hover {
	color: #0daf96;
}

/* Contact widget */

.contact-widget {
	margin-left: -20px;
}

.contact-widget .widget-content {
	position: relative;
	margin-bottom: 25px;
}

.contact-widget .widget-content li {
	position: relative;
	margin-bottom: 10px;
	color: #222;
}

.contact-widget .social-icon-one {
	margin: 0 -7px;
}

/*** 

====================================================================
			Pricing Section
====================================================================

***/

.pricing-section {
	position: relative;
	padding: 0px 0 90px;
}

.pricing-section.style-two {
	padding-top: 120px;
}

.pricing-section.grey-bg {
	background: #eff3ff;
}

.tabs-box .tab {
	display: none;
}

.tabs-box .tab.active-tab {
	display: block;
}

.pricing-tabs {
	position: relative;
	text-align: center;
}

.pricing-tabs .tab-buttons {
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.pricing-tabs .tab-buttons:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 40px;
	width: 90px;
	content: "";
	border-radius: 40px;
	background-image: -webkit-linear-gradient(0deg, rgb(104, 97, 230) 30%, rgb(64, 58, 180) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(104, 97, 230) 30%, rgb(64, 58, 180) 100%);
}

.pricing-section.theme-two .tab-buttons:before {
	background: #0daf96;
}

.pricing-tabs .tab-buttons:after {
	display: table;
	clear: both;
	content: "";
}

.pricing-tabs .tab-buttons .tab-btn {
	position: relative;
	display: inline-block;
	padding-right: 70px;
	min-width: 120px;
	text-align: right;
	font-size: 18px;
	line-height: 40px;
	color: #222;
	font-weight: 300;
	cursor: pointer;
}

.pricing-tabs .tab-buttons .tab-btn:last-child {
	padding-right: 0;
	padding-left: 57px;
	text-align: left;
}

.pricing-tabs .tab-buttons .tab-btn:last-child:before {
	display: none;
}

.pricing-tabs .tab-buttons .tab-btn:before {
	position: absolute;
	top: 5px;
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border-radius: 30px;
	content: "";
	right: -38px;
	-webkit-box-shadow: 0 4px 20px rgba(44, 44, 56, .30);
	box-shadow: 0 4px 20px rgba(44, 44, 56, .30);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn.active-btn:before {
	right: 15px;
}

.pricing-tabs .tab-buttons .tab-btn.active-btn {
	color: #403ab4;
}

.pricing-tabs .tab-buttons .tab-btn span {
	position: absolute;
	right: -70px;
	top: 0;
	font-size: 12px;
	font-weight: 300;
}

.pricing-tabs .tab-buttons .tab-btn span:before {
	position: absolute;
	content: '';
	background-image: url(../images/icons/arrow.png);
	bottom: -10px;
	left: -16px;
	width: 35px;
	height: 12px;
}

.pricing-table {
	position: relative;
	margin-bottom: 40px;
}

.pricing-table .inner-box {
	position: relative;
	padding: 60px 55px 60px;
	text-align: center;
	overflow: hidden;
	background: #f7f9ff;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-table .inner-box:hover {
	background-color: #ffffff !important;
	-webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.06);
}

.shape-17 {
	height: 120px;
	width: 120px;
	background-image: url(../images/icons/shape-17.png);
}

.pricing-table .shape-17 {
	top: 50px;
	left: 50%;
	margin-left: -53px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
}

.pricing-table:nth-child(2) .shape-17 {
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
}

.pricing-table:nth-child(3) .shape-17 {
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
}

.pricing-table.tagged .inner-box {
	background-color: #eff3ff;
}

.pricing-table.tagged.style-two .inner-box {
	background-color: #fff;
}

.pricing-table .icon-box {
	position: relative;
	font-size: 48px;
	color: #fff;
	background: #d0ca43;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 55px;
}

.pricing-table:nth-child(2) .icon-box {
	background: #0daf96;
}

.pricing-table:nth-child(3) .icon-box {
	background: #b83b96;
}

.pricing-table .title {
	position: relative;
	display: block;
	font-size: 24px;
	color: #222;
	font-weight: 600;
	margin-bottom: 5px;
}

.pricing-table h6 {
	font-size: 15px;
	font-weight: 300;
}

.pricing-table .price {
	position: relative;
	font-size: 72px;
	line-height: 1em;
	color: #222;
	font-weight: 300;
	padding: 30px 0;
	border-top: 1px solid #dbe0ef;
	border-bottom: 1px solid #dbe0ef;
	margin: 35px 0;
}

.pricing-table .price sup {
	position: relative;
	font-size: 36px;
	top: -24px;
	margin-right: 5px;
}

.pricing-table .price sub {
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 1em;
	color: #222;
	letter-spacing: 1px;
	font-weight: 300;
	top: 0px;
}

.pricing-table .table-content {
	position: relative;
}

.pricing-table .table-content ul {
	position: relative;
	margin-bottom: 40px;
}

.pricing-table .table-content ul li {
	position: relative;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 14px;
}

.pricing-table .table-content ul li span {
	color: #999;
}

.pricing-table .table-footer {
	position: relative;
}


/***

==================================================================
		Funfact Section 
==================================================================

***/

.fun-fact-section {
	position: relative;
	padding-top: 140px;
}

.fun-fact-section .counter-wrapper {
	position: relative;
	text-align: center;
}

.counter-block .affix,
.counter-block .count-text {
	position: relative;
	font-size: 100px;
	line-height: 1.4em;
	color: #403ab4;
	font-weight: 800;
}

.counter-block .counter-title {
	position: relative;
	display: block;
	font-size: 42px;
	line-height: 50px;
	color: #222;
	font-weight: 300;
}


/***

==================================================================
		Funfact Section Two
==================================================================

***/

.fun-fact-section-two {
	position: relative;
	padding-bottom: 120px;
}

.big-shape-12 {
	height: 956px;
	width: 1049px;
	background-image: url(../images/icons/big-shape-12.png);
}

.fun-fact-section-two .big-shape-12 {
	top: -20px;
	right: 0px;
}

.counter-block-two .inner-box {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.55);
	box-shadow: 0px 0px 36.5px 13.5px rgba(233, 233, 233, 0.55);
	padding: 77px 0;
	text-align: center;
	border-bottom-right-radius: 30px;
	overflow: hidden;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.counter-block-two:nth-child(2) .inner-box {
	background-color: #f0467a;
	margin-top: 75px;
	left: 38px;
}

.counter-block-two:nth-child(3) .inner-box {
	margin-top: 150px;
	left: 78px;
}

.counter-block-two:nth-child(4) .inner-box {
	background-color: #2a2685;
	right: 97px;
	margin-top: -155px;
}

.counter-block-two .icon-box {
	position: absolute;
	left: 50%;
	bottom: -60px;
	color: #f4f4f9;
	font-size: 210px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.counter-block-two .inner-box:hover .icon-box {
	bottom: 0;
}

.counter-block-two .affix,
.counter-block-two .count-text {
	position: relative;
	font-size: 54px;
	line-height: 1.2em;
	color: #2a2685;
	font-weight: 500;
}

.counter-block-two.light .affix,
.counter-block-two.light .count-text {
	color: #fff;
}


.counter-block-two .counter-title {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #555;
	font-weight: 300;
}

.counter-block-two.light .counter-title {
	color: #fff;
}



/*** 

====================================================================
		Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding: 110px 0 80px;
	background: #ffffff;
}

.team-block {
	position: relative;
	margin-bottom: 30px;
}

.team-block .inner-box {
	position: relative;
}

.team-block .inner-box .image {
	position: relative;
	display: block;
	overflow: hidden;
}

.team-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.team-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	height: 100%;
	text-align: center;
}

.team-block .inner-box .image .overlay-box:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	height: 100%;
	opacity: 0;
	-webkit-transform: translateY(110%);
	-ms-transform: translateY(110%);
	transform: translateY(110%);
	background-color: rgba(64, 58, 180, 0.86);
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.team-block .inner-box:hover .image .overlay-box:before {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.team-block .inner-box .social-icons {
	position: absolute;
	left: 0;
	bottom: 20px;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0;
	padding: 0px 10px;
	width: 100%;
}

.team-block .inner-box:hover .social-icons {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	transition: all 0.5s ease 500ms;
	-moz-transition: all 0.5s ease 500ms;
	-webkit-transition: all 0.5s ease 500ms;
	-ms-transition: all 0.5s ease 500ms;
	-o-transition: all 0.5s ease 500ms;
}

.team-block .inner-box .social-icons li {
	position: relative;
	margin: 0px 3px 7px;
	display: inline-block;
}

.team-block .inner-box .social-icons li a {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	border: 2px solid #ffffff;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .inner-box .social-icons li a:hover {
	background: #ffffff;
	color: #75717b;
}

.team-block .inner-box .lower-box {
	position: relative;
	padding-top: 30px;
	text-align: center;
}

.team-block .inner-box .lower-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 4px;
}

.team-block .inner-box .lower-box h3 a {
	position: relative;
	color: #222;
}

.team-block .inner-box .lower-box .designation {
	position: relative;
	color: #403ab4;
	font-size: 14px;
	font-weight: 500;
}

/*** 

====================================================================
		Process Section
====================================================================

***/

.working-process {
	position: relative;
	padding: 100px 0 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: cover;
}

.working-process .auto-container {
	max-width: 1350px;
}

.working-process:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/icons/work-step-arrow.png) center center no-repeat;
	-webkit-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.process-block {
	position: relative;
	margin-bottom: 40px;
}

.process-block .inner-box {
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-align: center;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.process-block .inner-box:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.process-block:nth-child(4) .inner-box,
.process-block:nth-child(2) .inner-box {
	margin-top: 45px;
}

.process-block .inner-box .icon-box {
	position: relative;
	width: 190px;
	height: 190px;
	line-height: 190px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-radius: 50%;
	margin-bottom: 25px;
}

.process-block .inner-box .icon-box:before {
	position: absolute;
	left: -40px;
	top: 7px;
	height: 190px;
	width: 230px;
	background-position: center;
	background-image: url(../images/icons/shape-19.png);
	background-repeat: no-repeat;
	content: '';
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}

.process-block .inner-box:hover .icon-box:before {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.process-block:nth-child(2) .icon-box:before {
	background-image: url(../images/icons/shape-20.png);
	left: 40px;
	width: 207px;
}

.process-block:nth-child(3) .icon-box:before {
	background-image: url(../images/icons/shape-21.png);
	width: 202px;
	top: -13px;
	left: -50px;
}

.process-block:nth-child(4) .icon-box:before {
	background-image: url(../images/icons/shape-22.png);
	left: 9px;
	top: 0;
}

.process-block .inner-box h4 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}

/*** 

====================================================================
		Project Tab Section
====================================================================

***/

.project-tab-section {
	position: relative;
	padding: 140px 0 120px;
}

.project-tab-section .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 694px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.project-tab-section .tab-content {
	position: relative;
	background-color: #fff;
	padding: 60px 80px;
	-webkit-box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.05);
}

/* Project Tab Block*/
.project-tab-block {
	position: relative;
}

.project-tab-block h3 {
	position: relative;
	font-size: 24px;
	color: #b83b96;
	font-weight: 600;
	margin-bottom: 25px;
}

.project-tab-block h3 span {
	font-size: 24px;
	margin-right: 10px;
	color: #222;
}

.project-tab-block h4 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

/*** 

====================================================================
		Faq Section
====================================================================

***/

.faq-section {
	position: relative;
	padding: 140px 0 100px;
}




/*** 

====================================================================
		Page Title
====================================================================

***/

.page-title {
	position: relative;
	padding: 214px 0px 250px;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.page-title .layer-outer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.page-title .layer-outer {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 100%;
}

.page-title .layer-image {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/icons/bg-page-title.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.page-title h1 {
	position: relative;
	font-size: 60px;
	line-height: 1em;
	font-weight: 600;
	color: #fff;
	margin-bottom: 18px;
}

.page-title .bread-crumb {
	position: relative;
	color: #fff;
	font-size: 18px;
}


/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 120px 0 70px;
	overflow: hidden;
}

.news-block-one {
	position: relative;
	margin-bottom: 70px;
}

.news-block-one .inner-box {
	position: relative;
}

.news-block-one .image-box {
	position: relative;
}

.news-block-one .image-box .image {
	position: relative;
	margin-bottom: 0;
	background-color: #0daf96;
	overflow: hidden;
}

.news-block-one .image-box .image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image a img {
	opacity: .70;
}

.news-block-one .lower-content {
	position: relative;
	padding: 25px 0 0;
}

.news-block-one .lower-content .date {
	position: absolute;
	top: -55px;
	right: 65px;
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	background-color: #0daf96;
	color: #fff;
	font-size: 14px;
	-webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(152, 241, 227, 0.65);
	box-shadow: 0px 11px 21.25px 3.75px rgba(152, 241, 227, 0.65);
	padding-top: 22px;
	text-transform: uppercase;
}

.news-block-one .lower-content .date strong {
	font-size: 30px;
	font-weight: 600;
	display: block;
}

.news-block-one .category li {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #403ab4;
	display: inline-block;
}

.news-block-one .category li a {
	color: #403ab4;
}

.news-block-one h2 {
	position: relative;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}

.news-block-one h2 a {
	color: #222;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-one h2 a:hover {
	color: #0daf96;
}

.news-block-one .info {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.news-block-one .info li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #222;
	font-weight: 400;
	padding-left: 25px;
	margin-right: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-one .info .icon {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 18px;
}

.news-block-one .info li a {
	color: #8182a8;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-one .info li a:hover {
	color: #0daf96;
}


.news-block-one .text {
	position: relative;
	margin-bottom: 30px;
}

.news-block-one blockquote {
	position: relative;
	padding-left: 32px;
	border-left: 5px solid #403ab4;
	font-size: 15px;
	font-weight: 500;
	color: #222;
	margin: 40px 0;
}

.news-block-one blockquote cite {
	margin-top: 20px;
	color: #403ab4;
	display: block;
	font-style: normal;
}

.news-block-one .link-box {
	position: relative;
}

.news-block-one .link-box a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	color: #222;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-one .link-box a i {
	position: relative;
	top: 0px;
	font-size: 12px;
	margin-left: 3px;
	color: #403ab4;
}

.news-block-one .link-box a:hover {
	color: #0daf96;
}

/*====== Blog Single ==========*/
.blog-single {
	position: relative;
}


/*====== Sidebar Page Container ==========*/

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	position: relative;
	margin-bottom: 50px;
}

/*====== Sidebar Widget ==========*/

.sidebar-widget {
	position: relative;
	margin-bottom: 55px;
}

.sidebar-side .sidebar-widget:last-child {
	margin-bottom: 0;
}

.sidebar-page-container .sidebar-title {
	position: relative;
	margin-bottom: 40px;
}

.sidebar-page-container .sidebar-title h4 {
	position: relative;
	font-size: 22px;
	color: #222;
	font-weight: 500;
	line-height: 30px;
	border-bottom: 1px solid #403ab4;
	padding-bottom: 10px;
}

.sidebar-page-container .widget-content {
	position: relative;
}

/*Search Box Widget*/

.sidebar .search-box {
	position: relative;
}

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px 0 50px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	color: #222;
	line-height: 30px;
	padding: 20px 30px;
	padding-right: 75px;
	height: 70px;
	width: 100%;
	border: 1px solid #ddd;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
	border-color: #91c53c;
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	color: #454789;
	padding: 0;
	font-weight: 400;
	cursor: pointer;
	background-color: transparent;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
	font-size: 24px;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover {
	color: #000000;
}

/*=== Categories ===*/
.sidebar .categories {
	position: relative;
}

.sidebar .categories .sidebar-title {
	margin-bottom: 35px;
}

.category-list {
	position: relative;
}

.category-list li {
	position: relative;
}

.category-list li a {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 36px;
	color: #222;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category-list li a span {
	margin-left: 10px;
	color: #222;
	float: right;
}

.category-list li:hover:before {
	color: #00e399;

}

.category-list li a:hover {
	color: #0daf96;
}

/*=== Latest News ===*/

.post-widget {
	position: relative;
}

.post-widget .post {
	position: relative;
	padding-left: 95px;
	margin-bottom: 30px;
	min-height: 80px;
	padding-top: 5px;
}

.post-widget .post:last-child {
	margin-bottom: 0px;
}

.post-widget .post .thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	overflow: hidden;
}

.post-widget .post .thumb img {
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post .date {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
}

.post-widget .post h5 {
	position: relative;
	font-size: 15px;
	line-height: 22px;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
}

.post-widget .post h5 a {
	color: #222;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post h5 a:hover {
	color: #0daf96;
}

/*=== Tags ===*/

.tags-widget {
	position: relative;
}

.tags-widget .widget-content {
	position: relative;
	padding: 45px 30px 37px;
	background-color: #f5f8fb;
}

.tag-list {
	position: relative;
	display: block;
}

.tag-list li {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tag-list li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 12px;
	color: #555;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	text-transform: capitalize;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-right: 2px solid #ddd;
	padding-right: 10px;
	margin-bottom: 13px;
}

.tag-list li a:hover {
	color: #0eaf96;
}

.blog-single .social-icon-nine a i {
	display: block;
	line-height: 40px;
}

.tag-list li:last-child a {
	border: 0px;
}

.blog-single .social-icon-nine li {
	margin: 0 1px;
}

.blog-single .social-icon-nine {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 80px;
}

.blog-single .social-icon-nine a {

	height: 40px;

	width: 68px;

	display: inline-block;
}

/*==== Feature Widget ====*/

.feature-widget .inner-box {
	position: relative;
	background-color: #000364;
	text-align: center;
	padding-bottom: 30px;
}

/* Post Tags */

.blog-single .tags {
	position: relative;
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-bottom: 15px;
}

.blog-single .tags li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #222;
	font-weight: 500;
}

.blog-single .tags li strong {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
	font-weight: 500;
	text-transform: uppercase;
}

.blog-single .tags li a {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 12px;
	color: #555;
	font-weight: 400;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-right: 1px solid #555;
	padding-right: 11px;
}

.blog-single .tags li a:hover {
	color: #0eaf96;
}

/* Author Box */

.author-box {
	position: relative;
	padding: 35px 40px 45px;
	background-color: #f9faff;
	margin-bottom: 95px;
	border: 1px solid #e5e9ff;
}

.author-box .inner-box {
	position: relative;
	padding-left: 130px;
	min-height: 100px;
}

.author-box .thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
}

.author-box .thumb img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.author-box .info {
	position: relative;
	padding-top: 10px;
	margin-bottom: 15px;
}

.author-box .info span {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #555;
	font-weight: 300;
}

.author-box .info h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #222;
	font-weight: 500;
}

.author-box .text {
	position: relative;
	display: block;
	margin-bottom: 20px;
}



/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title {
	position: relative;
	margin-bottom: 35px;
}

.group-title h5 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #222;
	font-weight: 500;
}

.comments-area {
	position: relative;
	margin-bottom: 90px;
}

.comments-area .comments-outer {
	position: relative;
}

.comments-area .comment-box {
	position: relative;
	margin-bottom: 40px;
}

.comments-area .comment-box:last-child {
	margin-bottom: 0;
}

.comments-area .comment {
	position: relative;
	padding-left: 100px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}

.comments-area .comment-box:last-child .comment {
	border-bottom: 0;
}

.comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0;
	top: 0px;
	height: 80px;
	width: 80px;
	overflow: hidden;
	border-radius: 50%;
}

.comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block;
}

.comments-area .comment-info {
	position: relative;
	display: block;
	padding-top: 5px;
	margin-bottom: 15px;
}

.comments-area .comment-box .name {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	margin-bottom: 8px;
}

.comments-area .comment-box .date {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 22px;
}

.comments-area .comment-box .text {
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.comments-area .comment-box .reply-btn {
	position: absolute;
	left: 0;
	bottom: 29px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #403ab4;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
	color: #0eaf96;
}

.comments-area .comment-box.reply-comment {
	margin-left: 90px;
}

.comments-area .comment-box.reply-comment .comment {
	padding-left: 75px;
}

.comments-area .comment-box.reply-comment .author-thumb {
	height: 50px;
	width: 50px;
}

/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
	position: relative;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.comment-form .form-group:last-child {
	margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
	position: relative;
	display: block;
	height: 66px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #999ab9;
	font-weight: 400;
	padding: 20px 30px;
	border: 1px solid #eee;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 20px rgba(68, 71, 198, .10);
	box-shadow: 0 10px 20px rgba(68, 71, 198, .10);
}

.comment-form .form-group textarea {
	height: 200px;
	resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button {
	cursor: pointer;
}

/*** 

====================================================================
	 	App Info Section
====================================================================

***/

.app-info-section {
	position: relative;
	padding: 60px 0 150px;
}

.big-shape-11 {
	height: 937px;
	width: 751px;
	background-image: url(../images/icons/big-shape-11.png);
}

.app-info-section .big-shape-11 {
	top: -20px;
	left: 0px;
}

.image-block-three {
	position: relative;
}

.image-block-three .image-box-one img {
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

.image-block-three .image-box-two {
	position: absolute;
	left: 50px;
	bottom: -117px;
}

.image-block-three .image-box-two img {
	-webkit-box-shadow: -20px 20px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	box-shadow: -20px 20px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

.app-info-block {
	position: relative;
	margin-bottom: 60px;
}

.app-info-block .inner-box {
	position: relative;
	margin-bottom: 30px;
	padding-left: 70px;
}

.app-info-block .icon-box {
	position: absolute;
	left: 0;
	top: 2px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #f3f6ff;
	font-size: 20px;
	color: #2a2685;
	text-align: center;
}

.app-info-block h5 {
	font-size: 16px;
	font-weight: 500;
}


/*** 

====================================================================
	 	App Screen Section
====================================================================

***/

.app-screenshots-section {
	position: relative;
	padding-bottom: 110px;
}

.big-shape-11 {
	height: 937px;
	width: 751px;
	background-image: url(../images/icons/big-shape-11.png);
}

.app-screenshots-section .big-shape-11 {
	top: 20px;
	left: 0px;
}

.app-screenshots-section .slide {
	padding: 30px;
}

.app-screenshots-section .slide img {
	width: auto;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 20px;
}

.app-screenshots-section .center .slide img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


/*** 

====================================================================
	 	App Download Section
====================================================================

***/

.app-download-section {
	position: relative;
	margin-top: -40px;
}

.big-shape-14 {
	height: 912px;
	width: 1242px;
	background-image: url(../images/icons/big-shape-14.png);
}

.app-download-section .big-shape-14 {
	top: 40px;
	right: 0px;
}

.app-download-section .outer-box {
	position: relative;
	padding: 100px 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 36.5px 13.5px rgba(66, 66, 66, 0.06);
	box-shadow: 0px 0px 36.5px 13.5px rgba(66, 66, 66, 0.06);
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.app-download-section .link-btn {
	text-align: center;
}

.google-play-btn {
	position: relative;
	border-radius: 8px;
	background-color: rgb(64, 58, 180);
	-webkit-box-shadow: 0px 8px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	box-shadow: 0px 8px 21.25px 3.75px rgba(194, 191, 255, 0.65);
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	padding: 15px 30px;
	padding-left: 75px;
	line-height: 1em;
	margin: 0 10px 10px;
}

.google-play-btn i {
	position: absolute;
	left: 28px;
	top: 19px;
	font-size: 36px;
}

.google-play-btn span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.80);
	display: block;
}

.google-play-btn:hover {
	color: #fff;
	background: #0eaf96;
}


.app-store-btn {
	position: relative;
	border-radius: 8px;
	background-color: rgb(240, 70, 122);
	-webkit-box-shadow: 0px 8px 21.25px 3.75px rgba(253, 188, 208, 0.65);
	box-shadow: 0px 8px 21.25px 3.75px rgba(253, 188, 208, 0.65);
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	padding: 15px 30px;
	padding-left: 75px;
	line-height: 1em;
	margin: 0 10px 10px;
}

.app-store-btn i {
	position: absolute;
	left: 28px;
	top: 19px;
	font-size: 36px;
}

.app-store-btn span {
	font-size: 14px;
	color: #fff;
	display: block;
}

.app-store-btn:hover {
	color: #fff;
	background: #1c96f6;
}



/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section {
	position: relative;
	padding: 100px 0px 50px;
}

.contact-page-section .info-column {
	position: relative;
	margin-bottom: 40px;
}

.contact-page-section .info-column .inner-column {
	position: relative;
	margin-right: -20px;
	padding: 50px 35px 45px;
	background-color: #0daf96;
	-webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
}

.contact-page-section .info-column .inner-column .title-box {
	position: relative;
}

.contact-page-section .info-column .inner-column .title-box h3 {
	position: relative;
	color: #ffffff;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.3em;
}

.contact-page-section .info-column .inner-column .title-box .title-text {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin-top: 8px;
	margin-bottom: 30px;
	color: #fbfbfb;
}

.contact-page-section .info-column .inner-column .social-links {
	position: relative;
}

.contact-page-section .info-column .inner-column .social-links li {
	position: relative;
	margin-right: 4px;
	margin-bottom: 5px;
	display: inline-block;
}

.contact-page-section .info-column .inner-column .social-links li a {
	position: relative;
	color: #ffffff;
	width: 45px;
	height: 45px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	line-height: 43px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(255, 255, 255, 0.30);
}

.contact-page-section .info-column .inner-column .social-links li a:hover {
	color: #0daf96;
	border-color: #ffffff;
	background-color: #ffffff;
}

/* Contact Info List */

.contact-info-list {
	position: relative;
}

.contact-info-list li {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	min-height: 50px;
	line-height: 1.8em;
	padding-left: 50px;
	color: rgb(255, 255, 255);
}

.contact-info-list li strong {
	font-weight: 700;
	font-size: 18px;
	display: block;
}

.contact-info-list li .icon {
	position: absolute;
	left: 0px;
	top: 8px;
	font-size: 36px;
	line-height: 1em;
}

.contact-page-section .form-column {
	position: relative;
}

.contact-page-section .form-column .inner-column {
	position: relative;
	padding-left: 60px;
}

.contact-page-section .form-column .inner-column .row {
	margin: 0px -11px;
}

.contact-page-section .form-column .inner-column .contact-form .form-group {
	padding: 0px 10px;
}

/* Contact Form */

.contact-form {
	position: relative;
	margin-bottom: 30px;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 22px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	color: #a5a5a5;
	line-height: 26px;
	padding: 10px 28px;
	height: 60px;
	font-size: 14px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #eee;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #0daf96;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 28px;
	color: #a5a5a5;
	height: 158px;
	font-size: 14px;
	resize: none;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #eee;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section {
	position: relative;
}

.contact-map-section .map-outer {
	position: relative;
	height: 500px;
}

.contact-map-section .map-canvas {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	padding: 10px;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #121212;
}




/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
	position: relative;
	padding: 150px 0px 150px;
}

.error-section .inner-section {
	position: relative;
	text-align: center;
}

.error-section .inner-section h1 {
	position: relative;
	color: #222;
	font-size: 150px;
	font-weight: 700;
	line-height: 1em;
}

.error-section .inner-section h2 {
	position: relative;
	font-size: 20px;
	color: #555;
	font-weight: 500;
	text-transform: uppercase;
}

.error-section .inner-section .text {
	position: relative;
	color: #0eaf96;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 40px;
}

/*Search Box Widget*/

.error-search-form .form-group {
	position: relative;
	max-width: 430px;
	margin: 0 auto;
	width: 100%;
}

.error-search-form .form-group input[type="text"],
.error-search-form .form-group input[type="search"] {
	position: relative;
	line-height: 22px;
	background: none;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 54px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	padding: 10px 50px 10px 20px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.error-search-form .form-group input:focus {
	border-color: #0eaf96;
}

.error-search-form .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 54px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 100%;
	background: #0eaf96;
	font-weight: normal;
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section {
	position: relative;
	padding: 120px 0 90px;
}

.portfolio-section .auto-container {
	max-width: 1400px;
}

/* portfolio block one */

.portfolio-block-one {
	position: relative;
	margin-bottom: 30px;
}

.portfolio-block-one .inner-box {
	position: relative;
}

.portfolio-block-one .image {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.portfolio-block-one .image img {
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.portfolio-block-one:hover .image img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.portfolio-block-one .image::before {
	background: #1e2125;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-one:hover .image::before {
	opacity: 0.8;
}

.portfolio-block-one .overlay a {
	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.portfolio-block-one .overlay a:hover {
	background: rgba(255, 255, 255, .95) none repeat scroll 0 0;
	color: #0daf96;
}

.portfolio-block-one:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-one .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.portfolio-block-one:hover .overlay {
	opacity: 1;
}

.portfolio-block-one .caption-title {
	bottom: 30px;
	left: 30px;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 12;
}

.portfolio-block-one:hover .caption-title {
	opacity: 1;
}

.portfolio-block-one .caption-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-one .caption-title h4 a {
	color: #fff;
}

.portfolio-block-one:hover .caption-title h4,
.portfolio-block-one:hover .caption-title span {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.portfolio-block-one .caption-title span {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-transform: capitalize;
}

.portfolio-block-one .caption-title-two {
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
	border: 1px solid #ecf0f6;
}

.portfolio-block-one .caption-title-two h4 {}

.portfolio-block-one .caption-title-two h4 a {
	color: #222;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.portfolio-block-one .caption-title-two span {
	font-size: 15px;
	line-height: 16px;
	font-weight: 500;
	text-transform: capitalize;
}



/* portfolio block two */

.portfolio-block-two {
	position: relative;
	padding: 0;
}

.portfolio-block-two .inner-box {
	position: relative;
}

.portfolio-block-two .image img {
	width: 100%;
}

.portfolio-block-two .image::before {
	background: #1e2125;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-two:hover .image::before {
	opacity: 0.8;
}

.portfolio-block-two .image {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.portfolio-block-two .image img {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.portfolio-block-two:hover .image img {
	-webkit-transform: translateX(0%) translateY(-90px) scale(1);
	-ms-transform: translateX(0%) translateY(-90px) scale(1);
	transform: translateX(0%) translateY(-90px) scale(1);
}

.portfolio-block-two .overlay a {
	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.portfolio-block-two .overlay a:hover {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	color: #000;
}

.portfolio-block-two:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-two .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	margin-top: -46.5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.portfolio-block-two:hover .overlay {
	opacity: 1;
}

.portfolio-block-two .caption-title {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 12;
	background-color: white;
	width: 100%;
	padding: 16px 30px 20px;
}

.portfolio-block-two:hover .caption-title {
	opacity: 1;
}

.portfolio-block-two .caption-title h4 {
	color: #222;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-two .caption-title h4 a {
	color: #222;
}

.portfolio-block-two:hover .caption-title h4,
.portfolio-block-two:hover .caption-title span {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.portfolio-block-two .caption-title span {
	color: #848484;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-transform: capitalize;
}


/* portfolio block three */

.portfolio-block-three {
	position: relative;
	margin-bottom: 30px;
}

.portfolio-block-three .inner-box {
	position: relative;
}

.portfolio-block-three .image img {
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.portfolio-block-three:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.portfolio-block-three .image::before {
	background: #1e2125;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-three:hover .image::before {
	opacity: 0.8;
}

.portfolio-block-three .image {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.portfolio-block-three .overlay a {
	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.portfolio-block-three .overlay a:hover {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	color: #000;
}

.portfolio-block-three:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-three .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	margin-top: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.portfolio-block-three:hover .overlay {
	opacity: 1;
}

.portfolio-block-three .caption-title {
	bottom: 50%;
	margin-bottom: -65px;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 12;
}

.portfolio-block-three:hover .caption-title {
	opacity: 1;
}

.portfolio-block-three .caption-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-three .caption-title h4 a {
	color: #fff;
}

.portfolio-block-three:hover .caption-title h4,
.portfolio-block-three:hover .caption-title span {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.portfolio-block-three .caption-title span {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-transform: capitalize;
}


/* portfolio block four */

.portfolio-block-four {
	position: relative;
	margin-bottom: 35px;
}

.portfolio-block-four .inner-box {
	position: relative;
}

.portfolio-block-four .image {
	position: relative;
	overflow: hidden;
}

.portfolio-block-four .image img {
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.portfolio-block-four:hover .image img {
	-webkit-transform: rotateX(20deg) scale(1.1);
	transform: rotateX(20deg) scale(1.1);
}

.portfolio-block-four .image::before {
	background: #1e2125;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-four:hover .image::before {
	opacity: 0.8;
}

.portfolio-block-four .overlay a {
	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.portfolio-block-four .overlay a:hover {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	color: #000;
}

.portfolio-block-four:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-four .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.portfolio-block-four:hover .overlay {
	opacity: 1;
}

.portfolio-block-four .caption-title {
	bottom: 20px;
	left: 20px;
	width: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 12;
}

.portfolio-block-four:hover .caption-title {
	opacity: 1;
}

.portfolio-block-four .caption-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-four .caption-title h4 a {
	color: #fff;
}

.portfolio-block-four:hover .caption-title h4,
.portfolio-block-four:hover .caption-title span {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.portfolio-block-four .caption-title span {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-transform: capitalize;
}

.portfolio-block-four .read-more {
	position: absolute;
	right: 50px;
	bottom: 10px;
}


/* portfolio block five */

.portfolio-block-five {
	position: relative;
}

.portfolio-block-five .inner-box {
	position: relative;
}

.portfolio-block-five .image {
	position: relative;
	overflow: hidden;
}

.portfolio-block-five .image img {
	position: relative;
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.portfolio-block-five:hover .image img {
	-webkit-transform: rotateY(20deg) scale(1.1) translate(-10px, -10px);
	transform: rotateY(20deg) scale(1.1) translate(-10px, -10px);
}

.portfolio-block-five .caption-title {
	bottom: 70px;
	left: 75px;
	position: absolute;
	z-index: 12;
}

.portfolio-block-five .caption-title h4 a {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
	display: inline-block;
}

.portfolio-block-five .caption-title .text {
	color: #fff;
	margin-bottom: 10px;
	max-width: 580px;
}

.portfolio-block-five .read-more span {
	color: #fff;
}



/* portfolio block six */

.portfolio-block-six {
	position: relative;
	padding: 0px;
}

.portfolio-block-six .inner-box {
	position: relative;
}

.portfolio-block-six .image img {
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.portfolio-block-six:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.portfolio-block-six .image::before {
	background: #1e2125;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-six:hover .image::before {
	opacity: 0.8;
}

.portfolio-block-six .image {
	position: relative;
	overflow: hidden;
}

.portfolio-block-six .overlay a {
	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.portfolio-block-six .overlay a:hover {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	color: #000;
}

.portfolio-block-six:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.portfolio-block-six .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	margin-top: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.portfolio-block-six:hover .overlay {
	opacity: 1;
}

.portfolio-block-six .caption-title {
	bottom: 50%;
	margin-bottom: -65px;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 12;
}

.portfolio-block-six:hover .caption-title {
	opacity: 1;
}

.portfolio-block-six .caption-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-block-six .caption-title h4 a {
	color: #fff;
}

.portfolio-block-six:hover .caption-title h4,
.portfolio-block-six:hover .caption-title span {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.portfolio-block-six .caption-title span {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-transform: capitalize;
}