/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&amp;display=swap');

 body, html {
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	font-style: normal;
	width: 100% !important;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #ff6d27;
	text-decoration: none;
}
a,
button {
	color: #ff6d27;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	font-style: normal;
	text-transform: normal;
	line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #666666;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/*--- preloader ---*/
.dark #preloader {
	background-color: #232323;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 999999;
}

.preloader {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
}

.preloader span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #ff6d27;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
}
.h2preloader span {
	background: #5cccc3;
}
.h3preloader span {
	background: #cf94e5;
}

.preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}

@keyframes preloader {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}

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

@-webkit-keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}
/*--- end of preloader ---*/

/* Header Sticky  */
.header-sticky.sticky {
	position: fixed;
	padding: 10px 0;
	background: #1b212f;
	z-index: 999;
	top: 0px;
	right: 0;
	left: 0;
	transition: .4s;
}
.logo-area img, .footer-logo img {
	max-width: 250px !important;
	width: 250px !important;
}
.white__header--sticky.sticky {
	background: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.01);

}
/* Header Sticky end */

/* button style */
.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 20px 35px;
	background: #ff6d27;
	border-radius: 3px;
	box-shadow: 0px 10px 82.8px 7.2px rgba(0, 0, 0, 0.1);
	border: 1px solid transparent;
}
.btn:hover, btn:active, .btn:focus {
	background: transparent !important;
	color: #ff6d27;
	border: 1px solid #ff6d27;
	outline: none !important;
}
.btn-primary__sq:hover {
	border: 1px solid #ff6d27;
	background: transparent;
	color: #ff6d27;
}
.btn-primary__round {
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 0;
	border-radius: 50px;
}
.btn-primary__round:hover {
	border: 1px solid #ff6d27;
	background: transparent;
	color: #ff6d27;
}
.btn-icon {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	box-shadow: none;
	font-size: 14px;
	border-radius: 3px;
	padding: 14px;
	text-transform: uppercase;
}
.btn-icon:hover {
	background: #ff6d27 !important;
	color: #fff;
	border: 1px solid #ff6d27;
	box-shadow: none;
}
.btn-icon>i {
	margin-right: 14px;
}
.btn-sky {
	background: #5cccc3;
	box-shadow: -4.77px 24.541px 87.4px 7.6px rgba(92, 204, 195, 0.15);
}
.btn-sky:hover {
	border-color: #5cccc3;
	color: #5cccc3;
}
.btn-sky__sq {
	font-weight: 700;
}
.btn-purple__sq {
	background: #cf94e5;
	box-shadow: 0px 10px 82.8px 7.2px rgba(207, 148, 229, 0.1);
}
.btn-purple__sq:hover {
	border-color: #cf94e5;
	color: #cf94e5;
}






/* button end  */
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

/* scrollUp */
#scrollUp {
	height: 50px;
	width: 50px;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 48px;
	background-image: -moz-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	background-image: -webkit-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	background-image: -ms-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	box-shadow: 0px 6px 16.92px 1.08px rgba(50, 68, 127, 0.33);
}


/* Header  */
.header-bg {
	padding-top: 60px;
	padding-bottom: 60px;
}
.header-transparrent {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1;
	transition: .4s;
}
.main-menu nav ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	padding: 10px 0;
	display: inline-block;
	line-height: 1;
	margin-left: 35px;
}
.main-menu nav ul li.active a {
	color: #fff;
}
.main-menu nav ul li a::before {
	position: absolute;
	content: "";
	bottom: 0;
	height: 2px;
	background: #ff6d27;
	left: -5px;
	width: 0;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}
.main-menu nav ul li a:hover::before,
.main-menu nav ul li.active a::before {
	width: 20px;
	opacity: 1;
	visibility: visible;
	transition: .4s;
	left: 0;
}
.header-button {
	margin-left: 115px;
}
/* Header end */

/* hero  */
.hero-bg {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 170px;
	background-image: url(../img/header.png);
}
.hero-title span {
	display: block;
}
.hero-caption {
	position: relative;
	z-index: 0;
}
.hero-caption>p {
	padding-right: 8%;
}
.hero-caption>a.play-btn {
	display: inline-block;
	margin-left: 18px;
}
.play-btn i {
	height: 54px;
	width: 54px;
	display: inline-block;
	text-align: center;
	line-height: 54px;
	background: #fff;
	border-radius: 50%;
	transition: .4s;
}
.play-btn:hover i {
	background: #ff6d27;
	transition: .4s;
}
.play-btn i svg .cls-1 {
	transition: .4s;
	fill: #ff6d27;
}
.play-btn:hover i svg .cls-1 {
	fill: #fff;
	fill-rule: evenodd;
}
.hero-mockup>img {
	box-shadow: 0px 10px 54px 0px rgba(105, 105, 105, 0.0);
	border-radius: 50px;
}
/* hero end */

/* calculation */
.counter-wrapper span {
	font-size: 54px;
	display: block;
}
.counter-title {
	letter-spacing: 0.12em;
}
/* calculation end */

/* services */
.services-wrapper {
	padding: 130px 35px 35px 35px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	position: relative;
}
.services-icon i {
	position: absolute;
	top: 48px;
	left: 35px;
	transition: .4s;
}
.read-more {
	color: #1b212f;
}
.services-wrapper::before {
	background-image: -moz-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	background-image: -webkit-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	background-image: -ms-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	visibility: hidden;
	opacity: 0;
	transition: .4s;
	border-radius: 3px;
}
.services-wrapper:hover::before {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}
.services-wrapper:hover {
	border: 1px solid transparent;
}
.services-content {
	position: relative;
}
.services-wrapper:hover .services-content h4,
.services-wrapper:hover .services-content p,
.services-wrapper:hover .services-content a{
	color: #fff;
}
.services-content p {
	font-size: 18px !important;
}
.services-title {
	font-size: 25px !important;
}
.services-icon i.hover-icon {
	opacity: 0;
	transition: .4s;
}
.services-wrapper:hover .services-icon i.hover-icon {
	opacity: 1;
}
/* About */
.about__thumb--left {
	text-align: right;
	z-index: 2;
}
.about__shape {
	position: absolute;
	width: 95%;
	height: 485px;
	bottom: -80px;
	background-image: -moz-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	background-image: -webkit-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	background-image: -ms-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	left: 0;
	overflow: hidden;
	z-index: 1;
}
.about__shape--circle {
	position: absolute;
	bottom: -160px;
	left: -170px;
}
.about__thumb>img {
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.25);
}
.about__shape--pattern {
	position: absolute;
	top: 176px;
	left: 116px;
	z-index: -1;
}
.about__padding--bottom {
	padding-bottom: 220px;
}
.about__thumb--right {
	text-align: left;
	z-index: 2;
}
.about__shape--right {
	width: 95%;
	left: auto;
	right: 0;
}
.about__shape--right span.about__shape--circle {
	right: -170px !important;
	left: auto;
}
.about__shape--pattern--right {
	position: absolute;
	top: 176px;
	left: auto;
	z-index: 2;
	right: 25%;
}
.about__content>h3 {
	font-size: 24px;
	color: #494d59;
	margin-bottom: 22px;
	line-height: 1.4;
}

/* App Screenshot */
.section-title>p {
	padding: 0 55px;
}
.h1screenshot-active .slick-dots,
.blog-active .slick-dots {
	text-align: center;
}
.h1screenshot-active .slick-dots li,
.blog-active .slick-dots li {
	display: inline-block;
}
.h1screenshot-active .slick-dots li button,
.blog-active .slick-dots li button {
	background: #d1cfce;
	width: 12px;
	height: 12px;
	border: 0;
	text-indent: -9999px;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50%;
	margin: 0 7px;
	transition: .4s;
	cursor: pointer;
}
.h1screenshot-active .slick-dots li.slick-active button,
.blog-active .slick-dots li.slick-active button {
	background: #ff6d27;
	transition: .4s;
}
.h1screenshot-bg::before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 700px;
	left: 0;
	right: 0;
	background-image: -moz-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	background-image: -webkit-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	background-image: -ms-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
}
.h1screenshot-active .slick-slide img {
	display: inline-block;
	border-radius: 10px;
	box-shadow: -0.862px 8.724px 33.25px -27.25px rgba(255, 109, 39, 0.9);
}
.single-screenshot {
	text-align: center;
}
.app-shape-overly {
	position: absolute;
}
.bubbles-shape1 {
	bottom: 50%;
	left: 105px;
}
.bubbles-shape2 {
	bottom: 30%;
	left: 205px;
}
.bubbles-shape3 {
	bottom: 10%;
	left: 105px;
}
.bubbles-shape4 {
	bottom: 10%;
	left: auto;
	right: 105px;
}
/* App Screenshot end */

/* How it Works */
.wrapper-content>i {
	margin-bottom: 25px;
	display: block;
}
.wrapper-content>h3 {
	font-size: 22px;
	margin-bottom: 19px;
}
.wrapper-content>a.read-link {
	font-size: 16px;
	color: #333333;
	font-weight: 500;
}
.works-wrapper {
	padding: 40px;
	background: #fff;
	transition: .4s;
	position: relative;
}
.works-wrapper:hover {
	box-shadow: 0px 25px 88.35px 6.65px rgba(0, 0, 0, 0.05);
}
.works-wrapper::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border: 1px solid #d0d0d0;
	width: 100%;
	bottom: 0;
	border-radius: 3px;
	transition: .8s;
}
.works-wrapper:hover::before{
	border: 1px solid transparent;
	transition: .8s;
}
.wrapper-content .read-link:hover {
	color: #ff6d27;
}
.wrapper-content {
	position: relative;
}
/* How it Works */

/* video  */
.video-thumb>a.play-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	max-width: 80px;
	z-index: 99;
}
.video-thumb>a.play-btn>i {
	background: #ff6d27;
	height: 80px;
	width: 80px;
	line-height: 80px;
}
.video-thumb>a.play-btn::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background-color: rgba(255, 109, 39, 0.7);
	z-index: -1;
	left: -50%;
	right: -50%;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	animation: pulse-round 2.5s linear infinite;
}
.video-thumb::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 109, 39, 0.3);
	border-radius: 5px;
}
.video-thumb {
	border-radius: 5px;
}


@keyframes pulse-round {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 109, 39, 0.8), 0 0 0 0 rgba(255, 109, 39, 0.8);
	}

	80% {
		box-shadow: 0 0 0 50px rgba(255, 109, 39, 0.1), 0 0 0 30px rgba(255, 109, 39, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 109, 39, 0.1), 0 0 0 30px rgba(255, 109, 39, 0);
	}
}
.video-thumb>a.play-btn>i svg .cls-1 {
	fill: #fff;
}
/* video end */

/* Clients */
.clients-info>h3 {
	font-size: 24px;
	margin-bottom: 1px;
}

.clients-info>span {
	font-size: 16px;
	color: #666666;
}
.clients-photo {
	margin-right: 30px;
}
.clients-quotes>p {
	font-size: 24px;
	line-height: 40px;
	color: #333333;
	font-style: italic;
	margin-bottom: 43px;
}
.clients-content {
	padding: 68px;
}
.clients-quotes>i {
	font-size: 115px;
	color: rgba(51, 51, 51, 0.10);
}
.clients-box .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	width: 60px;
	background: transparent;
	border: 1px solid #d1d3d5;
	border-radius: 50%;
	padding: 0;
	line-height: 57px;
	cursor: pointer;
	z-index: 99;
	transition: .4s;
}
.clients-box .slick-arrow:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 25px 88.35px 6.65px rgba(0, 0, 0, 0.1);
	border: 1px solid transparent;
}
.clients-box .slick-next{
	right: 0;
	left: auto;
}
.clients-quotes {
	padding: 0 100px;
}
.pattern-shape {
	position: absolute;
}
.pattern--shape__right {
	right: 120px;
}
.about__content {
	padding-top: 125px;
}
.about__content .btn-icon {
	margin-right: 10px;
}
/* Clients end */

/* Blog */
.blog__thumb__link {
	display: block;
}
.blog-thumb .blog__thumb__link>img {
	width: 100%;
	display: inline-block;
}
.blog-admin {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 15px 20px;
}
.blog-content>h4 {
	font-size: 18px;
	margin-bottom: 14px;
	line-height: 1.4;
}
.blog-content {
	padding: 24px 19px;
	padding-bottom: 15px;
}
.blog-wrapper {
	padding: 8px;
	border-radius: 5px;
	border: 2px solid #e7e7e7;
	transition: .4s;
}
.blog-link {
	color: #333;
}
.blog-wrapper:hover {
	border: 2px solid transparent;
	box-shadow: -4.198px 21.596px 64.4px 5.6px rgba(0, 0, 0, 0.05);
}
/* Blog end */

/* contacto */
.contacto-box {
	border-radius: 8px;
	background-image: -moz-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	background-image: -webkit-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	background-image: -ms-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	padding: 50px;
}
.contacto-box i {
	font-size: 90px;
	color: #fff;
}
.contacto-content {
	position: relative;
	z-index: 11;
}
.contacto-content h3 {
	font-size: 25px !important;
}
.contacto-content h4 {
	font-size: 19px !important;
}
.contacto-button {
	position: relative;
	z-index: 11;
}
.download-overlay-bg {
	position: absolute;
	right: 0;
	left: 0;
	width: 85%;
	bottom: 20px;
	z-index: 9;
	background-position: center;
	margin: 0 auto;
}
/* contacto end */

/* footer */
.footer-content {
	padding-right: 60px;
}
.footer-social ul li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	border-radius: 50%;
	color: #333333;
	font-size: 16px;
	margin-right: 19px;
}
.footer-social ul li a:hover {
	background: #ff6d27;
	color: #fff;
}
.footer-title>h2 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 40px;
}
.footer-menu ul li {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.80);
	display: block;
	margin-bottom: 15px;
	transition: .4s;
}
.footer-menu ul li a {
	color: #fff;
}
.footer-menu ul li a:hover {
	color: #ff6d27;
	text-decoration: underline;
}
.footer-bottom {
	padding: 0px 250px;
}
.footer-bottom-box {
	padding: 50px 0 25px 0;
	border-top: 1px solid rgba(255, 255, 25, 0.05);
}
/* footer end */

/* Home2 */
/* header */
.h2main-menu nav ul li a {
	color: #8f8f8f;
}
.h2main-menu nav ul li.active a {
	color: #333333;
}
.h2main-menu nav ul li a::before {
	background: #5cccc3;
}
.h2play-btn:hover i .cls-2 {
	fill: #fff;
}
.h2play-btn:hover i {
	background: #5cccc3;
}
.h2hero-mockup {
	margin-bottom: -100px;
	position: relative;
	z-index: 1;
}
/* calculation */
.h2calculation-padding__top {
	padding-top: 227px;
}
/* Services  */
.h2services-icon>i {
	right: 0;
	left: 0;
	margin: 0 auto;
	display: inline-block;
	top: 30px;
	font-size: 60px;
	padding-bottom: 20px;
	color: #5cccc3;
}
.h2services-wrapper {
	padding: 115px 30px 30px;
	transition: .4s;
}
.h2services-padding {
	padding-left: 265px;
	padding-right: 265px;
}
.h2services-wrapper:hover {
	box-shadow: 0px 25px 88.35px 6.65px rgba(0, 0, 0, 0.05);
	transition: .4s;
}
/* Services end */
/* About  */
.h2small-heading {
	font-size: 20px;
	display: block;
}
.h2about-author {
	font-size: 22px;
	color: #000000;
	padding-left: 75px;
	display: block;
	position: relative;
}
.h2about-author::before {
	position: absolute;
	content: "";
	background: #5cccc3;
	width: 60px;
	height: 2px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* About end */
/* app screen*/
.h2screenshot-active .slick-dots li.slick-active button {
	background: #5cccc3;
}
.h3screenshot-active .slick-dots li.slick-active button {
	background: #5cccc3;
}
/* app screen end*/
/* Video*/
@keyframes h2pulse-round {
	0% {
		box-shadow: 0 0 0 0 rgba(92, 204, 195, 0.8), 0 0 0 0 rgba(92, 204, 195, 0.8);
	}

	80% {
		box-shadow: 0 0 0 50px rgba(92, 204, 195, 0.1), 0 0 0 30px rgba(92, 204, 195, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(92, 204, 195, 0.1), 0 0 0 30px rgba(92, 204, 195, 0);
	}
}
.h2video-thumb>a.play-btn::before {
	background-color: rgba(92, 204, 195, 0.7);
	animation: h2pulse-round 2.5s linear infinite;
}
.h2video-thumb>a.play-btn>i {
	background: #5cccc3;
}
.h2video-thumb::before {
	background-color: rgba(92, 204, 195, 0.2);
}
/* blog*/
.h2blog-wrapper {
	padding: 0;
	border: 2px solid transparent;
	border-radius: 0;
}
.h2blog-wrapper .blog-admin {
	position: static;
}
.user-date>span {
	padding-left: 14px;
	border-left: 1px solid #dddd;
	margin-left: 13px;
}
.user-date span:first-child {
	border-left: 1px solid transparent;
}
.h2blog-content {
	padding-top: 0;
}
.h2blog-content h4:hover a,
.blog-link:hover {
	color: #5cccc3;
}
.admin-user-photo>a>img {
	box-shadow: 0px 0px 7.5px 0.5px rgba(92, 204, 195, 0.1);
	border-radius: 50%;
}
/* blog end */
/* Subscribe*/
.h2subscribe-form>h2 {
	font-size: 36px;
	margin-bottom: 55px;
}
.download-input>input {
	background: #f2f2f2;
	border: 0;
	padding: 0;
	height: 52px;
	padding: 0 25px;
	width: 100%;
	color: rgba(51, 51, 51, 0.50);
	font-size: 14px;
}
.download-input>input::placeholder {
	color: rgba(51, 51, 51, 0.50);
	font-size: 14px;
}
.sub-button {
	position: absolute;
	right: 0;
	height: 100%;
	background: #5cccc3;
	font-weight: 500;
	color: #fff;
	border: 0;
	padding: 0 34px;
	cursor: pointer;
}
.h2subscribe-area {
	padding: 0 210px;
}
.h2contacto-box {
	border-radius: 5px;
	box-shadow: 0px 15px 90.25px 4.75px rgba(51, 51, 51, 0.05);
}
.h2footer-bg {
	margin-top: -150px;
	padding-top: 150px;
}
.h2blog-active .slick-dots li.slick-active button {
	background: #5cccc3;
}
/* footer */
.h2footer-menu ul li a:hover {
	color: #5cccc3;
}
.h2footer-social ul li a:hover {
	background: #5cccc3;
}
.h2screenshot-bg {
	background-image: url(../img/bg/screenshot__bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* footer end */
/* Subscribe end*/
/* Home2 end */


/* Home3  */
.h3hero-bg::before {
	position: absolute;
	content: "";
	border-radius: 80px;
	background-image: -moz-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	background-image: -webkit-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	background-image: -ms-linear-gradient(-165deg, rgb(63, 173, 168) 1%, rgb(48, 56, 122) 100%);
	box-shadow: 0px 10px 82.8px 7.2px rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	top: 0;
}
.h3hero-bg::after {
	background-image: url(../img/overlay/hero__overlay__bg.png);
	position: absolute;
	content: "";
	background-size: cover;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.h3hero-padding {
	padding: 0 160px;
}
.h3main-menu nav ul li a::before {
	background: #cf94e5;
}
.h3services-wrapper {
	padding: 46px 45px 40px 46px;
}
.h3services-icon>i {
	display: inline-block;
	height: 70px;
	width: 70px;
	background-color: rgba(207, 148, 229, 0.102);
	line-height: 69px;
	border-radius: 50%;
}
.h3services-icon {
	margin-bottom: 23px;
}
.h3services-padding {
	padding-top: 250px;
}
.h3services-content .read-more:hover {
	color: #cf94e5;
}
.h3about-author::before {
	background: #cf94e5;
}
.h3screenshot-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
}
.h3screenshot-bg>img {
	box-shadow: 0px 10px 82.8px 7.2px rgba(0, 0, 0, 0.2);
	border-radius: 80px;
	width: 100%;
}
.h3screenshot-active .slick-dots li.slick-active button {
	background: #cf94e5;
}
.h3works-wrapper {
	padding-bottom: 20px;
}
.h3phone-mockup {
	text-align: right;
}
.h3work-box {
	padding-left: 50px;
}
/* Video*/
@keyframes h3pulse-round {
	0% {
		box-shadow: 0 0 0 0 rgba(207, 148, 229, 0.8), 0 0 0 0 rgba(207, 148, 229, 0.8);
	}

	80% {
		box-shadow: 0 0 0 50px rgba(207, 148, 229, 0.1), 0 0 0 30px rgba(207, 148, 229, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(207, 148, 229, 0.1), 0 0 0 30px rgba(207, 148, 229, 0);
	}
}

.h3video-thumb>a.play-btn::before {
	background-color: rgba(207, 148, 229, 0.7);
	animation: h3pulse-round 2.5s linear infinite;
}

.h3video-thumb>a.play-btn>i {
	background: #cf94e5;
}

.h3video-thumb::before {
	background-color: rgba(207, 148, 229, 0.2);
}
.h3sub-button {
	background: #cf94e5;
}
.h3blog-active .slick-dots li.slick-active button {
	background: #cf94e5;
}
/* Footer*/
.h3footer-padding {
	padding: 0 160px;
	padding-bottom: 45px;
}
.footer-round {
	border-radius: 80px 80px 0 0;
}
.h3footer-bottom {
	padding: 0 50px;
}
/* Footer end */
/* Home3 end */

/* Pages */
.pages-bg::before {
	position: absolute;
	content: "";
	background-image: -moz-linear-gradient(50deg, rgb(48, 56, 122) 0%, rgb(63, 173, 168) 99%);
	background-image: -webkit-linear-gradient(50deg, rgb(48, 56, 122) 0%, rgb(63, 173, 168) 99%);
	background-image: -ms-linear-gradient(50deg, rgb(48, 56, 122) 0%, rgb(63, 173, 168) 99%);
	width: 100%;
	height: 100%;
}
.page-title>h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
	padding-top: 305px;
	padding-bottom: 130px;
}
.page-menu .breadcrumb {
	margin-bottom: 0;
	padding: 0;
	background: transparent;
}
.page-menu .breadcrumb>.active {
	color: #fff;
}
.page-menu .breadcrumb-item+.breadcrumb-item::before {
	padding-left: 0;
	color: #fff;
}
.page-menu .breadcrumb li,
.page-menu .breadcrumb li a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.page-menu {
	padding: 35px 0;
}
.page-number .pagination {
	justify-content: center;
}
.page-number .page-link {
	padding: 0;
	margin-left: -1px;
	line-height: 1;
	color: #8f8f8f;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	height: 50px;
	line-height: 47px;
	padding: 0 20px;
	margin: 10px 10px;
}
.page-number .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.page-number .page-link:hover {
	background: #ff6d27;
	color: #fff;
	border: 1px solid transparent;
}
.big1blog-admin span a,
.big1blog-time span {
	font-size: 16px;
	color: #1b212f;
	font-weight: 500;
	margin-right: 30px;
}
.big1blog-admin span a img {
	margin-right: 10px;
}
.big1blog-time>span {
	padding-left: 40px;
	position: relative;
}
.big1blog-time>span::before {
	position: absolute;
	content: "";
	width: 20px;
	background: #8f8f8f;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.big1blog-meta {
	margin-bottom: 29px;
}
.big1blog-content>h2 {
	color: #1b212f;
	margin-bottom: 30px;
}
.big1blog-content>p {
	margin-bottom: 30px;
}
.big1blog-content>a.read-more {
	font-size: 18px;
	font-weight: 500;
	color: #1b212f;
}
.big1blog-inner {
	padding: 30px 15px;
}
.big1blog-content>a.read-more:hover {
	color: #ff6d27;
}
/* Blog sidebar */
.blog-sidebar__search>form>input {
	width: 100%;
	height: 50px;
	border: 1px solid #d1cfce;
	border-radius: 3px;
	padding: 0 40px;
	font-size: 16px;
	color: #666666;
}
.blog-sidebar__search form button {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	background: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	cursor: pointer;
}
.sidebar-blog__content>h3 {
	font-size: 18px;
	color: #1b212f;
	font-weight: 500;
	margin-bottom: 5px;
}
.sidebar-blog__content {
	padding-left: 20px;
}
.blog-title>h3 {
	font-size: 26px;
}
.blog-sidebar__box {
	padding: 70px 19px;
	box-shadow: -1.526px 7.853px 77.28px 6.72px rgba(27, 33, 47, 0.05);
	padding-bottom: 55px;
}
.post-cate>ul li a {
	font-size: 16px;
	color: #666666;
	font-weight: 500;
	display: block;
	padding-right: 50px;
	line-height: 1;
	margin-bottom: 25px;
}
.post-cate>ul li a:hover {
	color: #ff6d27;
}
.post-cate>ul li a span {
	float: right;
}
.post-cate ul li:last-child a {
	margin-bottom: 0;
}
.post-tag ul li {
	float: left;
}
.post-tag ul li a {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	color: #1b212f;
	border: 1px solid #d1cfce;
	padding: 10px 21px;
	display: inline-block;
	border-radius: 30px;
	margin-right: 10px;
	margin-bottom: 25px;
}
.post-tag ul li a:hover {
	background: #ff6d27;
	color: #ffff;
	border: 1px solid transparent;
}
.blog-quotes {
	display: block;
	font-weight: 500;
	color: #1b212f;
	background: #f2f2f2;
	padding: 25px;
	font-style: italic;
	margin-bottom: 35px;
}
.blog-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	padding: 20px;
}
.blog-share__author {
	display: flex;
	align-items: center;
}
.blog-author__info {
	padding-left: 20px;
}
.blog-author__info>h4 {
	font-size: 20px;
	color: #1b212f;
	font-weight: 500;
	margin-bottom: 7px;
}
.blog--share__social>ul li a {
	color: #d1d3d5;
	margin-left: 23px;
}
.blog--share__social>ul li a:hover {
	color: #ff6d27;
}
.blog-share__area {
	padding-top: 82px;
	position: relative;
}
.blog-share__area::before {
	position: absolute;
	content: "";
	background: #d1cfce;
	width: 388px;
	height: 1px;
	top: 0;
	left: 20px;
}
.blog-comments__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.blog-comments {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	padding: 40px;
	padding-left: 20px;
}
.comments__author--info {
	padding-left: 30px;
}
.reply-btn {
	background: #ff6d27;
	color: #fff;
	font-size: 16px;
	padding: 10px 33px;
	border-radius: 3px;
	border: 1px solid transparent;
	display: inline-block;
}
.reply-btn:hover {
	border: 1px solid #ff6d27;
	background: transparent;
}
.comments-text>p {
	margin-bottom: 0;
	padding-left: 114px;
}
.blog--comments__area>h2 {
	color: #1b212f;
	margin-bottom: 50px;
	padding-left: 20px;
}
.form-box {
	padding: 65px 120px;
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	box-shadow: -4.198px 21.596px 64.4px 5.6px rgba(27, 33, 47, 0.03);
}
.form-box .single-input input,
.form-box .single-input textarea {
	width: 100%;
	height: 45px;
	padding: 0;
	font-weight: 500;
	color: #8f8f8f;
	border: 0;
	border-bottom: 1px solid rgba(27, 33, 47, 0.2);
	margin-bottom: 35px;
	transition: .4s;
}
.form-box .single-input textarea {
	height: 80px;
	margin-bottom: 50px;
}
.form-box .single-input input:focus {
	border-bottom: 1px solid rgba(27, 33, 47, 0.6);
}
.form-box .single-input textarea:focus {
	border-bottom: 1px solid rgba(27, 33, 47, 0.6);
}
.form-box .single-input input::placeholder,
.form-box .single-input textarea::placeholder {
	color: #8f8f8f;
	font-size: 16px;
	opacity: 1;
	transition: .4s;
}
.form-box .single-input input:focus::placeholder,
.form-box .single-input textarea:focus::placeholder {
	opacity: 0;
	transition: .4s;
}
.comments__author--info span {
	font-size: 14px;
}
.h4services-icon>i {
	background-color: rgba(255, 109, 39, 0.102);
}
/*Blog sidebar end*/

