﻿*, *:before, *:after {
  box-sizing: border-box; }

body {
  font-family: Arial; }

p {
  font-family: Arial;
  line-height: 30px; }

a {
  text-decoration: none; }

body {
  position: relative;
  margin: 0;
  padding: 0; }

.wrapper, nav .menu-wrap, .slider-container .demo .each-slider .slider-text, .products, .about-home-page .about-divider, .services, .factories, footer .footer-grids, .page-header .page-title, .product-bg .product-p, .product-grids, .text-container, .contact-page {
  width: 1280px;
  height: auto;
  position: relative;
  padding: 20px 0;
  margin: auto; }
  @media (max-width: 1500px) {
    .wrapper, nav .menu-wrap, .slider-container .demo .each-slider .slider-text, .products, .about-home-page .about-divider, .services, .factories, footer .footer-grids, .page-header .page-title, .product-bg .product-p, .product-grids, .text-container, .contact-page {
      width: 1150px; } }
  @media (max-width: 1200px) {
    .wrapper, nav .menu-wrap, .slider-container .demo .each-slider .slider-text, .products, .about-home-page .about-divider, .services, .factories, footer .footer-grids, .page-header .page-title, .product-bg .product-p, .product-grids, .text-container, .contact-page {
      width: 952px; } }
  @media (max-width: 992px) {
    .wrapper, nav .menu-wrap, .slider-container .demo .each-slider .slider-text, .products, .about-home-page .about-divider, .services, .factories, footer .footer-grids, .page-header .page-title, .product-bg .product-p, .product-grids, .text-container, .contact-page {
      width: 95%; } }

.trans, .section-title-1 .product-box .each-product, .section-title-1 .product-box .each-product:hover, .section-title-1 .product-box .each-product:hover h3 {
  transition: 0.9s ease-in-out; }

.trans3, .language .lang-text, .language:hover .lang-text, .opened-menu, .opened-menu ul li a, .opened-menu ul li a:hover, .display, .services .each-service .each-each-service, .services .each-service .each-each-service:hover, footer .footer-grids p a, footer .footer-grids p a:hover, .each-factory .factory-title h3, .each-factory, .each-factory:hover h3 {
  transition: 0.3s ease-in-out; }

img {
  width: 100%; }

.nav-bg {
  background: #d86d0e;
  background-image: url("https://worldacid.co/client/english/images/demos_background.png");
  background-position: center;
  background-size: cover; }

nav {
  padding-top: 0;
  width: 100%;
  position: fixed;
  z-index: 100; }
  nav .menu-wrap {
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr; }
  nav .nav-logo img {
    width: 130px;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  nav .nav-menu a {
    color: black; }
  nav .nav-menu .menu {
    float: right;
    border-radius: 10px;
    background: white;
    padding: 10px;
    margin-top: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.language {
  float: right;
  background: white;
  margin-top: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }
  .language .lang-icon {
    padding: 8px;
    height: 51px; }
    .language .lang-icon i {
      font-size: 33px; }
  .language .lang-text {
    display: none; }
  .language p {
    margin: 0;
    padding-left: 8px;
    font-weight: bold; }
  .language:hover .lang-text {
    display: block; }

.opened-menu {
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 100; }
  .opened-menu ul li {
    list-style: none;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: bold; }
    .opened-menu ul li a {
      color: white; }
      .opened-menu ul li a:hover {
        color: #dd310a; }
  .opened-menu .ul-anim {
    animation: mymove 3s;
    margin-top: 20px; }

@keyframes mymove {
  from {
    margin-top: -20px; }
  to {
    margin-top: 20px; } }

.display {
  display: block !important; }

#nav-icon2 {
  width: 38px;
  height: 31px;
  position: relative;
  /*margin: 20px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: black;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 12px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 24px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 17px; }

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px; }

.slider-container ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0; }

.slider-container .content-slider li {
  background-color: #ed3020;
  text-align: center;
  color: #FFF; }

.slider-container .content-slider h3 {
  margin: 0;
  padding: 70px 0; }

.slider-container .demo {
  width: 100%; }
  .slider-container .demo .each-slider {
    height: 100vh;
    position: relative; }
    .slider-container .demo .each-slider:after {
      content: "";
      position: absolute;
      top: 80%;
      left: 100px;
      transform: translate(-50%, -50%);
      z-index: 0;
      width: 200px;
      height: 366px;
      background-position: center;
      background-size: cover; }
      @media (max-width: 1024px) {
        .slider-container .demo .each-slider:after {
          width: 150px;
          left: 75px;
          height: 275px; } }
    .slider-container .demo .each-slider .slider-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0 50px;
      z-index: 2; }
      @media (max-width: 1024px) {
        .slider-container .demo .each-slider .slider-text {
          padding: 0 20px;
          top: 40%; } }
      .slider-container .demo .each-slider .slider-text h2 {
        margin-bottom: 0;
        width: 50%;
        font-size: 30px; }
        @media (max-width: 1024px) {
          .slider-container .demo .each-slider .slider-text h2 {
            width: 100%;
            font-size: 20px; } }
      .slider-container .demo .each-slider .slider-text h1 {
        color: #d86d0e;
        margin-bottom: 5px;
        margin-top: 5px;
        width: 50%;
        font-size: 50px; }
        @media (max-width: 1024px) {
          .slider-container .demo .each-slider .slider-text h1 {
            width: 100%;
            font-size: 30px; } }
      .slider-container .demo .each-slider .slider-text p {
        width: 50%;
        font-size: 20px; }
        @media (max-width: 1024px) {
          .slider-container .demo .each-slider .slider-text p {
            width: 100%;
            font-size: 16px; } }
  .slider-container .demo .lSSlideOuter .lSPager.lSpg > li a {
    width: 20px;
    height: 5px; }
  .slider-container .demo .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30; }
  .slider-container .demo .lSSlideOuter .lSPager.lSpg > li:hover a, .slider-container .demo .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #d86d0e; }
  .slider-container .demo .lslide.active .slider-text {
    animation: mymove2 3s; }

@keyframes mymove2 {
  from {
    top: 40%; }
  to {
    top: 50%; } }
  @media (max-width: 1024px) {
    .slider-container .demo .lslide.active .slider-text {
      animation: mymove2 3s; }
    @keyframes mymove2 {
      from {
        top: 30%; }
      to {
        top: 40%; } } }
  .slider-container .demo img {
    height: 100%; }

.slider-container .lSSlideOuter {
  position: relative; }

.flow {
  overflow: hidden; }

.section-title-1 {
  text-align: center; }
  .section-title-1 h2 {
    margin-bottom: 0;
    /*width: 50%;*/
    font-size: 25px;
    text-align: center; }
  .section-title-1 h1 {
    color: #d86d0e;
    margin-bottom: 5px;
    margin-top: 5px;
    /*width: 50%;*/
    font-size: 40px; }
  .section-title-1 p {
    width: 60%;
    font-size: 18px;
    margin: auto; }
    @media (max-width: 1024px) {
      .section-title-1 p {
        width: 95%; } }
  .section-title-1 .product-box {
    margin: 30px auto;
    width: 80%; }
    @media (max-width: 1024px) {
      .section-title-1 .product-box {
        width: 90%; } }
    .section-title-1 .product-box .each-product {
      background: green;
      width: 90px;
      height: 280px;
      text-align: center;
      display: inline-block;
      margin: 0 5px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative; }
      @media (max-width: 1024px) {
        .section-title-1 .product-box .each-product {
          width: 100%;
          height: 75px;
          margin: 5px 0; } }
      .section-title-1 .product-box .each-product:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background: rgba(216, 109, 14, 0.5); }
      .section-title-1 .product-box .each-product h3 {
        position: absolute;
        top: 65%;
        left: 40%;
        transform: translate(-50%, -50%) rotate(270deg);
        color: white;
        z-index: 1;
        height: 50px;
        font-size: 30px;
        padding: 0 10px;
        width: 100%;
        text-align: left; }
        @media (max-width: 1024px) {
          .section-title-1 .product-box .each-product h3 {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(0deg);
            font-size: 20px; } }
      .section-title-1 .product-box .each-product:hover {
        width: 280px;
        background: red;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important; }
        .section-title-1 .product-box .each-product:hover h3 {
          transform: translate(-50%, -50%) rotate(360deg);
          left: 50%; }
          @media (max-width: 1024px) {
            .section-title-1 .product-box .each-product:hover h3 {
              transform: translate(-50%, -50%) rotate(0deg); } }

.chim-bg {
  background-image: url(../images/demos_background.png);
  background-position: center;
  background-size: cover;
  padding: 50px 0; }
  @media (max-width: 1024px) {
    .chim-bg {
      padding: 10px 0; } }

.more {
  color: #d86d0e;
  text-decoration: underline; }

.about-home-page {
  background-image: url(../images/about-bg.jpg);
  background-position: center;
  background-size: cover;
  margin: 50px 0; }
  @media (max-width: 1024px) {
    .about-home-page {
      margin: 0px 0;
      background-position: 46% -223px; } }
  .about-home-page .about-divider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; }
    @media (max-width: 1024px) {
      .about-home-page .about-divider {
        grid-template-columns: 1fr;
        padding-top: 0; } }
  .about-home-page .about-text {
    padding: 50px 50px; }
    @media (max-width: 1024px) {
      .about-home-page .about-text {
        grid-row: 1/2;
        padding: 0; } }
    .about-home-page .about-text h2 {
      color: #d86d0e;
      font-size: 30px;
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        .about-home-page .about-text h2 {
          margin-top: 0; } }
    .about-home-page .about-text p {
      line-height: 40px;
      font-size: 20px; }
  .about-home-page .about-img .box {
    background-image: url("../images/Untitled-1.png");
    height: 600px;
    width: 90%;
    background-position: center;
    background-size: cover;
    position: relative; }
    @media (max-width: 1024px) {
      .about-home-page .about-img .box {
        width: 100%; } }
    .about-home-page .about-img .box:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      tarnsform: translate(-50%, -50%);
      border-bottom: solid white 10px;
      width: 50%;
      height: 250px;
      z-index: 10;
      border-top: 80px solid white;
      box-sizing: border-box; }
    .about-home-page .about-img .box:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      tarnsform: translate(-50%, -50%);
      border-top: solid white 10px;
      width: 50%;
      height: 200px;
      z-index: 2;
      border-bottom: 60px solid white;
      box-sizing: border-box;
      background: white; }
    .about-home-page .about-img .box .line {
      position: absolute;
      top: 0;
      left: 50%;
      tarnsform: translate(-50%, -50%);
      background: white;
      width: 10px;
      height: 100%; }

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  margin: 90px auto; }
  .services:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -214px;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 128%;
    background-image: url(../images/demos_background.png);
    background-position: center;
    background-size: cover;
    z-index: 4; }
    @media (max-width: 1024px) {
      .services:after {
        top: -5%;
        left: 100%;
        transform: translate(-50%, -50%);
        width: 799px;
        height: 942px;
        background-image: url(../images/demos_background.png);
        background-position: center;
        background-size: cover;
        z-index: 400; } }
  @media (max-width: 1024px) {
    .services {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 512px) {
    .services {
      grid-template-columns: repeat(1, 1fr);
      margin: 0 auto; } }
  .services .each-service .each-each-service {
    text-align: center;
    background: #ededed;
    padding: 85px 0; }
    .services .each-service .each-each-service:hover {
      background: white;
      box-shadow: 0px 0px 9px 2px #e3e3e3; }
    .services .each-service .each-each-service p {
      text-transform: capitalize; }
  .services .each-service img {
    width: 80px;
    margin: auto; }
  .services .each-service:nth-child(1) .each-each-service {
    margin-top: 40px; }
  .services .each-service:nth-child(3) .each-each-service {
    margin-top: 40px; }
    @media (max-width: 512px) {
      .services .each-service:nth-child(3) .each-each-service {
        margin-top: 10px; } }

.factories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 100px auto; }
  @media (max-width: 1024px) {
    .factories {
      grid-template-columns: 1fr;
      margin: 0 auto; } }
  .factories .left img {
    width: 100%; }
  .factories .right {
    position: relative; }
    @media (max-width: 1024px) {
      .factories .right {
        grid-row: 1/2;
        margin-bottom: 10px; } }
    .factories .right img {
      position: absolute;
      top: 75%;
      left: 250px;
      transform: translate(-50%, -50%) scale(1.2);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
      @media (max-width: 1024px) {
        .factories .right img {
          position: unset;
          top: unset;
          left: unset;
          transform: unset; } }
    .factories .right .factory-title {
      position: absolute;
      top: 60px;
      left: 300px;
      transform: translate(-50%, -50%);
      width: 100%; }
      @media (max-width: 1200px) {
        .factories .right .factory-title {
          /*left: 182px;*/ } }
      @media (max-width: 1024px) {
        .factories .right .factory-title {
          position: unset;
          top: unset;
          left: unset;
          transform: unset; } }
      .factories .right .factory-title h2 {
        color: #d86d0e;
        margin-bottom: 0; }
        @media (max-width: 1024px) {
          .factories .right .factory-title h2 {
            margin-top: 0; } }
      .factories .right .factory-title p {
        margin-top: 5px; }

footer .shadow {
  box-shadow: 0px 10px 9px -8px #c7c7c7;
  width: 100%;
  background: white;
  height: 50px; }

footer .footer-d {
  text-align: right; }
  @media (max-width: 1024px) {
    footer .footer-d {
      text-align: center; } }
  footer .footer-d i {
    color: #d86d0e;
    font-size: 20px;
    margin: 0 10px; }

footer .footer-grids {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 10px; }
  @media (max-width: 1024px) {
    footer .footer-grids {
      grid-template-columns: 1fr; } }
  footer .footer-grids p {
    text-align: right;
    margin-top: 60px; }
    @media (max-width: 1024px) {
      footer .footer-grids p {
        text-align: center;
        line-height: 40px; } }
    footer .footer-grids p a {
      margin: 0 10px;
      color: black; }
      footer .footer-grids p a:hover {
        color: #d86d0e; }

.page-header {
  background: #dd310a;
  background: linear-gradient(270deg, #dd310a 0%, #d86d0e 68%);
  min-height: 350px;
  width: 100%;
  border-bottom: 10px solid #f8d3bf;
  position: relative; }
  .page-header .page-title {
    padding-top: 100px;
    color: white; }
    .page-header .page-title p {
      width: 55%;
      line-height: 30px;
      font-size: 20px; }
      @media (max-width: 1024px) {
        .page-header .page-title p {
          width: 95%; } }
  .page-header:after {
    content: "";
    position: absolute;
    top: 71%;
    left: 90%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 183px;
    height: 258px;
    background-image: url("../images/www.png");
    background-position: center;
    background-size: cover;
    opacity: 0.5; }

.product-bg {
  background-image: url(../images/product.png);
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    .product-bg {
      margin-bottom: 0; } }
  .product-bg .product-p {
    text-align: left; }
    .product-bg .product-p p {
      width: 50%;
      line-height: 40px; }
      @media (max-width: 1024px) {
        .product-bg .product-p p {
          width: 100%; } }
    .product-bg .product-p h2 {
      color: #d86d0e; }

.product-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding: 30px;
  margin-top: 10px; }
  @media (max-width: 1024px) {
    .product-grids {
      grid-template-columns: 1fr;
      padding: 10px; } }
  .product-grids .each-p-name {
    box-shadow: 0px 0px 8px -1px #c7c7c7;
    padding: 0 50px; }
    @media (max-width: 1024px) {
      .product-grids .each-p-name {
        padding: 0 5px; } }
    .product-grids .each-p-name h1 {
      color: #ebebeb;
      font-size: 80px;
      margin-bottom: 0;
      margin-top: 10px; }
    .product-grids .each-p-name h2 {
      font-size: 40px;
      margin-top: -46px;
      margin-left: 15px;
      margin-bottom: 15px; }

.about-detail {
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 50px; }

.text-container h2 {
  color: #d86d0e; }

.text-container p {
  width: 50%;
  line-height: 35px; }
  @media (max-width: 1024px) {
    .text-container p {
      width: 100%; } }

.contact-page {
  /*padding-bottom: 150px;*/
  margin-top: 70px; }
  @media (max-width: 1024px) {
    .contact-page {
      padding-top: 0; }
      .contact-page .title {
        margin-top: 0; }
        .contact-page .title p {
          margin-top: 0; } }
  .contact-page .contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; }
    @media (max-width: 1024px) {
      .contact-page .contact-wrapper {
        grid-template-columns: 1fr; } }
  .contact-page .contact-info {
    padding: 50px;
    background: #fff;
    box-shadow: 1px 1px 29px rgba(46, 46, 46, 0.1);
    color: #4A4A4A; }
    .contact-page .contact-info i {
      color: #d86d0e;
      margin-right: 20px; }
    .contact-page .contact-info p {
      color: #4A4A4A;
      font-size: 16px; }
    .contact-page .contact-info h1 {
      color: #4A4A4A;
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 20px; }
    .contact-page .contact-info .fab {
      color: #4A4A4A;
      font-size: 35px;
      margin-right: 20px; }
  .contact-page .contact-form {
    padding: 20px; }
  .contact-page form {
    max-width: 420px;
    margin: 50px auto; }
  .contact-page .feedback-input {
    color: gray;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid lightgray;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0; }
  .contact-page .feedback-input:focus {
    border-bottom: 2px solid #d86d0e; }
  .contact-page textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical; }
  .contact-page [type="submit"] {
    width: 100%;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
    color: #d86d0e;
    background: white; }

.gap {
  grid-gap: 20px;
  margin: 40px auto; }

.each-factory {
  background: #f1f1f1; }
  .each-factory .factory-img {
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 100%; }
  .each-factory .factory-title {
    text-align: center;
    padding: 10px; }
    .each-factory .factory-title h3 {
      color: black; }
  .each-factory:hover h3 {
    color: #d86d0e; }
