/* ------------------------------------------------------------------------------
	Template Name: Minifolio
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,500,600,700);
p {
	font-size: 13px;
	line-height: 100%;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #009fff;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #3d3d3d;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: 'Helvetica', sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	/*position: fixed;*/
	width: 100%;
	z-index: 999;
}
#header .header-content {
	background-color: #ffffff;
	width: 100%;
	-moz-transition: padding 0.5s;
	-o-transition: padding 0.5s;
	-webkit-transition: padding 0.5s;
	transition: padding 0.5s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 17%;
	padding-right: 5%;
	margin: 0 auto;
}
#header .logo {
	float: left;
	font-size:24px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:7px;
}
.header-content .navigation .primary-nav li a {
	color: rgba(24,24,24,1);
	font-family: 'Helvetica';
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 10px;
}
.header-content .navigation .primary-nav li a.active {
	color: rgba(119,101,188,1);
}
.header-content .navigation .primary-nav li {
	margin: 0;
}
#header.fixed {
	background-color: #fff;
	position: fixed;
}
header.fixed a {
	color: #000;
}
header.fixed a.active {
	color: rgba(119,101,188,1);
}
#header.fixed .header-content {
	border-bottom: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}
#header.fixed .nav-toggle {
	top: 18px;
	color: #000;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
/*.navigation a {*/
/*	color: rgba(255, 255, 255, 0.75);*/
/*	font-size: 13px;*/
/*	font-weight: 700;*/
/*	margin-left: 40px;*/
/*	text-transform: uppercase;*/
/*}*/
/*.navigation a:hover, .navigation a.active {*/
/*	color: #fff;*/
/*}*/
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #e84545;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #e84545;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.banner {
	/*background-image: url(../images/banner.png);*/
	/*background-position: center top;*/
	/*background-repeat: no-repeat;*/
	/*-moz-background-size: cover;*/
	/*-o-background-size: cover;*/
	/*-webkit-background-size: cover;*/
	/*background-size: cover;*/
	/*min-height: 750px;*/
	padding: 120px 0 120px;
}
.banner-text h1 {
	color: rgba(119,101,188,1);
	font-family: 'Helvetica';
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.banner-text p {
	color: rgba(24,24,24,1);
	font-size: 18px;
	line-height: 24px;
	margin: 35px 0;
	font-weight: 300;
}
.register-demo-btn {
	background-color: rgba(119, 101, 188, 1);
	text-transform: uppercase;
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 30px;
	font-size: 14px;
	display: inline-flex;
}

/*about section css start here*/
.about-img-right-wrapper {
	max-width: 684px;
	width: 100%;
}
.about-img-right-wrapper img {
	width: 100%;
}
/*about section css end here*/

/*services section css start here*/
.common-sec-title {
	font-size: 40px;
	font-weight: bold;
	color: rgba(119, 101, 188, 1);
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}
.common-sec-title-sm {
	font-size: 20px;
	font-weight: bold;
	color: rgba(119, 101, 188, 1);
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}
.service-section .services .common-services-icon-wraper {
	min-height: 100px;
}
.service-section .services .common-services-icon-wraper .common-services-icon {
	width: 70px;
}
.service-section .services .common-services-icon-wraper .common-services-icon.icon-1 {

}
.service-section .services .common-services-icon-wraper .common-services-icon.icon-2 {
	width: 94px;
}
.service-section .services .common-services-icon-wraper .common-services-icon.icon-3 {
	width: 94px;
}
.service-section .services .common-services-icon-wraper .common-services-icon.icon-4 {

}
.service-section .services h5 {
	font-size: 20px;
	line-height: 1.7em;
	color: rgba(119, 101, 188, 1);
	margin: 0;
	min-height: 85px;
}
.service-section .services ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.service-section .services ul li {
	font-size: 15px;
	color: rgba(24,24,24,1);
	font-weight: 300;
	list-style: disc;
	line-height: 1.5em;
}
.services-row-wrapper {
	display: flex;
	flex-wrap: wrap;
}
/*services section css end here*/

/*contact us section css start here*/
#contact {
	padding: 120px 0 160px;
}
#contact .common-sec-title {
	margin-bottom: 0;
}
#contact #cform input, #contact #cform textarea {
	border-bottom: solid 1px rgba(24,24,24,1);
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	width: 100%;
	font-size: 14px;
	padding: 10px 3px 10px 12px;
	color: rgba(24,24,24,1);
	font-weight: 300;
	margin-bottom: 10px;
}
#contact #cform textarea {
	height: 100px;
}
#contact #cform input[type="submit"] {
	background-color: rgba(119, 101, 188, 1);
	color: #ffffff;
	margin: 15px 0 0 0;
	border-radius: 40px;
	letter-spacing: 0;
	font-size: 14px;
	height: 50px;
	border: none;
	transition: 0.3s ease-in-out;
	border: none;
	font-weight: 400;
}

#contact #cform input[type="submit"]:hover, #contact #cform input[type="submit"]:focus, #contact #cform input[type="submit"]:active {
	opacity: 0.65;
	border: none;
}

#contact #cform input:hover, #contact #cform input:focus, #contact #cform input:active, #contact #cform textarea:hover, #contact #cform textarea:focus, #contact #cform textarea:active {
	border-top: solid 1px rgba(24,24,24,1);
	border-left: solid 1px rgba(24,24,24,1);
	border-right: solid 1px rgba(24,24,24,1);
}

#contact #cform input::-webkit-input-placeholder, #contact #cform textarea::-webkit-input-placeholder {
	color: rgba(24,24,24,1);
}

#contact #cform input:-ms-input-placeholder, #contact #cform textarea:-ms-input-placeholder {
	color: rgba(24,24,24,1);
}

#contact #cform input::placeholder, #contact #cform textarea::placeholder {
	color: rgba(24,24,24,1);
}

/*contact us section css end here*/

/*footer section css start here*/
.footer-top {
	background-color: rgba(242,240,252, 1);
	padding: 45px 0 45px;
}
.footer-top .common-sec-title-sm {
	margin-bottom: 15px;
}
.signup-newsletter-wrapper input {
	border-bottom: solid 1px rgba(24,24,24,1);
	border-top: solid 1px #f2f0fc;
	border-left: solid 1px #f2f0fc;
	border-right: solid 1px #f2f0fc;
	width: 100%;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	color: rgba(24,24,24,1);
	font-weight: 300;
	margin-bottom: 10px;
	background-color: transparent;
	height: 35px;
	line-height: 35px;
}

.signup-newsletter-wrapper input:hover, .signup-newsletter-wrapper input:focus, .signup-newsletter-wrapper input:active {
	border-top: solid 1px rgba(24,24,24,1);
	border-left: solid 1px rgba(24,24,24,1);
	border-right: solid 1px rgba(24,24,24,1);
	outline: none;
}

.signup-newsletter-wrapper input::-webkit-input-placeholder {
	color: rgba(24,24,24,1);
}

.signup-newsletter-wrapper input:-ms-input-placeholder {
	color: rgba(24,24,24,1);
}

.signup-newsletter-wrapper input::placeholder {
	color: rgba(24,24,24,1);
}

.signup-newsletter-wrapper input[type="submit"] {
	background-color: rgba(119, 101, 188, 1);
	color: #ffffff;
	margin: 0;
	border-radius: 40px;
	letter-spacing: 0;
	font-size: 14px;
	height: 35px;
	line-height: 100%;
	border: none;
	width: fit-content;
	padding: 0 25px;
	font-weight: 400;
	transition: 0.3s ease-in-out;
}
.signup-newsletter-wrapper input[type="submit"]:hover, .signup-newsletter-wrapper input[type="submit"]:focus, .signup-newsletter-wrapper input[type="submit"]:active {
	opacity: 0.65;
}
.ft-social-icons-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0 15px;
}
.ft-social-icons-wrapper li {
	margin: 0 8px;
}
.bottom-ft-text .copy-right-text, .bottom-ft-text .footer-page-url {
	font-size: 12px;
	font-weight: 300;
	color: rgba(24,24,24,1);
}
.bottom-ft-text {
	text-align: center;
}
.bottom-ft-text .copy-right-text {
	margin-bottom: 5px;
}
.bottom-ft-text .footer-page-url {
	text-transform: uppercase;
	text-decoration: underline;
}
.bottom-ft-text .footer-page-url:hover, .bottom-ft-text .footer-page-url:focus, .bottom-ft-text .footer-page-url:active {
	color: rgba(119, 101, 188, 1);
}


/*footer section css end here*/

/*login and signup page css start here*/
.minimal.overlay-black {
	background-color: transparent;
}
/*login and signup page css end here*/


/*testimonial section css start here*/
.flexslider .slides .test-quote-icon {
	width: 39px;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 120px 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.testimonials h1 {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.8em;
	color: rgba(24,24,24,1);
	margin: 35px 0 30px ;
}
.testimonials .flexslider .flex-control-nav {
	margin-top: 0;
	align-items: center;
	display: flex;
	justify-content: center;
}
.testimonials .flexslider .flex-control-nav li a.flex-active {
	border: solid 2px rgba(119, 101, 188, 1);
	width: 8px;
	height: 8px;
}
.testimonials .flexslider .flex-control-nav li a {
	border: solid 3px rgba(119, 101, 188, 1);
	width: 6px;
	height: 6px;
}
/*testimonial section css end here*/

/* ==========================================================================
	$intro
========================================================================== */
.intro {
	background-color: rgba(242,240,252,1);
}
.intro h3 {
	color: rgba(119, 101, 188, 1);
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 20px;
}
.intro p {
	color: rgba(24,24,24,1);
	font-weight: 300;
	font-size: 18px;
	line-height: 1.9em;
	width: 82%;
	margin: 0 auto;
}
#intro {
	padding: 120px 0;
}
/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.services-content {
	padding: 0 15px;
	margin-top: 30px;
}
.services .icon {
	color: #00aeda;
	font-size: 50px;
	padding-left: 15px;
}
/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(0, 174, 218, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
.person {
	max-width: 270px;
	text-align: center;
}
.person img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: auto;
}
.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: 400;
}
.person h5 {
	color: #00aeda;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
	margin-top: 30px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #e8ecee;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #c6cacc;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover {
	background-color: #00aeda;
	border-color: #01a9d4;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: rgba(253,238,194,1);
	position: relative;
	text-align: center;
}
.testimonials p {
	color: rgba(24,24,24,1);
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
.flex-control-nav {
	margin-top: 2%;
	bottom: none!important;
	position: relative!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
	text-align: center;
}
.conForm h5 {
	font-size: 30px;
}
.conForm p {
	text-align: center;
	margin: 7%;
}
.conForm input {
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border-bottom: #e0e0e0 1px solid;
	font-size: 15px;
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	color: #797979;
	padding: 15px 30px;
	margin-bottom: 18px;
	outline: none;
	height: 150px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: none;
	border-bottom: #e0e0e0 1px solid;
}
.conForm .submitBnt {
	background: #009fff;
	color: #fff;
	margin-top: 30px;
padding:15px 30px 15px 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background: #3d3d3d;
	color: #fff;
}
#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#success_page h3{
	font-size:17px;
	color:#5ed07b;
	font-weight: 700;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 80px;
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}