body {
	font-size: 1rem;
	font-weight: 400;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #5a6169;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .75rem;
	font-weight: 400;
	color: #212529;
}
.btn {
	padding: .75rem 1.25rem;
	font-size: .875rem;
	line-height: 1.1;
}
.btn:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,.05), 0 4px 10px rgba(0,123,255,.25);
}
.btn.btn-pill {
	border-radius: 50px;
}
.cafffeine {
	padding-top: 0;
}
.cafff-container {
	display: block;
}
.section-invert {
	background: #f9fafc;
}
.section {
	border-bottom: 1px solid #eaebed;
}
.feature .icon {
  border-radius: 50%;
  min-width: 65px;
  height: 65px;
  line-height: 65px;
	text-align: center;
  box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1), 0 7px 14px rgba(33, 37, 41, 0.1);
	font-size: 27px;
}
.feature .icon i {
	color: #CB0522;
}

@media (max-width: 1020px) {
	.cafff-container {
		display: none;
	}
	.cafffeine {
		padding-top: 50px;
	}
  .feature .icon {
    margin-right: 1.5rem !important;
  }
}

header {
  position: fixed;
  height: 170px;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  top: 0px;
}

header .cafff-layout--header-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(75deg, #9a1830, #9a1830 40%, #f23633);
  transform: skewY(7deg);
  transform-origin: bottom right;
  box-shadow: 0px 5px 5px #8888883d;
}

header .cafff-layout--header-navbar {
  padding: 10px 0px;
  z-index: 10;
  position: relative;
  color: #dfdfdf;
}

header .cafff-layout--header-navbar.fixed-navbar {
  height: 100px;
  position: fixed;
  top: 0px;
  background: #9a1830;
  width: 100%;
  left: 0px;
  top: -100px;
  -webkit-transition: top 0.2s; /* Safari */
  transition: top 0.2s;
  box-shadow: 0px 5px 5px #8888883d;
}

header .cafff-layout--header-navbar.fixed-navbar.show {
  top: 0px;
}

header .cafff-layout--header-navbar .cafff-layout--header-navbar--scroll {
  overflow: hidden;
  max-width: 100%;
  height: 2.5rem;
}

header .cafff-layout--header-navbar ul {
  font-size: 16px;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 0;
}

header .cafff-layout--header-navbar ul li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  color: #dfdfdf;
  transition: color .5s;
}

header .cafff-layout--header-navbar ul li:hover{
  color: #fff;
}

header .cafff-layout--header-navbar .cafff-layout--header-navbar--logo img {
 display: block;
 margin: auto;
}

header .cafff-layout--header-text {
  display: none;
}

header .cafff-layout--header-text h1 {
  text-align: center;
  color: #fff;
  line-height: 33px;
}

header .cafff-layout--header-text h1 span {
  color: #dfdfdf;
  font-family: 'Roboto Lt';
}

header .lightnings-container {
  position: relative;
  height: 100%;
}

header .cafff-layout--header--lightnings-white {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1;
  height: 650px;
  display: none;
}

header .cafff-layout--header--lightnings-white img {
  display: none;
  height: 90%;
  width: auto;
  float: right;
  -webkit-filter: drop-shadow(12px -10px 20px rgba(0,0,0,0.5));
  filter: url(#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=-10, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=-10, Color='#444')";
}

header .cafff-layout--header--lightnings-red {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 0;
  width: 430px;
  right: -80px;
}

header .cafff-layout--header--lightnings-red img {
  display: none;
  width: auto;
  float: left;
  height: 340px;
}

header .cafff-layout--header--lightnings-red img:last-child {
  float: right;
  margin-top: 50px;
}


@media (min-width: 750px) {
  header .cafff-layout--header-navbar ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1021px) {
  header {
    height: 500px;
    position: relative;
  }

  header .cafff-layout--header-text h1 {
    line-height: 53px;
  }

  header .cafff-layout--header--lightnings-white {
    display: block;
    height: 500px;
  }

  header .cafff-layout--header--lightnings-white img {
    display: block;
  }

  header .cafff-layout--header--lightnings-red {
    height: 60%;
    display: block;
  }

  header .cafff-layout--header--lightnings-red img {
    display: block;
  }

  header .cafff-layout--header-text {
    margin-top: 80px;
    display: block;
  }

  header .cafff-layout--header-navbar  ul {
    max-width: 620px;
  }

  .cafff-container {
    width: 90%;
    margin: 0 auto;
		max-width: 980px;
	}
	.cafff-container h1 {
		color: #FFF;
		margin-top: 100px;
	}

  header .cafff-layout--header-navbar ul li:last-child {
    color: #9a1830;
  }

  header .cafff-layout--header-navbar.fixed-navbar ul li:last-child {
    color: #dfdfdf;
  }
}

@media (min-width: 1200px) {
  header {
    height: 700px;
  }
  .cafff-container h1 {
  	margin-top: 200px;
  }
  header .cafff-layout--header--lightnings-red {
    width: 450px;
  }

  header .cafff-layout--header--lightnings-red img:last-child {
    height: 360px;
  }

  header .cafff-layout--header--lightnings-red img:last-child {
    margin-top: 170px;
  }

  header .cafff-layout--header--lightnings-white {
    height: 650px;
  }
}

footer {
	position: relative;
	padding-top: 50px;
}
footer .footer-logo {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
}
footer a, footer h5 {
	color: #dfdfdf;
	transition: color 200ms ease;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer a {
	display: block;
	vertical-align: top;
}
footer a span {
	display: inline-block;
	padding-left: 10px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	border-bottom: 2px solid #CB0522;
}

.navbar-dark .navbar-nav .nav-link {
	position: relative;
	font-weight: 500;
	margin: 0 10px;
}
.navbar-dark .navbar-nav .nav-link:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #CB0522;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.navbar-dark .navbar-nav .nav-link:hover:before {
	left: 0;
	right: 0;
}

.avatar {
  max-width: 140px;
  overflow: hidden;
}
.avatar .w-80 {
  max-width: 80px;
  overflow: hidden;
}
.avatar .w-120 {
  max-width: 120px;
  overflow: hidden;
}

.expertises-logo {
	width: 60px;
	max-width: 60px;
	margin: 0 10px;
}

.references {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.references li {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.references li:hover {
	/* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
}
.references li:hover .reference-cover {
	filter: blur(5px) grayscale(0%);
	opacity: 0.4;
}
.references li:hover .reference-overlay {
	display: flex;
	top: 50%;
  left: 50%;
  opacity: 1;
}
.reference-overlay .reference-client {
	position: absolute;
	text-align: right;
	bottom: 20px;
	right: 30px;
	font-size: 10px;
	color: #666;
}
.reference-overlay .reference-client a {
	color: #666;
	border-bottom: 1px dotted #666;
}
.reference-overlay .reference-client a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
.references .reference-cover {
	filter: blur(0) grayscale(100%);
	display: flex;
	transition: 200ms ease;
  align-items: center;
	justify-content: center;
	padding: 30px;
	height: 100%;
}
.reference-title {
	font-weight: 600;
	margin-bottom: 10px;
}
.references .reference-cover img {
	width: 100%;
}
.references .reference-overlay {
  align-items: center;
	justify-content: center;
	background-color: rgba(249, 250, 252, 0.4);
	color: #000;
	position: absolute;
	font-size: 12px;
	padding: 20px;
	text-align: center;

  width: 100%;
  top: 80%;
	left: 50%;
	height: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.section-title {
  position: relative;
}

.section-title:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #CB0522;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -20px;
}

.cafffeine-card-deck {

}
.cafffeine-card-deck .card {
	position: relative;
	transition: 200ms ease-in;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	overflow: hidden;
	filter: grayscale(100%);
}
.cafffeine-card-deck .card-img-overlay {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 80%;
	left: 50%;
	height: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cafffeine-card-deck .card:hover .card-img-overlay {
	top: 50%;
  left: 50%;
  opacity: 1;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.cafffeine-card-deck .card:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

.tooltip {
	font-size: 12px;
}

@media (max-width: 767px) {
	footer,
	footer .text-center,
	footer .text-right {
		text-align: center!important;
	}
}
