html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

a {
  color: inherit !important;
}

a:hover {
  text-decoration: none !important;
}
.breadcrumb{
  background: transparent;
  border-radius: 0;
  padding: 0
}
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("../img/Preloader-optimize.gif");
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}

.link:hover {
  color: #3d98e7 !important;
}

.main-html {
  overflow-x: hidden;
}

@font-face {
  src: url(../fonts/Gilroy-Black.ttf);
  font-family: Gilroy-Black;
}

@font-face {
  src: url(../fonts/Gilroy-Bold.ttf);
  font-family: Gilroy-Bold;
}

@font-face {
  src: url(../fonts/Gilroy-Regular.ttf);
  font-family: Gilroy-Regular;
}

@font-face {
  src: url(../fonts/Gilroy-Medium.ttf);
  font-family: Gilroy-Medium;
}

.gilroy-black {
  font-family: Gilroy-Black;
}

.gilroy-bold {
  font-family: Gilroy-Bold;
}

.gilroy-regular {
  font-family: Gilroy-Regular !important;
}

.gilroy-medium {
  font-family: Gilroy-Medium;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-26 {
  font-size: 26px;
}

.f-27 {
  font-size: 27px;
}

.f-29 {
  font-size: 29px;
}

.f-30 {
  font-size: 30px;
}

.f-32 {
  font-size: 32px;
}

.f-33 {
  font-size: 33px;
}

.f-40 {
  font-size: 40px;
}

.f-54 {
  font-size: 54px;
}

.f-56 {
  font-size: 56px;
}

.f-66 {
  font-size: 66px;
}

.f-80 {
  font-size: 80px;
}

.f-88 {
  font-size: 88px;
}

.f-96 {
  font-size: 96px;
}

.f-132 {
  font-size: 132px;
}

:root {
  --color-dark: #333333;
  --color-white: #fff;
}

.dark-txt {
  color: var(--color-dark) !important;
}

.white-txt {
  color: var(--color-white) !important;
}

.z-10 {
  z-index: 10;
}

.z--10 {
  z-index: -10;
}

.changing-text {
  position: absolute;
  left: 153px;
  bottom: 40px;
}

.changing-text .changing-words {
  display: inline-block;
  font-family: gilroy-black;
  letter-spacing: 3px;
}

.allProduct-link {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  right: 0;
  display: block;
  z-index: 10;
}

.allProduct-link:hover {
  text-decoration: none;
  color: #fff;
}

.allProduct-link svg {
  width: 21px;
  enable-background: new 0 0 511 511;
  height: 21px;
  fill: #fff;
  margin-right: 13px;
}

.allProduct-productPage {
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  right: 0;
  display: block;
  z-index: 10;
}

.allProduct-productPage:hover {
  text-decoration: none;
  color: #3d98e7 !important;
}

.allProduct-productPage:hover svg {
  fill: #3d98e7 !important;
}

.allProduct-productPage svg {
  width: 21px;
  enable-background: new 0 0 511 511;
  height: 21px;
  fill: #333333;
  margin-right: 13px;
}

.typed-cursor {
  opacity: 0 !important;
}

.gray-bg {
  background-color: #f9f9f9;
}

.sectionPadding-First {
  padding-top: 180px;
}

.sectionPadding {
  padding-top: 250px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.my-100 {
  margin: 100px 0;
}

.mg-0 {
  margin: 0;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-30 {
  padding-left: 30px;
}

.container-lines {
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container-lines .line {
  width: 1px;
  min-height: 100vh;
  background-color: #a77550;
  opacity: 0.14;
}

.container {
  max-width: 1650px;
}

.section-title-h2 {
  margin: 0 0 0 -4px;
  font-family: Gilroy-Black;
  font-size: 96px;
  line-height: 96px;
  color: var(--color-dark);
}

.section-title-h6 {
  margin: 0;
  font-family: Gilroy-Black;
  font-size: 16px;
  color: var(--color-dark);
}

.section-title-line {
  width: 7px;
  height: 33px;
  margin-top: 29px;
  background: -webkit-gradient(linear, right top, left top, from(#009ddc), to(#66cc66));
  background: linear-gradient(270deg, #009ddc 0%, #66cc66 100%);
}

.nav-dropdown {
  cursor: pointer;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #f3ece6;
}

.navbar .navbar-brand {
  margin-left: 40px;
}

.navbar .navbar-nav {
  list-style: none;
}

.navbar .navbar-nav .nav-link {
  font-family: Gilroy-Bold;
  font-size: 17px;
  color: #000 !important;
  padding: 53px 16px 39px 16px !important;
}

.navbar .navbar-nav .nav-link .earth-icon {
  width: 13px;
  height: 13px;
  position: relative;
  top: -1px;
  margin-right: 2px;
}

.navbar .navbar-nav .nav-link:hover {
  color: #009cdb !important;
}

.navbar .navbar-nav .nav-link:hover svg {
  fill: #009cdb !important;
}

.navbar .navbar-nav.custom-pr {
  padding-right: 142px;
}

.navbar .navbar-toggler {
  display: block;
  position: absolute;
  top: 0;
  bottom: 25px;
  right: 58px;
  border: 0;
  background-color: #333633;
  width: 83px;
  border-radius: 0px;
  padding-left: 11px;
}

.navbar .navbar-toggler svg {
  margin-top: 20px;
  fill: #fff;
}

.nav-toggle-color {
  -webkit-animation-name: colorChange;
          animation-name: colorChange;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes colorChange {
  0% {
    background-color: #333633;
  }
  100% {
    background-color: #3d98e7;
  }
}

@keyframes colorChange {
  0% {
    background-color: #333633;
  }
  100% {
    background-color: #3d98e7;
  }
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.full-scr-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  bottom: 0px;
  display: none;
  z-index: 9;
}

.full-scr-nav .arrow-back {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 0;
  margin: 30px;
  display: inline-block;
  z-index: 50;
}

.full-scr-nav .arrow-back svg {
  width: 40px;
  height: 40px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  fill: #000;
}

.full-scr-nav .dismiss {
  position: absolute;
  top: 0px;
  right: 0;
  color: #ddd;
  background-color: transparent;
  border: 0;
  font-size: 24px;
  margin: 30px;
  z-index: 50;
  cursor: pointer;
}

.full-scr-nav .dismiss svg {
  width: 28px;
  height: 28px;
}

.full-scr-nav .navbar-nav .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Gilroy-Black;
  font-size: 25px;
  color: #333333 !important;
  padding: 37px 30px !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.full-scr-nav .navbar-nav .nav-item .nav-link svg {
  display: none;
  position: relative;
  top: 3px;
  width: 33px;
  margin-left: 140px;
}

.full-scr-nav .navbar-nav .nav-item .nav-link:hover {
  color: #3d98e7 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.full-scr-nav .navbar-nav .nav-item .nav-link:hover svg {
  display: block;
}

.full-scr-nav .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}

.nav-slide-box {
  overflow-x: hidden;
}

.nav-slide-box .content {
  padding: 0 40px;
}

.nav-slide-box .content .nav-h2 {
  line-height: 43px;
}

.nav-slide-box .content .navbar-nav {
  margin-top: 80px;
}

.nav-slide-box .content .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-family: Gilroy-Black;
  font-size: 14px;
  line-height: 24px;
  padding: 3px 0px !important;
}

.scrollDown-box {
  padding: 48px 0 38px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(calc(100% - 1650px) / 2);
  background: linear-gradient(-132deg, #07e1fb 0%, #009ddc 100%);
}

.scrollDown-box::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: calc(100% + 40px);
  z-index: 1;
}

.scrollDown-box .txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  color: #fff !important;
}

.scrollDown-box .txt:hover {
  text-decoration: none;
  color: #fff;
}

.scrollDown-box .animated-line {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  width: 2px;
  height: 93px;
}

.scrollDown-box .animated-line:before {
  content: '';
  z-index: 10;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-animation-name: scrollLine;
          animation-name: scrollLine;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scrollLine {
  0% {
    top: 0;
    height: 0;
  }
  15% {
    top: 0;
    height: 0;
  }
  45% {
    top: 0;
    height: 100%;
  }
  55% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0;
  }
}

@keyframes scrollLine {
  0% {
    top: 0;
    height: 0;
  }
  15% {
    top: 0;
    height: 0;
  }
  45% {
    top: 0;
    height: 100%;
  }
  55% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0;
  }
}

.carousel-text-container {
  position: relative;
  z-index: 2;
}

.carousel-text-container .insert-totalDot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
  top: 20%;
  left: -13%;
  margin-left: 4px;
}

.carousel-text-container .insert-totalDot .text-dots-total {
  display: inline-block;
  font-family: Gilroy-Regular;
  font-size: 20px;
  color: var(--color-dark);
  margin-left: 20px;
  position: relative;
  top: 4px;
}

.carousel-text-container .insert-totalDot .text-dots-total::before {
  content: '/';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  margin-left: 2px;
}

#text-carousel .owl-item.active .title {
  margin-left: 0;
}
#text-carousel .title {
  position: relative;
  z-index: 2;
  margin-left: 0;
}

#text-carousel .text {
  margin-bottom: 65px;
}

#text-carousel .owl-item.active.slideInLeft {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

#textDots-container {
  position: relative;
}

#textDots-container .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  top: 0;
  left: -12.8%;
  margin-top: 10.4%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

#textDots-container .owl-dots:after {
  content: counter(slides-num);
  /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
  font-family: Gilroy-Regular;
  font-size: 24px;
  color: var(--color-dark);
  vertical-align: middle;
  padding-left: 10px;
}

#textDots-container .owl-dot {
  border: 0;
  counter-increment: slides-num;
  margin-right: 3px;
}

#textDots-container .owl-dot span {
  display: none;
}

#textDots-container .owl-dot.active span {
  content: counter(slides-num);
  display: inline-block;
  font-family: Gilroy-Black;
  font-size: 32px;
  color: var(--color-dark);
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}

#textDots-container .owl-dot.active:after {
  width: 2px;
  height: 23px;
  background-color: #000;
  content: '';
  display: block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
  bottom: -16px;
  left: -26px;
}

.carousel-line {
  margin: 36px 0;
  width: 2px;
  height: 36px;
  background-color: #000;
}

.carousel-frame {
  margin-top: -26%;
  padding: 0 0 0 25px;
  position: static;
  z-index: 1;
}

#img-carousel {
  -webkit-box-shadow: 0px 75px 120px 0px rgba(70, 65, 65, 0.42);
  -moz-box-shadow: 0px 75px 120px 0px rgba(70, 65, 65, 0.42);
  -ms-box-shadow: 0px 75px 120px 0px rgba(70, 65, 65, 0.42);
  -o-box-shadow: 0px 75px 120px 0px rgba(70, 65, 65, 0.42);
}

#img-carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-nav-custom {
  position: absolute;
  width: 210px;
  height: 110px;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-nav-custom .slideLeft {
  border: 0;
  background-color: transparent;
  margin-right: 20px;
}

.owl-nav-custom .slideRight {
  border: 0;
  background-color: transparent;
  margin-left: 20px;
}

.owl-nav-custom .nav-arrow {
  fill: #000;
  width: 30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.owl-nav-custom .nav-arrow:hover {
  fill: #009cdb;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

#container-Dots {
  counter-reset: slides-num;
  position: absolute;
  width: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Initialize counter. */
}

#container-Dots .owl-dot {
  counter-increment: slides-num;
  margin-right: 3px;
  border: 0;
  background-color: transparent;
}

#container-Dots .owl-dot span {
  display: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#container-Dots .owl-dot.active span {
  content: counter(slides-num);
  /* Use the same counter to get current item. */
  display: inline-block;
  font-family: Gilroy-Black;
  font-size: 32px;
  color: var(--color-white);
  vertical-align: middle;
  position: absolute;
  right: 100%;
  top: -50%;
  margin-right: 15px;
}

.dots-total {
  display: inline-block;
  font-family: Gilroy-Regular;
  font-size: 32px;
  color: var(--color-white);
  /* vertical-align: middle; */
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: translate(0, -45%);
          transform: translate(0, -45%);
  margin-left: 15px;
}

.behind-scroll-bg {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 600px;
  background: #89dc55;
  background: linear-gradient(320deg, #89dc55 0%, #03b9e9 100%);
  left: 44%;
}

.readmore:hover {
  color: #009cdb !important;
}

.readmore svg {
  width: 33px;
  height: 12px;
  margin-left: 22px;
}

.slide-progress-bar {
  width: 166px;
  height: 3px;
  background-color: #07516a;
  position: absolute;
  right: 38%;
  bottom: 60px;
}

.slide-progress-bar .slide-progress {
  width: 0;
  max-width: 100%;
  height: 3px;
  background: #fff;
}

.products-index .box {
  margin-top: 100px;
  border-left: 2px solid var(--color-dark);
}

.products-index .box polygon,
.products-index .box rect {
  fill: #FFFFFF;
  stroke: #231F20;
  stroke-width: 5;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.products-index .box.blueSvg:hover {
  border-left: 2px solid #3d98e7;
}

.products-index .box.blueSvg:hover polygon,
.products-index .box.blueSvg:hover rect {
  fill: #FFFFFF;
  stroke: #3d98e7;
  stroke-width: 5;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.products-index .box.blueSvg:hover h3 {
  color: #3d98e7 !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.products-index .box.blueSvg:hover h3::before {
  background-color: #3d98e7 !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.products-index .box.greenSvg:hover {
  border-left: 2px solid #77b84e;
}

.products-index .box.greenSvg:hover polygon,
.products-index .box.greenSvg:hover rect {
  fill: #FFFFFF;
  stroke: #77b84e;
  stroke-width: 5;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.products-index .box.greenSvg:hover h3 {
  color: #77b84e !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.products-index .box.greenSvg:hover h3::before {
  background-color: #77b84e !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.products-index .box .number {
  padding-left: 25px;
}

.products-index .box svg {
  width: 70%;
  margin-left: 55px;
}

.products-index .box h3 {
  position: relative;
  display: inline-block;
  margin: 60px 0 0 0;
  line-height: 1;
  color: #000;
  padding-left: 25px;
}

.products-index .box h3::before {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 27px;
  background-color: #000;
  margin-right: 15px;
}

.who-we-are {
  position: relative;
}

.who-we-are .box {
  padding: 80px 145px 160px 135px;
  position: absolute;
  left: 0;
  background: #89dc55;
  background: linear-gradient(320deg, #89dc55 0%, #03b9e9 100%);
  -webkit-box-shadow: 0px 27px 59px 0px #b9b9b9c7;
  -moz-box-shadow: 0px 27px 59px 0px #b9b9b9c7;
  -ms-box-shadow: 0px 27px 59px 0px #b9b9b9c7;
  -o-box-shadow: 0px 27px 59px 0px #b9b9b9c7;
}

.who-we-are .box h2 {
  margin: 0;
  line-height: 80px;
}

.who-we-are .box .section-title-line.white {
  background: #fff;
}

.who-we-are .box .txt {
  margin-top: 45px;
}

.who-we-are .box .txt:last-child {
  margin-top: 35px;
}

.who-we-are .box svg {
  width: 33px;
  height: 12px;
  margin-left: 22px;
}

.who-we-are .box .readMore-btn {
  width: 250px;
  height: 110px;
  background-color: #fff;
  color: #333333;
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.who-we-are .box .readMore-btn:hover {
  background-color: #3d98e7;
  color: #fff !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.who-we-are .box .readMore-btn:hover svg {
  fill: #fff !important;
}

.who-we-are .img-box {
  margin-top: -2%;
  padding-right: 0;
  max-height: 760px;
  z-index: -1;
}

.our-work .box {
  z-index: 1;
}

.our-work .box .parallax_scroll {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 27px 59px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 27px 59px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.3) 0px 27px 59px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 27px 59px 0px;
}

.our-work .box .text-box {
  padding: 60px 85px 0 70px;
  background-color: #fff;
}

.our-work .box .text-box h2 {
  margin: 0;
  line-height: 54px;
}

.our-work .box .text-box .txt {
  position: relative;
  margin: 80px 0 70px 0;
  padding-left: 28px;
}

.our-work .box .text-box .txt::after {
  content: '';
  width: 2px;
  height: calc(100% - 10px);
  position: absolute;
  background-color: #000;
  top: 5px;
  left: 0;
}

.our-work .box .text-box .watchVideo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 8px;
  padding: 40px 0;
}

.our-work .box .text-box .watchVideo a:hover {
  color: #3d98e7 !important;
}

.our-work .box .text-box .watchVideo svg {
  width: 33px;
  height: 12px;
  margin-left: 135px;
}

.our-work .box .text-box .watchVideo::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 92px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c6c6c6;
}

.our-work .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden !important;
}

.our-work .box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-work .box::before {
  content: '';
  display: block;
  width: 300px;
  height: 300px;
  background-color: #009cdb;
  position: absolute;
  top: -48px;
  left: -54px;
}

.our-work .box::after {
  content: '';
  display: block;
  width: 300px;
  height: 300px;
  background-color: #6ba546;
  position: absolute;
  bottom: -48px;
  right: -54px;
  z-index: -1;
}

.page-title {
  padding-left: 30px;
  margin-bottom: 80px;
}

.page-title h1 {
  margin-left: -3px;
  line-height: 70px;
}

.page-title::after {
  content: '';
  display: block;
  width: 6px;
  height: calc(100% - 12px);
  background-color: #000;
  position: absolute;
  top: 6px;
  left: 0;
}

.product-carousel-container #product-carousel {
  margin-bottom: 150px;
/*  height: 740px;
  max-height: 740px;*/
  overflow: hidden;
  -webkit-box-shadow: 0px 30px 76px 0px rgba(70, 65, 65, 0.26);
  -moz-box-shadow: 0px 30px 76px 0px rgba(70, 65, 65, 0.26);
  -ms-box-shadow: 0px 30px 76px 0px rgba(70, 65, 65, 0.26);
  -o-box-shadow: 0px 30px 76px 0px rgba(70, 65, 65, 0.26);
}
.product-carousel-container #product-carousel{ width:620px; height: 260px; }
.product-carousel-container #product-carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-carousel-container #product-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  width: 120px;
  right: 0;
  height: 50px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.product-carousel-container #product-carousel .owl-nav img {
  width: 28px;
  height: 18px;
}

.product-carousel-container .view-btn {
  padding: 18px 40px;
  display: block;
  position: absolute;
  border: 0;
  z-index: 1;
  color: var(--color-dark);
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.product-carousel-container .view-btn svg {
  margin-right: 15px;
  width: 16px;
  height: 16px;
  color: var(--color-dark);
}

.benefits-seciton .benefits {
  margin-top: 90px;
  margin-bottom: 50px;
}

.benefits-seciton .benefits ul {
  margin: 30px 0 0 0;
  padding: 0;
}

.benefits-seciton .benefits ul li {
  line-height: 32px;
  margin-left: 20px;
  font-family: Gilroy-Regular;
  font-size: 18px;
  color: var(--color-dark);
}

.products h3 {
  margin-bottom: 30px;
}

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

.products ul li {
  margin: 0;
  font-family: Gilroy-Black;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-dark);
}

.products ul li a:hover {
  color: #009cdb !important;
}

.container-fluid.galleryPadding {
  margin-top: 70px;
  padding: 50px 0 50px 0;
}

.project-section h2 {
  margin-bottom: 50px;
}

.project-section .projects {
  margin-bottom: 70px;
}

.project-section .projects h4 {
  margin-bottom: 25px;
}

.project-section .projects .imgBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 270px;
  height: 192px;
}

.project-section .projects .imgBox::after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #89dc55 0%, #03b9e9 100%);
  opacity: 0.88;
}

.project-section .projects .imgBox:hover:after {
  display: block;
}

.project-section .projects .imgBox:hover .magnifying-icon {
  display: block;
  position: absolute;
  z-index: 5;
}

.project-section .projects .imgBox .magnifying-icon {
  display: none;
  fill: #fff;
  width: 31px;
  height: 31px;
}

.project-section .projects .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.applications {
  padding: 70px 0 90px 0;
}

.applications h2 {
  margin-bottom: 40px;
}

.applications .appBox {
  text-decoration: none;
  display: block;
  width: 264px;
  height: 168px;
  margin-right: 30px;
}

.applications .appBox:last-child {
  margin-right: 0;
}

.applications .appBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.applications .appBox:hover {
  text-decoration: none;
}

.applications .appBox:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.applications .appBox:hover h6 {
  color: #3d98e7;
}

.advice-fluid-container {
  background: linear-gradient(320deg, #89dc55 0%, #03b9e9 100%);
}

.advice-fluid-container .advice {
  padding: 60px 0 70px 0;
}

.advice-fluid-container .advice h2 {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  line-height: 66px;
  margin-bottom: 40px;
}

.advice-fluid-container .advice .txt {
  margin-bottom: 70px;
}

.advice-fluid-container .advice .advice-btn {
  display: inline-block;
  border: 3px solid #fff;
  padding: 14px 80px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.advice-fluid-container .advice .advice-btn:hover {
  border-color: #3d98e7;
  background-color: #3d98e7;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.industrie-container {
  margin-left: 0;
  margin-right: 0;
}

.industrie-container .industrie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 38px 10px;
  text-align: center;
}

.industrie-container .industrie svg {
  width: 100px;
  height: 100px;
  fill: #000;
  margin-bottom: 30px;
}

.industrie-container .industrie:hover {
  -webkit-box-shadow: 0px 30px 76px 0px rgba(70, 65, 65, 0.26);
  -moz-box-shadow: 0px 30px 76px 0px rgba(70, 65, 65, 0.26);
  -ms-box-shadow: 0px 30px 76px 0px rgba(70, 65, 65, 0.26);
  -o-box-shadow: 0px 30px 76px 0px rgba(70, 65, 65, 0.26);
}

.industrie-container .industrie:hover svg {
  fill: url(#myGradient);
}

.industrie-container #myGradient .start {
  stop-color: #009dff;
}

.industrie-container #myGradient .end {
  stop-color: #66cc66;
}

.notClickable {
  pointer-events: none;
}

.product-contact-section + footer{ margin-top: 0; }
footer {
  margin-top: 250px;
  background-color: #2b3340;
}

footer .footer-container {
  padding: 50px 0 30px 0;
}

footer .footer-logo {
  margin: -20px 0 35px 0;
}

footer h4 {
  font-family: gilroy-bold;
  text-transform: capitalize;
  color: var(--color-white);
  font-size: 16px;
  margin-bottom: 35px;
}

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

footer ul li {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
}

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

footer ul li a {
  font-family: Gilroy-Regular;
  font-size: 16px;
  color: var(--color-white) !important;
}

footer ul li a:hover {
  color: #009cdb !important;
}

footer .footer-border {
  border-left: 1px solid #657a9c;
}

footer .footer-btn {
  display: inline-block;
  font-family: Gilroy-Bold;
  font-size: 14px;
  color: var(--color-white) !important;
  border: 2px solid #fff;
  padding: 10px 28px;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

footer .footer-btn.inquiry {
  background-color: #666c75;
  border: 2px solid #666c75;
}

footer .footer-btn:hover {
  border-color: #3d98e7;
  background-color: #3d98e7 !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

footer .footer-rights {
  background-color: #1f2631;
}

footer .footer-rights p {
  margin: 0;
  padding: 14px 0;
}

footer .footer-icon {
  width: 14px;
  height: 14px;
  fill: #fff;
  position: relative;
  top: 6px;
  margin-right: 6px;
}

footer .webstar-logo {
  float: right;
  width: 45px;
  height: 30px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

footer .webstar-logo:hover {
  fill: #009cdb;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.big-letter-1 {
  width: 85%;
  position: absolute;
  top: 30%;
  left: 40%;
}

.big-letter-2 {
  width: 85%;
  position: absolute;
  top: 105%;
  right: 40%;
}

.about-carousel-container {
  margin-top: 200px;
  -webkit-box-shadow: 0px 9px 136px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 9px 136px 0px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0px 9px 136px 0px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0px 9px 136px 0px rgba(0, 0, 0, 0.21);
  position: relative;
}

.about-carousel-container .slide-progress-bar-about {
  width: 100%;
  height: 9px;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: transparent;
  position: absolute;
}

.about-carousel-container .slide-progress-bar-about .slide-progress-about {
  width: 0;
  max-width: 100%;
  height: 9px;
  background-color: #0099cc;
}

.about-carousel-container .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 50px;
  bottom: 50px;
}

.about-carousel-container .owl-dots .owl-dot {
  overflow-x: hidden;
  margin-right: 14px;
  width: 12px;
  height: 12px;
  background: #fff;
  position: relative;
}

.about-carousel-container .owl-dots .owl-dot:last-child {
  margin: 0;
}

.about-carousel-container .owl-dots .owl-dot.active::before {
  content: '';
  display: block;
  background: #0099cc;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-animation-name: dotSlide-in;
          animation-name: dotSlide-in;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
}

@-webkit-keyframes dotSlide-in {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}

@keyframes dotSlide-in {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}

.story-container {
  margin-top: 240px;
}

.story-container .storyTitle {
  color: #303646;
  font-size: 80px;
  padding-left: 30px;
}

.story-container .storyTitle .story-smText {
  white-space: nowrap;
  position: absolute;
  left: -33px;
  bottom: 48px;
  font-size: 15px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.story-container .storyTitle .year {
  font-size: 118px;
  line-height: 1;
}

.story-container .stroke-txt {
  font-family: Gilroy-Black;
  font-size: 77px;
  color: transparent;
  -webkit-text-stroke: 2px #87828f;
}

.unit-box {
  position: relative;
  overflow-y: hidden;
  -webkit-box-shadow: 0px 9px 50px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 9px 50px 0px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0px 9px 50px 0px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0px 9px 50px 0px rgba(0, 0, 0, 0.21);
  background-color: #fff;
}

.unit-box::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0099cc;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 0;
}

.unit-box .unitNumber {
  position: relative;
  z-index: 5;
  font-family: Gilroy-Black;
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 2px #0099cc;
  display: inline-block;
  background-color: #fff;
  padding: 0 8px;
}

.unit-box .unitTxt {
  max-width: 70%;
}

.hideScroll-y {
  scrollbar-width: none;
}

.contact-box {
  background-color: #fff;
  padding: 50px 26px;
  width: calc(100% - 1px);
}

.contact-box .label {
  margin-bottom: 16px;
}

.contact-box .contact-input {
  width: 100%;
  margin: 20px 0;
  padding: 2px 0;
  border: 0;
  border-bottom: 1px solid #999999;
  font-family: Gilroy-regular;
  font-size: 14px;
  color: #333333;
}

.contact-box .contact-input::-webkit-input-placeholder {
  color: #333333;
}

.contact-box .contact-input:-ms-input-placeholder {
  color: #333333;
}

.contact-box .contact-input::-ms-input-placeholder {
  color: #333333;
}

.contact-box .contact-input::placeholder {
  color: #333333;
}

.contact-box .contact-input.msg {
  width: 100%;
  padding: 18px 15px;
  border: 1px solid #999999;
}

.contact-box .contact-btn {
  background-color: #0099cc;
  border: 0;
  font-family: Gilroy-Bold;
  font-size: 16px;
  color: #fff;
  padding: 11px 62px;
}
/*# sourceMappingURL=style.css.map */

._product-item{ position: relative; margin-bottom: 35px;}
._product-item .image{ position: relative; margin-bottom: 15px;}
._product-item .image:before{ content:''; position: absolute; z-index: 1; top:0; left:0; background: rgba(0, 157, 220, .6); width: 100%; display: block;opacity: 0; transition: .2s ease;}
._product-item:hover .image:before{ opacity: 1; transition: .2s ease;}
._product-item .title{ font-family: Gilroy-Black; font-size: 25px; color:#333;  text-decoration: none;}
._product-item .title a{ color:inherit;  text-decoration: none;}