/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
@font-face {
  font-family: "Nexa";
  src: url("fonts/NexaRegular.eot");
  src: url("fonts/NexaRegular.eot") format("embedded-opentype"), url("fonts/NexaRegular.woff2") format("woff2"), url("fonts/NexaRegular.woff") format("woff"), url("fonts/NexaRegular.ttf") format("truetype"), url("fonts/NexaRegular.svg#NexaRegular") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Nexa";
  src: url("fonts/NexaBold.eot");
  src: url("fonts/NexaBold.eot") format("embedded-opentype"), url("fonts/NexaBold.woff2") format("woff2"), url("fonts/NexaBold.woff") format("woff"), url("fonts/NexaBold.ttf") format("truetype"), url("fonts/NexaBold.svg#NexaBold") format("svg");
  font-weight: 700;
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1228px) {
  body .container {
    min-width: 1300px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 20px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

body ul {
  margin-bottom: 20px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Nexa";
}

body {
  font-family: "Nexa";
  font-size: 13px;
  color: #696969;
  background: #fff;
  line-height: 28px;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.logo img {
  width: 164px;
  margin: -20px 0;
}

.body-active .logo img {
  width: 120px;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 35px 0;
  width: 100%;
  transition: 0.15s linear;
}

.body-active header {
  padding: 15px 0;
  background: #cccecb;
}

.header-box .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .logo img {
  display: block;
}

.main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}

.main-menu ul li {
  margin: 0 45px;
}

.main-menu > ul > li > a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 5px 0;
  text-align: center;
  position: relative;
}

.main-menu > ul > .current > a {
  color: #F87513;
}

.main-menu > ul > .current > a:after {
  opacity: 1;
}

.main-menu > ul > li:hover > a {
  color: #F87513;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: #cacaca;
  display: none;
}

.main-menu ul ul li {
  position: relative;
  float: left;
  width: 100%;
}

.main-menu ul ul li a {
  position: relative;
  color: #1c2f59;
  text-align: left;
  display: block;
  padding: 11px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
}

.main-menu ul ul li:hover > a {
  background: red;
  color: #fff;
}

.main-menu ul ul ul {
  left: 100%;
  top: 0;
}

.main-menu .hoverIn {
  display: block;
}

.main-menu .hoverOut {
  display: none;
}

.btn-menu {
  width: 20px;
  height: 70px;
  background: url("../img/icons/04.svg") center no-repeat;
  display: none;
}

/* *** HOME *** */
.content-box-1 {
  background: url("../img/01.png") center no-repeat;
  background-size: cover;
}

.content-box-1 .container {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-box-1 .button-box {
  margin-top: 94px;
}

.content-box-1 {
  position: relative;
}

.content-box-1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  background: url("../img/02.png") center bottom no-repeat;
}

.btn-1 {
  display: inline-block;
  padding: 0 31px;
  height: 50px;
  line-height: 54px;
  background: #F87513;
  color: #fff;
  font-size: 16px;
}

a.btn-1:hover {
  background: #fff;
  color: #F87513;
}

.row {
  margin: 0 -20px;
}

.row > div {
  padding: 0 20px;
}

.box-1 {
  position: relative;
  z-index: 2;
  padding: 30px;
  color: #494043;
  background: rgba(255, 255, 255, 0.42);
  display: block;
}

a.box-1:hover {
  color: #494043;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.content-box-2 {
  background: #f3f3f3;
  padding-bottom: 100px;
}

.text p:last-child {
  margin-bottom: 0;
}

.box-1 h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 15px 0;
}

.box-1 .text {
  margin-bottom: 18px;
}

.font-16 {
  font-size: 16px;
  line-height: 26px;
}

.link-1 {
  display: inline-block;
  padding-right: 20px;
  color: #F87513;
  font-size: 16px;
  line-height: 26px;
  background: url("../img/icons/01.svg") right center no-repeat;
  transition: 0.15s linear;
}

.link-1:hover, a:hover .link-1 {
  padding-right: 25px;
}

.box-1 {
  margin-bottom: 40px;
}

.boxes-1 {
  margin-bottom: -40px;
}

.carousel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.carousel li {
  width: auto !important;
  margin-right: 50px;
}

.carousel figure {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel figure img {
  opacity: 0.3;
}

.partners-box {
  border-bottom: 1px solid #f3f3f3;
  padding: 33px 0;
}

.carousel {
  position: relative;
  z-index: 1;
}

.carousel a:hover img {
  opacity: 0.8;
}

.carousel:after {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 1000;
  display: block;
  background: url("../img/03.png");
  background-size: 100% 100%;
}

.carousel:before {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1000;
  display: block;
  background: url("../img/03.png");
  background-size: 100% 100%;
  transform: scaleX(-1);
  filter: flipv;
}

/* *** FOOTER *** */
footer {
  background: #F8F8F8;
  padding: 50px 0;
  color: #494043;
  font-size: 14px;
  line-height: 26px;
}
footer .text span {
  font-size: 16px;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

footer .col-left {
  display: flex;
}

footer .col-box {
  width: 433px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #B7B7B7;
}

footer .col-left .col-box:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.f-title {
  color: #494043;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}

footer h3 {
  color: #494043;
  font-size: 16px;
  line-height: 32px;
}

.text p:last-child {
  margin-bottom: 0;
}

footer a {
  color: #494043;
}

footer a:hover {
  color: #494043;
  opacity: 0.85;
}

.social-box a {
  display: block;
  width: 20px;
  margin-left: 25px;
  height: 20px;
}

.icon-1 {
  background: url("../img/icons/02.svg");
}

.icon-2 {
  background: url("../img/icons/03.svg");
}

.icon-3 {
  background: url("../img/icons/07.svg");
}

.social-box {
  display: flex;
}

footer .col-right {
  display: flex;
  align-items: flex-end;
}

/* *** CUSTOM SELECT *** */
.select {
  width: 100%;
}

.select .chosen-container {
  width: 100% !important;
}

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
}

.select .chosen-search {
  display: none;
}

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  height: 29px;
  border: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important;
}

.select .chosen-container-single .chosen-single div {
  width: 32px;
  /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
  background: #fff;
  color: #000;
}

.select .chosen-container .chosen-results li:hover {
  background: #ec008d;
  color: #fff;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 10px 15px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-rsp .logo-rsp {
  margin-top: 10px;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  width: 150px;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #BC1620;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding: 0 30px;
  padding-top: 30px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
  background: #F3F3F3;
  display: none;
}

.m-logo img {
  width: 120px;
}

.m-logo {
  margin-top: -3px;
}

.m-header .btn-menu {
  background-image: url("../img/icons/05.svg") !important;
}

.m-header {
  margin-bottom: 40px;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav ul {
  margin: 0;
  position: relative;
  z-index: 2;
  padding: 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  border: none;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}

.menu-rsp nav > ul > li:last-child {
  margin-bottom: 0;
}

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #494043;
  font-size: 18px;
  line-height: 31px;
}

.menu-rsp nav a:hover {
  color: #F87513;
}

.menu-rsp nav .current a {
  color: #F87513;
}

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: #fff;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

.menu-rsp nav {
  margin-bottom: 40px;
}

.m-box {
  padding-top: 40px;
  clear: both;
  color: #494043;
  border-top: 1px solid #B7B7B7;
}

.menu-rsp {
  padding-bottom: 40px;
  overflow: auto;
  height: 100vh;
}

.menu-rsp .social-box {
  margin-top: 30px;
}

.menu-rsp .social-box a {
  margin-right: 20px;
  margin-left: 0;
}

.m-box a {
  color: #494043;
}

.m-box a:hover, .menu-rsp .social-box a:hover {
  opacity: 0.85;
}

.m-box h3 {
  color: #494043;
  font-size: 16px;
  line-height: 26px;
}

:target {
  scroll-margin-top: 100px;
}

/* *** SERVICES *** */
.subpage {
  padding-top: 130px;
}

.main-content {
  padding-top: 30px;
  padding-bottom: 100px;
}

.subpage .header-box .container {
  justify-content: space-between;
}

.subpage .main-menu > ul > li > a {
  color: #707070;
}

.subpage .main-menu > ul > li > a:hover, .subpage .main-menu > ul > li.current > a {
  color: #F87513;
}

.h-box {
  width: 164px;
}

.title h1 {
  color: #494043;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 0;
}

.title {
  margin-bottom: 20px;
}

.content-box-3 .text {
  width: 50%;
}

.boxes-1-1 .box-1 {
  background: #FAFAFA;
}

.boxes-1-1 .box-1 .text {
  margin-bottom: 10px;
}

.boxes-1-1 .box-1 h2 {
  color: #F87513;
}

.mr-1 {
  margin-bottom: 40px;
}

.subpage .btn-menu {
  background: url(../img/icons/06.svg) center no-repeat;
}

.subpage.body-active header {
  background: rgba(255, 255, 255, 0.9);
}

/* *** ABOUT US *** */
.row50 {
  margin: 0 -28px;
}

.row50 > div {
  padding: 0 28px;
}

.box-2 {
  color: #000000;
  display: block;
}

.box-2:hover {
  color: #000000;
}

a.box-2 figure img {
  width: 100%;
}

a.box-2 figure {
  overflow: hidden;
}

a.box-2 img {
  transition: all 0.4s ease-in-out;
}

a.box-2:hover img {
  transform: scale(1.1);
}

.box-2 span {
  color: #8E8E8E;
}

.box-2 .txt-1 {
  margin-top: 6px;
}

.box-2 .txt-1 a {
  color: #F87513;
}

.box-2 .txt-1 a:hover {
  color: #F87513;
  opacity: 0.9;
}

.box-2 figure {
  margin-bottom: 20px;
  text-align: center;
}

.box-2 {
  margin-bottom: 45px;
}

.boxes-2 {
  margin-bottom: -45px;
}

.boxes-2-1 .box-2 figure {
  background: none;
}

.box-3 {
  margin-bottom: 50px;
}

@media (min-width: 1199px) {
  .font-24 {
    font-size: 24px;
    line-height: 33px;
  }
}
.box-3-1 .row {
  align-items: center;
}

.boxes-3 .box-3:last-child {
  margin-bottom: 0;
}

/* *** CONTACT *** */
.c-content-box-2 {
  margin-top: 50px;
  color: #494043;
}

.c-content-box-2 a {
  color: #494043;
}

.c-content-box-2 a:hover {
  color: #494043;
  opacity: 0.9;
}

.c-content-box-2 h3 {
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 20px;
}

.c-content-box-2 h3 span {
  color: #494043;
}

.width-1 {
  width: 60px;
  display: inline-block;
}

.c-social-box a:hover {
  opacity: 0.85;
}

.c-social-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.col-border {
  border-left: 1px solid #B7B7B7;
}

.c-social-box a {
  margin: 0 20px 0 0;
}

.menu-rsp .icon-3 {
  background: url(../img/icons/07.svg);
}

.menu-rsp .icon-1 {
  background: url(../img/icons/02.svg);
}

.menu-rsp .icon-2 {
  background: url(../img/icons/03.svg);
}

.c-content-box-2 span {
  width: 70px;
  display: inline-block;
}

.box-2 {
  position: relative;
}
.box-2 .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 441px;
  background: #F3F3F3;
  padding: 20px 25px;
  color: #494043;
  font-size: 15px;
  line-height: 26px;
  opacity: 0;
  overflow: auto;
  transition: 0.15s linear;
}

.box-2:hover .description {
  opacity: 1;
}

.box-2 figure + .text {
  font-size: 20px;
}
.box-2 figure + .text span {
  font-size: 16px;
}

.box-2 .txt-1 {
  font-size: 14px;
}

.boxes-1-1 .box-1 {
  height: 100%;
  margin-bottom: 0;
}

.boxes-1-1 .row > div {
  margin-bottom: 40px;
}

.text h3 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
}

.address-www {
  font-size: 20px;
}
.address-www a {
  color: #000000;
}
.address-www a:hover {
  color: #000000;
  opacity: 0.95;
}

.box-3 figure img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */