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

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  min-height: 100%;
  min-width: 100%;
  background: #ffffff;
}

html, body {
  overflow-x: hidden;
}

*::selection {
  background: #1a56a5;
  color: #fff;
}

/*reset erd*/
h1, h2, h3, h4, h5, h6, th, p, label, figure {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none !important;
}

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

input, select, textarea, button, a {
  outline: none !important;
  border: none;
}

i {
  display: inline-block;
  vertical-align: middle;
}

nav {
  background: none;
  border: none;
  margin: 0;
  min-height: auto !important;
}

nav button.navbar-toggle {
  background: none !important;
  border: none !important;
}

.navbar-collapse {
  border: none !important;
  box-shadow: 0 0 0 0 !important;
  padding: 0;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.dropdown button {
  box-shadow: 0 0 0 0 !important;
}

/*reset erd*/
.back {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.navbar-inverse {
  border: none;
  border-radius: 0;
  background: none;
  margin: 0;
}
.navbar-inverse button.navbar-toggle {
  margin: 0;
}
.navbar-inverse li.active a {
  background: none !important;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.8);
}

/*menu 991*/
@media (max-width: 991px) {
  header {
    height: auto;
    min-width: 320px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    max-width: 100% !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
    overflow-y: auto !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }
}
/*menu 991*/
/*fonts*/
/*fonts*/
/*colors*/
span.help-block {
  display: none !important;
}

.center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.sweet-alert h2 {
  font-family: "robotobold";
  font-size: 27px;
  color: #4f4f4f;
}
.sweet-alert p {
  font-family: "robotoregular";
  font-style: 17px;
  color: #4f4f4f;
}
.sweet-alert button.confirm {
  background: #f6a117 !important;
}

/**************************wrapper**************************/
.wrapper {
  padding: 65px 57px 45px 97px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.wrapper.h100 {
  height: 100%;
}
.wrapper.white {
  min-height: 700px;
}
.wrapper.white header nav .navbar-header figure {
  background: url(../images/svg/white-logo.svg) no-repeat;
  background-size: 100%;
}
.wrapper.white header nav .navbar-header button span.icon-bar {
  background: #ffffff !important;
}
.wrapper.white header nav ul.menu {
  left: 0;
  margin: 12px 175px 0 0;
  float: right;
}
.wrapper.white .copyright p {
  color: #ffffff;
}
.wrapper.white .copyright p span {
  background: url(../images/svg/white-logo.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 1400px) {
  .wrapper {
    padding: 65px 30px 45px 30px;
  }
}
@media (max-width: 991px) {
  .wrapper {
    padding: 15px 0 20px 0;
  }
  .wrapper.white {
    min-height: 580px;
  }
}
@media (max-width: 500px) {
  .wrapper.white {
    min-height: 515px;
  }
}
@media (max-height: 600px) {
  .wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 991px) {
  .wrapper {
    min-height: 500px;
  }
}
/**************************wrapper**************************/
/**************************header**************************/
header {
  position: relative;
  z-index: 9;
}
header nav .navbar-header figure {
  width: 209px;
  height: 110px;
  background: url(../images/svg/logo.svg) no-repeat;
  background-size: 100%;
}
header nav ul.menu {
  float: none;
  display: table;
  margin: 12px auto 0 auto;
  position: relative;
  left: -120px;
}
header nav ul.menu li {
  padding: 0 20px;
}
header nav ul.menu li a {
  font-family: "ubuntumedium";
  font-size: 16px;
  color: #4f4f4f;
  padding: 0;
  letter-spacing: 1.5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header nav ul.menu li a:hover, header nav ul.menu li a:focus {
  color: #f6a117 !important;
}
header nav ul.menu li.active a {
  color: #f6a117 !important;
}
header nav ul.navbar-right {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
header nav ul.navbar-right li a {
  font-family: "ubuntumedium";
  font-size: 16px;
  color: #9d9d9d !important;
  padding: 10px;
  letter-spacing: 1px;
  border: 2px solid #f6a117;
  border-radius: 30px;
  min-width: 163px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header nav ul.navbar-right li a i {
  width: 21px;
  height: 25px;
  margin-right: 5px;
  background: url(../images/svg/marker-hover.svg) no-repeat;
  background-size: auto 100%;
  margin-top: -3px;
}
header nav ul.navbar-right li a:hover {
  color: #f6a117 !important;
}

@media (max-width: 1400px) {
  header nav ul.menu {
    left: -70px;
  }
}
@media (max-width: 1170px) {
  header nav .navbar-header figure {
    width: 147px;
    height: 79px;
  }
  header nav ul.menu li {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f6a117;
    z-index: 9999;
  }
  header nav .navbar-header {
    padding: 15px;
  }
  header nav .navbar-header figure {
    width: 72px;
    height: 39px;
  }
  header nav .navbar-header button {
    margin-top: 10px;
  }
  header nav .navbar-header button span.icon-bar {
    width: 27px;
    border-radius: 0;
    background: #000000 !important;
  }
  header nav ul.menu {
    left: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #d08c07;
  }
  header nav ul.menu li a {
    padding: 10px;
    color: #000000 !important;
  }
  header nav ul.menu li a:hover {
    color: #ffffff !important;
  }
  header nav ul.menu li.active a {
    color: #ffffff !important;
  }
  header nav ul.navbar-right {
    position: initial;
  }
  header nav ul.navbar-right li a {
    border: none;
    padding: 10px;
    color: #000000 !important;
  }
  header nav ul.navbar-right li a i {
    display: none;
  }
  header nav ul.navbar-right li.active a {
    color: #ffffff !important;
  }
}
@media (max-width: 767px) {
  header nav ul.nav-social {
    display: table !important;
    margin: 10px auto;
  }
  header nav ul.nav-social li {
    float: left;
    display: inline-block;
    padding: 0 6px;
  }
  header nav ul.nav-social li a {
    display: block;
    text-align: center;
    position: relative;
  }
  header nav ul.nav-social li a:before {
    content: "";
    position: absolute;
    right: -65px;
    top: 50%;
    margin-top: -0.5px;
    width: 0;
    height: 1px;
    background: #f6a117;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header nav ul.nav-social li a i {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
  }
  header nav ul.nav-social li a i.def-icon-facebook {
    width: 12px;
    height: 20px;
    background: url(../images/svg/facebook.svg);
  }
  header nav ul.nav-social li a i.def-icon-twitter {
    width: 23px;
    height: 20px;
    background: url(../images/svg/twitter.svg);
  }
  header nav ul.nav-social li a i.def-icon-instagram {
    width: 22px;
    height: 20px;
    background: url(../images/svg/instagram.svg);
  }
}
/**************************header**************************/
/**************************main-slide**************************/
#twinkleSlide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#twinkleSlide figure {
  width: 100%;
  height: 100%;
  background-position: top center !important;
}
#twinkleSlide ol {
  width: auto;
  height: auto;
  position: absolute;
  bottom: auto;
  left: 0;
  margin: 0;
  top: 50%;
  padding-left: 80px;
}
#twinkleSlide ol li {
  font-family: "robotobold";
  font-size: 15px;
  color: #9d9d9d;
  display: block;
  text-indent: 0;
  width: auto;
  height: auto;
  border: none;
  background: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
#twinkleSlide ol li:not(:last-child) {
  margin-bottom: 30px;
}
#twinkleSlide ol li.active {
  font-size: 22px;
  color: #f6a117;
}
#twinkleSlide ol li.active:before {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -0.5px;
  width: 70px;
  height: 1px;
  background: #f6a117;
}
#twinkleSlide .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#twinkleSlide .slide-caption {
  position: absolute;
  top: 50%;
  left: 270px;
  margin-top: -74px;
}
#twinkleSlide .slide-caption h2 {
  font-family: "zona_probold";
  font-size: 68px;
  color: #2e312b;
  letter-spacing: -2px;
  position: relative;
}
#twinkleSlide .slide-caption h2:before {
  content: attr(data-count);
  font-family: "zona_probold";
  font-size: 240px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f6a117;
  position: absolute;
  left: -60px;
  top: -60px;
}
#twinkleSlide .slide-caption h2 b {
  font-weight: normal;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-delay: 0.7s;
  display: inline-block;
}
#twinkleSlide .slide-caption h2 span {
  font-family: "zona_proextralight";
  display: block;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 1s;
}

@media (max-width: 1400px) {
  #twinkleSlide ol {
    padding-left: 30px;
  }
  #twinkleSlide .slide-caption {
    left: 170px;
  }
}
@media (max-width: 1170px) {
  #twinkleSlide .slide-caption {
    left: 110px;
  }
  #twinkleSlide .slide-caption h2 {
    font-size: 50px;
  }
  #twinkleSlide .slide-caption h2:before {
    font-size: 170px;
    left: -20px;
    top: -39px;
  }
}
@media (max-width: 991px) {
  #twinkleSlide ol {
    padding-left: 15px;
  }
  #twinkleSlide .slide-caption {
    left: 70px;
  }
  #twinkleSlide .slide-caption h2 {
    font-size: 40px;
  }
  #twinkleSlide .slide-caption h2:before {
    top: -49px;
  }
}
/**************************main-slide**************************/
/**************************right-social**************************/
.right-social {
  position: absolute;
  right: 63px;
  top: 50%;
  margin-top: -55px;
}
.right-social ul li:not(:last-child) {
  margin-bottom: 23px;
}
.right-social ul li a {
  display: block;
  text-align: center;
  position: relative;
}
.right-social ul li a:before {
  content: "";
  position: absolute;
  right: -65px;
  top: 50%;
  margin-top: -0.5px;
  width: 0;
  height: 1px;
  background: #f6a117;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right-social ul li a i {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.right-social ul li a i.def-icon-facebook {
  width: 12px;
  height: 25px;
  background: url(../images/svg/facebook.svg);
}
.right-social ul li a i.def-icon-twitter {
  width: 23px;
  height: 17px;
  background: url(../images/svg/twitter.svg);
}
.right-social ul li a i.def-icon-instagram {
  width: 22px;
  height: 22px;
  background: url(../images/svg/instagram.svg);
}
.right-social ul li a:hover:before {
  width: 57px;
}
.right-social ul li a:hover i {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.right-social ul li a:hover i.def-icon-facebook {
  background: url(../images/svg/facebook-hover.svg);
}
.right-social ul li a:hover i.def-icon-twitter {
  background: url(../images/svg/twitter-hover.svg);
}
.right-social ul li a:hover i.def-icon-instagram {
  background: url(../images/svg/instagram-hover.svg);
}
.right-social.grey {
  margin: 0;
  top: 60%;
}
.right-social.grey ul li a i.def-icon-facebook {
  width: 12px;
  height: 25px;
  background: url(../images/svg/grey-facebook.svg);
}
.right-social.grey ul li a i.def-icon-twitter {
  width: 23px;
  height: 17px;
  background: url(../images/svg/grey-twitter.svg);
}
.right-social.grey ul li a i.def-icon-instagram {
  width: 22px;
  height: 22px;
  background: url(../images/svg/grey-instagram.svg);
}
.right-social.grey ul li a:hover:before {
  width: 57px;
}
.right-social.grey ul li a:hover i {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.right-social.grey ul li a:hover i.def-icon-facebook {
  background: url(../images/svg/facebook-hover.svg);
}
.right-social.grey ul li a:hover i.def-icon-twitter {
  background: url(../images/svg/twitter-hover.svg);
}
.right-social.grey ul li a:hover i.def-icon-instagram {
  background: url(../images/svg/instagram-hover.svg);
}

@media (max-width: 1400px) {
  .right-social {
    right: 30px;
  }
}
@media (max-width: 1170px) {
  .right-social {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .right-social {
    top: auto;
    bottom: 80px;
  }
  .right-social.grey {
    right: 10px;
  }
}
/**************************right-social**************************/
/**************************copyright**************************/
.copyright {
  position: absolute;
  left: 70px;
  bottom: 47px;
}
.copyright p {
  font-family: "robotoregular";
  font-size: 16px;
  color: #2e312b;
}
.copyright p span {
  width: 67px;
  height: 33px;
  display: inline-block;
  background: url(../images/svg/logo.svg) no-repeat;
  background-size: auto 100%;
  vertical-align: middle;
  margin: -16px 4px 0 4px;
}

@media (max-width: 1400px) {
  .copyright {
    left: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1170px) {
  .copyright {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .copyright {
    left: 50%;
    bottom: 15px;
    margin-left: -125px;
  }
}
/**************************copyright**************************/
/**************************corporate**************************/
.corporate-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/corporate-bg.jpg) no-repeat top center;
  background-size: cover;
}

.content {
  padding-top: 50px;
}
.content .row {
  margin: 0;
}
.content .row > div {
  padding: 0;
}
.content article {
  max-width: 575px;
}
.content article h3 {
  font-family: "zona_probold";
  font-size: 55px;
  color: #2e312b;
  letter-spacing: -2.1px;
  margin-bottom: 35px;
}
.content article h3 b {
  font-weight: normal;
  display: inline-block;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.content article h3 span {
  font-family: "zona_proextralight";
  display: block;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.content article h6 {
  font-family: "zona_probold";
  margin: 10px 0 15px 0;
  font-size: 17px;
  color: #000;
}
.content article p {
  font-family: "robotoregular";
  font-size: 18px;
  color: #2e312b;
  line-height: 20px;
}
.content .gallery {
  padding-left: 200px;
  margin-top: 80px;
  margin-right: -57px;
}
.content .gallery figure {
  width: 250px;
  height: 170px;
}
.content .gallery .owl-nav .owl-prev {
  display: none;
}
.content .gallery .owl-nav .owl-next {
  background: url(../images/svg/gallery-left-arrow.svg) no-repeat;
  background-size: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: -88px;
  top: 50%;
  margin-top: -35px;
  width: 36px;
  height: 72px;
  border-radius: 0;
  text-indent: -9999;
}

@media (max-width: 1250px) {
  .content .gallery {
    padding-left: 120px;
  }
}
@media (max-width: 991px) {
  .corporate-bg {
    background-position: top right;
  }

  .content {
    padding: 80px 0 50px 0;
  }
  .content article {
    padding: 0 15px;
  }
  .content article h3 {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .content .gallery {
    margin-right: 0;
    padding-left: 80px;
  }
  .content .gallery .owl-nav .owl-next {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .content article h3 {
    font-size: 30px;
  }
}
/**************************corporate**************************/
/**************************contact**************************/
#map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#contact {
  padding: 0 15px !important;
}
#contact .modal-dialog .modal-content {
  max-width: 558px;
  width: 100%;
  margin: 30px auto;
}
#contact .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}
#contact .modal-dialog .modal-content .modal-header button {
  width: 52px;
  height: 52px;
  background: #f6a117;
  border-radius: 27px;
  opacity: 1;
  position: absolute;
  right: -17px;
  top: -17px;
  z-index: 1;
}
#contact .modal-dialog .modal-content .modal-header button i {
  width: 20px;
  height: 20px;
  background: url(../images/svg/cross.svg) no-repeat;
  background-size: 100%;
}
#contact .modal-dialog .modal-content .modal-body {
  padding: 57px;
}
#contact .modal-dialog .modal-content .modal-body h4 {
  font-family: "zona_probold";
  font-size: 30px;
  color: #2e312b;
  margin-bottom: 18px;
}
#contact .modal-dialog .modal-content .modal-body h4 span {
  display: inline-block;
  font-family: "zona_proextralight";
}
#contact .modal-dialog .modal-content .modal-body address {
  font-family: "ubunturegular";
  font-size: 18px;
  color: #1d1d1b;
  line-height: 30px;
  margin-bottom: 20px;
}
#contact .modal-dialog .modal-content .modal-body ul {
  margin-bottom: 50px;
}
#contact .modal-dialog .modal-content .modal-body ul li:not(:last-child) {
  margin-bottom: 7px;
}
#contact .modal-dialog .modal-content .modal-body ul li a {
  font-family: "ubunturegular";
  font-size: 18px;
  color: #1d1d1b;
  position: relative;
  padding-left: 38px;
}
#contact .modal-dialog .modal-content .modal-body ul li a i {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
#contact .modal-dialog .modal-content .modal-body ul li a i.def-icon-phone {
  width: 22px;
  height: 21px;
  background: url(../images/svg/phone.svg);
}
#contact .modal-dialog .modal-content .modal-body ul li a i.def-icon-email {
  width: 22px;
  height: 17px;
  background: url(../images/svg/envelope.svg);
}
#contact .modal-dialog .modal-content .modal-body ul li a i.def-icon-map {
  width: 19px;
  height: 24px;
  background: url(../images/svg/marker-hover.svg);
  left: 2px;
}
#contact .modal-dialog .modal-content .modal-body .contact-form input {
  width: 100%;
  font-family: "ubunturegular";
  font-size: 16px;
  color: #767676;
  padding: 9px 0;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 25px;
}
#contact .modal-dialog .modal-content .modal-body .contact-form button {
  display: block;
  width: 100%;
  background: #f6a117;
  font-family: "zona_probold";
  font-size: 19px;
  color: #ffffff;
  text-align: center;
  padding: 16px 10px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  #contact .modal-dialog .modal-content .modal-header button {
    right: -12px;
    top: -15px;
  }
  #contact .modal-dialog .modal-content .modal-body {
    padding: 20px 15px;
  }
  #contact .modal-dialog .modal-content .modal-body h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  #contact .modal-dialog .modal-content .modal-body h4 {
    font-size: 19px;
  }
  #contact .modal-dialog .modal-content .modal-body address {
    font-size: 16px;
    line-height: 24px;
  }
  #contact .modal-dialog .modal-content .modal-body ul {
    margin-bottom: 30px;
  }
  #contact .modal-dialog .modal-content .modal-body ul li a {
    font-size: 15px;
  }
}
/**************************contact**************************/
/**************************projects**************************/
.projects {
  padding: 76px 65px 50px 65px;
}
.projects .row {
  margin: 0 -30px;
}
.projects .row > div {
  padding: 0 30px;
}
.projects .wrap {
  width: 100%;
  padding: 15px;
  background: #eeeeee;
  margin-bottom: 78px;
  position: relative;
}
.projects .wrap:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 102px 102px;
  border-color: transparent transparent #f6a117 transparent;
  z-index: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.projects .wrap .banner {
  overflow: hidden;
}
.projects .wrap .banner figure {
  width: 100%;
  height: 283px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.projects .wrap .banner:hover figure {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.projects .wrap h6 {
  font-family: "zona_probold";
  font-size: 23px;
  color: #ffffff;
  position: absolute;
  right: 38px;
  bottom: 35px;
}
.projects .wrap h6 span {
  display: inline-block;
  font-family: "zona_proextralight";
}
.projects .wrap:hover:before {
  border-width: 0 0 122px 122px;
}

@media (max-width: 1650px) {
  .projects .row {
    margin: 0 -20px;
  }
  .projects .row > div {
    padding: 0 20px;
  }
  .projects .wrap {
    margin-bottom: 55px;
  }
  .projects .wrap figure {
    height: 233px;
  }
  .projects .wrap h6 {
    font-size: 20px;
    right: 25px;
    bottom: 28px;
  }
}
@media (max-width: 1350px) {
  .projects {
    padding: 76px 30px 50px 30px;
  }
  .projects .row {
    margin: 0 -20px;
  }
  .projects .row > div {
    padding: 0 20px;
    width: 33.3333%;
  }
  .projects .wrap {
    margin-bottom: 55px;
  }
  .projects .wrap figure {
    height: 233px;
  }
  .projects .wrap h6 {
    font-size: 20px;
    right: 25px;
    bottom: 28px;
  }
}
@media (max-width: 991px) {
  .projects {
    padding: 80px 15px 40px 15px;
  }
  .projects .row {
    margin: 0 -15px;
  }
  .projects .row > div {
    padding: 0 15px;
  }
  .projects .wrap {
    margin-bottom: 30px;
  }
  .projects .wrap figure {
    height: 203px;
  }
  .projects .wrap h6 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .projects .row > div {
    width: 50%;
    float: left;
  }
}
@media (max-width: 520px) {
  .projects .row {
    margin: 0 -10px;
  }
  .projects .row > div {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .projects .row > div {
    width: 100%;
    float: none;
  }
}
/**************************projects**************************/
/**************************product-groups**************************/
.groups-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.groups-bg:before {
  content: "";
  height: 100%;
  left: 0;
  width: 50%;
  background: #f6a117;
  position: absolute;
}

.product-groups {
  padding: 0;
  position: relative;
  margin-top: 45px;
}
.product-groups .wrap h5 {
  font-family: "zona_probold";
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(270deg) translate(-100%, 0);
  transform-origin: 0 0;
}
.product-groups .wrap h5:before {
  content: "";
  position: absolute;
  left: -260;
  top: 50%;
  margin-top: -0.5px;
  height: 1px;
  width: 244px;
  background: #ffffff;
}
.product-groups .wrap figure {
  width: 100%;
  min-height: 380px;
  height: 700px;
  position: relative;
}
.product-groups .wrap figure h2 {
  font-family: "lemonmilkregular";
  font-size: 140px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  position: absolute;
  bottom: -70px;
  left: 100px;
}
.product-groups .wrap figure h6 {
  font-family: "zona_probold";
  font-size: 25px;
  color: #c4c4c4;
  right: 0;
  bottom: -33px;
  position: absolute;
}
.product-groups .wrap figure h6 span {
  display: inline-block;
  font-family: "zona_proextralight";
}
.product-groups #groupSlide .carousel-inner .item {
  padding: 0 140px 70px 140px;
}
.product-groups #groupSlide a.right {
  width: 56px;
  height: 107px;
  box-shadow: 0 0 0 0;
  background: none;
  opacity: 1;
  top: 150px;
}
.product-groups #groupSlide a.right i {
  width: 56px;
  height: 107px;
  background: url(../images/svg/groups-slide-right.svg) no-repeat;
  background-size: 100%;
}

@media (max-height: 870px) {
  .product-groups .wrap h5:before {
    left: -180px;
    width: 164px;
  }
  .product-groups #groupSlide a.right {
    top: 100px;
  }
}
@media (max-height: 760px) {
  .product-groups .wrap h5:before {
    left: -130px;
    width: 114px;
  }
  .product-groups #groupSlide a.right {
    top: 70px;
  }
}
@media (max-width: 1250px) {
  .product-groups #groupSlide .carousel-inner .item {
    padding: 0 90px 70px 80px;
  }
}
@media (max-width: 1170px) {
  .product-groups .wrap figure h2 {
    font-size: 120px;
  }
  .product-groups #groupSlide a.right {
    right: -15px;
  }
}
@media (max-width: 991px) {
  .groups-bg:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f6a117;
    height: 55px;
  }

  .product-groups {
    margin-top: 80px;
  }
  .product-groups .wrap h5 {
    left: 15px;
    font-size: 20px;
  }
  .product-groups .wrap figure h2 {
    font-size: 100px;
    bottom: -50px;
    left: 20px;
  }
  .product-groups #groupSlide .carousel-inner .item {
    padding: 0 60px 70px 50px;
  }
  .product-groups #groupSlide a.right {
    width: 26px;
    height: 50px;
    right: 15px;
    top: 90px;
  }
  .product-groups #groupSlide a.right i {
    width: 26px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .product-groups .wrap figure h2 {
    font-size: 50px;
    bottom: -30px;
  }
  .product-groups .wrap figure h6 {
    font-size: 18px;
    bottom: -22px;
  }
  .product-groups #groupSlide .carousel-inner .item {
    padding: 0 40px 40px 50px;
  }
  .product-groups #groupSlide a.right {
    width: 52px;
    height: 57px;
    right: 0px;
    top: 60px;
    background: #f6a117;
    padding-top: 12px;
  }
  .product-groups #groupSlide a.right i {
    width: 16px;
    height: 32px;
    background: url(../images/svg/groups-slide-right-white.svg) no-repeat;
  }
}
@media (max-width: 500px) {
  .product-groups .wrap figure {
    min-height: 310px;
  }
  .product-groups .wrap figure h2 {
    font-size: 40px;
    bottom: -20px;
    left: 10px;
  }
  .product-groups .wrap figure h6 {
    font-size: 14px;
  }
}
/**************************product-groups**************************/
@keyframes fade {
  from {
    top: 15px;
  }
}
.markered {
  animation: fade 0.7s infinite alternate;
}

/*# sourceMappingURL=style.css.map */
