/*
    Created on : 13 nov. 2019, 15:39:42
    Author     : Estudio Kroma
*/
body {
  font-family: 'Fira Sans', sans-serif;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1290px;
  }
}
.clear {
  clear: both;
}
.modal .modal-body {
  padding: 80px 40px;
  text-align: center;
}
.modal .modal-body .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal .modal-body h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #2da0b8;
}
.modal .modal-body h2 span {
  font-size: 40px;
}
.modal .modal-body p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin: 30px 0px;
}
.modal .modal-body h3 {
  font-size: 24px;
  color: #2da0b8;
  margin: 30px 0px 0px 0px;
  font-weight: 300;
}
.modal .modal-body h3 b {
  font-weight: 700;
}
.up {
  position: fixed;
  bottom: -100px;
  right: 20px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #2da0b8;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  animation-duration: 0.3s;
}
.up.active {
  bottom: 30px;
}
.up:hover {
  text-decoration: none;
  color: #fff;
}
#sidebar {
  background-color: #fff;
  right: -250px;
  left: initial;
}
#sidebar h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 14px;
}
#sidebar .login {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
#sidebar .login i {
  margin-right: 5px;
  margin-top: 12px;
}
#sidebar.active {
  right: 0;
  left: initial;
}
#dismiss {
  width: 60px;
  height: 60px;
  text-align: center;
  background: url('../images/close.png') no-repeat center rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
#dismiss:hover {
  background: url('../images/close.png') no-repeat center #2da0b8;
  color: #2da0b8;
}
#sidebar .sidebar-header {
  padding: 10px 20px;
  height: 60px;
  background: #2da0b8;
}
#sidebar ul.components {
  padding: 0;
}
#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #fff;
  color: #2da0b8;
}
#sidebar ul li a:hover {
  background: #fff;
  text-decoration: none;
  color: #2da0b8;
}
#sidebar ul li a {
  padding: 15px 20px;
  font-size: 16px;
  display: block;
  color: #2da0b8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
#sidebar .links {
  width: 100%;
  background-color: #333333;
}
#sidebar .links a {
  width: 50%;
  float: left;
  text-align: center;
  padding: 15px 0px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar .links a i {
  margin-right: 10px;
}
#sidebar ul li ul {
  display: none;
  text-align: left;
  padding: 0;
}
#sidebar ul li ul li {
  padding: 0;
  display: block;
}
#sidebar ul li ul li a {
  margin: 10px;
  background: none;
  display: block;
  padding: 10px 0px;
}
.lines {
  width: 100%;
  height: 8px;
}
.lines span {
  width: 33%;
  float: left;
  height: 8px;
  background-color: #2da0b8;
}
.lines span:nth-child(2) {
  background-color: #345b63;
}
.lines span:last-child {
  width: 34%;
  background-color: #ababab;
}
header {
  width: 100%;
  height: 140px;
  background-color: #fff;
  padding-top: 35px;
}
header span {
  float: right;
  margin-top: 10px;
  font-size: 36px;
  color: #2da0b8;
  text-decoration: none;
  cursor: pointer;
  display: none;
}
header ul {
  padding: 20px 0px 0px 0px;
  margin: 0;
  width: 100%;
  text-align: right;
}
header ul li {
  display: inline-block;
  margin-left: 50px;
}
header ul li a {
  font-size: 18px;
  color: #345b63;
  font-weight: 400;
  text-decoration: none;
  padding: 0px 5px 18px 5px;
  /* Underline From Center */

  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
header ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2da0b8;
  height: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
header ul li a:hover:before,
header ul li a:focus:before,
header ul li a:active:before {
  left: 0;
  right: 0;
}
header ul li a:hover {
  text-decoration: none;
  color: #345b63;
}
.slider {
  width: 100%;
  height: 600px;
  position: relative;
}
.slider .text {
  position: absolute;
  bottom: 70px;
  width: 100%;
  z-index: 999;
}
.slider .text .line {
  width: 55px;
  height: 6px;
  background-color: #2da0b8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 40px;
}
.slider .text h2 {
  font-size: 70px;
  color: #fff;
}
.slider .swiper-slide {
  width: 100%;
  height: 600px;
}
.slider .swiper-slide img {
  width: 100%;
}
.content {
  width: 100%;
  padding-top: 70px;
}
.content .container {
  position: relative;
}
.content .box {
  width: 100%;
  height: 45px;
  background-color: #fff;
  position: absolute;
  top: -115px;
  left: 0;
  z-index: 999;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.content h2 {
  font-size: 24px;
  line-height: 35px;
  color: #2da0b8;
  font-weight: 400;
  text-align: right;
}
.content p {
  font-size: 16px;
  line-height: 30px;
  color: #919191;
  font-weight: 400;
}
.content .split {
  width: 100%;
  margin: 100px 0px;
}
.content .split img {
  width: 100%;
}
.services {
  width: 100%;
  padding-bottom: 160px;
}
.services h2 {
  font-size: 48px;
  color: #2da0b8;
  text-align: center;
  font-weight: 300;
  margin-bottom: 80px;
}
.services h2 b {
  font-weight: 700;
}
.services .item {
  width: 20%;
  float: left;
  text-align: center;
  height: 200px;
  padding: 0px 60px;
}
.services .item .icon {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 40px;
  color: #2da0b8;
}
.services .item p {
  font-size: 20px;
  line-height: 24px;
  color: #656666;
  margin-top: 15px;
  text-align: center;
}
.centers {
  width: 100%;
  height: 500px;
  background: url('../images/bgCenter.jpg') no-repeat center;
  background-size: cover;
  padding-top: 90px;
}
.centers h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 60px;
}
.centers h2 b {
  font-weight: 700;
}
.centers .item {
  width: 20%;
  float: left;
}
.centers .item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}
.centers .item p {
  font-size: 16px;
  color: #fff;
  margin: 0px 0px 5px 0px;
  padding: 0;
}
.centers .item p i {
  color: #2da0b8;
  width: 15px;
  float: left;
  text-align: center;
  margin-top: 3px;
  margin-right: 7px;
}
.centers .item a {
  display: inline-block;
  font-size: 14px;
  background-color: #2da0b8;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 20px 2px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.brands {
  width: 100%;
  height: 83px;
  background-color: #E6E6E6;
  position: relative;
}
.brands .rest {
  padding-top: 20px;
}
.brands .rest a {
  display: inline-block;
  height: 45px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.brands .rest a:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.brands .rest a img {
  max-height: 100%;
}
.brands .rest a:first-child {
  border-right: 1px solid #808080;
}
footer {
  width: 100%;
  padding: 20px 0px;
  background-color: #345b63;
}
footer p {
  font-size: 16px;
  color: #fff;
  float: left;
  padding: 0;
  margin: 8px 0px 0px 0px;
  line-height: 16px;
}
footer a {
  float: right;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider .swiper-slide img {
    width: auto;
    height: 100%;
  }
  .services .item {
    padding: 0px 30px;
  }
  .centers {
    height: auto;
    padding-bottom: 30px;
  }
  .centers .item {
    width: 30%;
    margin-bottom: 50px;
  }
  .brands .rest a {
    padding: 0px 20px;
    height: 40px;
  }
}
@media (min-width: 1199.98px) and (max-width: 1260px) {
  .brands .rest a {
    padding: 0px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal .modal-body {
    padding: 80px 40px;
    text-align: center;
  }
  .modal .modal-body .close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .modal .modal-body h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #2da0b8;
  }
  .modal .modal-body h2 span {
    font-size: 26px;
  }
  .modal .modal-body p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 20px 0px;
  }
  .modal .modal-body h3 {
    font-size: 18px;
    color: #2da0b8;
    margin: 20px 0px 0px 0px;
    font-weight: 300;
  }
  .modal .modal-body h3 b {
    font-weight: 700;
  }
  header span {
    display: block;
  }
  header ul {
    display: none;
  }
  .slider {
    height: 400px;
  }
  .slider .text h2 {
    font-size: 50px;
    color: #fff;
  }
  .slider .swiper-slide {
    height: 400px;
    overflow: hidden;
  }
  .slider .swiper-slide img {
    width: auto;
    height: 100%;
  }
  .content {
    padding-top: 40px;
  }
  .content .box {
    top: -85px;
  }
  .content h2 {
    font-size: 20px;
    text-align: left;
  }
  .services h2 {
    font-size: 40px;
  }
  .services .item {
    padding: 0;
    width: 25%;
  }
  .centers {
    height: auto;
    padding-bottom: 30px;
  }
  .centers .item {
    width: 30%;
    margin-bottom: 50px;
  }
  .brands {
    height: 80px;
  }
  .brands .rest {
    text-align: center;
    padding-top: 20px;
  }
  .brands .rest a {
    display: none;
  }
  .brands .rest a:last-child {
    display: inline-block;
    border: none;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal .modal-body {
    padding: 80px 40px;
    text-align: center;
  }
  .modal .modal-body .close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .modal .modal-body h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #2da0b8;
  }
  .modal .modal-body h2 span {
    font-size: 26px;
  }
  .modal .modal-body p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 20px 0px;
  }
  .modal .modal-body h3 {
    font-size: 18px;
    color: #2da0b8;
    margin: 20px 0px 0px 0px;
    font-weight: 300;
  }
  .modal .modal-body h3 b {
    font-weight: 700;
  }
  header {
    height: 100px;
    padding-top: 30px;
  }
  header img {
    height: 40px;
  }
  header span {
    display: block;
    margin-top: 5px;
    font-size: 28px;
  }
  header ul {
    display: none;
  }
  .slider {
    height: 350px;
  }
  .slider .text {
    bottom: 30px;
  }
  .slider .text h2 {
    font-size: 40px;
    color: #fff;
  }
  .slider .swiper-slide {
    height: 350px;
    overflow: hidden;
  }
  .slider .swiper-slide img {
    width: auto;
    height: 100%;
  }
  .content {
    padding-top: 40px;
  }
  .content .box {
    top: -85px;
    display: none;
  }
  .content h2 {
    font-size: 20px;
    text-align: left;
  }
  .content .split {
    margin: 60px 0px;
  }
  .services {
    padding-bottom: 70px;
  }
  .services h2 {
    font-size: 36px;
  }
  .services .item {
    padding: 0 20px;
    width: 33.3%;
  }
  .services .item p {
    font-size: 16px;
  }
  .centers {
    height: auto;
    padding-bottom: 30px;
  }
  .centers h2 {
    font-size: 36px;
  }
  .centers .item {
    width: 50%;
    margin-bottom: 50px;
  }
  .brands {
    height: 80px;
  }
  .brands .rest {
    text-align: center;
    padding-top: 20px;
  }
  .brands .rest a {
    display: none;
  }
  .brands .rest a:last-child {
    display: inline-block;
    border: none;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .modal .modal-body {
    padding: 60px 20px;
    text-align: center;
  }
  .modal .modal-body .close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .modal .modal-body h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #2da0b8;
  }
  .modal .modal-body h2 span {
    font-size: 20px;
  }
  .modal .modal-body p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 20px 0px;
  }
  .modal .modal-body h3 {
    font-size: 16px;
    color: #2da0b8;
    margin: 20px 0px 0px 0px;
    font-weight: 300;
  }
  .modal .modal-body h3 b {
    font-weight: 700;
  }
  header {
    height: 100px;
    padding-top: 30px;
  }
  header img {
    height: 40px;
  }
  header span {
    display: block;
    margin-top: 5px;
    font-size: 28px;
  }
  header ul {
    display: none;
  }
  .slider {
    height: 200px;
  }
  .slider .text {
    bottom: 20px;
  }
  .slider .text .line {
    margin-bottom: 30px;
  }
  .slider .text h2 {
    font-size: 24px;
    color: #fff;
  }
  .slider .swiper-slide {
    height: 200px;
    overflow: hidden;
  }
  .slider .swiper-slide img {
    width: auto;
    height: 100%;
  }
  .content {
    padding-top: 40px;
  }
  .content .box {
    top: -85px;
    display: none;
  }
  .content h2 {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 20px;
  }
  .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .content .split {
    margin: 60px 0px;
  }
  .services {
    padding-bottom: 40px;
  }
  .services h2 {
    font-size: 30px;
  }
  .services .item {
    padding: 0 20px;
    width: 33.3%;
    height: 160px;
  }
  .services .item .icon {
    font-size: 26px;
    width: 70px;
    height: 70px;
  }
  .services .item p {
    font-size: 14px;
  }
  .centers {
    height: auto;
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .centers h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .centers .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .centers .item h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .centers .item p {
    font-size: 14px;
  }
  .centers .item a {
    font-size: 13px;
  }
  .brands {
    height: 80px;
  }
  .brands .rest {
    text-align: center;
    padding-top: 20px;
  }
  .brands .rest a {
    display: none;
  }
  .brands .rest a:last-child {
    display: inline-block;
    border: none;
    float: none;
    margin: 0 auto;
  }
  footer p {
    font-size: 14px;
    color: #fff;
    float: left;
    padding: 0;
    margin: 8px 0px 0px 0px;
    line-height: 16px;
    text-align: center;
    width: 100%;
  }
  footer a {
    display: none;
  }
}
