
.recortar{
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
html, body {
	font-size: 1rem;
	line-height: 1;
	height: 100%;
	color: #212529;
}

@font-face {
	font-family: 'Arvo', serif;
	src: url("../font/arvo/Arvo-Bold.ttf");
	src: url("../font/arvo/Arvo-BoldItalic.ttf");
	src: url("../font/arvo/Arvo-Italic.ttf");
	src: url("../font/arvo/Arvo-Regular.ttf");
	src: url("../font/roboto/Roboto-Bold.ttf");
	src: url("../font/roboto/Roboto-Light.ttf");
	src: url("../font/roboto/Roboto-Regular.ttf");
	src: url("../font/roboto/Roboto-Medium.ttf");
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Arvo';
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin: 8px 5px;
	padding: 0;
	font-family: "Roboto";
	font-size: 0.85rem;
	color: rgb(129, 129, 152);
	line-height: 1.40rem;
	font-weight: 500;
}

small {
	font-size: 85%;
}

/*----- Helper Classes -----*/

html * {
	text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nopadding {
	padding: 0;
}

.nomargin {
	margin: 0 !important;
}

.custom-padding {
	padding-left: 10px;
	padding-right: 10px;
}

.bg-color {
	background: #f8faff !important;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   opacity: 1;
   background-color: #f8faff;
   z-index: 9999;
   text-align: center;
}

.error-message {
	color: #FF3333;
	font-family: "Roboto";
	margin-top: 5px;
}

.success-message {
	color:#33cc33;
	font-family: "Roboto";
	margin-top: 5px;
}

.wrapper {
	height: 100%;
}

.container-default {
	padding-top: 100px;
	height: calc(100% - 70px);
}

.container-m {
	max-width: 1024px;
	margin: 0 auto !important;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.container-s {
	max-width: 920px;
	margin: 0 auto !important;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.slope {
	background: #fff;
  content: '';
  display: block;
  height: 80px;
  width: 100%;
  position: relative;
  bottom: -50px;
  z-index: 1;
  transform: skewY(-2.5deg);
  outline: 4px solid transparent;
  transform-origin: 100%;
}



/*------ Navbar Styling ------*/

.navbar {
	font-family: "Roboto";
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: transparent !important;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.navbar .navbar-brand span {
	font-family: 'Roboto';
	font-weight: 700;
	letter-spacing: 0;
	color: #00eaff !important;
	vertical-align: middle;
}

.navbar .navbar-brand img {
	vertical-align: middle;
	margin-right: 0.3em;
}

.navbar .navbar-toggler {
	border: none;
}

.navbar span.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar span.navbar-toggler-icon::before {
	outline: none;
}

.navbar .navbar-toggler:focus {
	outline: none;
}

.navbar-nav {
	text-align: center;
	margin-top: 15px;
	-webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
	transition: 0.5s all ease;
}

.navbar-nav .nav-item {
	margin-right: 0;
	margin-top: 1.5rem;
	font-size: 0.85rem;
	font-weight: 400;
  text-transform: capitalize;
  color: #563D7C;
}

.navbar-nav .nav-item .nav-link {
  color: #364655;
	font-weight: 600;
}

.nav-white .nav-item .nav-link {
	font-size: 0.92rem;
	text-transform: capitalize;
  color: #FFFFFF;
}

.nav-white .nav-item .nav-link:hover {
  color: #00eaff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.nav-white .nav-item .nav-link:focus {
	color: #00eaff;
}

.nav-white .navbar-brand {
	color: #FFFFFF;
}

@media only screen and (max-width: 768px) {

	.navbar {
		background: rgba(255, 255, 255, 0.99) !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar .navbar-collapse {
		text-align: center;
		border-color: transparent;
		background-color: #FFFFFF;
	}

	.navbar-nav {
    margin: 15px 0;
	}

	.navbar-nav .nav-item {
    margin: 15px 0;
	}

	.navbar-nav .nav-item .nav-link {
		font-weight: 600;
	}

	.nav-white .nav-item .nav-link {
		color: #4957B8;
	}
}

@media only screen and (min-width: 240px) {

	.navbar.past-main {
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: rgba(255, 255, 255, 0.99) !important;
		-webkit-box-shadow: 0 3px 10px 0 rgba(96, 96, 96, 0.3);
		-moz-box-shadow: 0 3px 10px 0 rgba(96, 96, 96, 0.3);
		box-shadow: 0 3px 10px 0 rgba(96, 96, 96, 0.3);
	}

	.navbar.effect-main {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.navbar.past-main .navbar-brand span {
		color: #112493 !important;
	}

	.nav-white.past-main .nav-item .nav-link {
		color: #364655;
		font-weight: 500;
	}

	.navbar.past-main .nav-item .nav-link {
		font-weight: 600;
	}

	.nav-white.past-main .navbar-brand {
		color: #364655;
	}

	.navbar.past-main span.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

	.nav-white.effect-main {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	/*----------------------------------------------------------
    --------------- Hero Home Styling Starts -------------------
    ----------------------------------------------------------*/
	.hero-home {
		padding: 100px 0 100px 0;
		background-size: cover;
	}

	.hero-home .intro-block {
		padding: 50px 0 0 0;
		max-width: 800px;
		margin: 0 auto;
	}

	.centered {
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.hero-home h4 {
		font-size: 0.75rem;
		font-weight: 500;
		color: #FFF;
		text-transform: uppercase;
		line-height: 1.2;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}

	.hero-home h1 {
		font-size: 2rem;
		font-weight: 700;
		color: #FFF;
		line-height: 1.4;
		letter-spacing: -1px;
	}

	.hero-home p {
		font-size: 14px;
		font-weight: 500;
		color: #EFEFEF;
		line-height: 1.6;
		margin-top: 20px;
	}

	/*---------- hero-2 Styling --------------- */
	.hero-2 {
		padding: 100px 0 100px 0 !important;
		background: #252b33;
		background-size: cover;
	}

	.hero-2 .hero-content {
		text-align: center;
	}

	.hero-2 img {
		margin-top: 0;
	}

	.hero-2 h4 {
		font-size: 12px;
		font-weight: 500;
		color: #b2bcc1;
		text-transform: uppercase;
		line-height: 1.2;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.hero-2 h1 {
		font-size: 28px;
		font-weight: 700;
		color: #FFFFFF;
		line-height: 1.2;
		letter-spacing: -1px;
	}

	.hero-2 p {
		font-size: 15px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 1.6;
		letter-spacing: 0;
		margin-top: 20px;
	}

	.app-hero {
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.app-hero .intro-block {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		text-align: center;
	}

	.app-hero .hero-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
	}

	.hero-2 .intro-block {
		padding: 15px;
	}

	.hero-2 .hero-split {
		width: 100%;
	}

	.btn-action {
		padding: 15px 40px;
		background: rgba(21, 204, 190, 1);
		color: #FFF;
		border: none;
		border-radius: 50px;
		opacity: 1;
		box-shadow: 0 5px 15px 0 rgba(0, 92, 100, .15);
		font-family: 'Roboto';
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 25px 10px 0 0;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		transition: 0.2s;
	}

	.btn-action:hover {
		color: #FFFFFF;
		box-shadow: 0 10px 25px 0 rgba(0, 92, 100, .2);
		border: none;
		outline: none;
	}

	.btn-action:focus {
		background: rgba(21, 204, 190, 1);
		color: #FFFFFF;
		border: none;
		outline: none !important;
	}

	.feature-single {
		padding: 6em 0;
	}

	.feature-single .f-icon {
		margin-bottom: 0.5em;
	}

	.feature-single .feature-text h4 {
		font-size: 1.5rem;
		font-weight: 600;
		margin-bottom: 1em;
	}

	.feature-single .feature-text p {
		font-size: 1.06rem;
		color: #767676;
		font-weight: 300;
		line-height: 1.4;
		max-width: 80%;
		margin: 0 auto;
	}

	.app-features {
		background: #f8faff;
		padding: 100px 0 100px 0;
		overflow-x: hidden;
	}

	.app-features h1 {
		font-size: 1.5rem;
		font-weight: 700;
		color: #364655;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.app-features p {
		font-size: 0.87rem;
		font-weight: 500;
		color: rgb(129, 129, 152);
		line-height: 1.6;
		max-width: 600px;
		margin: 0 auto;
	}

	.app-features .features-img {
		margin: 0 auto;
		margin-top: 100px;
	}

	.app-features .features-left, .app-features .features-right {
		padding: 50px 0 0 0;
	}

	.app-features .icon {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.app-features .icon img {
		width: 60px;
		margin-top: 25px;
	}


	.app-features .feature-single {
		margin-left: 0;
		margin-bottom: 20px;
		padding: 0;
	}


	.app-features .feature-single h1 {
		font-size: 21px;
		font-weight: 500;
		color: #364655;
		margin: 0 0 10px 0;
		letter-spacing: 0;
	}

	.app-features .feature-single p {
		font-size: 14px;
		color: rgb(129, 129, 152);
		line-height: 1.4;
		max-width: 240px;
		margin: 0 auto !important;
		margin: 10px 0 0 0;
	}

	@media only screen and (min-width: 801px) {
		.app-features .col-md-12 {
			order: 1;
		}

		.app-features .left-2 {
			order: 2;
		}
	}


	/*--------- Cta Small Section Styling ------------*/
	.cta-sm {
		padding: 100px 0 100px 0;
		background: rgba(30, 166, 154, 0.1);
		background: #f8faff;
	}

	.cta-sm .cta-content {
		max-width: 768px;
		margin: 0 auto;
	}

	.cta-sm h1 {
		font-size: 28px;
		font-weight: 400;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	.cta-sm h4 {
		font-size: 13px;
		font-weight: 500;
		color: #aeaeae;
		margin-bottom: 15px;
	}

	.btn-cta {
		font-family: "Roboto";
		display: inline-block;
		font-size: 14px;
		font-weight: 500;
		border-radius: 100px;
		padding: 20px 70px;
		text-align: center;
		text-decoration: none !important;
		outline: none !important;
		background-color: #15ccbe;
		color: #FFFFFF;
		cursor: pointer;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	}

	.btn-cta:hover {
		color: #FFFFFF;
	}

	/*--------- Cta Small Section Styling ends ------------*/
	/*---------------------------------------------------
    ----------- Contact Section Styling Starts -------------
    ---------------------------------------------------*/
	.contact {
		width: 100%;
		height: 100%;
		padding: 100px 0 0 0;
	}

	.contact .inner h1 {
		font-family: 'Roboto';
		font-size: 34px;
		font-weight: 300;
		color: #252525;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.contact .inner p {
		font-family: 'Roboto';
		font-size: 16px;
		font-weight: 300;
		color: #848484;
		line-height: 1.4;
	}

	.contact .address {
		padding: 10px 0 100px 0;
	}

	.contact .address h1 {
		font-family: 'Roboto';
		font-size: 24px;
		color: #454545;
		margin-bottom: 30px;
	}

	.contact .address p {
		font-family: 'Roboto';
		font-size: 21px;
		color: #454545;
		line-height: 1.8;
	}

	.contact .address p:nth-child(3) {
		margin-top: 30px;
	}

	.contact .address p:nth-child(5) {
		margin-top: 30px;
	}

	/* ------------ Contact Form Styling --------*/
	.form-group {
	}

	.form-group .help-text {
		font-size: 80%;
		color: #737373;
		margin: 5px 0;
		font-weight: 400;
	}

	.form-control {
		font-family: 'Roboto';
		padding: 6px 12px;
		font-size: 0.85rem;
		font-weight: 350;
		border: solid 1px rgba(0, 0, 0, .1);
		border-radius: 8px;
		margin-top: 10px;
		background: #FFF;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}

	.contact {
		padding: 150px 0 50px 0;
		background: #f8faff;
	}

	.contact-intro {
		max-width: 600px;
		margin: 0 auto;
	}

	.contact-intro h1 {
		font-size: 28px;
		font-weight: 600;
		color: #364655;
		line-height: 1.4;
	}

	.contact-intro h4 {
		font-size: 21px;
		font-weight: 400;
		color: #364655;
		line-height: 1.4;
	}

	.contact-intro p {
		font-size: 14px;
		line-height: 1.6;
		margin-top: 20px;
	}

	.contact-form {
		padding-top: 100px;
	}

	.contact-form h5 {
		font-size: 18px;
		font-weight: 600;
		color: #364655;
		line-height: 1.4;
		padding-bottom: 15px;
	}

	.contact-form .form-control {
		font-family: 'Roboto';
		padding: 6px 12px;
		font-size: 0.85rem;
		font-weight: 350;
		border: solid 1px rgba(0, 0, 0, .1);
		border-radius: 8px;
		margin-top: 10px;
		background: #FFF;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}

	.contact-form input[type="text"],
	textarea,
	textarea.form-control {
		height: auto;
	}

	.contact-form label {
		font-family: 'Roboto';
		font-size: 0.85rem;
		font-weight: 500;
		color: #364655;
	}

	.text-muted {
		font-family: 'Roboto';
		font-size: 13px;
		color: #222222;
	}

	.text-muted strong {
		color: #FF3333;
	}

	.btn-send {
		font-family: 'Roboto';
		font-size: 13px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-bottom: 20px;
		padding: 12px 24px;
		border-radius: 50px;
		color: #FFFFFF;
		border: 0;
		cursor: pointer;
		background: #15ccbe;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		transition: 0.5s;
	}

	.btn-send:hover, .btn-send:focus, .btn-send:active {
		color: #FFFFFF;
		background: #15ccbe;
		border: 0;
		outline: none !important;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		transition: 0.5s;
	}

	.help-block {
		font-family: 'Roboto';
		font-size: 12px;
		color: #FF3333;
	}


	.contact-details {
		padding: 100px 0 0 0;
		overflow: hidden;
	}

	.contact-details .col-sm-4 {
		margin-bottom: 20px;
	}

	.contact-details i {
		font-size: 32px;
		color: #A1A1A1;
	}

	.contact-details h1 {
		font-size: 16px;
		font-weight: 500;
		color: #364655;
		line-height: 1.6;
	}

	/* -------- Contact Section Styling Ends ---- */
	/*-----------------------------------------------------------
    ------------ Service Features Styling Starts ---------------
    -----------------------------------------------------------*/
	.service-intro {
		padding: 0 0 50px 0;
	}

	.service-intro h1 {
		font-size: 24px;
		font-weight: 700;
		color: #364655;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.service-intro p {
		font-size: 14px;
		font-weight: 500;
		color: rgb(129, 129, 152);
		line-height: 1.6;
		max-width: 600px;
		margin: 0 auto;
	}

	.justify-center {
		justify-content: center !important;
		display: flex;
	}

	.lbl-services {
		background: #f8faff;
		padding: 100px 0 50px 0;
		position: relative;
	}

	.lbl-service-card {
		background: #FFF;
		text-align: center;
		box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
		border-bottom: 2px solid rgba(21, 204, 190, 0.8);
		padding: 50px 25px;
		margin: 0 0 50px 0;
		cursor: pointer;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.lbl-service-card:hover {
		border-bottom: 2px solid rgba(21, 204, 190, 0.3);
		box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
	}

	.card-icon {
		width: 80px;
		height: 80px;
		margin: 0 auto;
		border-radius: 50%;
		background: rgba(30, 166, 154, 0.08);
		display: table;
		text-align: center;
	}

	.card-img {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	.card-text {
		padding: 15px;
		margin-top: 15px;
	}

	.card-text h3 {
		font-size: 18px;
		font-weight: 500;
		color: #364655;
	}

	.card-text p {
		font-size: 14px;
		font-weight: 500;
		color: rgb(129, 129, 152);
		line-height: 1.6;
		margin-top: 15px;
	}
}

	@media only screen and (max-width: 42em) {
		.lbl-service-card {
			display: block !important;
		}
	}


	/*-----------------------------------------------------------
    ------------ Body Text Styling Starts ---------------
    -----------------------------------------------------------*/
	.body-text {
		background: #f8faff;
		background: #f8faff;
		padding: 100px 0 50px 0;
		position: relative;
		/* padding: 0 0 50px 0; */
	}

	.body-text h1 {
		font-size: 24px;
		font-weight: 700;
		color: #364655;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.body-text p {
		font-size: 14px;
		font-weight: 500;
		color: rgb(129, 129, 152);
		line-height: 1.6;
		/* max-width: 600px; */
		margin: 25px auto;
	}

	/*-----------------------------------------------------------
    ------------ FAQ's Styling Starts ---------------
    -----------------------------------------------------------*/
	.faqs .accordion .card {
		border-radius: 0px !important;
		border: none;
		margin-bottom: 5px;
	}

	.faqs .accordion .card .card-header {
		background: #FFFFFF;
		border-bottom: 2px solid rgba(21, 204, 190, 0.8);
		color: #364655;
	}

	.faqs .accordion .card .card-header .btn {
		padding-left: 0;
	}

	.faqs .accordion .card .card-header .btn-link {
		color: #364655;
	}

	.faqs .accordion .card .card-body {
		font-family: 'Roboto';
		line-height: 1.6;
		color: rgb(129, 129, 152);
		font-size: 14px;
	}


	/*--------------------------------------------------------------
    -------------------- Footer Small Styling Starts ---------------
    --------------------------------------------------------------*/
	.footer-sm {
		padding: 30px 0;
		background: rgba(30, 166, 154, 0.1);
		background: #f8faff;
		text-align: center;
	}

	.footer-sm .col-md-4:nth-child(even) {
		text-align: center;
	}

	.footer-sm .footer-logo {
		font-family: 'Arvo';
		font-size: 16px;
		font-weight: 600;
		color: rgb(132, 132, 132);
		letter-spacing: 0;
		display: block;
		margin-bottom: 15px;
		text-decoration: none;
	}

	.footer-sm h6 {
		font-size: 13px;
		font-weight: 500;
		color: rgb(132, 132, 132);
		letter-spacing: 0;
		display: inline-block;
	}

	.footer-sm ul {
		list-style-type: none;
		margin-top: 10px;
	}

	.footer-sm ul li {
		font-family: "Roboto";
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 0;
		display: inline-block;
		margin-left: 6px;
		margin-right: 6px;
	}

	.footer-sm ul li a {
		font-size: 13px;
		font-weight: 500;
		position: relative;
		display: inline-block;
		color: rgb(132, 132, 132);
		text-decoration: none;
	}

	.footer-sm ul li a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		bottom: -3px;
		left: 0;
		background-color: #1ea69a;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}

	.footer-sm ul li a:hover:before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.no-touch .footer-sm ul li a:hover {
		text-decoration: none;
		color: #000;
	}

	.footer-sm .copyright {
		color: rgb(132, 132, 132);
	}


	/* -------------------------------------------------------
    ----------- Bact-to-Top Styling Starts Here --------------
    ---------------------------------------------------------*/


.bk-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 90;
	width: 45px;
	height: 45px;
	background: #15ccbe;
	color: #f2f2f0;
	border-radius: 50%;
	display: table;
	box-shadow:0 5px 15px rgba(0, 0, 0, .1);
}

.bk-top-txt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.back-to-top {
	font-family: 'Roboto';
	font-size: 0.8rem;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 13px;
}


	.back-to-top:focus {
		color: #FFFFFF;
	}


	/*-----------------------------------------------------------------
    ------------------ All Media Queries Start Here -------------------
    -----------------------------------------------------------------*/
	@media only screen and (min-width: 767px) and (max-width: 991px) {

		.app-hero .intro-block {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
			flex: 1 0 50%;
			text-align: center;
		}

		.app-hero .hero-img {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
			flex: 1 0 50%;
		}

		.hero-inner .intro-block {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
			flex: 1 0 50%;
			text-align: center;
		}

		.hero-inner .hero-img {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
			flex: 1 0 50%;
		}

		.download-buttons img {
			width: 140px !important;
		}

	}

	@media only screen and (min-width: 767px) {

		.navbar-nav {
			margin-top: 0;
		}

		.navbar-nav .nav-item {
			margin-top: 0;
			margin-right: 15px;
			font-size: 0.85rem;
			font-weight: 400;
		}

		.hero-home {
			padding: 150px 0 150px 0;
		}

		.hero-2 {
			padding: 100px 0 100px 0 !important;
		}

		.app-hero {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.app-hero .intro-block {
			text-align: left;
		}

		.app-features h1 {
			font-size: 28px;
		}

		.app-features p {
			font-size: 16px;
		}

		.features {
			padding: 75px 0 75px 0;
		}

		.service-intro h1 {
			font-size: 28px;
		}

		.service-intro p {
			font-size: 16px;
		}


		.hero-home h1 {
			font-size: 38px;
		}

		.hero-2 h1 {
			font-size: 32px;
		}

		.app-hero .hero-img {
			padding: 25px 25px;
		}


		.form input {
			padding: 0 50px 0 50px;
		}

		.footer-sm {
			text-align: left;
		}

		.footer-sm .footer-logo {
			margin-bottom: 0;
			font-size: 14px;
			display: block;
		}

		.footer-sm ul {
			list-style-type: none;
			margin-top: 0;
		}

		.contact-details {
			padding: 100px 0 50px 0;
			overflow: hidden;
		}

		.contact-details .col-sm-4 {
			margin-bottom: 0;
		}

	}

	@media only screen and (min-width: 1024px) {

		.app-hero .hero-img {
			padding: 25px 50px;
		}

		.form input {
			padding: 0 100px 0 50px;
		}
	}


	@media screen and (max-width: 420px) {
		.form input {
			text-align: center;
			padding: 20px 20px;
		}

		.form .submit-button {
			margin-left: 5px;
		}
	}

	.descargar {
		background: rgb(233, 40, 85);
		background: -webkit-linear-gradient(top left, rgba(233, 40, 85, 1) 0%, rgba(13, 119, 214, 1) 100%);
		background: -o-linear-gradient(top left, rgba(233, 40, 85, 1) 0%, rgba(13, 119, 214, 1) 100%);
		background: linear-gradient(to bottom right, rgba(233, 40, 85, 1) 0%, rgba(13, 119, 214, 1) 100%);
	}
