/* mixin */
/* base colors */
/* animate classes */
.col-lg-10 ul li {display:flex;}
.delay-s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-sl {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/* general style */
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  color: #171717;
  background-color: #fff;
  font-family: "Averta", sans-serif;
}

button, *[type="button"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button:focus, input:focus, textarea:focus, .btn:focus, .navbar-toggler:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

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

a {
  color: #171717;
  text-decoration: none;
}

.owl-nav.disabled, .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-stage-outer {
  margin-bottom: 0;
}

.custom-dropdown-menu-wrap > .nav-link {
  position: relative;
}

.custom-dropdown-menu-wrap > .nav-link::after {
  content: "\e913";
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  font-family: "TwocanIcons";
  font-size: 11px;
  line-height: 1;
}

.custom-dropdown-menu-wrap .custom-dropdown-menu {
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 30px 34px;
  min-width: 378px;
  max-height: 768px;
  border-radius: 10px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.custom-dropdown-menu-wrap .custom-dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 27px;
  border: 7px solid transparent;
  border-bottom: 8px solid #fff;
}

.custom-dropdown-menu-wrap .custom-dropdown-menu p {
  font-size: 14px;
  line-height: 1.71;
  color: #4c4c4c;
}

.custom-dropdown-menu-wrap .custom-dropdown-menu hr {
  display: block;
  border-color: #e6e9ed;
  margin: 20px 0;
}

.custom-dropdown-menu-wrap .custom-dropdown-menu li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.21;
}

.custom-dropdown-menu-wrap .custom-dropdown-menu li a {
  display: block;
  padding: 6.5px 0;
  font-weight: inherit;
  text-overflow: ellipsis;
  color: #171717;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-dropdown-menu-wrap .custom-dropdown-menu li a:hover,
.custom-dropdown-menu-wrap .custom-dropdown-menu li.active a {
  color: #ccc;
}

.title-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.title {
  margin: 0;
}

.desc {
  color: #6d7c90;
  font-size: 17px;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.article-text {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 2.5%;
}

.grey-sec {
  background-color: #f5f5f5;
}

/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  padding: 20px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .navbar-brand img {
  height: 46px;
  -webkit-filter: brightness(100) grayscale(100);
          filter: brightness(100) grayscale(100);
}

header #myMenu .navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

header #myMenu .navbar-nav .nav-item {
  position: relative;
}

header #myMenu .navbar-nav .nav-item .nav-link {
  color: white;
  font-size: 18px;
  padding: 10px 18px;
  display: block;
  text-shadow: 0 0 20px #000f1e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header #myMenu .navbar-nav .nav-item .nav-link:hover,
header #myMenu .navbar-nav .nav-item.active .nav-link {
  color: #ccc;
}

header .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

header .right-side .icon-block {
  position: relative;
  margin-right: 30px;
}

header .right-side .icon-block .languages .lang-dropdown {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  background-color: white;
  overflow: hidden;
  z-index: 10;
  display: none;
  top: 62px;
  z-index: 25;
  right: initial;
  left: -40px;
}

header .right-side .icon-block .languages .lang-dropdown .langs {
  width: 100%;
  padding: 0;
  margin: 0;
}

header .right-side .icon-block .languages .lang-dropdown .langs li a {
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 11px 6px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .right-side .icon-block .languages .lang-dropdown .langs li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
}

header .right-side .icon-block .languages .lang-dropdown .langs li a:hover {
  background-color: #f5f5f5;
}

header .right-side .call-btn, header .right-side .icon-block {
  color: #fff;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  cursor: pointer;
}

header .right-side .call-btn i, header .right-side .icon-block i {
  margin-top: 6px;
  font-size: 18px;
}

header .right-side .call-btn span, header .right-side .icon-block span {
  font-size: 12px;
  font-weight: 500;
  margin-top: 6px;
}

header.sticky,
header.inside-header {
  position: fixed;
  background-color: #fff;
  border-bottom: 2px solid #f7f7f7;
  padding: 20px;
}

header.sticky .navbar-brand img,
header.inside-header .navbar-brand img {
  -webkit-filter: none;
          filter: none;
}

header.sticky #myMenu .navbar-nav .nav-item .nav-link,
header.inside-header #myMenu .navbar-nav .nav-item .nav-link {
    color: #4c4c4c;
    text-shadow: none;
}

header.sticky #myMenu .navbar-nav .nav-item .nav-link:hover,
header.inside-header #myMenu .navbar-nav .nav-item .nav-link:hover,
header.sticky #myMenu .navbar-nav .nav-item.active .nav-link,
header.inside-header #myMenu .navbar-nav .nav-item.active .nav-link {
    color: #0c63b4;
}

header.sticky .right-side .call-btn, 
header.sticky .right-side .icon-block,
header.inside-header .right-side .call-btn, 
header.inside-header .right-side .icon-block {
    color: #0c63b4;
}

header .menu-wrap {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out;
    -o-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
    padding: 3px 0;
    margin-left: 30px;
}

header .menu-wrap .line-menu {
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 100%;
    height: 3px;
}

header .menu-wrap .line-menu:nth-child(3) {
    width: 50%;
    margin-left: auto;
}

header.sticky .menu-wrap .line-menu,
header.inside-header .menu-wrap .line-menu {
    background-color: #0c63b4;
}

/* main section */
#main .slide-layer {
  /*background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000f1e));*/
  /*background: linear-gradient(transparent, rgba(0, 15, 30, .8));*/
  background: linear-gradient(rgba(0, 15, 30, .3), rgba(0, 15, 30, .5));
  /*height: 60%;*/
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 19;
  opacity: 1;
  /*bottom: 0;*/
  top: 0;
}

#main .carousel ol {
  margin-bottom: 3rem;
  z-index: 19;
  padding: 20px;
}

#main .carousel ol li {
  width: 130px;
  text-indent: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  opacity: 0.3;
  margin-right: 5px;
  margin-left: 5px;
}

#main .carousel ol li h6 {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#main .carousel ol li.active {
  opacity: 1;
}

#main .carousel ol li.active::before {
  content: '';
  display: block;
  height: 2px;
  background: #0c63b4;
  -webkit-animation: mymove 4s linear !important;
          animation: mymove 4s linear !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#main .carousel ol li.active h6 {
  margin-top: 13px !important;
}

#main .carousel .carousel-inner {
  height: 752px;
}

#main .carousel .carousel-inner .carousel-item {
  height: 100%;
  position: absolute;
  top: 0;
}

#main .carousel .carousel-inner .carousel-item .item {
  position: absolute;
  bottom: 30%;
  z-index: 19;
  padding-left: 70px;
  padding-right: 70px;
}

#main .carousel .carousel-inner .carousel-item img {
  position: absolute;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: imgscale 10s infinite;
          animation: imgscale 10s infinite;
  -o-object-fit: cover;
     object-fit: cover;
}

#main .carousel .carousel-inner .carousel-item .item-text {
  color: #fff;
}

#main .carousel .carousel-inner .carousel-item .item-text h2 {
  /*font-size: 53px;*/
  font-size: 44px;
  max-width: 800px;
  font-weight: bold;
}

#main .carousel .carousel-inner .carousel-item .more {
  text-align: center;
  min-width: 200px;
  border: 2px solid #0c63b4;
  background-color: #0c63b4;
  border-radius: 6px;
  font-weight: bold;
  font-size: .889rem;
  line-height: 1;
  margin-top: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#main .carousel .carousel-inner .carousel-item .more a {
  color: #fff;
  padding: 14px 24px;
  display: block;
}

#main .carousel .carousel-inner .carousel-item .more:hover {
  border-color: #084985;
  background-color: #084985;
}

@-webkit-keyframes mymove {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes mymove {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes imgscale {
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes imgscale {
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

/* advantages section */
#advantages {
  border-bottom: 1px solid #F0F0F0;
  padding: 74px 0;
}

#advantages .advantage-box .icon-box {
  width: 50px;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

#advantages .advantage-box .icon-box img {
  width: 100%;
  height: 100%;
}

#advantages .advantage-box h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
}

#advantages .advantage-box p {
  color: #737373;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
}

#advantages .advantage-box:hover .icon-box {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* categories section */
#categories {
  padding: 74px 0;
}

.category-box {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
   text-align: center;
   padding: 20px 5px;
   transition: 300ms all ease;
}

.cat-content .category-box {
    background-color: #f5f5f5;
}

.category-box .img-wrap img {
  width: 64px;
  transition: 300ms all ease;
}

.category-box .category-name {
  margin-top: 20px;
}

.category-box .category-name h5 {
  color: #272727;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
  margin: 0;
  transition: 300ms all ease;
}

.category-box:hover {
    background-color: rgba(0, 0, 0, .4);
}

.category-box:hover .img-wrap img {
    filter: invert(1);
}

.category-box:hover .category-name h5 {
    color: #fff;
}


/* best products */
.products-sec {
  padding: 60px 0;
}

.products-sec .custom-nav button {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.products-sec .custom-nav button i {
  stroke: #171717;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.products-sec .custom-nav button:hover {
  background-color: #fff;
}

.products-sec:not(.grey-sec) .custom-nav button:hover {
  background-color: #f5f5f5;
}

.products-sec:not(.grey-sec) .product-box a .title-wrapper {
  border: 1px solid #f2f3f5;
  border-top: none;
}

.product-box .box-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 25px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

.product-box .box-top .product-cat {
  color: #fff;
  display: block;
}

.product-box .box-top .heart {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.product-box .box-top .heart svg {
  width: 100%;
  height: 100%;
}

.product-box .box-top .heart svg path {
  fill: #ddd;
}

.product-box .box-top .heart.fav svg path {
  fill: #e7052d;
}

.product-box a {
  display: block;
  color: #171717;
}

.product-box a .img-wrap {
  height: 245px;
  position: relative;
  border: 1px solid transparent;
}

.product-box a .img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.product-box a .img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-box a .title-wrapper {
  background-color: #fff;
  padding: 25px;
  /*min-height: 220px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.product-box a .title-wrapper .title-wrap h5 {
  font-size: 24px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*min-height: 58px;*/
  min-height: 60px;
}

.product-box a .title-wrapper .title-wrap .product-code {
  display: block;
  font-size: 15px;
  color: #b3bdc7;
  margin-top: 4px;
}

.product-box a .title-wrapper .box-bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 18px 0 10px;
}

.product-box a .title-wrapper .box-bottom .has-stock {
  font-size: 15px;
  color: #27ae60;
  margin: 0;
}

.product-box a .title-wrapper .box-bottom .has-stock i {
  margin-right: 4px;
}

.product-box a .title-wrapper .box-bottom .more-btn {
  background-color: #f2f3f5;
  padding: 15px 28px;
  border-radius: 32px;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  font-weight: 500;
}

.product-box:hover .img-wrap::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.product-box:hover .title-wrapper .box-bottom .more-btn {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
}

/* references */
.references-sec {
  padding: 60px 0;
}

.references-sec .title {
  margin-bottom: 25px;
}

.ref-box {
  margin: 39px 10px;
  width: calc(14.28% - 20px);
  height: 60px;
  display: block;
}

.ref-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: .8;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  transition: filter .15s ease,opacity .15s ease,-webkit-filter .15s ease;
}

.ref-box:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.distributor-sec .ref-box {
    width: calc(20% - 20px);
    margin: 20px 10px;
}

.distributor-sec .ref-box img {
    -o-object-fit: cover;
     object-fit: cover;
}

/* projects */
#projects {
  padding: 60px 0;
}

#projects .title {
  margin-bottom: 25px;
}

.project-box {
  margin: 15px 0;
  position: relative;
}

.project-box a {
  display: block;
}

.project-box a .img-wrap {
  position: relative;
}

.project-box a .img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.project-box a .img-wrap img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-box a .project-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 40px;
  z-index: 2;
}

.project-box a .project-text p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  color: white;
  margin: 0;
}

.project-box a .project-more {
  padding: 11px 43px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.project-box a .project-more:hover {
  border-color: white;
  color: white;
}

.project-box a:hover .img-wrap::before {
  background-color: rgba(0, 0, 0, 0.6);
}

/* news */
#news {
    padding: 60px 0;
}

#news .title {
  margin-bottom: 25px;
}

.news-box-wrap {
  margin: 15px 0;
  position: relative;
}

.news-box-wrap a {
  display: block;
  box-shadow: rgba(17, 17, 26, .1) 0px 0px 16px;
    border-radius: 5px;
    overflow: hidden;
}

.news-box-wrap a .img-wrap {
  position: relative;
  height: 200px;
}

.news-box-wrap a .img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.news-box-wrap a .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    transition: 0.3s ease;
    will-change: transform;
}

.news-box-wrap a .news-title {
    padding: 25px;
    min-height: 100px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.news-box-wrap a .news-title p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #171717;
}

.news-box-wrap:hover a .img-wrap img {
    transform: scale(1.05);
}

/* services */
#services {
  padding: 60px 0;
}

.service-box-wrap {
  height: 240px;
  margin: 10px 0;
}

.service-box-wrap .service-box {
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.service-box-wrap .service-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.57);
  z-index: 1;
}

.service-box-wrap .service-box .icon-wrap {
  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;
  height: 40px;
  width: 40px;
  background-color: #cd8129;
  color: black;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.service-box-wrap .service-box .icon-wrap img {
  width: 22px;
}

.service-box-wrap .service-box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 16px 0;
  position: relative;
  z-index: 2;
}

.service-box-wrap .service-box .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  height: 20px;
}

.service-box-wrap .service-box .more span {
  font-size: 16px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  width: 0;
  opacity: 0;
  -webkit-transition: width .4s, opacity .4s;
  transition: width .4s, opacity .4s;
  color: #fff;
}

.service-box-wrap .service-box .more svg {
  fill: #fff;
  position: relative;
  top: 2px;
}

.service-box-wrap .service-box:hover .more span {
  width: 235px;
  opacity: 1;
}

/* call to action */
#call-to-action {
  padding: 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#call-to-action .call-wrap {
  position: relative;
  width: 90%;
  height: 300px;
  border-radius: 4px;
  margin: 0 auto;
}

#call-to-action .call-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#call-to-action .call-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#call-to-action .call-wrap .call-desc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 70px;
  z-index: 5;
  color: #fff;
  max-width: 60%;
}

#call-to-action .call-wrap .call-desc h6 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
}

#call-to-action .call-wrap .call-desc p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#call-to-action .call-wrap .call-desc .call-btn {
  display: inline-block;
  font-size: 16px;
  padding: 18px 30px;
  border-radius: 2px;
  background-color: #32bd0f;
  color: #fff;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

#call-to-action .call-wrap .call-desc .call-btn svg {
  margin-left: 10px;
}

#call-to-action .call-wrap .call-desc .call-btn:hover {
  background-color: #25910a;
}

/* footer */
footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
}

footer .footer-list li {
  margin-bottom: 16px;
}

footer .footer-list li a, 
footer .footer-list li address {
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  -webkit-transition: color 0.15s ease-out 0s;
  transition: color 0.15s ease-out 0s;
}

footer .footer-list li.active a, 
footer .footer-list li a:hover {
  color: #0c63b4;
}

footer .section-top {
  padding: 60px 0 0;
}

footer .section-top .row-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 24px;
}

footer .section-top h6 {
  font-size: 15px;
  margin-bottom: 16px;
}

footer .section-bottom {
  padding: 40px 0;
}

footer .section-bottom .bottom-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

footer .section-bottom .bottom-row:first-child {
  margin-bottom: 40px;
}

footer .section-bottom .bottom-row .footer-brand img {
    height: 50px;
    filter: grayscale(1);
}

footer .section-bottom .bottom-row .social-media li {
  float: left;
  margin-left: 30px;
}

footer .section-bottom .bottom-row .social-media li a {
  font-size: 22px;
  -webkit-transition: color 0.15s ease-out 0s;
  transition: color 0.15s ease-out 0s;
}

footer .section-bottom .bottom-row .social-media li a:hover {
  color: #0c63b4;
}

/*footer .section-bottom .bottom-row .social-media li:first-child a {*/
/*  font-size: 20px;*/
/*}*/

footer .section-bottom .bottom-row .footer-list li {
  margin: 0 16px 0 0;
  float: left;
}

footer .section-bottom .bottom-row .footer-list li a {
  font-weight: 500;
  color: #000;
}

footer .section-bottom .bottom-row .footer-list li a.active, 
footer .section-bottom .bottom-row .footer-list li a:hover {
  color: #0c63b4;
}

footer .section-bottom .bottom-row .copyright {
  font-size: 13px;
}

footer .section-bottom .bottom-row .copyright p a {
  display: inline-block;
}



/* form styles */
.custom-form .effect {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    margin: 0 0 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.custom-form input.effect {
    height: 50px;
}

.custom-form .effect:focus {
    border-color: #0c63b4;
}

.custom-form .submit-btn {
    background-color: #0c63b4;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

.custom-form .submit-btn:focus,
.custom-form .submit-btn:hover {
    background-color: #084985;
}


/* modal */
.modal {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
    width: 500px;
}

.modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-top: 20px;
    position: relative;
}

.modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #0c63b4;
}

.modal-title {
   font-weight: 500;
}

.modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 50px;
    top: 34px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-body {
    padding: 0 40px 40px;
}


/* breadcrumb */
.breadcrumb {
    padding: 18px 0;
    margin: 0;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-list li {
    font-weight: 500;
}

.breadcrumb-list li i {
    padding: 0 15px;
    font-size: 12px;
}

.breadcrumb-list a {
    color: #a3a2a2;
}


/* inside pages */
.inside-pages {
    margin-top: 92px;
}

.inside-pages .title-wrap-page {
    background-color: #f2f3f5;
    padding: 44px 0;
    text-align: center;
    color: #0c63b4;
}

.inside-pages .static-content {
    font-size: 16px;
}

.inside-pages .static-content img {
    border-radius: 8px;
    margin: 0;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.inside-pages .static-content ul li {
    padding-left: 20px;
    margin: 10px 0;
}

.inside-pages .static-content ul li::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../img/check.png') no-repeat;
    background-size: 16px;
    display: inline-block;
    margin: 0 7px -2px 0;
}

.inside-pages .content-all {
    padding: 42px 0 60px;
}

.inside-pages .custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.inside-pages .team-row .quote {
    border-left: 1px solid orange;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: rgba(17, 17, 26, .1) 0px 0px 16px;
    padding: 25px;
    background-color: #fff;
    font-size: 14px;
    color: #545454;
    margin: 15px;
    width: calc(50% - 30px);
}

.inside-pages .team-row .quote span {
    color: #8e8c8c !important;
    display: inline-block;
}

.inside-pages .static-content .certificate-row a,
.inside-pages .static-content .certificate-row img {
    margin: 15px;
    width: calc(25% - 30px);
    height: 350px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    /*height: auto;*/
}

.inside-pages .static-content .certificate-row a img {
    margin: 0;
    width: 100% !important;
    object-position: top;
    border: none;
    border-radius: 0;
}

.inside-pages .full-content img {
    float: left;
    width: 50%;
    margin-right: 15px;
}

.inside-pages .full-content .products-ref {
    margin: 0 -10px !important;
}

.inside-pages .full-content .products-ref a {
  margin: 5px 10px;
  width: calc(50% - 20px);
  height: 100px;
  display: block;
}

.inside-pages .full-content .products-ref a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: .8;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  transition: filter .15s ease,opacity .15s ease,-webkit-filter .15s ease;
  float: none;
  margin: 0;
  border-radius: 0;
}

.inside-pages .full-content .products-ref a:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.inside-pages .contact-box {
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.17px;
    position: relative;
    /*height: 621px;*/
}

.inside-pages .contact-form-wrap.contact-box {
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.inside-pages .contact-box .contact-box-header {
    border-radius: 2px 2px 0 0;
    background-color: black;
    padding: 17px 30px;
    color: #fff;
    font-size: 20px;
}

.inside-pages .contact-info .contact-box-header {
    background: transparent;
    color: black;
    font-size: 36px;
    margin-bottom: 30px;
}

.inside-pages .contact-info .mail {
    border-top: 1px solid #f0f0f0;
}

.inside-pages .contact-info ul {
    padding: 0px 30px;
}

.inside-pages .contact-info ul li {
    padding: 35px 0px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}

.inside-pages .contact-info ul li a:not(:nth-child(2)) {
    margin-left: 15px;
}

.inside-pages .contact-info ul li a {
    transition: 300ms all ease;
}

.inside-pages .contact-info ul li a:hover {
    color: #084985;
}

.inside-pages .contact-info ul li i {
    display: block;
    margin-right: 15px;
    font-size: 20px;
}

.inside-pages .contact-form {
    padding: 20px 30px 50px;
}

.inside-pages .contact-wrap .contact-box {
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.17px;
    position: relative;
}

.inside-pages .contact-form-wrap.contact-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    border-bottom: 6px solid black;
}

.inside-pages .contact-wrap .contact-form_wrap.contact-box {
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.inside-pages .contact-wrap .contact-box .contact-box-header {
    border-radius: 2px 2px 0 0;
    background-color: black;
    padding: 17px 30px;
    color: #fff;
    font-size: 20px;
}

#map {
    height: 400px;
}

#map .ymaps-2-1-79-image {
    background-size: contain;
}

.ymaps-2-1-79-copyrights-pane {
    display: none;
}


/* Responsive */

@media screen and (max-width: 1399.99px) {
    .inside-pages .static-content .certificate-row a,
    .inside-pages .static-content .certificate-row img {
        width: calc(33.33% - 30px);
    }
}

@media screen and (max-width: 1250px) {
    header #myMenu .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }
}


@media screen and (min-width: 1200px) {
    .category-box-wrap {
        width: 20%;
    }
    
    .custom-dropdown-menu-wrap:hover .custom-dropdown-menu {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    
    .custom-dropdown-menu-wrap:hover .nav-link::after {
      content: "\e911";
    }
}


@media screen and (max-width: 1200px) {
    header #myMenu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .7);
        z-index: 9999999999;
        overflow-y: hidden;
    }
    
    header #myMenu .navbar-nav {
        width: 60%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: -100%;
        overflow-y: scroll;
        -ms-flex-align: flex-start;
        -webkit-box-align: start;
          align-items: flex-start;
          padding: 90px 20px 40px 20px;
    }
    
    header #myMenu .close-m {
        padding: 26px 20px;
        text-align: right;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    header #myMenu .close-m i {
        font-size: 32px;
        cursor: pointer;
        color: #0c63b4;
    }
    
    header #myMenu .navbar-nav .nav-item {
        border-top: solid 1px #dddddd;
        width: 100%;
    }
    
    header #myMenu .navbar-nav .nav-item .nav-link {
        color: #000;
        text-shadow: none;
    }
    
    .custom-dropdown-menu-wrap .custom-dropdown-menu {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        display: none;
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    
    .custom-dropdown-menu-wrap.show .custom-dropdown-menu {
        display: block;
    }
}


@media screen and (max-width: 1199.99px) {
    #main .carousel .carousel-inner .carousel-item .item-text h2 {
        font-size: 40px;
    }
    
    footer .section-top {
        padding: 44px 0 0;
    }
    
    footer .section-top h6 {
        margin-top: 16px;
    }
}


@media screen and (max-width: 990.99px) {
    .inside-pages .static-content .certificate-row a,
    .inside-pages .static-content .certificate-row img {
        width: calc(50% - 30px);
    }
    
    .inside-pages .full-content img {
        float: none;
        margin: 0 auto 15px;
        width: 100%;
        /*height: auto;*/
        max-height: 350px;
    }
    
    .inside-pages .contact-info .contact-box-header {
        padding-left: 0;
        margin: 0;
        font-size: 32px;
    }
    
    .inside-pages .contact-info ul {
        padding: 0;
    }
    
    .ref-box {
        width: calc(20% - 20px);
    }
    
    #call-to-action .call-wrap {
        width: 100%;
    }
    
    #call-to-action .call-wrap .call-desc {
        max-width: 100%;
        left: 30px;
        right: 30px;
    }
    
    #main .carousel ol li h6 {
        display: none;
    }
    
    #main .carousel .carousel-inner .carousel-item .item-text h2 {
        font-size: 30px;
    }
    
    .distributor-sec .ref-box {
        width: calc(25% - 20px);
    }
}


@media screen and (max-width: 767.99px) {
    .inside-pages .team-row .quote {
        width: calc(100% - 30px);
    }
    
    .ref-box {
        width: calc(25% - 20px);
    }
    
    .distributor-sec .ref-box {
        width: calc(33.33% - 20px);
    }
    
    #call-to-action {
        background-color: #000;
    }
    
    #call-to-action .call-wrap img {
        height: 150px;
    }
    
    #call-to-action .call-wrap .call-desc {
        top: 66%;
    }
    
    #main .carousel .carousel-inner {
        height: 500px;
    }
    
    #main .carousel .carousel-inner .carousel-item .item {
        padding: 0 30px;
    }
    
    #main .carousel .carousel-inner .carousel-item .more {
        min-width: auto;
    }
    
    #main .carousel .carousel-inner .carousel-item .more a {
        padding: 12px 24px;
    }
    
    footer .section-bottom .footer-brand {
        display: none;
    }
    
    footer .section-bottom .bottom-row .social-media li:first-child {
        margin-left: 0;
    }
    
    footer .section-bottom .bottom-row:first-child {
        margin-bottom: 24px;
    }
    
    header {
        padding: 15px;
    }
    
    header #myMenu .navbar-nav {
        width: 80%;
    }
}


@media screen and (max-width: 575.99px) {
    .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
    
    .modal-body {
        padding: 0 20px 20px;
    }
    
    .modal-title {
        font-size: 18px;
    }
    
    .modal-header {
        padding: 10px 40px;
        margin: 0 auto;
    }
    
    .inside-pages .static-content .certificate-row a,
    .inside-pages .static-content .certificate-row img {
        width: calc(80% - 30px);
    }
    
    .project-box a .project-text p {
        font-size: 28px;
    }
    
    .title-row {
        display: block;
    }
    
    .title-row .custom-nav {
        margin-top: 10px;
    }
    
    .product-box a .title-wrapper {
        padding: 20px;
    }
    
    .ref-box {
        width: calc(33.33% - 20px);
    }
    
    .distributor-sec .ref-box {
        width: calc(50% - 20px);
    }
    
    header #myMenu .navbar-nav {
        width: 100%;
    }
    
    header #myMenu .navbar-nav .call-btn {
        padding: 10px 18px;
        width: 100%;
    }
}


@media screen and (max-width: 450px) {
    .modal-header {
        padding: 10px 20px;
        margin: 0;
    }
    
    .modal-content .btn-close {
        right: 30px;
        top: 17px;
    }
    
    .category-box .img-wrap img {
        width: 50px;
    }
    
    .category-box .category-name h5 {
        font-size: 15px;
    }
    
    .ref-box {
        width: calc(50% - 20px);
    }
    
    .distributor-sec .ref-box {
        width: calc(60% - 20px);
    }
    
    #call-to-action .call-wrap img {
        height: 130px;
    }
    
    #call-to-action .call-wrap .call-desc {
        top: 60%;
    }
    
    #call-to-action .call-wrap .call-desc h6 {
        font-size: 24px;
    }
    
    #call-to-action .call-wrap .call-desc .call-btn {
        padding: 12px 30px;
    }
    
    #main .carousel .carousel-inner .carousel-item .item-text h2 {
        font-size: 25px;
    }
    
    header .menu-wrap {
        margin-left: 14px;
    }
    
    header .right-side .call-btn span {
        font-size: 11px;
    }
    
    header .navbar-brand img {
        height: auto;
        width: 230px;
    }
    
    .inside-pages .static-content .certificate-row a,
    .inside-pages .static-content .certificate-row img {
        width: calc(100% - 30px);
    }
}