@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body {
  font-family: 'Roboto', sans-serif; }

.site-header {
  background-color: #222222;
  color: #fff; }
  .site-header .site-branding a {
    display: block; }
    .site-header .site-branding a img {
      padding: 4px 0; }
  .site-header ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .site-header ul li {
      list-style: none;
      text-align: center;
      margin-left: 5px;
      height: 79px;
      width: 70px; }
      .site-header ul li a {
        height: 79px;
        padding-top: 15px;
        display: block;
        color: #fff;
        text-decoration: none; }
        .site-header ul li a span {
          display: block; }
      .site-header ul li.menu {
        background-color: #c90119; }
  .site-header .header-search {
    padding-top: 20px; }
    .site-header .header-search .form-control {
      background-color: #3b3b3b;
      color: #fff;
      border-color: #3b3b3b; }
    .site-header .header-search .btn-outline-secondary {
      background-color: #3b3b3b;
      color: #fff;
      border-color: #3b3b3b; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }
  .sidenav ul {
    margin: 0;
    padding: 0; }
    .sidenav ul li {
      list-style: none;
      position: relative; }
      .sidenav ul li a {
        padding: 2px 6px 1px 32px;
        text-decoration: none;
        font-size: 17px;
        color: #818181;
        display: block;
        transition: 0.3s; }
        .sidenav ul li a:hover {
          color: #f1f1f1; }
        .sidenav ul li a i {
          float: right; }
      .sidenav ul li ul {
        display: none;
        padding-left: 10px;
        background-color: #222222; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s; }

.site-navigation {
  background-color: #f7f7f7; }
  .site-navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; }
    .site-navigation ul li {
      list-style: none;
      padding: 0 20px;
      position: relative; }
      .site-navigation ul li a {
        text-decoration: none;
        color: #222222;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
        display: block;
        transition: all 0.5s ease-in-out;
        line-height: 40px;
        padding: 0 10px; }
        .site-navigation ul li a:hover {
          background-color: #222222;
          color: #f7f7f7; }
      .site-navigation ul li ul {
        transition: all 0.5s ease-in-out;
        display: none;
        position: absolute;
        top: 39px;
        left: 0;
        background-color: #FFFFFF;
        width: 300px;
        z-index: 9;
        padding: 10px 0; }
        .site-navigation ul li ul li {
          padding: 0 10px; }
      .site-navigation ul li:hover ul {
        display: block; }

.breadcrumbs {
  background-color: #020303;
  color: #ffffff;
  padding: 90px 0;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase; }
  .breadcrumbs ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .breadcrumbs ul li {
      list-style: none;
      display: inline-block;
      padding: 0 5px;
      color: #959595; }
      .breadcrumbs ul li a {
        text-decoration: none;
        color: #959595;
        font-weight: 500; }
      .breadcrumbs ul li.current {
        color: #fff; }

.vat-video-block {
  position: relative; }
  .vat-video-block .video-content {
    position: absolute;
    top: 10px;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center; }
    .vat-video-block .video-content h5 {
      text-transform: uppercase;
      font-size: 18px; }
    .vat-video-block .video-content button {
      background-color: transparent;
      border: 0;
      color: #fff;
      border: 1px solid #fff;
      height: 55px;
      width: 55px;
      text-align: center;
      border-radius: 50px; }
 .ProdMeta button {
      background-color: transparent;
      border: 0;
      color: #fff;
      border: 1px solid #fff;
      height: 55px;
      width: 55px;
      text-align: center;
      border-radius: 50px; }
.who-we-are {
  background-color: #fff;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0; }
  .who-we-are .wwa-content {
    color: #fff;
    margin-top: 100px; }
    .who-we-are .wwa-content h2 {
      text-transform: uppercase; }
    .who-we-are .wwa-content p {
      font-size: 20px; }
    .who-we-are .wwa-content ul {
      margin: 0;
      margin-bottom: 30px; }
      .who-we-are .wwa-content ul li {
        margin-bottom: 10px; }
    .who-we-are .wwa-content a {
      text-decoration: none;
      background-color: #fff;
      width: 150px;
      display: block;
      line-height: 40px;
      text-align: center;
      color: #c90119;
      text-transform: uppercase;
      font-weight: bold;
      border-radius: 5px;
      border: 2px solid #fff;
      transition: all 0.5s ease-in-out; }
      .who-we-are .wwa-content a:hover {
        background-color: #c90119;
        color: #fff; }
  .who-we-are img.wwa {
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 3px 1px 13px 1px #2a2a2a; }

.categories-block {
  padding-top: 150px; }
  .categories-block.ProdPage {
    background-color: #000000; }
  .categories-block .cate-block {
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden; }
    .categories-block .cate-block img {
      border-radius: 10px;
      width: 95%;
      margin-left: auto;
      display: block;
      transition: all 0.5s ease-in-out; }
    .categories-block .cate-block h2 {
      clear: both;
      position: absolute;
      bottom: 100px;
      background-color: white;
      width: 90%;
      line-height: 80px;
      padding: 0 0 0 20px;
      border-radius: 10px;
      border-left: 8px solid #c90119;
      font-size: 28px;
      text-transform: uppercase;
      letter-spacing: -1px;
      transition: all 0.5s ease-in-out; }
      .categories-block .cate-block h2 a {
        position: relative;
        text-decoration: none;
        color: #000;
        display: block; }
    .categories-block .cate-block:hover img {
      transform: scale(1.2); }
    .categories-block .cate-block:hover h2 {
      bottom: 60px; }
  .categories-block a {
    text-decoration: none; }

.production-system {
  padding: 100px 0 0; }
  .production-system h2 {
    text-align: center;
    margin: 20px 0;
    color: #c90119;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px; }
    .production-system h2 b {
      font-weight: 700; }
  .production-system .production-inner {
    margin-bottom: 30px;
    background-color: #fff; }
    .production-system .production-inner img {
      margin-bottom: 30px; }
    .production-system .production-inner h5 {
      width: 60%;
      display: block;
      margin: 0 auto 25px auto;
      color: #c90119;
      font-weight: 500;
      text-align: center;
      min-height: 48px; }
    .production-system .production-inner .production-content {
      padding: 0px 40px 20px;
      text-align: center; }
    .production-system .production-inner a {
      text-align: center;
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      position: relative;
      color: #fff;
      font-weight: 500; }
      .production-system .production-inner a::after {
        content: '';
        background-color: #404040;
        width: 100%;
        height: 14px;
        display: block;
        position: absolute;
        bottom: 0;
        transition: all 0.5s ease-in-out; }
      .production-system .production-inner a span {
        z-index: 1;
        position: relative;
        bottom: 14px;
        visibility: hidden;
        transition: all 0.5s ease-in-out; }
    .production-system .production-inner:hover a::after {
      height: 36px; }
    .production-system .production-inner:hover a span {
      bottom: 5px;
      visibility: visible; }

.catelog-section {
  background-color: #c90119;
  padding: 80px 0 60px; }
  .catelog-section .catalog-box {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }
    .catelog-section .catalog-box .catalog-content {
      padding: 15px;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0; }
      .catelog-section .catalog-box .catalog-content .catalog-inner {
        border: 2px solid #fff;
        height: 100%;
        width: 100%;
        padding: 25px;
        position: relative; }
        .catelog-section .catalog-box .catalog-content .catalog-inner h3 {
          width: 50%;
          color: #c90119;
          font-weight: 300; }
        .catelog-section .catalog-box .catalog-content .catalog-inner a {
          position: absolute;
          bottom: 0;
          line-height: 40px;
          text-decoration: none;
          background-color: #c90119;
          width: 150px;
          display: block;
          line-height: 40px;
          text-align: center;
          color: #fff;
          text-transform: uppercase;
          font-weight: bold;
          border-radius: 5px;
          border: 2px solid #c90119;
          transition: all 0.5s ease-in-out;
          margin: 0 auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
    .catelog-section .catalog-box img {
      transition: all 0.5s ease-in-out; }
    .catelog-section .catalog-box:hover .catalog-content .catalog-inner a {
      background-color: #fff;
      color: #c90119; }
    .catelog-section .catalog-box:hover img {
      transform: scale(1.2); }

.why-choose {
  padding: 80px 0; }
  .why-choose h2 {
    font-weight: 300;
    color: #c90119;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .why-choose h2 b {
      font-weight: 500; }
  .why-choose .wc-con {
    padding-left: 5px;
    margin-bottom: 20px; }
  .why-choose i {
    color: #c90119;
    position: relative;
    top: 5px; }
  .why-choose h5 {
    color: #c90119; }

.news-and-events {
  padding: 0 0 80px; }
  .news-and-events h2 {
    font-weight: 300;
    color: #c90119;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center; }
    .news-and-events h2 b {
      font-weight: 500; }
  .news-and-events .news-box {
    background-color: #f5f5f5;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px; }
    .news-and-events .news-box img {
      border-radius: 5px 0 0 5px; }
    .news-and-events .news-box .news-content {
      padding: 30px; }
      .news-and-events .news-box .news-content .date {
        color: #c90119;
        font-weight: 700; }
    .news-and-events .news-box a {
      text-decoration: none;
      background-color: #fff;
      width: 150px;
      display: block;
      line-height: 40px;
      text-align: center;
      color: #c90119;
      text-transform: uppercase;
      font-weight: bold;
      border-radius: 5px;
      border: 2px solid #fff;
      transition: all 0.5s ease-in-out;
      margin-right: auto; }
      .news-and-events .news-box a:hover {
        background-color: #c90119;
        color: #fff; }

.certificates {
  padding: 30px 0 40px; }
  .certificates ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around; }
    .certificates ul li {
      list-style: none;
      margin-bottom: 20px; }
      .certificates ul li img {
        display: block; }

.address ul {
  margin: 0;
  padding: 0; }
  .address ul li {
    margin-bottom: 10px;
    list-style: none; }
    .address ul li i {
      color: #000000;
      height: 40px;
      width: 40px;
      line-height: 40px;
      border: 2px solid #000;
      text-align: center;
      border-radius: 50px;
      margin-right: 10px; }
    .address ul li p {
      margin: 0;
      font-weight: bold; }

.production-count {
  padding: 100px 0 200px;
  background-color: #000;
  color: #fff;
  position: relative; }
  .production-count .count-block {
    text-align: center;
    margin-top: 20px; }
    .production-count .count-block h5 {
      height: 60px;
      width: 60px;
      border: 1px solid #fff;
      line-height: 60px;
      text-align: center;
      border-radius: 50%;
      display: block;
      margin: 0 auto 10px; }

.mold-finalized {
  margin-top: -100px;
  z-index: 999;
  position: relative;
  z-index: 669; }
  .mold-finalized .mold-content {
    padding-top: 150px;
    padding-left: 20px; }
  .mold-finalized img {
    z-index: 9;
    position: relative; }

.contact-form {
  background-image: url(../images/contact-bg.jpg);
  background-color: #0a0816;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff; }
  .contact-form label {
    font-weight: normal;
    color: #FFFFFF;
    margin: 10px 0; }
  .contact-form h3 {
    text-transform: uppercase; }
  .contact-form .form-control {
    border-radius: 0;
    padding: 13px 15px;
    color: #fff;
    background: #3e3d4a9e;
    border: #0b0a1a; }
  .contact-form textarea.form-control {
    min-height: 400px; }

.about-main iframe {
  height: 500px; }

.social-link {
  margin: 30px 0 10px; }
  .social-link ul {
    margin: 0;
    padding: 0; }
    .social-link ul li {
      display: inline-block;
      margin-right: 5px; }
      .social-link ul li a {
        color: #fff;
        height: 40px;
        width: 40px;
        background-color: #c90119;
        display: block;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        font-size: 18px;
        transition: all 0.5s ease-in-out;
        border: 2px solid #c90119; }
        .social-link ul li a:hover {
          background-color: #fff;
          color: #c90119; }

.btn {
  border-radius: 0; }

.btn-primary {
  color: #fff;
  background-color: #c90119;
  border-color: #c90119; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #9a0013;
    border-color: #9a0013; }
  .btn-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(201, 1, 25, 0.42); }
  .btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(201, 1, 25, 0.42); }

.form-control:focus {
  border-color: #c90119;
  box-shadow: 0 0 0 0.25rem rgba(201, 1, 25, 0.42); }

.pages .whowe-are {
  text-align: center; }
  .pages .whowe-are h3 {
    color: #c90119;
    text-transform: uppercase; }
  .pages .whowe-are p {
    font-size: 19px;
    font-weight: 700;
    width: 70%;
    display: block;
    margin: 0 auto 20px; }
.pages .about-main {
  padding-top: 50px; }
  .pages .about-main p {
    font-size: 18px;
    margin-bottom: 20px; }
  .pages .about-main ul {
    margin: 0;
    padding: 0; }
    .pages .about-main ul li {
      list-style: none;
      line-height: 55px;
      color: #fff;
      color: #000;
      background: whitesmoke;
      background: linear-gradient(0deg, #e1e1e0 0%, whitesmoke 100%);
      border-bottom: 1px solid #fff;
      padding: 0 15px;
      font-weight: bold; }
.pages .about-feature {
  background-color: #000;
  padding: 200px 0 100px;
  margin-top: -100px; }
  .pages .about-feature .abf-box {
    background-color: #0f1010;
    width: 100%;
    min-height: 195px;
    color: #fff;
    text-align: center;
    border-radius: 50px 0;
    padding: 30px 20px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 10px; }
    .pages .about-feature .abf-box img {
      margin-bottom: 20px; }
    .pages .about-feature .abf-box:hover {
      border-radius: 0 50px; }
.pages .about-four {
  padding: 50px 0;
  width: 80%;
  display: block;
  margin: 0 auto; }
  .pages .about-four h5 {
    text-align: center;
    margin: 20px 0;
    line-height: 35px; }

.ekal-main {
  padding: 20px 0; }
  .ekal-main .ekal-para-2 {
    font-size: 20px;
    font-weight: 500;
    color: #404041;
    margin: 0;
    padding-top: 30px; }
  .ekal-main .ekal-para p {
    font-size: 20px;
    font-weight: 500;
    color: #404041;
    margin: 0;
    text-align: right;
    padding-top: 30px;
    text-transform: uppercase; }
  .ekal-main .ekal-para h5 {
    font-size: 30px;
    text-transform: uppercase;
    background: #c92535;
    color: #fff;
    width: 70%;
    padding: 5px 10px;
    line-height: 47px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    margin: 0; }
  .ekal-main .ekal-para .ekal-text {
    padding: 28px 0 0 0px; }
    .ekal-main .ekal-para .ekal-text h6 {
      font-size: 20px;
      color: #404041;
      margin: 0;
      padding-bottom: 10px; }
      .ekal-main .ekal-para .ekal-text h6 b {
        padding-left: 20px; }
      .ekal-main .ekal-para .ekal-text h6 span {
        padding-left: 40px;
        font-weight: 400; }
  .ekal-main .ekal-deg ol li {
    font-size: 20px;
    font-weight: 500;
    color: #404041; }
  .ekal-main .ekal-deg h6 {
    color: #404041;
    padding-left: 21%;
    font-weight: 400;
    font-size: 20px; }
  .ekal-main .ekal-deg img {
    padding: 20px 0; }

.ProductBlock {
  margin: 15px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #000;
  position: relative; }
  .ProductBlock .ProdImage {
    position: relative; }
    .ProductBlock .ProdImage img {
      border-radius: 10px; }
    .ProductBlock .ProdImage .product-thumb, .ProductBlock .ProdImage .product-thumb-secondary {
      padding: 10px;
      min-height: 287px;
      position: relative; }
    .ProductBlock .ProdImage .product-thumb-secondary {
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      z-index: 1;
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
      -ms-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      margin: 0; }
  .ProductBlock .ProdMeta {
    padding: 10px 5px;
    text-align: center; }
    .ProductBlock .ProdMeta h3 {
      color: #c90119;
      font-weight: 300;
      font-size: 22px; }
    .ProductBlock .ProdMeta h6 {
      color: #a0a0a0;
      font-weight: 300;
      font-size: 14px;
      min-height: 35px; }
  .ProductBlock a {
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    font-weight: 500; }
    .ProductBlock a::before {
      content: '';
      background-color: #c90119;
      width: 100%;
      height: 14px;
      display: block;
      position: absolute;
      bottom: 0;
      transition: all 0.5s ease-in-out;
      border-radius: 0 0 10px 10px; }
    .ProductBlock a span {
      z-index: 1;
      position: relative;
      bottom: 14px;
      visibility: hidden;
      transition: all 0.5s ease-in-out; }
  .ProductBlock:hover a::before {
    height: 36px; }
  .ProductBlock:hover a span {
    bottom: 5px;
    visibility: visible; }
  .ProductBlock:hover .product-thumb-secondary {
    opacity: 1; }

.inq-form {
  padding: 20px 0; }
  .inq-form label {
    font-weight: 700; }

/*
w e
*/
.ekal-text {
  text-align: center;
  padding: 40px 0 0 0; }
  .ekal-text h5 {
    font-size: 24px;
    font-weight: 400;
    color: #212529;
    margin: 0;
    padding-bottom: 10px; }
  .ekal-text p {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    margin: 0; }

.print-main {
  padding: 60px 0; }
  .print-main .print-text {
    background: #ebebeb;
    padding: 13px 30px; }
    .print-main .print-text h6 {
      font-size: 24px;
      font-weight: 400;
      color: #212529;
      margin: 0;
      padding-bottom: 5px; }
    .print-main .print-text p {
      font-size: 16px;
      font-weight: 400;
      color: #212529;
      margin: 0; }
  .print-main .force-text h6 {
    font-size: 24px;
    font-weight: 400;
    color: #212529;
    margin: 0;
    padding-bottom: 5px; }
  .print-main .force-text p {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    margin: 0;
    padding-right: 33%; }
  .print-main .print-img-2 {
    margin-top: 15px; }

.steel-main {
  background: #000;
  padding: 10px 0; }
  .steel-main .steel-text h6 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px; }
  .steel-main .steel-text p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding-right: 12%;
    line-height: 33px; }

.site-footer {
  background: #222222;
  padding: 40px 0 0;
  color: #fff; }
  .site-footer p {
    color: #c0c0c0; }
  .site-footer .widget {
    margin-bottom: 15px; }
    .site-footer .widget img {
      margin-bottom: 10px; }
    .site-footer .widget h5 {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
      align-items: center;
      text-transform: uppercase; }
      .site-footer .widget h5 i {
        border: 1px solid #fff;
        font-size: 25px;
        width: 50px;
        line-height: 50px;
        text-align: center; }
    .site-footer .widget ul {
      margin: 0;
      padding: 0; }
      .site-footer .widget ul li {
        list-style: none;
        display: block;
        margin-bottom: 5px; }
        .site-footer .widget ul li i {
          width: 20px; }
    .site-footer .widget form input {
      height: 50px;
      background-color: #222222;
      border-color: #383838;
      color: #fff; }
    .site-footer .widget form button {
      bottom: 0;
      text-decoration: none;
      background-color: #c90119;
      width: 150px;
      display: block;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 2px;
      border-radius: 5px;
      border: 2px solid #c90119;
      transition: all 0.5s ease-in-out;
      margin: 0 auto; }
      .site-footer .widget form button:hover {
        background-color: #fff;
        color: #c90119; }
    .site-footer .widget .social-link ul li {
      display: inline-block; }
    .site-footer .widget .site-info {
      color: #222222; }

.drawing-video {
  background-color: #000000;
  color: #fff;
  padding: 200px 0;
  margin-top: -100px; }

@media (max-width: 768px) {
  .breadcrumbs {
    padding: 20px 0; }

  .who-we-are {
    padding: 10px 0; }
    .who-we-are .wwa-content {
      margin-top: 20px; }
    .who-we-are img {
      display: block;
      margin: 0 auto; }
    .who-we-are .categories-block {
      padding-top: 30px; }
      .who-we-are .categories-block .cate-block img {
        width: 100%; }
      .who-we-are .categories-block .cate-block h2 {
        position: absolute;
        bottom: 42px;
        line-height: inherit;
        letter-spacing: 0;
        font-size: 17px;
        margin: 0;
        width: 100%;
        padding: 10px; }
    .who-we-are .production-system {
      padding: 20px 0 0; }
      .who-we-are .production-system .production-inner h5 {
        width: 90%;
        margin: 0; }
      .who-we-are .production-system .production-inner .production-content {
        padding: 0 10px; }
      .who-we-are .production-system .production-inner a::after {
        height: 34px; }
      .who-we-are .production-system .production-inner a span {
        bottom: 5px;
        visibility: visible; }

  .about-main iframe {
    height: 250px; }

  .contact-form {
    padding: 10px 0; }
    .contact-form textarea {
      height: 200px; }

  .pages .whowe-are p {
    width: 100%; }
  .pages .about-main img {
    margin-bottom: 15px; }
  .pages .about-feature {
    padding: 20px 0;
    margin: 0; }
    .pages .about-feature .abf-box {
      padding: 10px 5px;
      min-height: 100px; }
  .pages .about-four {
    width: 100%; } }

/*# sourceMappingURL=layout.css.map */
