body {
  font-family: 'SourceSansPro';
}
body.active{
    overflow-y: hidden;
   -webkit-overflow-scrolling:hidden;
   touch-action: none;
   -ms-touch-action: none;
}
a:hover{
    text-decoration: none;
}
.mt-30 {
  margin-top: 30px;
}

.heading {
  margin-bottom: 20px;
}
.heading h1 {
  font-weight: bold;
  font-size: 25px;
  margin: 0;
}
.heading a {
  color: #aeaeb4;
  border-bottom: 1px solid #c2c2c2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 13px;
}
.heading a:hover {
  border-bottom: transparent;
  color: #c21416;
  text-decoration: none;
}
header{
    background: white;
}
#large-screen-menu {
  color: #24243B;
  border-bottom: solid 1px #d6e0ee;
  padding: 5px 0;
  
}
#large-screen-menu .logo img {
  height: 80px;
  margin-left: -5px;
}
#large-screen-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #24243B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#large-screen-menu .menu a {
  color: inherit;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#large-screen-menu .menu a:hover {
  opacity: .7;
  text-decoration: none;
}
#large-screen-menu .menu li {
  padding: 0 10px;
  height: 100%;
  line-height: 80px;
}
#large-screen-menu .menu .subed-li {
  position: relative;
}
#large-screen-menu .menu .submenu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 5;
  list-style-type: none;
  padding-left: 0px;
  width: 190px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 28px 52px 0px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 28px 52px 0px;
  overflow: hidden;
  top: 65px;
  left: -10px;
}
#large-screen-menu .menu .submenu li {
  line-height: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0;
  padding-left: 20px;
}
#large-screen-menu .menu .submenu li a {
  color: #454749;
  font-size: 15px;
  width: 100%;
  line-height: 50px;
  display: block;
  font-weight: 400;
}
#large-screen-menu .menu .submenu li:hover {
  background: whitesmoke;
}
#large-screen-menu .menu .submenu li:hover a {
  opacity: 1;
}
#large-screen-menu .menu .subed-li:hover svg {
  -webkit-transform: rotate(180deg) translateY(2px);
          transform: rotate(180deg) translateY(2px);
}
#large-screen-menu .menu .subed-li:hover .submenu {
  opacity: 1;
  visibility: visible;
}
#large-screen-menu .price-offer a {
  border: none;
  box-shadow: none;
  font-size: 15px;
  padding: 13px 48px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #fff;
  background: #c21416;
}
#large-screen-menu .price-offer a:hover {
  background: #d42224;
  text-decoration: none;
}
#large-screen-menu svg {
  width: 10px;
  height: 7px;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: 4px;
}
#large-screen-menu svg .dropdown__icon {
  fill: none;
  stroke: #c21416;
  stroke-width: 1.5px;
  fill-rule: evenodd;
}
#large-screen-menu .lang {
  position: relative;
}
#large-screen-menu .lang svg.active {
  -webkit-transform: rotate(180deg) translateY(2px);
          transform: rotate(180deg) translateY(2px);
}
#large-screen-menu .lang a.active {
  opacity: .8;
}
#large-screen-menu .lang a {
  color: #24243b;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#large-screen-menu .lang:hover a {
  text-decoration: none;
}
#large-screen-menu .lang ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: auto;
  margin-top: 17px;
  padding: 18px 24px;
  background: #fff;
  border: 1px solid #d6e0ee;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(36, 36, 59, 0.15);
          box-shadow: 0px 10px 20px -5px rgba(36, 36, 59, 0.15);
  left: -72px;
  z-index: 5;
}
#large-screen-menu .lang ul a {
  color: #6c7c93;
  display: block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-weight: 600;
}
#large-screen-menu .lang ul a:hover {
  color: #24243b;
}
#large-screen-menu .lang ul:before, #large-screen-menu .lang ul:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  border: 9px solid transparent;
  border-bottom: 10px solid #d6e0ee;
}
#large-screen-menu .lang ul:before, #large-screen-menu .lang ul:after {
  left: auto;
  right: 16px;
}
#large-screen-menu .lang ul:after {
  border-bottom-color: #fff;
  top: -18px;
}
#large-screen-menu .menu .submenu.pro-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 530px;
}
#large-screen-menu .menu .submenu.pro-sub li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#small-screen-menu {
  color: #24243B;
  border-bottom: solid 1px #d6e0ee;
  padding: 5px 0;
  position: relative;
  overflow: hidden;
}
#small-screen-menu .logo img {
  height: 80px;
  margin-left: -5px;
  padding-left: 15px;
}
#small-screen-menu .open-nav {
  padding: 15px;
}
#small-screen-menu .open-nav i {
  font-size: 22px;
  color: black;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
#small-screen-menu .open-nav i.active {
  font-size: 28px;
}
#small-screen-menu .price-offer {
  -webkit-animation: play2 2s ease infinite;
          animation: play2 2s ease infinite;
  padding: 15px;
  border-radius: 100%;
  background: #f8f8f8;
  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;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#small-screen-menu .price-offer i {
  font-size: 18px;
  color: black;
  -webkit-animation: phone-call 4s ease infinite;
          animation: phone-call 4s ease infinite;
}
#small-screen-menu .price-offer:hover {
  text-decoration: none;
}
.small-screen-menu-nav nav {
  position: absolute;
  right: -100%;
  z-index: 9999;
  background: linear-gradient(119deg, #c21416, rgba(194, 20, 22, 0.7), rgba(194, 20, 22, 0.4));
  height: 100vh;
  width: 80%;
  padding-left: 20px;
  -webkit-transition: all .5s ease;
  transition: all .3s ease;
  padding: 35px;
  padding-top: 90px;
  overflow-y: scroll;
}
.small-screen-menu-nav nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.small-screen-menu-nav nav ul li a {
  display: inline-block;
  border-bottom: 1px solid #c21416;
  font-weight: 600;
  width: 100%;
  position: relative;
  font-size: 18px;
  color: white;
  letter-spacing: 0;
  padding: 10px 0;
}
.small-screen-menu-nav nav ul li a:hover {
  text-decoration: none;
}
/*.small-screen-menu-nav nav ul li a::after {*/
/*  position: absolute;*/
/*  bottom: -4px;*/
/*  left: 0px;*/
/*  width: 60%;*/
/*  height: 1px;*/
/*  content: '';*/
/*  background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, #ccc), color-stop(0, rgba(255, 255, 255, 0)));*/
/*  background-image: linear-gradient(to left, #ccc 20%, rgba(255, 255, 255, 0) 0);*/
/*  background-repeat: repeat-x;*/
/*  background-position: bottom;*/
/*  background-size: 5px 1px;*/
/*}*/
.small-screen-menu-nav nav ul li a svg {
  width: 10px;
  height: 7px;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: 4px;
}
.small-screen-menu-nav nav ul li a svg .dropdown__icon {
  fill: none;
  stroke: white;
  stroke-width: 1.5px;
  fill-rule: evenodd;
}
.small-screen-menu-nav nav ul li a svg.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.small-screen-menu-nav nav ul li.subed-li a {
  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;
}
.small-screen-menu-nav nav ul li.subed-li ul {
  padding-left: 30px;
}
.small-screen-menu-nav nav ul li.subed-li ul li a {
  font-size: 14px;
}
.small-screen-menu-nav nav.active {
  right: 0;
}
.small-screen-menu-nav{
    z-index: 5;
    position: fixed;
    width: 100%;
    top: 0;
}
.small-screen-menu-nav .close-menu {
    position: absolute;
    padding: 15px;
    right: 16px;
    top: 18px;
}
.small-screen-menu-nav .close-menu i {
    font-size: 25px;
    color: white;
}

.small-screen-overlay.active {
    visibility: visible;
    opacity: 0.8;
}
.small-screen-overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@-webkit-keyframes phone-call {
  0% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  2% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  4% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  6% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  8% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  10% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes phone-call {
  0% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  2% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  4% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  6% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  8% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  10% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

#slider {
  position: relative;
}
#slider img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#slider .item {
  height: 500px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
#slider .owl-dots {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
#slider .owl-dots button {
  outline: none;
}
#slider .owl-dots button span {
  margin: 0 8px;
  width: 13px;
  margin: 0 8px;
  background: transparent;
  border: 3px solid white;
  height: 13px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#slider .owl-dots button span:hover {
  border-color: #c21416;
}
#slider .owl-dots button.active span {
  border-color: #c21416;
}
#slider .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #131418), color-stop(40%, rgba(19, 20, 24, 0.962622549)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #131418 35%, rgba(19, 20, 24, 0.962622549) 40%, rgba(255, 255, 255, 0) 100%);
}
#slider .content {
  position: relative;
  z-index: 5;
  color: white;
}
#slider .content h1 {
  font-size: 33px;
  font-weight: bold;
}
#slider .content p {
  font-size: 18px;
  margin-top: 15px;
}
#slider .content img{
    display: none;
}

#partners {
  margin-bottom: 20px;
  padding: 25px 0;
}
#partners h5 {
  color: #b3b3b3;
  font-size: 17px;
  margin: 0;
}
#partners img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%) opacity(40%);
          filter: grayscale(100%) opacity(40%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#partners img:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
#partners .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  width: 100%;
}
#partners .owl-nav button {
  width: 32px;
  height: 32px;
  line-height: 25px;
  border-radius: 100%;
  border: solid 1px #b3b3b363;
  color: #b3b3b3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
  position: absolute;
  left: -72px;
}
#partners .owl-nav button:hover {
  background: white;
  color: #c21416;
}
#partners .owl-nav .owl-next {
  right: -72px;
  left: unset;
}
#partners .owl-nav span {
  font-size: 35px;
  font-weight: 100;
}
#partners .owl-carousel {
  width: calc(100% - 145px);
  margin: 0 auto;
}

#advantages {
  padding: 40px 0;
}
#advantages .item .top:before, #advantages .item .top:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 164px;
  top: -30px;
}
#advantages .item .top:before {
  background: url(../img/leafborder-left.svg);
  left: -5px;
}
#advantages .item .top:after {
  background: url(../img/leafborder-right.svg);
  right: -5px;
}
#advantages .item .top {
  position: relative;
}
#advantages .item .top img {
  margin-bottom: 20px;
}
#advantages .item .top p {
  margin: 0;
  padding: 0 40px;
  font-size: 18px;
  font-weight: bold;
}
#advantages .item p.caption {
  color: #a7a7a7;
  margin: 0;
  padding: 0 25px;
  margin-top: 45px;
}
#advantages .col-lg-4:first-child, #advantages .col-lg-4:last-child {
  margin-top: 45px;
}
#advantages .col-lg-4 {
  padding: 0 30px;
}

#products-carousel .item, #projects .item, .product-box .item, #project-box .item, #blog .item {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#products-carousel .item p, #projects .item p, .product-box .item p, #project-box .item p, #blog .item p {
  margin: 0;
}
#products-carousel .item .image-wrapper, #projects .item .image-wrapper, .product-box .item .image-wrapper, #project-box .item .image-wrapper, #blog .item .image-wrapper {
  overflow: hidden;
}
#products-carousel .item .image-wrapper img, #projects .item .image-wrapper img, .product-box .item .image-wrapper img, #project-box .item .image-wrapper img, #blog .item .image-wrapper img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
#products-carousel .item .content, #projects .item .content, .product-box .item .content, #project-box .item .content, #blog .item .content {
  padding: 20px 20px 15px;
  background-color: white;
  height: 90px;
  padding-bottom: 0;
}

 #projects .item {
     margin-bottom: 30px;
 }
#products-carousel .item .content p.name, #projects .item .content p.name, .product-box .item .content p.name, #project-box .item .content p.name, #blog .item .content p.name {
  font-weight: 600;
  color: #141414;
  margin-bottom: 15px;
  font-size: 18px;
}
#products-carousel .item .content p.category, #products-carousel .item .content p.date, #projects .item .content p.category, #projects .item .content p.date, .product-box .item .content p.category, #project-box .item .content p.date {
  color: #aaa;
  font-size: 12px;
  font-weight: bold;
}
#products-carousel .item .content p.category img, #products-carousel .item .content p.date img, #projects .item .content p.category img, #projects .item .content p.date img, .product-box .item .content p.category img, #project-box .item .content p.date img {
  width: 30px;
  height: 30px;
  display: inline;
  margin-right: 10px;
}

#products-carousel .owl-nav, #projects .owl-nav, #project-box .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
#products-carousel .owl-nav button, #projects .owl-nav button, #project-box .owl-nav button {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 100%;
  font-size: 40px;
  line-height: 50px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
  margin-left: -25px;
}
#products-carousel .owl-nav button:hover, #projects .owl-nav button:hover, #project-box .owl-nav button:hover {
  color: #c21416;
}
#products-carousel .owl-nav button span, #projects .owl-nav button span, #project-box .owl-nav button span {
  display: block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
#products-carousel .owl-nav button.owl-next, #projects .owl-nav button.owl-next, #project-box .owl-nav button.owl-next {
  margin-left: unset;
  margin-right: -25px;
}

#products-carousel {
  background-color: #f5f5f5;
  padding: 20px 0;
}
#products-carousel a {
  color: inherit;
}
#products-carousel a:hover {
  text-decoration: none;
}
#products-carousel .owl-item {
  padding: 20px 0;
}
#products-carousel .owl-nav {
  position: unset;
}
#products-carousel .owl-nav button {
  position: absolute;
  top: -200px;
}
#products-carousel .owl-nav button.owl-next {
  right: 0;
}
#products-carousel .item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#products-carousel .item:hover .image-wrapper img, .product-box .item:hover .image-wrapper img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

#blog {
    padding-bottom: 40px;
}

#projects {
  padding: 55px 0;
  background-color: #f5f5f5;
  padding-bottom: 65px;
}
#projects .owl-nav, #project-box .owl-nav {
  padding: 0 20px;
}
#projects .owl-nav button, #project-box .owl-nav button {
  margin: 0 !important;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.8) !important;
  line-height: 33px !important;
}
#projects .owl-nav button:hover, #project-box .owl-nav button:hover {
  opacity: .8;
}
#projects .image-wrapper p {
  z-index: 2;
}
#projects .item a {
  color: inherit;
}
#projects .item a:hover {
  text-decoration: none;
}
#projects .item p.date, #project-box .item p.date {
  text-align: right;
}
#projects .item p.date i, #project-box .item p.date i {
  margin-right: 6px;
}

#product-categories {
  padding: 40px 0;
}
.product-category-item a {
  color: inherit;
}
.product-category-item a:hover {
  text-decoration: none;
}
.product-category-item .item {
  padding: 25px 10px 25px 25px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 340px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-category-item .item:hover {
  opacity: .8;
}
.product-category-item .item h4 {
  font-size: 17px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0;
}
.product-category-item .item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent);
}
.product-category-item{
    padding: 0 15px;
}
.product-category-item:first-child{
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 25px;
}
.product-category-item:nth-child(2), .product-category-item:nth-child(3), .product-category-item:nth-child(4), .product-category-item:nth-child(5), .product-category-item:nth-child(6), .product-category-item:nth-child(8), .product-category-item:nth-child(9){
    flex: 0 0 25%;
    max-width: 25%;
}
.product-category-item:nth-child(3) .item, .product-category-item:nth-child(4) .item, .product-category-item:nth-child(6) .item, .product-category-item:nth-child(7) .item, .product-category-item:nth-child(9) .item, .product-category-item:nth-child(10) .item{
    height: 155px !important;
}
.product-category-item:nth-child(4), .product-category-item:nth-child(7), .product-category-item:nth-child(10){
    position: absolute;
    width: 25%;
}
.product-category-item:nth-child(4), .product-category-item:nth-child(10){
    right: 0;
    top: 185px;
}
.product-category-item:nth-child(7), .product-category-item:nth-child(10){
    top: 550px;
}
.product-category-item:nth-child(7){
    left: 25%;
}

#calltoaction {
  background: #f0f2f6;
  padding: 35px 0;
}
#calltoaction h1 {
  font-size: 36px;
  font-weight: 700;
}
#calltoaction p {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
#calltoaction a {
  display: inline-block;
  background: #c21416;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  font-size: 15px;
  color: white;
  font-weight: 500;
  width: 300px;
  max-width: 100%;
  -webkit-animation: play 4s ease infinite;
          animation: play 4s ease infinite;
  -webkit-box-shadow: 0 0 0 2px #d42224;
          box-shadow: 0 0 0 2px #d42224;
}
#calltoaction a:hover {
  background: #d42224;
  text-decoration: none;
  -webkit-animation: none;
          animation: none;
}

footer a:hover {
  text-decoration: none;
}
footer .content {
  padding-top: 40px;
  padding-bottom: 60px;
}
footer .content .top .left p, footer .content .top .right p {
  font-size: 15px;
  color: #282828;
  margin: 0;
}
footer .content .top .right a {
  color: #282828;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  padding: 10px 0;
  transition: all .3s ease;
}
footer .content .top .right a:hover {
  color: #c21416;
}
footer .content .top .middle {
  border-left: 1px solid #e6ecf2;
  border-right: 1px solid #e6ecf2;
}
footer .content .top .middle .social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .content .top .middle .social-icons li a {
  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;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #d8d9da;
  color: white;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
footer .content .top .middle .social-icons li a i {
  font-size: 20px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
footer .content .top .middle .social-icons li a:hover {
  background-color: #bdc3c7;
}
footer .content .bottom p {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.48);
  margin: 0;
  margin-top: 20px;
}
footer .menu {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e6ecf2;
}
footer .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .menu ul li {
  margin: 0 20px;
}
footer .menu ul a {
  color: #24243B;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 18px;
  font-weight: 600;
  padding: 6px 0;
  display: block;
}
footer .menu ul a:hover {
  opacity: .7;
}

@keyframes play {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(194, 20, 22, 0.2);
        -moz-box-shadow: 0 0 0 0 rgba(194, 20, 22, 0.2);
        box-shadow: 0 0 0 0 rgba(194, 20, 22, 0.2);
    }
    1% {
        -webkit-box-shadow: 0 0 0 10px rgba(194, 20, 22, 0.2);
        -moz-box-shadow: 0 0 0 10px rgba(194, 20, 22, 0.2);
        box-shadow: 0 0 0 10px rgba(194, 20, 22, 0.2);
    }
    10% {
        -webkit-box-shadow: 0 0 0 10px rgba(194, 20, 22, 0.2), 0 0 0 20px rgba(194, 20, 22, 0.1);
        -moz-box-shadow: 0 0 0 10px rgba(255, 7, 64, 0.2), 0 0 0 20px rgba(194, 20, 22, 0.1);
        box-shadow: 0 0 0 10px rgba(194, 20, 22, 0.2), 0 0 0 20px rgba(194, 20, 22, 0.1);
    }
    10% {
        -webkit-box-shadow: 0 0 0 15px rgba(194, 20, 22, 0.2), 0 0 0 30px rgba(194, 20, 22, 0.1);
        -moz-box-shadow: 0 0 0 15px  rgba(194, 20, 22, 0.2), 0 0 0 30px rgba(194, 20, 22, 0.1);
        box-shadow: 0 0 0 15px  rgba(194, 20, 22, 0.2), 0 0 0 30px rgba(194, 20, 22, 0.1);
    }
    100%{
        -webkit-box-shadow: 0 0 0 0 rgba(194, 20, 22, 0.2);
        -moz-box-shadow: 0 0 0 0 rgba(194, 20, 22, 0.2);
        box-shadow: 0 0 0 0 rgba(194, 20, 22, 0.2);
    }
}
@-webkit-keyframes play2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-box-shadow: 0 0 0 3px #f8f8f8;
            box-shadow: 0 0 0 3px #f8f8f8;
  }
  25% {
    -webkit-box-shadow: 0 0 0 7px #f8f8f85e, 0 0 0 10px #f8f8f85e;
            box-shadow: 0 0 0 7px #f8f8f85e, 0 0 0 10px #f8f8f85e;
  }
  25% {
    -webkit-box-shadow: 0 0 0 12px  #f8f8f85e, 0 0 0 20px #f8f8f85e;
            box-shadow: 0 0 0 12px  #f8f8f85e, 0 0 0 20px #f8f8f85e;
  }
}
@keyframes play2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-box-shadow: 0 0 0 3px #f8f8f8;
            box-shadow: 0 0 0 3px #f8f8f8;
  }
  25% {
    -webkit-box-shadow: 0 0 0 7px #f8f8f85e, 0 0 0 10px #f8f8f85e;
            box-shadow: 0 0 0 7px #f8f8f85e, 0 0 0 10px #f8f8f85e;
  }
  25% {
    -webkit-box-shadow: 0 0 0 12px  #f8f8f85e, 0 0 0 20px #f8f8f85e;
            box-shadow: 0 0 0 12px  #f8f8f85e, 0 0 0 20px #f8f8f85e;
  }
}
.write-wp {
  position: fixed;
  bottom: 0;
  background-color: #67B02D;
  width: 100%;
  z-index: 2;
}

.write-wp a {
  color: white;
  width: 100%;
  display: inline-block;
}

.write-wp a:hover {
  text-decoration: none;
}
.contactiframe{
    border:0; 
    height: 360px
}
@media (max-width: 1200px) {
  #products-carousel .owl-nav button {
    top: -210px;
  }
}
@media (max-width: 991px) {
  #products-carousel .owl-nav button {
    top: -185px;
  }

  #advantages .item p.caption {
    margin-top: 35px;
  }

  #advantages .col-lg-4 {
    margin-bottom: 80px;
  }

  #advantages .col-lg-4:last-child {
    margin-bottom: 0;
  }

  #advantages .col-lg-4:first-child, #advantages .col-lg-4:last-child {
    margin-top: 0;
  }
  .contactiframe{
      height: 480px;
  }
  #slider .item{
      height: 320px;
  }
  #slider .content p{
      font-size: 14px;
  }
  #slider .content h1{
      font-size: 26px;
  }
  #slider .overlay{
      background: linear-gradient(90deg, #131418 10%, rgba(19, 20, 24, 0.962622549) 10%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(10%, #131418), color-stop(10%, rgba(19, 20, 24, 0.962622549)), to(rgba(255, 255, 255, 0)));
  }
}
@media (max-width: 768px) {
  .product-category-item .item {
    height: 200px;
  }

  #products-carousel .owl-nav button {
    top: -295px;
  }

  #products-carousel .owl-nav button, #projects .owl-nav button {
    margin-left: 5px;
  }

  #products-carousel .owl-nav button.owl-next, #projects .owl-nav button.owl-next {
    margin-left: unset;
    margin-right: 5px;
  }
  .contactiframe{
        border:0; 
        height: 480px
    }
}
@media (max-width: 576px) {
  #product-categories .col-sm-6:nth-child(2) {
    margin-top: 30px;
  }
  #products-carousel .item .image-wrapper img{
      height: 300px;
  }
  .contactiframe{
        border:0; 
        height: 540px
    }
}
.cont-wrapper{
    background: white;
    box-shadow: 0px 7px 80px 0px rgba(36,36,59,0.15);
    border-radius: 6px;
    padding: 30px 25px;
}
.breadcrumb-cs h1{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    color: white;
}
.breadcrumb-cs{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 61%;
    margin-bottom: 40px;
}
.breadcrumb-cs .row{
    background-color: rgba(36,36,59,0.8);
}
.breadcrumb-cs .breadcrumb-p{
    text-align: center;
    color: white;
    font-size: 14px;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 50px;
}
.breadcrumb-cs .breadcrumb-p a{
    color: white;
    border-bottom: 1px solid #999999;
    transition: all .3s ease;
}
.breadcrumb-cs .breadcrumb-p a:hover{
    border-color: transparent;
    text-decoration: none;
}
.breadcrumb-cs .back-to-home i{
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ffffff7a;
    transform: translateY(2px);
    margin-right: 18px;
    transition: all .3s ease;
}
.breadcrumb-cs .back-to-home a{
    color: #ffffff7a;
    transition: all .3s ease;
}
.breadcrumb-cs .back-to-home a:hover{
   opacity: 0.8;
}
.breadcrumb-cs .back-to-home a:hover i{
    transform: translateX(-10px) translateY(2px);
}
.breadcrumb-cs .back-to-home{
    text-align: center;
    margin: 0;
}
.inner-section{
    padding: 40px 0;
    padding-top: 0;
    border-bottom: 1px solid #e6ecf2;
}
#about-static .content p{
    line-height: 30px;
    margin: 0;
    font-size: 17px;
}
#about-static .content img:nth-child(1){
    display: none;
}
#about-static .content img{
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}
#about-static br{
    content: "";
    margin: 15px;
    display: block;
}
.inner-section #dle-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}


.mehs img.fr-dib {
    width: 100%;
    height: 335px;
    object-fit: cover;
    border-radius: 5px;
}

#project-box img.fr-dib{
    margin: 0;
}
#career-static h2 {
    margin: 0;
    margin-bottom: 16px;
}
#career-static form{
    padding: 20px;
    background-color: #fafafa;
}
#career-static .content img{
    display: none;
}
#career-static ul {
    font-size: 18px;
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
    margin-top: 30px;
}
#career-static ul li{
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
}
#career-static ul li::after{
    margin-left: 0px;
    border-radius: 50%;
    border: 2px solid #e32d49;
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cv-file-label {
    cursor: pointer;
    transition: all .3s ease;
    padding: 18px 50px;
    color: #505050;
    border: 2px dashed #d0d0d0;
    background: #fcfcfc;
    overflow: hidden;
    width: 253px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.cv-file-label:hover{
    background: #e9e7e7;
}
#career-static .cv-file-label img {
    display: inline-block;
    max-height: 50px;
    width: auto;
    height: auto;
}
#cv-file {
    display: none;
}
#career-static .submit-button {
    color: #ffffff;
    font-size: 15px;
    border: none;
    border-radius: 3px;
    background-color: #c21416;
    transition: 0.3s ease-in-out;
    height: 45px;
    width: 194px;
}
#career-static .input-wrapper{
    display: flex;
    justify-content: space-between;
}
#career-static .input-wrapper input{
    flex-basis: 48%;
    transition: all .3s ease;
    width: 100%;
    border: 2px solid #eaeaea !important;
    padding: 12px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    outline: none;
    position: relative;
    -webkit-appearance: none;
}
#career-static .input-wrapper input:focus{
    border-color: #c2141640 !important;
}
#career-static .submit-button:hover{
    background: #d42224;
    text-decoration: none;
}
#contact-static h1{
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}
#contact-static p.heading{
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#contact-static .right-side-info p.heading{
    margin-bottom: 5px;
}
#contact-static .right-side-info{
    margin-bottom: 30px;
}
#contact-static p.heading i{
    color: #c21416;
    font-size: 28px;
    margin-right: 17px;
}
#contact-static p.contact-info {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
#contact-static p.contact-info span, #contact-static p.contact-info a{
    font-weight: 300;
    font-size: 15px;
}
#contact-static p.contact-info a{
    color: #c21416;
    transition: all .3s ease;
    border-bottom: 1px solid #c21416;
}
#contact-static p.contact-info a:hover{
    border-color: transparent;
}
#contact-static .contact-info-row{
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}
#contact-static .cont-wrapper{
    background: transparent;
    box-shadow: none;
}
#contact-static ul.social-icons{
    margin: 0;
    padding: 0;
    list-style: none;
}
#contact-static ul.social-icons li{
    flex-basis: 34%;
    padding-bottom: 10px;
}
#contact-static ul.social-icons a{
    border: 1px solid #ccc;
    border-radius: 60px;
    font-size: 14px;
    color: #333;
    height: 36px;
    display: block;
    width: 126px;
    line-height: 35px;
    text-align: center;
}
#contact-static ul.social-icons a i{
    font-size: 18px;
    margin-right: 11px;
    transform: translateY(2px);
    color: #c21416;
}
@media(max-width: 768px){
    
    .mehs img.fr-dib {
    width: 93%;
    height: 240px;
    object-fit: cover;
    border-radius: 5px;
}
    .contact-info-wrapper{
        display: flex;
        justify-content: space-between;
    }
}
#slider .owl-nav button{
    position: absolute;
    margin: 0;
    top: 0;
    width: 10%;
    height: 100%;
    border-radius: 0;
    outline: none;
    background: transparent;
}
#slider .owl-nav button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: opacity .1s linear;
    opacity: 0;
}
#slider .owl-nav button.owl-prev::before{
    background: linear-gradient(90deg, rgb(0 0 0 / 77%) 20%, rgb(247 247 247 / 0%) 100%);
}
#slider .owl-nav button.owl-next::before{
    background: linear-gradient(-90deg, rgb(0 0 0 / 77%) 20%, rgb(247 247 247 / 0%) 100%);
}
#slider .owl-nav button:hover::before {
    opacity: 1;
}
#slider .owl-nav button.owl-prev{
    left: 0;
    cursor: url("../img/chevron-pointing-to-the-left.png"), auto;
}

#slider .owl-nav button.owl-next{
    right: 0;
    cursor: url("../img/right-chevron1.png"), auto;
}
#slider .owl-nav button span{
    display: none;
}
.small-screen-menu-nav .lang a{
    border: 1px solid #ccc;
    color: white;
    padding: 5px 9px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100%;
}
.small-screen-menu-nav .lang a.active{
    color: black;
    background: #f8f8f8;
}
header .logo-word{
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 100px;
    left: 97px;
    color: black;
}
header .logo{
    position: relative;
}
#small-screen-menu .logo-word{
    left: 112px;
}
@media(max-width: 1200px){
    #large-screen-menu .price-offer a{
        font-size: 14px;
        padding: 13px 29px;
    }
}
@media(min-width: 1200px){
    .small-container{
        max-width: 716px;
    }   
}
@media(max-width: 991px){
    footer{
        padding-bottom: 20px;
    }
}
#contact-static .heading svg{
    margin-right: 17px;
}
#contact-static .heading svg path, #contact-static .heading svg polygon, #contact-static .heading svg rect, #contact-static .heading svg circle{
    fill: #c21416;
}
#contact-static .left-side-infos p{
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 8px;
}
#contact-static .left-side-infos p span{
    font-weight: 600;
}
@media(max-width: 768px){
    #contact-static p.contact-info{
        text-align: center;
    }
    #contact-static ul.social-icons li{
        flex-basis: 50%;
    }
    .product-category-item:nth-child(4), .product-category-item:nth-child(7), .product-category-item:nth-child(10){
        position: unset;
        flex-basis: 50%;
        width: 50%;
    }
    .product-category-item:nth-child(2), .product-category-item:nth-child(3), .product-category-item:nth-child(4), .product-category-item:nth-child(5), .product-category-item:nth-child(6), .product-category-item:nth-child(8), .product-category-item:nth-child(9){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product-category-item:nth-child(3) .item, .product-category-item:nth-child(4) .item, .product-category-item:nth-child(6) .item, .product-category-item:nth-child(7) .item, .product-category-item:nth-child(9) .item, .product-category-item:nth-child(10) .item{
        height: 200px !important;
    }
    .product-category-item{
        margin-bottom: 25px;
    }
    .reports .quote{
        flex-basis: 100% !important;
    }
}
@media(max-width: 991px){
    #contact-static p.heading{
        font-size: 20px;
    }
}
.modal-dialog {
    width: 500px;
}
.modal-content {
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
}
.modal-header {
    border: none;
}
.modal-header {
    padding: 0 60px 20px 60px;
}
.modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 40px;
    top: 38px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}
.modal-content .close::before {
    left: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}
.modal-content .close::before, .modal-content .close::after {
    background: #282828;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-content .close::after {
    left: 50%;
    height: 100%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}
.modal-body {
    padding: 0 60px 60px;
}
#achievements-static .row.content img:first-child{
    display: none;
}
#achievements-static .row.content a.highslide img{
    display: block;
    width: 100%;
    object-fit: contain;
}
#achievements-static .row.content a.highslide {
    position: relative;
    padding: 18px;
    width: calc(50% - 20px);
    margin: 10px;
}
#achievements-static .row.content a.highslide::before{
    position: absolute;
    content: '';
    background-image: url(../img/doc-1.png);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width: 768px){
    #achievements-static .row.content a.highslide{
        width: calc(50% - 30px);
    }
}
#product-full .row.content img{
    display: none;
}
#product-full .gallery a.highslide:first-child{
    display: block;
    width: 100%;
    text-align: center;
    flex-basis: 100%;
}
#product-full .gallery a.highslide{
    flex-basis: 25%;
    padding: 15px;
    padding-bottom: 0;
}
#product-full .gallery a.highslide img{
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}
#product-full .gallery a.highslide:first-child img{
    border-radius: 6px;
    height: 360px;
    object-fit: cover;
}
@media(max-width: 768px){
    #product-full .gallery a.highslide{
        flex-basis: 50%;
    }
    #product-full .gallery a.highslide img{
        height: 160px;
    }
}
@media (min-width: 576px){
    #project-full .modal-dialog {
        max-width: 700px;
    }
    #project-full .modal-dialog {
        width: auto;
    }
}
#project-full .main-image-wrapper{
    background: transparent;
    border: 1px solid #f2f2f2;
    padding: 5px;
    outline: none;
    width:100%;
}
#project-full .main-image-wrapper img{
    width: 100%;
    object-fit: cover;
    height: 300px;
}
#project-full .bullet-images{
    list-style: none;
    padding: 0;
    margin: 0;
}
#project-full .bullet-images li{
    display: inline-block;
    width: calc(33% - 9px);
    height: 100px;
    cursor: pointer;
    transition: all .3s ease;
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin: 5px;
}
#project-full .bullet-images{margin:0 -5px;}
#project-full .bullet-images li img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
#project-full .modal-content .close{
    right: 15px;
    top: 15px;
}
#about-static .content{
    line-height: 30px;
    margin: 0;
    font-size: 17px;
}
#project-full .content img{
    display: none;
}
#project-full .content h1{
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 300;
}
#project-full .modal-dialog{
    width: auto;
}
#reports-static .content img{
    display: none;
}
#reports-static .content .report img{
    display: inline-block;
    max-width: 50px;
    object-fit: contain;
}
.reports .quote{
    background: #f8f8f8;
    border-radius: 7px;
    padding: 15px;
    flex-basis: calc(50% - 10px);
    margin: 5px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.reports .quote p{
    margin-bottom:0;
}
.reports .quote p a{
    border-bottom: 1px solid black;
    transition: all .3s ease;
    color:#212529;
}
.reports .quote p a:hover{
    border-color: transparent;
}
.reports .quote:before{
    content: "";
    background-image: url(/img/pdf.png);
    background-position: 0 center;
    background-size: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
@media (max-width: 576px){
    .modal-dialog{
        width: 360px;
    }
}

.highslide-controls {
width: 195px;
height: 40px;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}
.highslide-controls ul {
position: relative;
left: 15px;
height: 40px;
list-style: none;
margin: 0;
padding: 0;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}

.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}

.highslide-viewport-size{
    background-color: #000;
}


#project-full table {
    width: 100%;
    margin: auto;
    margin-top: 60px;
}

#project-full table tr:nth-child(odd) {
    background-color: #fcfcfc;
}

#project-full table td:nth-child(1) {
    font-weight: 700;
}

#project-full table td {
    padding: 15px 50px;
}

#project-full table td:nth-child(2) {
    text-align: right;
}
 
table {
    border-collapse: collapse;
}




























