/**********************************************/
/* ========== ABOUT PAGE LATE 2018 ========== */
/**********************************************/
/* .late2018-theme {
  font-family: Barlow !important;
  font-size: 23px;
  color: #000042;
  line-height: 28px;
} */
.footer-late2018 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a .blog-menu-item {
	color: #53E0DC;
}

.late2018-theme strong {
	font-weight: 600;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

/************ Banner Area *************/

.late2018-theme .custom-full-width-banner-area {
	background-color: #23237B;
	color: #ffffff;
	min-height: 150px;
	position: relative;
	margin-bottom: 60px;
}

.late2018-theme .custom-full-width-banner-area:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -44px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 44px 44px 0 44px;
	border-color: #23237B transparent transparent transparent;
}

.late2018-theme .custom-full-width-banner-area .page-center {
	display: table;
	height: 150px;
}

.late2018-theme .custom-full-width-banner-area h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	line-height: 54px;
}

/* ===== HERO ===== */
.about-late2018-hero.custom-banner {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-attachment: inherit;
	min-height: 705px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.late2018-theme .about-late2018-hero h1 {
	color: #53E0DC;
	font-size: 29px;
}

.late2018-theme .about-late2018-hero p {
	color: #fff;
	font-size: 56px;
	font-weight: 600;
	line-height: 67px;
}

.late2018-theme .about-late2018-hero .hero-flex {
	display: flex;
	flex-direction: column;
	min-height: 500px;
	justify-content: center;
	max-width: 800px;
	margin: 0 auto;
}

/* ===== TEXT ON WHITE ===== */
.late2018-theme .about-late2018-text-on-white h1,
.late2018-theme .about-late2018-text-on-white h2 {
	color: #2d2c8d;
	font-size: 45px;
	font-weight: 600;
	line-height: 54px;
	text-align: center;
	padding-bottom: 20px;
}

.late2018-theme .about-late2018-text-on-white h2 span {
	font-weight: 400;
}

.late2018-theme .about-late2018-text-on-white p {
	color: #2d2c8d;
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}

/* ===== EXPERIENCE ===== */
.late2018-theme .solutions {
	background: #4040B2;
	/*   margin-top: 80px; */
	padding-bottom: 70px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.solutions:after,
.solutions:before {
	background: #fff;
	bottom: 0;
	content: "";
	height: 36px;
	position: absolute;
	transform-origin: bottom left;
	width: 50vw;
	z-index: 2;
}


.late2018-theme .solutions:before {
	left: 0;
	transform: skew(45deg, 0);
}

.late2018-theme .solutions:after {
	right: 0;
	transform: skew(-45deg, 0);
}

.late2018-theme .solutions .experience-logo {
	text-align: center;
	margin-top: -103px;
}

.late2018-theme .solutions .experience-content h2 {
	font-weight: 600;
	font-size: 29px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto 1rem;
	max-width: 780px;
}

.late2018-theme .solutions .experience-content ul {
	list-style: none;
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.late2018-theme .solutions .experience-content li {
	width: 353px;
	text-align: center;
	list-style: none;
	margin: 5px;
}

.late2018-theme .solutions .experience-content ul li p.number {
	font-size: 89px;
	line-height: 107px;
	color: #53E0DC;
}

.late2018-theme .solutions .experience-content ul li p.number-data {
	line-height: 28px;
	font-size: 23px;
	color: #FFFFFF;
	font-weight: 100;
}

/* ==== BRANDING GUIDELINES PAGE ===== */
#branding-page .cs-box-container,
#continued-success .cs-box-container {
	width: 100%;
	margin: 0px text-align:center;
}

#branding-page .cs-box-container .cs-box {
	border: none;
	width: 30%;
	margin-left: 20px;
	background-color: transparent;
}

#branding-page .cs-box-container .cs-box h3 {
	background-color: #fff;
	border-radius: 30px 30px 0px 0px;
	margin-bottom: 0px;
}

#branding-page .cs-box-container .cs-box .box-footer {
	background-color: transparent;
	margin-top: 0px;
}

#branding-page .cs-box .line-right:after,
.cs-box .line-right:before,
.cs-box .line-left:before,
.cs-box .line-left:after {
	background-color: transparent;
}

#branding-page .cs-box-container .box-arrows {
	display: none;
}

#branding-page .careers-salaries .salaries-box-wrapper .row-fluid-wrapper.row-number-4,
#branding-page .careers-salaries .salaries-box-wrapper .row-fluid-wrapper.row-number-5,
#branding-page .careers-salaries .salaries-box-wrapper .row-fluid-wrapper.row-number-6 {
	display: none;
}

/*********** Continued success product *********/
#continued-success .hero-flex {
	max-width: 1200px !important;
}

#continued-success .cs-box-container .cs-box {
	vertical-align: middle;
	width: 30%;
	margin-left: 20px;
	min-height: 200px;
	background-color: #F6F6FA;
	border-radius: 30px;
	border: none;
}

#continued-success .cs-box-container .cs-box h3 {
	font-size: 20px;
	color: #23237B;
	font-weight: 500;
	padding-left: 5px;
	padding-right: 5px;
}

#continued-success .cs-box-container .cs-box h3 #column3 {
	display: none;
}

#continued-success .box-footer,
#continued-success .box-arrows,
#continued-success .line-right,
#continued-success .line-left,
#continued-success .row-number-13,
#continued-success .row-number-17 {
	display: none;
}

#continued-success .about-late2018-founders {
	padding-bottom: 0px;
}

#continued-success .about-late2018-summary.custom-banner {
	background-color: #F6F6FA;
	padding-bottom: 0px;
}

#continued-success .row-number-45 {
	background-color: #fff;
}

/* ===== WORLD WIDE ===== */
.late2018-theme .about-late2018-world-wide {
	min-height: 310px;
	padding-top: 90px;
	background-color: #4040B2;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: inherit;
}

.late2018-theme .about-late2018-world-wide .world-wide-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.late2018-theme .about-late2018-world-wide .world-wide-content p {
	color: #fff;
}

.late2018-theme .about-late2018-world-wide p.world-wide-text {
	font-weight: 600;
	font-size: 29px;
	color: #fff;
	line-height: 45px;
	margin-bottom: 0px;
}

.late2018-theme .about-late2018-world-wide .world-wide-content img {
	padding-right: 30px;
}

/* ===== CAPABILITIES ===== */
.late2018-theme .about-late2018-capabilities {
	padding: 20px 0px;
}

.late2018-theme .about-late2018-capabilities ul {
	color: #000042;
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 20px;
	padding-left: 0px;
	margin: 0;
	text-align: center;
}

.late2018-theme .about-late2018-capabilities p {
	margin: 0;
}

.late2018-theme .about-late2018-capabilities ul li {
	margin: 20px 0px;
}

.late2018-theme .about-late2018-inc-5000 {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* ===== PARTNERS ===== */
.late2018-theme .about-late2018-partners {
	background: #F6F6FA;
	padding-top: 30px;
	padding-bottom: 40px;
}

.late2018-theme .about-late2018-partners h2,
.late2018-theme .about-late2018-inc-5000 h2 {
	font-weight: 600;
	font-size: 45px;
	text-align: center;
	color: #36369F;
	line-height: 54px;
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 800px;
}

.late2018-theme .about-late2018-partners p {
	font-size: 20px;
	text-align: center;
	color: #000042;
}

.late2018-theme .about-late2018-partners p.subtitle {
	margin: 30px 0px;
}

.late2018-theme .about-late2018-partners ul {
	list-style: none;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding-left: 0px;
}

.late2018-theme .about-late2018-partners ul li {
	width: 330px;
	height: 220px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
}

/* ===== FOUNDERS ===== */
.late2018-theme .about-late2018-founders {
	background: #36369F;
	padding-top: 50px;
	padding-bottom: 180px;
}

.late2018-theme .about-late2018-founders h2 {
	font-weight: 600;
	font-size: 45px;
	color: #53E0DC;
	text-align: center;
	padding-bottom: 30px;
}

.late2018-theme .about-late2018-founders p {
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	padding-bottom: 30px;
	color: #fff;
}

.late2018-theme .about-late2018-founders p.subtitle {
	font-weight: 400;
	font-size: 29px;
	color: #fff;
}

.late2018-theme .about-late2018-founders p.text-wrap {
	max-width: 890px;
	margin: 0 auto;
	color: #fff;
	animation: fade-in 1s;
}

.late2018-theme .about-late2018-founders .list-wrap {
	max-width: 890px;
	margin: 0 auto;
	color: #fff;
	animation: fade-in 1s;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 40px;
}

.late2018-theme .about-late2018-founders2 .founders2-2col {
	text-align: center;
	margin-top: -190px;
	padding-bottom: 60px;
}

.late2018-theme .about-late2018-founders2 .founders3 {
	text-align: center;
	padding-bottom: 60px;
}

.late2018-theme .about-late2018-founders2 .founders2-2col h3,
.late2018-theme .about-late2018-founders2 .founders3 h3 {
	font-weight: 600;
	font-size: 29px;
	color: #36369F;
}

.late2018-theme .about-late2018-founders2 .founders2-2col p,
.late2018-theme .about-late2018-founders2 .founders3 p {
	font-weight: 400;
	font-size: 20px;
	color: #000042;
}

.late2018-theme .about-late2018-founders2 .founders2-2col p.subtitle,
.late2018-theme .about-late2018-founders2 .founders3 p.subtitle {
	font-weight: 600;
	padding-bottom: 15px;
}

.late2018-theme .about-late2018-founders2 .founders2-2col p.f-content,
.late2018-theme .about-late2018-founders2 .founders3 p.f-content {
	max-width: 430px;
	margin: 0 auto;
	margin-bottom: 40px;
	min-height: 114px;
	animation: fade-in 1s;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* ===== TEAM MEMBERS ===== */
.late2018-theme .about-late2018-team {
	padding-bottom: 110px;
}

.late2018-theme .about-late2018-team2020 {
	padding-bottom: 30px;
}

.late2018-theme .about-late2018-team-title {
	background: #36369F;
	text-align: center;
	font-weight: 600;
	font-size: 29px;
	line-height: 36px;
	padding: 12px 0px;
	margin-bottom: 80px;
	color: #fff;
}

.late2018-theme .about-late2018-team-title:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #36369F transparent transparent transparent;
}

.late2018-theme .about-late2018-team div.team-member {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0px;
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 1100px) {
	.late2018-theme .about-late2018-team div.team-member {
		max-width: 600px;
	}
}

.late2018-theme .about-late2018-team .team-member .member {
	width: 215px;
	margin: 0px 5px 20px 5px;
}

.late2018-theme .about-late2018-team .team-member .member img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	margin: 0 auto;
}

.late2018-theme .about-late2018-team .team-member .member p {
	font-size: 18px;
	color: #000042;
	line-height: 25px;
}

.late2018-theme .about-late2018-team .team-member .member p.member-role {
	font-weight: 600;
}

/* ===== SUMMARY ===== */
.late2018-theme .about-late2018-summary {
	text-align: center;
}

.about-late2018-summary.custom-banner {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-attachment: inherit;
	text-align: center;
}

.late2018-theme .about-late2018-summary .summary-logo {
	text-align: center;
	margin-top: -103px;
}

.late2018-theme .about-late2018-summary h2 {
	font-weight: 600;
	font-size: 29px;
	color: #53E0DC;
	line-height: initial;
	margin: 0;
}

.late2018-theme .about-late2018-summary p {
	color: #FFFFFF;
	line-height: 31px;
	font-size: 20px;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 90px;
}

.late2018-theme .about-late2018-summary p.big-subtitle {
	font-weight: 600;
	font-size: 45px;
	line-height: 54px;
	padding: 18px 0px 30px;
	max-width: none;
}

/* ===== TEXT ON WHITE 2 ===== */
.late2018-theme .about-late2018-text-on-white2 {
	padding-top: 40px;
	padding-bottom: 45px;
}

.late2018-theme .about-late2018-text-on-white2 h2 {
	color: #36369F;
	font-size: 29px;
	font-weight: 400;
	line-height: 35px;
	text-align: center;
	max-width: 555px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.late2018-theme .about-late2018-text-on-white2 p {
	color: #23237B;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
}

.pilarpage-hero .btn-cta {
	background-color: #53E0DC;
	border: 0;
	box-shadow: none;
	color: #fff;
	font-weight: 500;
	min-width: 300px;
	padding: 1rem 10rem;
	text-align: center;
	transition: all .5s ease 0s;
	font-size: 18px;
}

.tf-sidebar .btn-cta {
	background-color: #53E0DC;
	border: 0;
	box-shadow: none;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	padding: 1rem;
	text-align: center;
	transition: all .5s ease 0s;
	font-size: 18px;
}

.tf-sidebar .btn-cta:hover {
	background-color: #35afac;
}

.pilarpage-hero .btn-cta:hover {
	background-color: #35afac;
}

/* ======================= MOBILE ======================= */
@media (max-width: 767px) {

	.late2018-theme .about-late2018-hero .hero-flex,
	.about-late2018-hero.custom-banner {
		min-height: 0;
	}

	.about-late2018-hero.custom-banner {
		padding-bottom: 30px;
	}

	.late2018-theme .about-late2018-hero h1 {
		font-size: 20px;
	}

	.late2018-theme .about-late2018-hero p {
		font-size: 30px;
		line-height: 40px;
		font-weight: 500;
	}

	.late2018-theme .about-late2018-hero p:last-child {
		padding-bottom: 40px;
	}

	.late2018-theme .about-late2018-text-on-white h2 {
		font-size: 24px;
		line-height: 29px;
	}

	/* .late2018-theme .about-late2018-text-on-white p {
  font-size: 17px;
  line-height: 20px;
  }*/
	.late2018-theme .solutions .experience-logo img,
	.late2018-theme .about-late2018-summary .summary-logo img {
		width: 160px !important;
	}

	.late2018-theme .solutions .experience-logo,
	.late2018-theme .about-late2018-summary .summary-logo {
		margin-top: -78px;
	}

	.late2018-theme .solutions {
		/*margin-top: 50px;*/
    margin-top: 0;
		padding-bottom: 30px;
	}

	.late2018-theme .solutions .experience-content h2 {
		margin: auto 0px;
		font-size: 30px;
		line-height: 36px;
	}

	.late2018-theme .solutions .experience-content ul li p.number {
		font-size: 70px;
		line-height: 84px;
	}

	.late2018-theme .solutions .experience-content ul li p.number-data {
		font-size: 20px;
		line-height: 24px;
	}

	.late2018-theme .about-late2018-world-wide {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.late2018-theme .about-late2018-world-wide .world-wide-content {
		text-align: center;
	}

	.late2018-theme .about-late2018-world-wide .world-wide-content img {
		padding-right: 0px;
	}

	.late2018-theme .about-late2018-world-wide p.world-wide-text {
		font-size: 30px;
		line-height: 36px;
		padding: 20px 0px;
	}

	.late2018-theme .about-late2018-world-wide p.subtitle {
		font-size: 20px;
		line-height: 24px;
	}

	.late2018-theme .about-late2018-world-wide .world-wide-content {
		flex-direction: column;
	}

	.late2018-theme .about-late2018-capabilities ul {
		flex-direction: column;
	}

	.late2018-theme .about-late2018-partners h2,
	.late2018-theme .about-late2018-inc-5000 h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.late2018-theme .about-late2018-partners ul,
	.late2018-theme .about-late2018-inc-5000 h2,
	.late2018-theme .techfino-partner.home-2020 ul {
		flex-direction: column;
	}

	.late2018-theme .about-late2018-partners,
	.late2018-theme .about-late2018-inc-5000 h2 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.late2018-theme .about-late2018-founders h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.late2018-theme .about-late2018-founders p.subtitle {
		font-size: 24px;
		line-height: 29px;
	}

	.late2018-theme .about-late2018-founders2 .founders2-2col p {
		font-size: 18px;
		line-height: 25px;
	}

	.late2018-theme .about-late2018-founders {
		padding-top: 0px;
	}

	.late2018-theme .about-late2018-founders2 .founders2-2col:first-child {
		margin-top: -190px;
	}

	.late2018-theme .about-late2018-founders2 .founders2-2col {
		margin-top: 0px;
		padding-bottom: 40px;
	}

	.late2018-theme .about-late2018-founders2 .founders2-2col p.f-content {
		min-height: auto;
	}

	.late2018-theme .about-late2018-summary p.big-subtitle {
		font-size: 30px;
		line-height: 36px;
	}

	.late2018-theme .about-late2018-summary p {
		padding-bottom: 50px;
	}
}

@media (min-width: 767px) and (max-width: 800px) {
	.late2018-theme .about-late2018-founders2 .founders2-2col p.f-content {
		min-height: 140px;
	}
}


/**********************************************************/
/* ========== CONTINUES SUCCESS PAGE LATE 2018 ========== */
/**********************************************************/
/* HERO */
.cs-late2018-hero.custom-banner {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-attachment: inherit;
	min-height: 1px;
	position: relative;
	overflow: hidden;
}

.cs-late2018-hero:before {
	content: "";
	background: #fff;
	height: 88px;
	width: 50vw;
	position: absolute;
	transform: skew(45deg, 0);
	bottom: 0;
	left: 0;
	transform-origin: bottom left;
}

.cs-late2018-hero:after {
	content: "";
	background: #fff;
	height: 88px;
	width: 50vw;
	position: absolute;
	transform: skew(-45deg, 0);
	bottom: 0;
	right: 0;
	transform-origin: bottom left;
}

.cs-late2018-hero .hero-flex {
	padding-top: 35px;
	padding-bottom: 4%;
}

.cs-late2018-hero .hero-flex>.row-fluid-wrapper>.row-fluid {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cs-late2018-hero h2 {
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	color: #53E0DC;
	padding-top: 30px;
	padding-bottom: 20px;
}

.cs-late2018-hero p {
	font-weight: 300;
	line-height: 36px;
	font-size: 26px;
	color: #FFFFFF;
}

.cs-late2018-hero h2,
.cs-late2018-hero p {
	margin-left: 5px;
}

.cs-late2018-hero a.play-btn-top {
	display: block;
	padding-top: 20px;
	color: #fff;
	font-weight: 500;
}

.cs-late2018-hero a.play-btn-top img {
	margin-right: 10px;
}

/* HERO MOBILE */
@media (max-width: 767px) {
	.cs-late2018-hero .hero-flex>.row-fluid-wrapper>.row-fluid {
		flex-direction: column;
		text-align: center;
	}

	.cs-late2018-hero .cs-right-column {
		padding-bottom: 20%;
	}

	.cs-late2018-hero h2,
	.cs-late2018-hero p {
		margin-left: 0px;
	}

	.cs-late2018-hero h2 {
		padding-top: 20px;
		padding-bottom: 10px;
		line-height: 34px;
	}
}

.tf-sidebar {
	position: sticky;
	top: 100px;
	box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
	padding: 20px;
	background-color: #fff;
}

/* .page-center .tf-sidebar .chapter:active a {
    border-left: #ff4800 2px solid;
} */
/*     .page-center .tf-sidebar a::after p {
    border-left: #ff4800 2px solid;
} */
.tf-sidebar .chapter span {
	font-size: 12px !important;
	font-weight: 400 !important;
}

#Menu {
	padding: 0;
	margin: 0;
}

#Menu li {
	list-style: none;
	/*     border-left: #a5a5a5 2px solid; */
	padding-left: 1rem;
	margin: 2em 0;
	color: #9292A0;
	font-size: 14px;
	font-family: Barlow;
	font-weight: 400;
	line-height: 20px;
	word-wrap: break-word
}

#Menu li:first-child {
	margin: 0 0 2rem 0;
}

.tf-sidebar hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, #fff, #c1c0c0, #fff);
	margin: 2rem 0;
}


#Menu li a {
	color: gray;
}

#Menu li a:hover {
	color: #3E45AC;
	font-weight: 600;
}

#Menu li.active a {
	color: #3E45AC;
	font-weight: 600;
	font-size: 20px;
}


.page-center .tf-sidebar p {
	border-left: outset;
	padding-left: 1em;
	margin: 20px 0;
}

.page-center .tf-sidebar a {
	font-size: 18px;
	line-height: 1;
}

.page-center .tf-sidebar .chapter {
	text-transform: none;
	color: #474747;
}

.page-center .tf-sidebar span {
	font-family: barlow;
	font-size: 18px;
	font-weight: 600;
	color: #b5b5b5;
}

.section-1 {
	overflow: hidden;
}

.section-1 .hat,
.section-2 .hat,
.section-3 .hat,
.section-4 .hat,
.section-5 .hat,
.section-6 .hat {
	color: #B3B3BC;
	font-family: "Barlow", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.section-4 img {
	margin: 2rem 0;
}

.section-4 .terms img {
	margin: 0;
}

h4 {
	font-size: 24px;
}

h5 {
	font-weight: 600;
	line-height: 1.5;
	font-size: 20px;
}

p {
	font-weight: normal;
	font-family: "Barlow", sans-serif;
	font-size: 18px;
	color: #fff;
	max-width: 780px;
	margin: 0 auto;

}

 
======================================================================================================================================
.pilarpage-hero {
	text-align: center;
}

.pilarpage-hero.custom-banner {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-attachment: inherit;
	/*   min-height: 705px; */
	min-height: auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.pilarpage-hero:after {
	content: "";
	background: #fff;
	height: 36px;
	width: 50vw;
	position: absolute;
	transform: skew(-45deg, 0deg);
	bottom: 0;
	right: 0;
	transform-origin: bottom left;
}

.pilarpage-hero:before {
	content: "";
	background: #fff;
	height: 36px;
	width: 50vw;
	position: absolute;
	transform: skew(45deg, 0deg);
	bottom: 0;
	left: 0;
	transform-origin: bottom left
}

.pilarpage-hero h1 {
	color: #FFFFFF;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 7px;
	position: relative;
	/*   text-transform: uppercase; */
	display: inline-block;
}

.pilarpage-hero .subtitle {
	color: #53E0DC;
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
	padding-bottom: 6px;
	margin-bottom: 40px;
}

.pilarpage-hero .text-hero {
	padding: 5rem 1rem;
}
@media (min-width: 1200px) {
  .pilarpage-hero .text-hero {
    padding: 10rem 19rem;
  }
}
/*
.pilarpage-hero .page-center .content{ 
      max-width: 780px;
      padding:70px 0;
  position:relative;
}
 */
.pilarpage-hero .text-hero h4 {
	color: #53E0DC;
	text-transform: uppercase;
	font-size: 20px;
}

.pilarpage-hero .text-hero h5 {
	color: #fff;
	font-weight: 400;
}

@media(max-width:768px) {
	.pilarpage-hero .hero-text {
		padding: 0;
	}
}

@media(max-width:430px) {
	.pilarpage-hero h1 {
		font-size: 38px;
		line-height: 1;
	}

	.pilarpage-hero.custom-banner {
		min-height: auto;
	}
}

/* ===== WHAT CAN DO ===== */
.ind-pages-what-can-do{
 text-align:center; 
}
.ind-pages-what-can-do .hs-button {
 margin: 5rem; 
}
/* .ind-pages-what-can-do {
	background: #fff;
	padding: 50px 0px 60px;
	position: relative;
	overflow: hidden;
}

.ind-pages-what-can-do::before {
	left: 0;
	transform: skew(45deg, 0);
	background: #F6F6FA;
	bottom: 0;
	content: "";
	height: 36px;
	position: absolute;
	transform-origin: bottom left;
	width: 50vw;
	z-index: 2;
}

.ind-pages-what-can-do:after {
	content: "";
	background: #F6F6FA;
	height: 36px;
	width: 50vw;
	position: absolute;
	transform: skew(-45deg, 0deg);
	bottom: 0;
	right: 0;
	transform-origin: bottom left;
}

.ind-pages-what-can-do h1,
.ind-pages-what-can-do h2 {
	font-weight: 600;
	font-size: 29px;
	line-height: 35px;
	text-align: center;
	color: #23237B;
	max-width: 770px;
	margin: 0 auto;
} */

.wcd-wraper {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 70px;
}

.accordion {
	background-color: transparent;
	width: 100%;
	border: none;
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #53e0dc;
	outline: none;
	padding: 0;
	font-family: Barlow !important;
	padding-left: 40px;
	position: relative;
}

.panel {
	display: block;
	padding-left: 40px;
	position: relative;
	width: 100%;
}

#expandAll {
	color: #53e0dc;
	font-family: Barlow;
	font-size: 16px;
	line-height: 25px;
	padding: 4px 14px;
	background: #fff;
	border: 0;
	margin-bottom: 10px;
	outline: 0;
}

.wcd-wraper .wcd-row {
	background: #36369F;
	border: 1px solid #2D2C8D;
	margin-top: -1px;
	padding: 26px 70px;
	position: relative;
}

.wcd-wraper .wcd-row:nth-child(odd) {
	background: #4040B2;
}

.wcd-wraper .wcd-row p {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	margin-top: 14px;
}

/* .accordion:before {
	content: url(https://www.techfino.com/hubfs/Chevron-1.svg);
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	transition: transform 0.2s ease-out;
	-webkit-filter: saturate(0.2);
	filter: saturate(1);
	transform: rotate(0deg);
}

.accordion.active:before {
	transform: rotate(0deg);
	-webkit-filter: saturate(1);
	filter: saturate(1);
}

.noAccordion {
	padding-left: 40px;
	margin: 0;
	font-weight: 500 !important;
}

.noAccordion:before {
	content: url(https://www.techfino.com/hubfs/Chevron-1.svg);
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 8%;
	top: 27px;
	transition: transform 0.2s ease-out;
	-webkit-filter: saturate(0.2);
	filter: saturate(0.2);
	transform: rotate(0deg);
} */

/* ===== CTA ===== */
.late2018-theme .ind-pages-late2018-cta {
	position: relative;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 60px;
}

.late2018-theme .ind-pages-late2018-cta:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 70px 0 70px;
	border-color: #3E45AC transparent transparent transparent;
}

.late2018-theme .ind-pages-late2018-cta p {
	font-weight: 400;
	color: #23237b;
	line-height: 32px;
	font-size: 23px;
	margin: 0 auto;
	margin-bottom: 35px;
	max-width: 780px;
}

@media (max-width: 767px) {
	.wcd-wraper .wcd-row {
		padding: 26px 30px;
	}

	.accordion,
	.panel,
	.noAccordion {
		padding-left: 8%;
	}
}

.late2018-theme .ctaButtonHolder {
	text-align: center;
	margin-top: 50px;
}

.ind-pages-quote {
	padding: 30px 0px;
	background: #f6f6fa;
}

.ind-pages-quote .apparel {
	background: url(https://www.techfino.com/hubfs/quote1.png) center right no-repeat;
	padding: 40px;
	margin: 0;
	border: none;
}

.ind-pages-quote .apparel.home {
	background: url(https://www.techfino.com/hubfs/quote2.png) center right no-repeat;
}
.ind-pages-quote .apparel.n-profit-new {
	background: url(https://www.techfino.com/hubfs/1078691599.png) center right no-repeat;
  background-size: contain;
}
.ind-pages-quote .apparel.non-profit {
	background: url(https://www.techfino.com/hubfs/quote3.png) center right no-repeat;
}

.ind-pages-quote .apparel.wholesale {
	background: url(https://www.techfino.com/hubfs/quote4.png) center right no-repeat;
	padding: 14px 40px;
}

.ind-pages-quote .apparel.advertising {
	background: url(https://www.techfino.com/hubfs/financial-quote-img.jpg) center right no-repeat;
	padding: 60px;
	background-size: contain;
}

.ind-pages-quote .apparel.financial {
	background: url(https://www.techfino.com/hubfs/financial_2.jpg) center right no-repeat;
	padding: 50px;
	background-size: contain;
}

.ind-pages-quote .apparel.food {
	background: url(https://www.techfino.com/hubfs/food-2.jpg) center right no-repeat;
	padding: 50px;
	background-size: contain;
}

.ind-pages-quote .apparel.health {
	background: url(https://www.techfino.com/hubfs/quote-img-health.jpg) center right no-repeat;
	background-size: contain;
}

.ind-pages-quote .apparel.manufacturing {
/* 	background: url(https://www.techfino.com/hubfs/test.png) center right no-repeat; */
	background: url(https://www.techfino.com/hubfs/new%20home/Manufacturing%20Page%20update.png) center right no-repeat;
	padding: 70px;
	background-size: contain;
}

.ind-pages-quote .apparel.software {
	background: url(https://www.techfino.com/hubfs/software-and-services-quote-img-x2.png) center right no-repeat;
	padding: 70px;
	background-size: contain;
}

.ind-pages-quote .apparel.life-sciences {
	background: url(https://www.techfino.com/hubfs/quote-img-life-sciences.webp) center right no-repeat;
	padding: 70px;
	background-size: contain;
}

.ind-pages-quote .bquote {
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 2px 27px rgba(0, 0, 66, 0.11);
	padding: 70px;
	max-width: 650px;
	margin-left: 5%;
}

.ind-pages-quote .bquote p {
	font-style: italic;
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #23237B;
}

.ind-pages-quote .profile {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.ind-pages-quote .profile img {
	margin-right: 15px;
}

.ind-pages-quote .bquote .profile p {
	font-weight: 600;
	font-size: 23px;
	line-height: 28px;
	color: #23237B;
	text-align: left;
	font-style: normal;
}

.ind-pages-quote .bquote .profile span {
	font-size: 18px;
	line-height: .1;
	color: #000042;
	font-weight: 400;
}

.ind-pages-quote a {
	cursor: pointer;
	color: #23237B;
	font-weight: 500;
}

.ind-pages-quote a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.ind-pages-quote .apparel {
		background: none !important;
		padding: 0px !important;
	}

	.ind-pages-quote .bquote {
		margin-left: 0;
		padding: 30px;
	}

	.ind-pages-quote {
		padding: 30px 0px;
	}
}

===================================================================.page-center .intro {
	position: relative;
}

.page-center .intro p:after {
	content: "";
	position: absolute;
	margin-top: 20px;
	display: block;
	height: 2px;
	width: 114px;
	background: #53E0DC;
}

===================================================================.section-1 {
	display: contents !important;
}

===================================================================.section-2 .white-box h4 {
	color: #121212;
}

.section-2 {
	position: relative;
	overflow: hidden;
}

.section-2 h3,
.section-2 h2 {
	color: #53E0DC;
}

.section-2 .chapter-2 .subtitle {
	color: #53E0DC;
}

.section-2 h5,
.section-2 p {
	color: #fff;
}

.section-2 h5 {
	font-weight: 600;
}

.section-2 .white-box h3,
.section-2 .white-box p {
	color: #000;
}

/*  .section-2 #navegacao,
  .section-3 #navegacao,
  .section-4 #navegacao,
  .section-5 #navegacao,
  .section-6 #navegacao{
padding: 4em 0;
}
 */
.section-2 .item {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 4px;
	display: inline-flex;
}


.section-2 {
	position: relative;
}

@media(max-width:1439px) {

	.section-2,
	.section-3,
	.section-4,
	.section-5,
	.section-6 {
		/*            margin-top: calc(55% * 2) !important; */
		margin-top: 30% !important;
		;
	}
}

@media(min-width:1440px) and (max-width:1650px) {

	.section-2,
	.section-3,
	.section-4,
	.section-5,
	.section-6 {
		/*            margin-top: calc(55% * 2) !important; */
		margin-top: 55%;
	}
}

@media(min-width:1651px) and (max-width:1830px) {

	.section-2,
	.section-3,
	.section-4,
	.section-5,
	.section-6 {
		/*            margin-top: calc(55% * 2) !important; */
		margin-top: 65%;
	}
}


@media(min-width:1831px) and (max-width:2047px) {

	.section-2,
	.section-3,
	.section-4,
	.section-5,
	.section-6 {
		/*            margin-top: calc(55% * 2) !important; */
		margin-top: 60%;
	}
}

@media(min-width:2048px) {

	.section-2,
	.section-3,
	.section-4,
	.section-5,
	.section-6 {
		/*            margin-top: calc(55% * 2) !important; */
		margin-top: 65%;
	}
}

#navegacao {
	margin-bottom: 10%;
}

/* 

===================================================================

.section-1 h6, .section-1 td{
  font-weight: 600; 
  font-family: "Barlow",sans-serif;
      margin-bottom: 0px;
}

.section-1 tr{
height: 0px!important;
}
.section-1 tr p{
    margin: 0;
}

 

.section-1 #navegacao{
 position:relative; 
      margin: 0;
}

@media(min-width:1480px)  {
  .head {
  background: url("https://www.techfino.com/hubfs/Group%2014-1540png.png")!important;
    background-size: contain;
  }
} */


.image-divider img {
	width: 100%;
	/*   max-height: 50%; */
	position: absolute;
	overflow: hidden;
	right: 0;
	z-index: -101;
}

.image-divider-3 img {
	width: 100%;
	position: absolute;
	overflow: hidden;
	right: 0;
	z-index: -99;
}

.white {
	width: 100%;
	position: absolute;
	overflow: hidden;
	right: 0;
	z-index: -100;
	background-color: #fff;
}

/* 
.section-6{
   margin-top: 322px; 
    position: relative;
}
.section-3,
.section-4,
.section-5{
   margin-top: 322px;
    z-index: -99;
    position: relative;
}
.section-3{
   margin-top: 35rem; 
    position: relative;
}
.section-4,
.section-5{
   margin-top: 322px;
    z-index: -99;
    position: relative;
} 
 */
/* .section-4 .page-center{
        padding: 7rem 0;
} */
.section-4 td {
	font-family: "Barlow";
	font-size: 18px;
}

.lp-table {
	padding: 0;
}

.section-4 .terms p {
	margin-top: 0;
}

/*  .section-6 .chapter-6,
 .section-5 .chapter-5{
   padding: 5rem 0;
} */

.section-5 .image-text {
	display: flex;
	overflow: hidden;
}

.section-5 .items p {
	margin-top: 0;
}

====================tamanhos de imagens====================.section-5 .image-text .workgroup {
	overflow: hidden;
}

.section-5 .image-text .hs_cos_wrapper_type_linked_image {
	width: max-content;
	float: right;
	position: relative;
	display: block;
}

====================fim====================.section-5 .page-center .chapter-5 .infografico {
	padding: 5rem 0 !important;
}

.section-5 .page-center .chapter-5 .infografico h1 {
	margin: 10rem 0;
}


/* MOBILE */


/* ===== CUSTOMIZATION PROJECTS ===== */
.late2018-theme .customization-late2018-projects {
	background: #f6f6fa;
	padding-top: 20px;
	padding-bottom: 60px;
}