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


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

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

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

::selection {
  color: #fff;
  background: #ef1b3f;
}

::-moz-selection {
  color: #fff;
  background: #ef1b3f;
}

img::selection {
  background: #ef1b3f;
}

img::-moz-selection {
  background: #ef1b3f;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Rubik',sans-serif;
  color: #24252a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1px;
  font-weight: 700;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
}

nav {
  background: #fff;
}

.navbar {
  margin-bottom: 0;
	
}

.navbar {
  padding: 12px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  -webkit-transition: background .1s ease-in-out,padding .1s ease-in-out;
  -moz-transition: background .1s ease-in-out,padding .1s ease-in-out;
  transition: background .1s ease-in-out,padding .1s ease-in-out;
}

.navbar-custom .logo {
  height: 58px; 
  width: 166px; 
  background: url('../assets/logo.png') no-repeat left top;
  color: transparent !important; 
  display: block; 
  text-indent: -99999px; 
  float: left;
}

.navbar-brand:focus {
  outline: 0;
}

.nav.navbar-nav {
  background: #fff;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
  background: none;
}

.navbar-custom.top-nav-collapse .navbar-nav {
  margin: 0 !important;
}

.navbar-custom.top-nav-collapse .logo {
  height: 48px; 
  width: 135px; 
  background: url('../assets/logo_collapse.png') no-repeat left top;
  color: transparent !important; 
  display: block; 
  text-indent: -99999px;
  margin: 0 !important; 
  float: left;
}

.top-nav-collapse {
  background: #fff;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
}

.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom.top-nav-collapse .nav li a:focus,
.navbar-custom.top-nav-collapse .nav li.active {
  outline: 0;
  background: none;
  color: #ef1b3f;
}

.navbar-custom.top-nav-collapse .nav li.lab a {
  outline: 0;
  background: #ef1b3f;
  color: #fff;
}

.navbar-custom.top-nav-collapse .nav li.lab a:hover {
  color: #fff;
  background: #24252a;
}

.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 2px;
  color: #73757f;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-custom ul.nav li a::before {
  background: #ef1b3f;
  top: -16px;
  content: '';
  height: 2px;
  width:100%;
  position: absolute;
  right: 0;
  opacity:0;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);
  transition-timing-function:cubic-bezier(.19,1,.22,1);
}

.navbar-custom ul.nav li a:hover::before,
.navbar-custom ul.nav li a:focus::before {
  opacity:1;
  top: -12px;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
	 color: #73757f;
}

.navbar-custom.top-nav-collapse ul.nav li a::before {
  background: #ef1b3f;
  top: -5px;
  content: '';
  height: 2px;
  width:100%;
  position: absolute;
  right: 0;
  opacity:0;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);
  transition-timing-function:cubic-bezier(.19,1,.22,1);
}

.navbar-custom.top-nav-collapse ul.nav li a:hover::before,
.navbar-custom.top-nav-collapse ul.nav li a:focus::before {
  opacity:1;
  top: -5px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
  color: #ef1b3f;
}

.navbar-custom ul.nav ul.dropdown-menu {
	-moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;	
}

.navbar-custom ul.nav ul.dropdown-menu li {

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
  color: #73757f;
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a::before {
  background: transparent !important;
  top: 0;
  height: 0;
  width:0;
  opacity: 0 !important;
  display: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover::before,
.navbar-custom ul.nav ul.dropdown-menu li a:focus::before {
  opacity: 0 !important;
  background: transparent !important;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #73757f;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a::before {
  background: transparent !important;
  top: 0;
  height: 0;
  width:0;
  opacity: 0 !important;
  display: none;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a:hover::before,
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a:focus::before {
  opacity: 0 !important;
  background: transparent !important;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a:hover {
  color: #ef1b3f;
}

.navbar-custom .nav li a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
  outline: 0;
  background: none;
  color: #ef1b3f;
}

.navbar-custom .nav li.lab a {
  outline: 0;
  background: #ef1b3f;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
}

.navbar-custom .nav li.lab a:hover {
  color: #fff;
  background: #111;
}

.navbar-toggle {
  padding: 4px 6px;
  font-size: 21px;
  color: #ef1b3f;
}

.navbar-custom.top-nav-collapse .navbar-toggle {
  color: #ef1b3f;
}

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}

#title {
  height: 280px; 
  background: #ef1b3f url('../assets/5.jpg') no-repeat center center;
  background-size: cover;
}

.title h3 {
  text-align: center;
  padding-top: 152px;
  color: #fff;
  font-size: 3.3em;
  margin: 0;
}

.title p {
  color: #fff;
  font-size: 1.2em !important;
  text-align: center;
  letter-spacing: 5px;
  padding-top: 10px;
  text-transform: uppercase;
}

.items {
  padding: 110px 0;
  margin: 0 auto;
  background: #e6ebed;
  color: #73757f;
}

.m-bottom {
  margin-bottom: 80px;
}

.item-info {
    display: inline-block;
    margin-left: 0;
    width: 65%;
}

.item-info p { 
  font-size: 18px;  
  line-height: 29px;
  margin-bottom: 20px;
}

.item-info p span {
  font-weight: 500;
}

.item-icon {
  display: inline-block;
  margin-right: 25px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  vertical-align: top;
  text-align: center;
  font-size: 25px;
  line-height: 90px;
}

.item-icon .icon-1 {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff url('../assets/icon-1.png') no-repeat center center;
}

.item-icon .icon-2 {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff url('../assets/icon-2.png') no-repeat center center;
}

.item-icon .icon-3 {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff url('../assets/icon-3.png') no-repeat center center;
}

.item-icon .icon-4 {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff url('../assets/icon-4.png') no-repeat center center;
}

.item-icon .icon-5 {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff url('../assets/icon-5.png') no-repeat center center;
}

.item-icon .icon-6 {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff url('../assets/icon-6.png') no-repeat center center;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-section--home {
  position: relative;
  padding: 20px 0 80px; 
  background: #2f2f37 url('../assets/header.jpg') no-repeat center center;
  background-size: cover;
}

.header--caption {
  text-align: center;
  width: 54%;
  margin: 0 auto !important;
}

.header--caption h1 {
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  text-align: center;
  padding-top: 172px;
  color: #fff;
  font-size: 41px;
  margin-bottom: 30px;
}

.header--caption p {
  color: #fff;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 1px;
  margin-bottom: 11px;
}

.cd-section {
  min-height: 600px;
  position: relative;
  padding: 40px 0;
}

.cd-section--01 {
  background: #2f2f37 url('../assets/1.jpg') no-repeat center;
  background-size: cover;
}

.cd-section--02 {
  background: #ef1b3f url('../assets/2.jpg') no-repeat center;
  background-size: cover;
}

.cd-section--03 {
  background: #ef1b3f url('../assets/3.png') no-repeat left center;
}

.cd-section--04 {
  background: #ef1b3f url('../assets/4.jpg') no-repeat center;
  background-size: cover;
}

.cd-section--05 {
  background: #ef1b3f url('../assets/5.jpg') no-repeat center;
  background-size: cover;
}

.cd-section--06 {
  background: #2f2f37 url('../assets/6.jpg') no-repeat center;
  background-size: cover;
}

.cd-section .view--service {
  position: absolute;
  left: 40%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 600px;
}

.cd-section img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}

.cd-section h2 {
  color: white;
  font-size: 38px;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0px;
  padding-bottom: 10px;
}

.cd-section p {
  color: rgba(255,255,255,0.86);
  line-height: 1.4;
}

.cd-section .link--view {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.cd-section .link--view i {
  font-size: 16px;
  padding-left: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.cd-section .link--view:hover {
  padding-left: 5px;
}

.cd-section .link--view:hover i {
  padding-left: 12px;
}

@media only screen and (min-width: 768px) {
  .cd-section h1 {
    font-size: 30px;
  }
  .cd-section p {
    font-size: 19px;
    line-height: 1.6;
  }
}

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
  width: 20px;
  height: 20px;
  margin-left: -40px;
  -webkit-transform: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0.8;
  background: url("../assets/top--down.svg") no-repeat center center;
}

.cd-scroll-top {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
  width: 20px;
  height: 20px;
  margin-right: -40px;
  -webkit-transform: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0.8;
  background: url("../assets/top--up.svg") no-repeat center center;
}

.cd-scroll-down:hover,
.cd-scroll-top:hover {
  opacity: 1;
}

.cd-nav-trigger {
  display: none;
}

nav#cd-vertical-nav {
  background: transparent !important;
}

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.no-touch #cd-vertical-nav li {
  text-align: right;
}
.no-touch #cd-vertical-nav a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
.no-touch #cd-vertical-nav a.is-selected .cd-label {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-touch #cd-vertical-nav a:hover .cd-dot {
  background: #fff;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
}
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  background: #ce0f2a;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  top: 8px;
  height: 18px;
  width: 18px;
  border-radius: 300px;
  background: rgba(255,255,255,0.5);
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: 9px 7px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
  top: -9px;
}
.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
}
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
  display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683;
}
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
    bottom: 40px;
  }
}

#tabs--services {
  position: relative;
  background: #24252a;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

#tabs--services.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 60px;
  z-index: 99;
}

.tabs {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  background: #24252a;
}

.tabs nav {
  text-align: center;
}

.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.tabs nav a span {
  vertical-align: middle;
}

.tabs nav li.tab-current a {
  color: #989ba6;
}

.tabs nav a:focus {
  outline: none;
}

.no-flexbox nav ul {
  display: block;
}

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

.tabs {
  max-width: 1200px;
  background: #24252a;
}

.tabs nav li {
}

.tabs nav li:not(:last-child) {
  border-right: none;
}

.tabs nav li.tab-current {
  border-top-color: #ef1b3f;
  border-bottom: none;
}

.tabs nav a {
  padding: 16px 0;
  background: #24252a;
  font-size: 25px;
  color: #989ba6;
  line-height: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#tabs--services li a.active {
  padding: 16px 0;
  background: #ef1b3f;
  font-size: 25px;
  color: #fff;
  line-height: 1;
}

.tabs nav a:hover {
  color: #fff;
  background: #ef1b3f;
}

.tabs nav img {
  vertical-align: middle;
  margin-right: 10px;
  opacity: 0.7;
}

.tabs nav a:hover img {
  opacity: 1;
}

#tabs--services li a.active img {
  opacity: 1 !important;
}

.tabs nav li.tab-current a {
  background: none;
  box-shadow: inset 0 3px 0 #ef1b3f;
  color: #ef1b3f;
}

.tabs .icon::before {
  display: block;
  margin: 0;
}

.tabs nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.5em;
}

@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none;
  }
  .tabs nav a:before {
    margin-right: 0;
  }
}

html.view-is-locked {
  overflow: hidden;
}

.view,
[data-view-id] {
  visibility: hidden;
}

.view-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.view-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  margin: 0 auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.view-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.view-overlay,
.view-wrapper {
  -webkit-transform: translateZ(0px);
}

.view {
  position: relative;
  display: inline-block;
}

.view h3 {
  font-family: 'Rubik', sans-serif;
  color: #50535f;
  font-size: 31px;
  letter-spacing: 0px;
  margin-top: 10px;
  text-align: left;
}

.view img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}

.view p {
  font-size: 13px;
  color: #73757f;
  text-align: left;
}

.view p span {
  font-weight: 500;
  color: #50535f;
}

.view p.list--detail {
  font-weight: 500;
  color: #50535f;
  margin-bottom: 2px;
}

.view p.list--detail i {
  margin-right: 5px;
}

.view a {
  font-weight: 700;
  font-size: 15px;
  color: #ef1b3f;
}

.view a:hover {
  color: #24252a;
}

.view select,
.view textarea,
.view input,
.view select:focus,
.view textarea:focus,
.view input:focus {
  font-size: 16px;
}

.view-on {
  -webkit-transition: -webkit-filter 0.2s ease-out;
  -moz-transition: -moz-filter 0.2s ease-out;
  -o-transition: -o-filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
}

.view-overlay {
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0;
  background: rgba(36,37,42,0.7);
}

body.view-is-active .view-overlay {
  opacity: 1 !important;
}

.view {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 700px;
  min-height: auto;
  padding: 34px 65px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.1s ease-out, opacity 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out, opacity 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  background: #fff;
  background-clip: padding-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.3);
}

body.view-is-active .view {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1 !important;
}

.view,
.view-wrapper:after {
  vertical-align: middle;
}

.view-close {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 30px;
  height: 30px;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
  text-decoration: none;
}

.view-close:after {
  font-size: 30px;
  line-height: 30px;
  display: block;
  font-weight: 400;
  content: "×";
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #70727d;
}

.view-close:hover.view-close:after,
.view-close:active.view-close:after {
  color: #ef1b3f;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.lt-ie9 .view-overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#24252a, endColorstr=#24252a);
}

.lt-ie9 .view {
    width: 700px;
    min-height: 0;
    margin: 20px auto;
}

.lt-ie9 .view-close:after {
    margin: auto;
    text-align: center;
}

.lt-ie9 .view-close:hover,
.lt-ie9 .view-close:active {
    background: transparent !important;
}

.lt-ie9 .view-close:hover.view-close:after,
.lt-ie9 .view-close:active.view-close:after {
    color: #ef1b3f;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

#laboratory {
  text-align: center;
  padding: 150px 0; 
  background: #ef1b3f url('../assets/lab-bg.jpg') no-repeat center center;
  background-size: cover;
}

.laboratory  h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 5em;
}

.laboratory p {
  color: #fff;
  margin: 50px auto;
  font-size: 20px;
  max-width: 70%;
}

.laboratory p span {
  font-weight: 700;
}

.laboratory .view { 
  background: #fff; 
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase; 
  color: #ef1b3f;
  font-weight: 700;  
  display: inline-block; 
  padding: 18px 30px; 
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px; 
}

.laboratory .view:hover, 
.laboratory .view:focus { 
  background: #24252a; 
  color: #fff; 
  text-decoration: none; 
}

#partners {
  position: relative;
  padding: 48px 0 20px;
  background: #fff;
}

.slider {
  width: 80%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.contact-us {
  padding: 100px 0; 
  background: #fff url('../assets/contact.jpg') no-repeat left; 
  background-size: 60%;
  z-index: 1;
  border-bottom: 1px solid #f1f1f1;
}

.contact-us h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 3em;
  margin: 0 0 20px;
  color: #ef1b3f;
  font-weight: 700;
}

.contact-us p {
  color: #73757f; 
  font-size: 16px; 
  margin: 20px 30px 40px 0; 
  line-height: 24px; 
}

.form-right { 
  float: right !important; 
}

.contact-us input[type="text"],
.contact-us input[type="email"]{
  margin-bottom: 13px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  outline: none;
}

.send {
  border: none !important;
  color: #fff;
  outline: none;
  font-weight: 700;
  letter-spacing: 2px;
  background: #24252a;
  margin-top: 40px;
  display: inline-block;
  padding: 18px 30px;
  font-size: 15px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.send:hover {
  background: #ef1b3f; 
  color: #fff; 
  text-decoration: none;
}

.form {
  display: block;
  width: 100%;
  padding: 9px 12px;
  font-size: 15px;
  text-indent: 39px;
  line-height: 1.42857143;
  color: #ef1b3f;
  border: 2px solid #c0c2cc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.form:hover,
.form:focus,
.form:active {
  outline: none;
  border: 2px solid #ef1b3f;
  outline: 0 !important;  
  box-shadow: none !important; 
}

.form.name {
  background: url("../assets/name.svg") no-repeat 18px center;
}

.form.email {
  background: url("../assets/email.svg") no-repeat 18px center;
}

.form.phone {
  background: url("../assets/phone.svg") no-repeat 18px center;
}

.form.message {
  background: url("../assets/message.svg") no-repeat 18px 10px;
}

.form::-moz-placeholder {
  color: #c0c2cc !important;
}

.form:-ms-input-placeholder {
  color: #c0c2cc !important;
}

.form::-webkit-input-placeholder {
  color: #c0c2cc !important;
}

.form[disabled],
.form[readonly],
fieldset[disabled] .form {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea .form {
  height: auto;
}

/*  footer  */

.wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

footer {
  padding-top: 80px;
  background: #24252a;
}

footer .footer > ul{
  overflow: hidden;
}

footer .footer > ul > li{
  display: block;
  float: left;
  list-style: none;
  margin-right: 60px;
}

footer .footer > ul > li:last-child{
  margin-right: 0;
}


footer .footer > ul > li.links{
  width: 197px;
}

footer ul li.links > ul > li{
  display: block;
  width: 100%;
  list-style: none;
  margin-bottom: 13px;
}

footer ul li.links > ul > li:last-child{
  margin-bottom: 0;
}

footer ul li.links > a {
  display: block;
  width: 100%;
  list-style: none;
  margin-bottom: 13px;
}

footer .footer > ul > li a.title-links {
  text-decoration: none;
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

footer .footer > ul > li.links li a {
  text-decoration: none;
  display: block;
  color: #a7a9b4;
  font-size: 15px;
  text-align: left;
}

footer .footer > ul > li.links li a:hover {
  color: #fff;
}

footer .footer > ul > li.about {
  width: 327px;
}

footer  a {
  color: #ef1b3f;
}

footer a:hover {
  color: #fff;
}

footer ul li.about p {
  color: #fff;
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 24px;
}

footer ul li.about p span {
  color: #ef1b3f !important;
}

footer ul li.about > ul > li {
  display: inline-block;
  margin-right: 15px;
}

footer ul li.about > ul > li:last-child {
  margin-right: 0;
}

footer ul li.about > ul > li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #fff;
  opacity: 0.4;
}

footer ul li.about > ul > li a:hover {
  opacity: 1;
}

footer ul li.about > ul > li a.logo-bottom {
  display: block;
  width: 201px;
  height: 71px;
  border-radius: 0;
  border: none;
  opacity: 1;
  margin-left: 40px;
  background: url('../assets/logo-bottom.png') no-repeat center center;
}

footer ul li.about > ul > li a.logo-bottom:hover {
  opacity: 0.5;
}

footer .copyrights {
  width: 100%;
  display: block;
  text-align: center;
  padding: 25px 0;
  margin-top: 80px;
  color: #fff;
  font-size: 14px;
  background: #ef1b3f;
}

footer .copyrights a.link-to {
  color: #fff;
  font-weight: 700;
}

footer .copyrights a.link-to:hover {
  opacity: 0.7;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

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

    .navbar-custom .logo {
      height: 48px; 
      width: 135px;
      margin: 5px 0 0 20px;  
      background: url('../assets/logo_collapse.png') no-repeat left top;
      color: transparent !important; 
      display: block; 
      text-indent: -99999px; 
      float: left;
    }

    .navbar-custom.top-nav-collapse .logo {
      height: 50px !important; 
      width: 155px !important;
      background: url('../assets/logo_collapse.png') no-repeat 20px 5px !important; 
    }

    .wrapper{
        padding: 0 40px;
        max-width: 100%;
    }

    .item-info {
      width: 55%;
    }

    footer .footer > ul > li{
        margin-right: 5.454545454545455%;
    }

    footer .footer > ul > li.links{
        width: 17.90909090909091%;
    }

    footer .footer > ul > li.about{
        width: 29.72727272727273%;
    }
}

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

    .navbar-custom ul.nav li a {
      font-size: 11px;
      letter-spacing: 1px;
    }

    .navbar .container {
      width: 100%;
    }

    .tabs nav a span {
      font-size: 11px;
    }

    .nav > li > a {
      padding: 15px 8px;
    }

    .contact-us { 
      background: none; 
    }

    .item-info {
      width: 80%;
      margin-top: 25px;
    }

    .m-bottom {
      margin-bottom: 0;
    }

    .feature-1,
    .feature-2,
    .feature-3,
    .feature-4,
    .feature-5 {
      margin-bottom: 35px;
    }
}


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

    .navbar-custom .nav li a:hover,
    .navbar-custom .nav li a:focus,
    .navbar-custom .nav li.active {
      outline: 0;
      background: none;
      color: #ef1b3f;
    }

    .navbar-custom .nav li.lab a {
      outline: 0;
      background: #ef1b3f;
      color: #fff;
    }

    .navbar-custom ul.nav li a {
      -webkit-transition: all .1s ease-in-out;
      -moz-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out;
    }

    .navbar-custom ul.nav ul.dropdown-menu li a {
      color: #24252a;
    }

    .navbar-custom ul.nav ul.dropdown-menu li a:hover {
      color: #ef1b3f;
    }

    .navbar-custom {
      color: #ef1b3f;
    }

    .navbar-custom:focus,
    .navbar-custom:active {
      outline: 0;
    }

    .navbar-toggle {
      padding: 4px 6px;
      font-size: 21px;
      color: #ef1b3f;
    }

    .navbar-custom {
        padding: 10px 0;
        background: #fff;
    }

    .top-nav-collapse {
        padding: 5px !important;
        background: #fff;
    }

    .header--caption {
      width: 74%;
    }

    .header--caption h1 {
      padding-top: 112px;
    }

    .cd-section--home {
      padding: 20px 0 60px;
    }

    .tabs nav a {
      border-top: 1px solid rgba(255,255,255,0.18);
      border-bottom: 1px solid rgba(255,255,255,0.18);
      border-right: 1px solid rgba(255,255,255,0.18);
    }

    .cd-section .view--service {
      left: 50%;
      top: 45%;
      width: 100%;
      max-width: 600px;
    }

    .cd-section p {
      font-size: 16px;
      color: #fff;
      line-height: 1.9;
    }

    .cd-section {
      min-height: auto;
      padding: 270px 0 200px;
    }

    .contact-us { 
      background: none; 
    }

    .margin-bottom { 
      margin-bottom: 0; 
    }

    .wrapper{
      width: 80%;
    }

    footer .footer > ul > li{
      width: 29.6969696969697%!important;
      margin-right: 5.454545454545455%;
      margin-bottom: 50px;
    }

    footer .footer > ul > li:nth-child(3){
      margin-right: 0;
    }

    footer .footer > ul > li.links li a{
      text-align: center;
    }

    footer .footer > ul > li.about{
      text-align: center;
      float: none;
      display: inline;
      margin-right: 100%;
      overflow: hidden;
      border-top: 1px solid #161619;
    }

    footer ul li.about > ul > li a.logo-bottom {
      width: 181px;
      height: 64px;
      background: url('../assets/logo-bottom@1px.png') no-repeat center center;
      margin: 30px auto 0 auto;
    }
}

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

    .items {
      padding: 50px 0;
    }

    .item-info {
      width:100%;
      text-align:center;
      margin-top:30px;
    }

    .item-icon {
      display:block;
      margin:0 auto;
    }

    .feature-1,
    .feature-2,
    .feature-3,
    .feature-4,
    .feature-5 {
      margin-bottom: 45px;
    }
}

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

    footer {
      padding-top: 60px;
    }

    footer .footer > ul > li.links,
    footer .footer > ul > li.about{
      float: none;
      width: 100%!important;
      margin-right: 0;
      padding-bottom: 40px;
    }

    footer .footer > ul > li:last-child{
      padding-bottom: 0;
    }

    footer .footer > ul > li.links{
      border-bottom: 1px solid rgba(255,255,255,0.18);
    }
}

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

    .top-nav-collapse {
      padding: 5px 10px;
      background: #fff;
    }

}

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

    .navbar-custom ul.nav li a::before,
    .navbar-custom ul.nav li a:hover::before {
      background: transparent !important;
      top: 0;
      height: 0 !important;
      width: 0 !important;
      opacity: 0 !important;
    }

    .navbar-custom ul.nav li a {
      font-size: 14px;
      letter-spacing: 2px;
    }

    .header--caption {
      width: 80%;
    }

    .header--caption h1 {
      padding-top: 100px;
      font-size: 31px;
      margin-bottom: 20px;
    }

    .cd-section--home {
      padding: 10px 0 40px;
    }

    .tabs nav a span {
      font-size: 0 !important;
      opacity: 0 !important;
      text-indent: -99999px;
    }

    .tabs nav img {
      width: 30px;
      margin: 6px 10px 0;
    }

    .cd-section h2 {
      font-size: 25px;
      letter-spacing: 0px;
      padding-bottom: 0px;
      margin-bottom: 19px;
    }

    .cd-section p {
      font-size: 14px;
      color: #fff;
      line-height: 1.7;
    }

    .cd-section img {
      width: 30px;
      margin-right: 11px;
    }

    .cd-section .view--service {
      left: 50%;
      top: 45%;
      width: 80%;
      max-width: 600px;
    }

    .cd-scroll-down {
      bottom: 20px;
    }

    .view {
      width: 90%;
      min-height: auto;
      padding: 34px 45px;
      margin: 0 auto;
      opacity: 0;
    }

    .view h3 {
      font-size: 25px;
    }

    .view img {
      width: 30px;
      margin-right: 11px;
    }

    .title h3 {
      padding-top: 135px;
      font-size: 2.4em;
    }

    .title p {
      font-size: 0.8em !important;
      padding-top: 10px;
    }

    .features {
      width: 100%;
      margin: 0 auto;
    }

    #laboratory {
      text-align: center;
      padding: 120px 0;
      margin: 0 auto; 
    }

    .laboratory  h3 {
      width: 85%;
      text-align: center;
      margin: 0 auto 30px auto;
      font-size: 3.7em;
    }

    .laboratory p {
      margin: 40px auto;
      font-size: 16px;
      width: 85%;
      max-width: 100%;
    }

    .slider {
      width: 90%;
      margin: 0 auto;
    }

    .contact-us {
      width: 85%;
      padding: 90px 0;
      margin: 0 auto; 
    }

    .contact-us h4 {
      font-size: 3em;
      margin: 0 0 20px;
    }

    .contact-us p {
      font-size: 14px; 
      margin: 20px 0 30px 0; 
      line-height: 24px; 
    }
	
}

@media screen and (max-width:480px) {
	
    .navbar.navbar-custom.navbar-fixed-top {
      margin-bottom: 30px;
    }

    .tabs nav img {
      width: 25px;
    }

    .title h3 {
      padding-top: 125px;
      font-size: 2.1em;
    }

    .title p {
      font-size: 0.8em !important;
      letter-spacing: 3px;
      padding-top: 10px;
    }

    #laboratory {
      padding: 80px 0;
    }

    .laboratory  h3 {
      width: 83%;
      margin: 0 auto 20px auto;
      font-size: 2.4em;
    }

    .laboratory p {
      width: 83%;
      margin: 30px auto;
      font-size: 14px;
    }

    .laboratory .view {
      width: 83%;
      text-align: center; 
      font-size: 14px;
      padding: 12px 0;  
    }

    .contact-us {
      width: 85%;
      padding: 70px 0;
      margin: 0 auto; 
    }

    .slider {
      width: 80%;
      margin: 0 auto;
    }

    .contact-us h4 {
      font-size: 2.4em;
    }

    .contact-us p {
      font-size: 12px; 
      margin: 20px 0 30px 0; 
      line-height: 22px; 
    }

    .send {
      width: 100%;
      text-align: center; 
      padding: 15px 0;
      border: none !important;
      margin-top: 40px;
      font-size: 14px;
    }

    footer .copyrights {
      width: 100%;
      padding: 50px 40px;
      font-size: 12px;
  }

}

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

    .laboratory  h3 {
      width: 83%;
      margin: 0 auto 20px auto;
      font-size: 2.3em;
    }

    .contact-us h4 {
      font-size: 2em;
    }
}