/* ----------------------- VARIABLES ----------------------- */
.button {
  color: #fff;
  background-color: #852270;
  padding: 7px;
  font-size: 12px;
  text-shadow: none;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button:hover {
  background-color: #0071a6;
  text-decoration: none;
  color: #fff;
}
.button:hover span {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-left: 5px;
}
.transition {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.transitionSlow {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.clearFloats:after {
  content: "";
  display: table;
  clear: both;
}
/* ----------------------- BASIC ----------------------- */
body {
  padding-top: 0px;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  left: 0;
  font-family: "lato", sans-serif;
}
@media (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
body .main_over_mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
body.main {
  height: 100%;
}
body.main #bgvid,
body.main .contact_wrapp,
body.main .navbar-side {
  opacity: 0;
  display: none;
}
body.main.loaded #bgvid,
body.main.loaded .contact_wrapp,
body.main.loaded .navbar-side {
  opacity: initial;
  display: block;
}
body.main .footer_logos {
  background: none;
  box-shadow: none;
  border: none;
}
body.menu_opened {
  cursor: pointer;
}
@media (min-width: 768px) {
  body.menu_opened {
    left: 205px;
    overflow-x: hidden;
  }
  body.menu_opened:before {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  body.menu_opened .footer_logos {
    left: 205px;
  }
}
body.menu_opened .article_pic,
body.menu_opened .case_pics {
  right: -205px;
}
@media (max-width: 767px) {
  body {
    cursor: pointer !important;
  }
}
#qLoverlay {
  position: fixed;
  z-index: 999990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  background-position: center 35%;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #852270;
  font-weight: 400;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
.error-message {
  color: red;
}
video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
}
.overlay img {
  display: block;
  width: 65px;
  height: 65px;
  margin: 25% auto 20px;
}
.overlay p {
  color: #fff;
  line-height: 1;
  font-size: 30px;
  text-align: center;
}
.overlay#validateCheck {
  display: none;
  background: rgba(0, 0, 0, 0.92);
}
.overlay#validateError {
  display: none;
  background: rgba(177, 58, 58, 0.92);
}
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
/* ----------------------- HEADER ----------------------- */
.contact_wrapp {
  float: right;
  margin: 25px 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
@media (max-width: 767px) {
  .contact_wrapp {
    margin: 15px 5px 0px;
  }
}
.contact_wrapp.loaded {
  opacity: 1;
}
.contact_wrapp a i,
.contact_wrapp span i {
  color: #fff;
  opacity: 0.6;
  font-size: 16px;
  padding: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .contact_wrapp a i,
  .contact_wrapp span i {
    padding: 15px 10px;
  }
}
.contact_wrapp a:hover,
.contact_wrapp span:hover {
  cursor: pointer;
}
.contact_wrapp a:hover i,
.contact_wrapp span:hover i {
  opacity: 1;
}
.contact_wrapp.sub {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.contact_wrapp.sub a i,
.contact_wrapp.sub span i {
  color: #000;
  opacity: 0.6;
}
.contact_wrapp.sub a:hover i,
.contact_wrapp.sub span:hover i {
  opacity: 1;
}
.contact_wrapp.sub .lang_link {
  color: #333;
}
.contact_wrapp .lang_link {
  clear: both;
  display: inline-block;
  float: right;
  text-align: right;
  padding: 13px;
  color: #999;
  text-transform: uppercase;
}
.contact_wrapp .lang_link:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .contact_wrapp .lang_link {
    display: block;
    float: none;
    clear: both;
    padding: 0 6px;
  }
}
.navbar-side {
  width: 330px;
  border-radius: 0;
  position: fixed;
  top: 0;
  left: -205px;
  height: 100%;
  background-color: #0c0c0c;
  display: block;
  padding: 0;
  border: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0;
  z-index: 99;
}
.navbar-side .eu_link {
  position: absolute;
  bottom: 20px;
  /* left: 220px; */
  color: #ddd;
  text-transform: uppercase;
  font-family: 'lato', sans-serif;
  font-size: 12px;
  text-align: center;
}
.navbar-side .eu_link img {
  /* margin-left: 28px; */
  margin-bottom: 8px;
  height: 20px;
}
.navbar-side .eu_link .text_1 {
  font-size: 12px;
  text-align: center;
  /* margin-left: 9px; */
}
.navbar-side .eu_link .text_2 {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .navbar-side {
    width: 260px;
  }
  .navbar-side .eu_link {
    position: absolute;
    bottom: 20px;
    right: 12px;
  }
  .navbar-side .eu_link img {
    margin-left: -8px;
    height: 20px;
  }
  .navbar-side .eu_link span {
    display: none;
  }
}
.navbar-side.open {
  left: 0;
}
.navbar-side.open .navbar-toggle {
  background-color: #868686;
  color: #333;
}
.navbar-side.open .icon-bar {
  background-color: #fff;
}
.navbar-side.open .icon-bar:nth-of-type(1) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 5px;
}
.navbar-side.open .icon-bar:nth-of-type(2) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
}
.navbar-side.open .icon-bar:last-of-type {
  display: none;
}
.navbar-side.open .logo {
  width: 124px;
}
@media (max-width: 767px) {
  .navbar-side.open {
    width: 100%;
  }
}
.navbar-side .logo {
  overflow: hidden;
  position: fixed;
  top: 95px;
  width: 50px;
  left: 37px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .navbar-side .logo {
    width: 38px;
    left: 10px;
    top: 75px;
  }
}
.navbar-side .logo img {
  height: auto;
  width: 124px;
}
@media (max-width: 767px) {
  .navbar-side .logo img {
    width: 90px;
  }
}
.navbar-side .nanei_logo {
  opacity: 1 !important;
  display: inline-block;
}
.navbar-side .nanei_logo img {
  max-width: 25px;
}
@media (max-width: 767px) {
  .navbar-side .nanei_logo img {
    max-width: 20px;
  }
}
.navbar-side .nanei_logo span {
  font-size: 11px;
  color: #fff;
  opacity: 0.3;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .navbar-side .nanei_logo span {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-side .nanei_logo {
    bottom: 3px;
    left: 15px;
  }
}
.navbar-side .navbar-toggle {
  display: block;
  border: none;
  margin: 25px auto;
  float: none;
  cursor: pointer;
  color: #868686;
  font-family: 'lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #868686;
  padding: 5px 10px;
}
.navbar-side .navbar-toggle .icon-bar {
  background-color: #868686;
  width: 32px;
  height: 4px;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .navbar-side .navbar-toggle {
    font-size: 9px;
  }
}
.navbar-side .inner_menu {
  width: 205px;
  display: block;
  float: left;
  height: 100%;
  background-color: #852270;
  padding-top: 160px;
}
@media (max-width: 767px) {
  .navbar-side .inner_menu {
    width: 79%;
    padding-top: 115px !important;
    padding-left: 15px;
  }
}
.navbar-side .inner_menu .navbar-nav {
  display: block;
  width: 100%;
  position: relative;
  z-index: 999;
}
.navbar-side .inner_menu .navbar-nav li {
  display: block;
  float: none;
  width: 100%;
}
.navbar-side .inner_menu .navbar-nav li.active a {
  background-color: #661b56;
}
.navbar-side .inner_menu .navbar-nav li a {
  padding: 5px 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: "lato", sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 13px;
}
@media (max-width: 767px) {
  .navbar-side .inner_menu .navbar-nav li a {
    font-size: 13px;
    padding: 6px 15px;
  }
}
.navbar-side .inner_menu .navbar-nav li a:hover {
  background-color: #661b56;
}
.navbar-side .inner_menu .navbar-nav li a.other_link {
  /* opacity: 0.5; */
  margin-top: 35px;
}
.navbar-side .inner_menu .navbar-nav li:last-of-type a {
  margin-top: 0;
}
.navbar-side .page_info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 165px;
}
@media (max-width: 767px) {
  .navbar-side .page_info {
    position: relative;
    margin-top: 25px;
    left: 0px;
    bottom: 0;
  }
}
.navbar-side .page_info p {
  color: #fff;
  font-size: 11px;
  /* opacity: 0.3; */
}
.navbar-side .page_info p a {
  opacity: 1;
  color: #fff;
  font-size: 11px;
}
.navbar-side .page_info a {
  color: #fff;
  font-size: 18px;
  opacity: 0.3;
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar-side .page_info a:hover {
  text-decoration: none;
  opacity: 1;
}
.navbar-side .page_info .social_link {
  display: none;
}
/* ----------------------- CONTENT ----------------------- */
.main_nag {
  position: relative;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  left: -50px;
  transition-delay: 0.5s;
  opacity: 0;
}
.main_nag.loaded {
  left: 0;
  opacity: 1;
}
.main_nag h2 {
  font-size: 35px;
  font-weight: bold;
  font-family: 'lato', sans-serif;
  color: #0c0c0c;
  text-transform: uppercase;
  display: block;
  margin-bottom: 60px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .main_nag h2 {
    font-size: 16px;
    margin-bottom: 45px;
  }
}
.main_nag h3 {
  font-size: 18px;
  display: inline-block;
  position: relative;
  color: #0c0c0c;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'lato', sans-serif;
  padding-right: 0px;
  text-transform: uppercase;
}
.main_nag h3:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #852270;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.main_nag h3:before {
  content: '';
  height: 7px;
  width: 35px;
  background-color: #852270;
  border-radius: 50px;
  position: absolute;
  bottom: -13px;
}
.content_list,
.content_list_quality {
  list-style: none;
  padding: 0;
}
.content_list li,
.content_list_quality li {
  display: block;
}
.content_list li a,
.content_list_quality li a {
  color: #852270;
  font-weight: bold;
  font-family: 'lato', sans-serif;
  font-size: 15px;
  padding: 5px 0;
  display: block;
  border-bottom: 1px solid #cecece;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.content_list li a:hover,
.content_list_quality li a:hover {
  text-decoration: none;
  background-color: #852270;
  color: #fff;
  padding-left: 15px;
}
.quality_sub h4 {
  margin-bottom: 20px !important;
  margin-top: 15px;
}
.quality_sub .text_sub_content {
  width: 40% !important;
  max-width: 775px !important;
}
@media (max-width: 767px) {
  .quality_sub .text_sub_content {
    width: 100% !important;
  }
}
.quality_sub .quality_logos {
  margin-bottom: 40px;
  max-width: 500px;
}
.quality_sub .quality_logos:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .quality_sub .quality_logos {
    margin-bottom: 20px;
  }
}
.quality_sub .quality_logos img {
  display: block;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .quality_sub .quality_logos img {
    width: 90%;
  }
}
.quality_sub .quality_logos .owl-carousel {
  margin-top: 0;
}
.quality_sub .quality_logos .owl-dots {
  display: none;
}
.content_list_quality {
  margin-bottom: 40px;
}
.content_list_quality li {
  margin: 0px 0 25px;
  font-size: 15px;
  padding-left: 30px;
  position: relative;
}
.content_list_quality li:before {
  content: '';
  position: absolute;
  background-image: url('../img/checkbox.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  left: 0;
  top: -1px;
}
.content_list_quality li strong {
  text-transform: uppercase;
  color: #852270;
  font-weight: 900;
}
.content_list_second {
  list-style: none;
  padding: 0;
}
.content_list_second li {
  display: block;
  color: #686868;
  padding-left: 30px;
  position: relative;
}
.content_list_second li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #852270;
  border-radius: 50px;
}
.content_list_second.content_list_eco {
  margin-top: 15px;
  margin-bottom: 35px;
}
.content_list_second.content_list_eco li {
  padding-left: 0;
  margin-bottom: 15px;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
}
.content_list_second.content_list_eco li img {
  max-width: 20px;
  position: absolute;
  top: 3px;
  margin-right: 5px;
  left: 0;
}
.content_list_second.content_list_eco li:before {
  display: none;
}
.main_box {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding-top: 17%;
}
.main_box.menu_opened {
  opacity: 1;
}
@media (max-width: 767px) {
  .main_box {
    width: 90%;
    max-width: none;
    padding-left: 35px;
    padding-top: 75px !important;
    margin-right: 5px;
  }
}
.main_box h1 {
  margin-top: 0;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  overflow-x: hidden;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .main_box h1 {
    font-size: 30px;
  }
}
.main_box h1 img {
  margin-bottom: 15px;
  position: relative;
  left: -63px;
}
.main_box h1:before {
  content: '';
  position: absolute;
  background-color: #852270;
  width: 35px;
  height: 8px;
  border-radius: 50px;
  top: 0px;
  left: 0px;
}
.main_box h2 {
  color: #f4f4f4;
  font-weight: bold;
  font-size: 36px;
  margin: 0;
}
@media (max-width: 767px) {
  .main_box h2 {
    font-size: 24px;
  }
}
.main_box p {
  margin-top: 20px;
  font-size: 18px;
  color: #f4f4f4;
  position: relative;
  padding-left: 45px;
}
.main_box p:before {
  left: 0;
  top: -5px;
  content: '';
  position: absolute;
  width: 26px;
  height: 32px;
  background-image: url('../img/eco_leaf.png');
  background-size: cover;
}
.main_box a {
  color: #cccccc;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  bottom: 57px;
  right: 0;
  position: relative;
  z-index: 999;
  float: right;
  font-weight: 300;
}
@media (max-width: 767px) {
  .main_box a {
    bottom: 0px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  }
}
.main_box a:after {
  content: '';
  position: absolute;
  background-color: #852270;
  width: 20px;
  height: 4px;
  border-radius: 50px;
  top: 25px;
  left: 0px;
}
.main_box a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.main_box a:active,
.main_box a:focus {
  border: none;
  outline: 0;
  text-decoration: none;
}
.modal_about_content h2 {
  margin-bottom: 8% !important;
  margin-top: 25% !important;
}
.modal_about_content p {
  color: #fff;
  line-height: 21px;
  font-size: 15px;
}
.modal_about_content .about_mile {
  color: #fff;
  display: block;
  margin-top: 6px;
  font-size: 15px;
}
.content_wrapp {
  margin-bottom: 40px;
  display: none;
}
.content_wrapp:after {
  content: "";
  display: table;
  clear: both;
}
.main .content_wrapp {
  display: block;
}
.sub_contact_wrapp {
  display: block;
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.sub_contact_wrapp.loaded {
  opacity: 1;
}
.sub_contact_wrapp .text_sub_content {
  max-width: 775px !important;
  width: 100% !important;
}
.text_sub {
  padding-left: 155px;
  padding-top: 20px;
  margin-bottom: 2px;
}
.text_sub:after {
  content: "";
  display: table;
  clear: both;
}
.text_sub .row {
  margin-right: 0;
}
@media (max-width: 767px) {
  .text_sub {
    padding-left: 70px;
    padding-top: 30px;
    padding-right: 15px;
  }
}
.text_sub h4 {
  font-family: 'lato', sans-serif;
  font-size: 18px;
  color: #000000;
  margin-bottom: 35px;
  font-weight: bold;
}
.text_sub h4 img {
  max-width: 25px;
  margin-left: 10px;
  position: relative;
  top: -5px;
}
.text_sub p {
  color: #686868;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: 'lato', sans-serif;
  max-width: 500px;
}
.text_sub .text_sub_content {
  width: 40%;
  max-width: 500px;
  display: block;
  float: left;
  position: relative;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  left: -50px;
  transition-delay: 0.75s;
  opacity: 0;
}
@media (max-width: 991px) {
  .text_sub .text_sub_content {
    width: 100%;
  }
}
.text_sub .text_sub_content.loaded {
  left: 0;
  opacity: 1;
}
.text_sub .text_sub_content.union_sub {
  width: 60%;
  max-width: 600px;
}
.text_sub .text_sub_content.union_sub p {
  max-width: 600px;
}
@media (max-width: 991px) {
  .text_sub .text_sub_content.union_sub {
    width: 100%;
  }
}
.text_sub .union_list {
  width: 30%;
  max-width: 500px;
  display: block;
  float: left;
  margin-bottom: 50px;
  margin-left: 10%;
}
@media (max-width: 991px) {
  .text_sub .union_list {
    width: 100%;
    margin-left: 0;
  }
}
.text_sub .article_pic {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  left: initial;
  width: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  background-size: cover;
  background-position: center;
}
.text_sub .article_pic.loaded {
  opacity: 1;
}
@media (max-width: 991px) {
  .text_sub .article_pic {
    width: 95%;
    margin-top: 30px;
    margin-bottom: 0px;
    position: relative;
    height: 200px;
    margin-bottom: 30px;
    float: left;
  }
}
.text_sub .article_pic img {
  max-width: 90%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .text_sub .article_pic img {
    max-width: 100%;
  }
}
.text_sub .eco_box {
  margin-bottom: 20px;
  padding-right: 25px;
  max-width: 500px;
  position: relative;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  left: -50px;
  transition-delay: 0.75s;
  opacity: 0;
  float: none;
}
.text_sub .eco_box.loaded {
  left: 0;
  opacity: 1;
}
.text_sub .eco_box img {
  float: left;
  max-width: 83px;
}
@media (max-width: 767px) {
  .text_sub .eco_box img {
    float: none;
  }
}
.text_sub .eco_box p {
  padding-left: 110px;
  font-size: 13px;
  color: #686868;
}
@media (max-width: 767px) {
  .text_sub .eco_box p {
    padding-left: 0px;
    display: block;
    clear: both;
  }
}
.text_sub .eco_box h4 {
  padding-left: 110px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .text_sub .eco_box h4 {
    padding-left: 0px;
    display: block;
    clear: both;
    margin-top: 15px;
  }
}
.collapse_wrapp {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  max-height: 300px;
  overflow: hidden;
}
.collapse_wrapp.out {
  max-height: 1000px;
}
.collapse_trigger {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 60px 0 25px;
  margin-top: -75px;
  position: relative;
  color: #000;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50&0+0,1+50 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.collapse_trigger i {
  color: #852270;
  font-size: 11px;
  position: relative;
  margin-left: 5px;
  top: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.collapse_trigger:hover {
  cursor: pointer;
  color: #666;
  padding: 65px 0 20px;
}
.eco_link {
  color: #852270;
  float: left;
  clear: both;
  font-weight: bold;
  margin-right: 25px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .eco_link {
    margin-left: 15px;
  }
}
.eco_link i {
  margin-left: 10px;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.eco_link:hover,
.eco_link:focus,
.eco_link:active {
  outline: none;
  border: none;
  text-decoration: none;
}
@media (max-width: 991px) {
  .long_nag {
    width: 200px;
  }
}
.eco_modal .modal-content {
  padding: 25px;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .eco_modal .modal-content {
    padding: 10px 5px;
  }
}
.eco_modal .modal-header {
  border: none;
  padding-bottom: 5px;
  position: relative;
}
.eco_modal .modal-header .close {
  position: absolute;
  top: -10px;
  right: 0px;
  font-size: 34px;
  color: #666;
  opacity: 1;
}
.eco_modal .modal-header .close:hover {
  color: #000;
}
.eco_modal .modal-body {
  padding-top: 0;
}
.eco_modal .modal-body p {
  width: 95%;
  font-size: 15px;
  color: #686868;
  margin-bottom: 20px;
}
.contact_box {
  width: 40%;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .contact_box {
    width: 100%;
    margin-bottom: 50px;
  }
}
.contact_box p strong {
  display: block;
  margin-bottom: 5px;
}
.contact_box a {
  display: block;
  color: #852270;
  font-size: 15px;
}
.contact_box a .fa {
  margin-right: 10px;
  color: #852270;
}
.contact_box .contact_city {
  margin: 0 0 25px ;
  font-weight: 400;
  width: 100%;
  float: left;
  display: block;
}
.contact_box .contact_city a {
  font-weight: 400;
}
.boxes_line_wrapp {
  display: block;
}
.boxes_line_wrapp:after {
  content: "";
  display: table;
  clear: both;
}
.big_boxes_wrapp {
  padding-left: 125px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.big_boxes_wrapp:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .big_boxes_wrapp {
    padding-left: 55px;
  }
}
.big_boxes_wrapp .big_box {
  width: 50%;
  float: left;
  display: block;
  height: 250px;
  position: relative;
  background-size: 105% auto;
  background-position: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-repeat: no-repeat;
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  .big_boxes_wrapp .big_box {
    height: 200px !important;
    min-height: 175px;
  }
}
.big_boxes_wrapp .big_box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.big_boxes_wrapp .big_box .big_bos_cap {
  color: #fff;
  font-family: 'lato', sans-serif;
  font-size: 24px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.big_boxes_wrapp .big_box .big_box_p {
  color: #999;
  font-family: 'lato', sans-serif;
  font-size: 14px;
  position: absolute;
  bottom: 70px;
  left: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  right: 15px;
}
.big_boxes_wrapp .big_box .button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: none;
  border: 2px solid #852270;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  font-family: 'lato', sans-serif;
  opacity: 0;
  padding: 8px 25px;
}
.big_boxes_wrapp .big_box .button:hover {
  color: #fff;
  background-color: #852270;
}
@media (min-width: 991px) {
  .big_boxes_wrapp .big_box:hover {
    background-size: 110% auto;
  }
  .big_boxes_wrapp .big_box:hover .big_bos_cap {
    bottom: 100px;
    color: #fff;
  }
  .big_boxes_wrapp .big_box:hover .button,
  .big_boxes_wrapp .big_box:hover .big_box_p {
    opacity: 1;
  }
  .big_boxes_wrapp .big_box:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 991px) {
  .big_boxes_wrapp .big_box {
    width: 100%;
    background-size: cover;
  }
  .big_boxes_wrapp .big_box .big_bos_cap {
    bottom: 130px;
    color: #fff;
  }
  .big_boxes_wrapp .big_box .button,
  .big_boxes_wrapp .big_box .big_box_p {
    opacity: 1;
  }
  .big_boxes_wrapp .big_box:before {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.technology_boxes .big_box {
  float: left;
}
.technology_boxes .bigger_box {
  width: 50%;
  float: left;
  background-size: 140% auto !important;
}
.technology_boxes .bigger_box:hover {
  background-size: 145% auto !important;
}
@media (max-width: 991px) {
  .technology_boxes .bigger_box {
    width: 100%;
    background-size: cover !important;
  }
  .technology_boxes .bigger_box:hover {
    background-size: cover !important;
  }
}
.panel-group {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  left: -50px;
  transition-delay: 0.75s;
  opacity: 0;
}
.panel-group.loaded {
  left: 0;
  opacity: 1;
}
.panel-group .panel {
  border: none;
  background: none;
  box-shadow: none;
  margin-right: 50%;
  /*float: left;*/
  flex-basis: 46%;
}
@media (max-width: 767px) {
  .panel-group .panel {
    flex-basis: 96%;
    margin-top: 3%;
    margin-bottom: 4%;
  }
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel .panel-heading {
  background: none;
  border: none;
  padding: 0;
}
.panel-group .panel .panel-heading .panel-title {
  margin: 0;
}
.panel-group .panel .panel-heading .panel-title a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.panel-group .panel .panel-heading .panel-title a:focus,
.panel-group .panel .panel-heading .panel-title a:active {
  text-decoration: none;
}
.panel-group .panel .panel-heading .panel-title a:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}
.panel-group .panel .panel-heading .panel-title a.collapsed i {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.panel-group .panel .panel-heading .panel-title a i {
  float: right;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #852270;
}
.panel-group .panel .panel-collapse .panel-body {
  border: none;
  padding: 0 0 15px 0;
  box-shadow: none;
  font-size: 15px;
  color: #686868;
}
.panel-group .panel .panel-collapse .panel-body p {
  margin: 15px 0 0 0;
}
.panel-group .panel .panel-collapse .panel-body ul {
  padding: 0;
  list-style: none;
}
.panel_info {
  max-width: 900px !important;
  font-size: 13px !important;
  color: #686868 !important;
  margin-top: 75px;
}
.staff_members {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 30px;
  background-color: #ededed;
  margin-bottom: 0;
}
.staff_members .staff_member {
  width: 22%;
  display: block;
  float: left;
  text-align: left;
  margin-right: 5%;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .staff_members .staff_member {
    width: 18%;
    margin-right: 2%;
  }
}
@media (max-width: 991px) {
  .staff_members .staff_member {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .staff_members .staff_member {
    width: 46%;
    margin-right: 4%;
  }
}
@media (max-width: 380px) {
  .staff_members .staff_member {
    width: 100%;
  }
}
.staff_members .staff_member img {
  max-width: 50px;
  margin-bottom: 15px;
  border-radius: 50px;
  width: 33px;
  height: 33px;
  margin-top: 20px;
  margin-left: 42px;
}
@media (max-width: 991px) {
  .staff_members .staff_member img {
    margin-left: 37px;
  }
}
.staff_members .staff_member h3 {
  color: #000000;
  font-family: 'lato', sans-serif;
  font-size: 13px;
  font-weight: 900;
  margin: 15px 0 5px;
}
.staff_members .staff_member p {
  color: #686868;
  font-family: 'lato', sans-serif;
  font-size: 13px;
}
.staff_members .staff_member span {
  display: block;
  color: #686868;
  font-family: 'lato', sans-serif;
  font-size: 13px;
}
.staff_members .staff_member span .fa {
  color: #852270;
}
@media (max-width: 991px) {
  .staff_members .staff_member span {
    font-size: 12px;
  }
}
.staff_members .staff_member a {
  display: block;
  color: #852270;
}
@media (max-width: 991px) {
  .staff_members .staff_member a {
    font-size: 12px;
    margin-top: 5px;
  }
}
.staff_members .staff_member a .fa {
  color: #852270;
}
.contact_form_wrapp {
  margin-top: 0px;
  padding-top: 40px;
  padding-left: 155px;
  background-color: #fff;
  padding-bottom: 50px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact_form_wrapp {
    padding-left: 70px;
  }
}
.lb-number {
  display: none !important;
}
.contact_form {
  margin-top: 25px;
}
.contact_form .inputWrapp {
  width: 21%;
  margin-right: 4%;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .contact_form .inputWrapp {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 45px;
  }
}
@media (max-width: 500px) {
  .contact_form .inputWrapp {
    width: 100%;
  }
}
.contact_form .inputWrapp span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #000000;
  font-family: 'lato', sans-serif;
  font-weight: 900;
}
.contact_form .inputWrapp input,
.contact_form .inputWrapp textarea {
  width: 100%;
  border: none;
  outline: 0;
  border-bottom: 1px solid #acacac;
  padding: 10px 0;
  height: 45px;
  min-height: 45px;
  resize: none;
}
.contact_form .button {
  background: none;
  border-radius: 50px;
  font-size: 14px;
  color: #000000;
  font-family: 'lato', sans-serif;
  font-weight: 900;
  border: 2px solid #852270;
  padding: 8px 45px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .contact_form .button {
    margin-top: 0;
  }
}
.contact_form .button input {
  display: none;
}
.contact_form .button:hover {
  color: #fff;
  background-color: #852270;
  cursor: pointer;
}
.modal-backdrop.in {
  opacity: 0.9;
}
.modal_form {
  background: none;
  box-shadow: none;
  border: none;
}
.modal_form .close {
  color: #fff;
  opacity: 1;
}
.modal_form h2 {
  color: #fff;
  text-align: center;
  font-family: 'lato', sans-serif;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 12%;
  margin-top: 30%;
}
@media (max-width: 767px) {
  .modal_form h2 {
    margin-top: 5%;
    margin-bottom: 8%;
    font-size: 26px;
    display: inline-block;
  }
}
.modal_form .inputWrapp {
  width: 29%;
  margin-right: 4%;
}
@media (max-width: 767px) {
  .modal_form .inputWrapp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.modal_form .inputWrapp span {
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .modal_form .inputWrapp span {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.modal_form .inputWrapp input,
.modal_form .inputWrapp textarea {
  background: none;
  color: #fff;
  border-bottom: 1px solid #999;
}
.modal_form .inputWrapp textarea {
  min-height: 104px;
}
.modal_form .inputWrapp:last-of-type {
  width: 62%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .modal_form .inputWrapp:last-of-type {
    width: 100%;
    margin-top: 0;
  }
}
.modal_form .inputWrapp ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}
.modal_form .inputWrapp ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
.modal_form .inputWrapp :-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.modal_form .inputWrapp :-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
.modal_form .button {
  color: #fff;
  width: 29%;
  padding: 8px 5px;
  text-align: center;
  margin-top: 153px;
}
@media (max-width: 767px) {
  .modal_form .button {
    margin-top: 0;
    width: 100%;
  }
}
.map_wrapper {
  padding-left: 125px;
}
@media (max-width: 767px) {
  .map_wrapper {
    padding-left: 55px;
  }
}
.map_wrapper #map {
  height: 325px;
  width: 100%;
}
@media (max-width: 767px) {
  .map_wrapper #map {
    margin-left: 0px;
  }
}
.owl-carousel {
  margin-top: 70px;
}
.owl-carousel .owl_item {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .owl-carousel .owl_item:after {
    content: "";
    display: table;
    clear: both;
  }
}
.owl-carousel .owl_item .about_link {
  font-family: 'lato', sans-serif;
  color: #cccccc;
  font-size: 15px;
  display: inline-block;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  width: 300px;
}
.owl-carousel .owl_item .about_link strong {
  color: #fff;
}
@media (max-width: 767px) {
  .owl-carousel .owl_item .about_link strong {
    display: block;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .owl-carousel .owl_item .about_link {
    clear: both;
    display: block;
    font-size: 13px;
  }
}
.owl-carousel .owl_item .indicator {
  color: #cccccc;
  font-size: 15px;
}
@keyframes type {
  from {
    width: 0;
  }
}
@keyframes blink {
  to {
    opacity: .0;
  }
}
.owl-carousel .owl_item > a {
  display: none;
  /*             float:right;
           color:#666;
            font-size:13px;
            position:relative;
            display:inline-block;
            top:-5px;
            font-family:'lato', sans-serif;
            @media @phone{
                clear:both;
                display:block;
                padding-top:10px;
                float:left;
            }
            &:before{
                content:'';
                position:relative;
                background-color:@basic;
                width:20px;
                height:4px;
                display:block;
                border-radius: 50px;
                top:26px;
                left:0px;
                }*/
}
.owl-carousel .owl-item.active .about_link {
  animation: type 3s steps(60, end);
}
.owl-carousel .owl-item.active .indicator {
  animation: blink 1s infinite;
}
.owl-carousel .owl-nav {
  display: none;
}
.owl-carousel .owl-dots {
  position: relative;
  top: -65px;
  text-align: left;
}
@media (max-width: 767px) {
  .owl-carousel .owl-dots {
    top: -100px;
  }
}
.owl-carousel .owl-dots:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  z-index: -1;
}
.owl-carousel .owl-dots .owl-dot span {
  background: none;
  width: 40px;
  margin: 0;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #852270;
}
.owl-carousel_gallery {
  background-color: #fff;
}
.owl-carousel_gallery img {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
/* ----------------------- FOOTER ----------------------- */
.footer_logos {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #222;
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding: 10px 10px 0px 140px;
  min-height: 40px;
  z-index: 1;
  /*    -webkit-box-shadow: 0 -0px 15px 0 rgba(0,0,0,0.8);
box-shadow: 0 -0px 15px 0 rgba(0,0,0,0.8);*/
  border-top: 4px solid #fff;
}
@media (max-width: 767px) {
  .footer_logos {
    padding-left: 70px;
  }
}
.footer_logos .work_to {
  color: #787777;
  display: none;
}
@media (max-width: 767px) {
  .footer_logos .work_to {
    display: none;
  }
}
.footer_logos .owl-carousel_footer {
  float: right;
  width: 90%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .footer_logos .owl-carousel_footer {
    display: block;
    width: 100%;
  }
}
.footer_logos .owl-carousel_footer .owl-dots {
  display: none;
}
.footer_logos .owl-carousel_footer .owl_item img {
  max-width: 31%;
  opacity: 0.6;
  margin: 0;
  display: inline-block;
}
.footer_gallery {
  margin-top: 45px;
  width: 100%;
  background-color: #0c0c0c;
  padding-left: 125px;
}
.footer_gallery:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .footer_gallery {
    padding-left: 55px;
    margin-top: 0px;
  }
}
.footer_gallery .owl-dots {
  display: none;
}
.footer_gallery .owl_item a {
  width: 100%;
  display: block;
}
.header_articles {
  margin-top: 45px;
  width: 94.5%;
  padding-left: 0px;
  margin-bottom: 35px;
}
.header_articles:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .header_articles {
    margin-bottom: 10px;
  }
}
.header_articles ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.header_articles ul:after {
  content: "";
  display: table;
  clear: both;
}
.header_articles ul li {
  width: 20%;
  display: block;
  float: left;
  position: relative;
  border-bottom: 1px solid #852270;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .header_articles ul li {
    width: 50%;
  }
}
@media (max-width: 430px) {
  .header_articles ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.header_articles ul li span {
  text-align: center;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  font-family: 'lato', sans-serif;
  color: transparent;
  color: #000;
}
.header_articles ul li span:before {
  content: '';
  height: 7px;
  width: 0px;
  border-radius: 50px;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #852270;
}
.header_articles ul li a:hover {
  text-decoration: none;
}
.header_articles ul li.active span {
  font-weight: bold;
}
.header_articles ul li:hover,
.header_articles ul li.active {
  cursor: pointer;
}
.header_articles ul li:hover span:before,
.header_articles ul li.active span:before {
  width: 34px;
}
.header_articles ul li img {
  max-width: 100%;
}
.second-form .close {
  color: #000;
  opacity: 1;
}
.second-form h2 {
  color: #000;
  text-align: center;
  font-family: 'lato', sans-serif;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 12%;
  margin-top: 30%;
}
@media (max-width: 767px) {
  .second-form h2 {
    margin-top: 5%;
    margin-bottom: 8%;
    font-size: 26px;
    display: inline-block;
  }
}
.second-form .inputWrapp {
  width: 24%;
  margin-right: 4%;
}
@media (max-width: 767px) {
  .second-form .inputWrapp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.second-form .inputWrapp span {
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .second-form .inputWrapp span {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.second-form .inputWrapp input,
.second-form .inputWrapp textarea {
  background: none;
  color: #000;
  border-bottom: 1px solid #999;
}
.second-form .inputWrapp textarea {
  min-height: 104px;
}
.second-form .inputWrapp:last-of-type {
  width: 52%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .second-form .inputWrapp:last-of-type {
    width: 100%;
    margin-top: 0;
  }
}
.second-form .inputWrapp ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}
.second-form .inputWrapp ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
.second-form .inputWrapp :-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.second-form .inputWrapp :-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
.second-form .button {
  color: #000;
  width: 24%;
  padding: 8px 5px;
  text-align: center;
  margin-top: 153px;
}
@media (max-width: 767px) {
  .second-form .button {
    margin-top: 0;
    width: 100%;
  }
}
.case_pics {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  left: initial;
  width: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.case_pics .owl-carousel {
  margin-top: 0;
}
.case_pics .owl-carousel .owl-stage-outer {
  z-index: -2;
}
.case_pics .owl-carousel .owl_item {
  overflow: hidden;
}
.case_pics .owl-carousel .owl_item img {
  width: auto !important;
}
.case_pics .owl-carousel .owl_item:after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.05) 100%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}
.case_pics * {
  height: 100%;
}
.case_pics.loaded {
  opacity: 1;
}
.case_pics .owl-dots {
  top: -65px;
  left: 0px;
  width: 160px;
}
.case_pics .owl-dots:hover {
  background: none;
}
.case_pics .owl-dots:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  height: 1px;
  background-color: #fff;
  opacity: 1;
  z-index: -1;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.case_pics .owl-dots .owl-dot:hover span {
  background-color: #aaa;
  opacity: 1 !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.case_pics .owl-dots .owl-dot span {
  background: none;
  width: 40px !important;
  height: 6px !important;
  z-index: 1;
}
.case_pics .owl-dots .owl-dot span:hover {
  background-color: #aaa;
  opacity: 1 !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.case_pics .owl-dots .active span {
  box-shadow: 0px 0px 2px;
  background-color: #ffffff !important;
  opacity: 1px !important;
}
@media (max-width: 991px) {
  .case_pics .owl-dots {
    top: -30px !important;
  }
}
@media (max-width: 991px) {
  .case_pics {
    position: relative;
    width: 100%;
    height: 200px;
  }
}
.about_icon {
  width: 150px;
  text-align: center;
}
.logos_footer_parent {
  position: absolute;
  left: 0px;
  overflow: hidden;
  width: 10000000px;
  height: 18px;
}
.logos_footer_parent .logos_footer {
  max-height: 18px;
  position: absolute;
  transition: left 2s;
  transition-timing-function: linear;
  min-width: 100000px;
}
.logos_footer_parent .logos_footer img {
  height: 18px;
  opacity: 0.6;
  margin: 0;
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .logos_footer_parent {
    left: 175px;
  }
}
@media print {
  .footer_logos,
  .navbar-toggle,
  .lang_link,
  .union_list {
    display: none !important;
  }
}
/* ----------------------- RESPONSIVE ----------------------- */
