body {
  padding-left: 0;
  padding-right: 0;
  font-family: 'Open Sans', sans-serif; }

h2 {
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    h2 {
      font-size: 30px; } }

p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6; }

a {
  text-decoration: none !important;
  color: unset !important;
  outline: 0; }

#language {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  background: url(../images/bg2.jpg);
  background-attachment: fixed;
  background-position: center; }
  #language .over {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%; }
    #language .over .box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        #language .over .box {
          width: 100%; } }
      #language .over .box img {
        display: inline-block;
        width: 35%; }
      #language .over .box .btn-language {
        color: #fff !important;
        border: 1px solid #ccc;
        padding: 5px 35px;
        border-radius: 50px; }
      #language .over .box h4 {
        color: #fff !important;
        font-size: 21px; }
      #language .over .box ul {
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        @media (max-width: 767px) {
          #language .over .box ul {
            width: 100%; } }
        #language .over .box ul li {
          list-style: none;
          width: 100%;
          padding: 25px; }
          #language .over .box ul li span {
            color: #fff !important;
            margin: 10px 0; }

#main-header {
  position: static;
  width: 100%;
  z-index: 10000;
  transition: .8s all;
  background: #fff; }
  @media screen and (max-width: 767px) {
    #main-header {
      position: static;
      /*background: #fff;*/
      padding: 0;
      flex-direction: column; } }
  #main-header .language {
    position: absolute;
    top: 105px;
    right: 5%;
    color: #00732f;
    font-weight: 600;
    border: 1px solid #00732f;
    border-radius: 50px;
    padding: 5px 10px; }
    @media (max-width: 769px) {
      #main-header .language {
        right: unset;
        left: 5%;
        top: 6%; } }
    @media (max-width: 767px) {
      #main-header .language {
        right: unset;
        left: 5%;
        top: 64px; } }
  #main-header .top-welcome {
    background: #00732f;
    text-align: center;
    border-radius: 0 0 20px 20px;
    padding: 5px 0; }
    #main-header .top-welcome p {
      color: #ffffff;
      font-size: 14px;
      padding: 0;
      margin: 0; }
  #main-header .top-bar {
    padding: 15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      #main-header .top-bar {
        flex-direction: column; } }
    #main-header .top-bar .logo-wrapper {
      width: 100%;
      display: inline-block;
      padding: 0 25px;
      text-align: center;
      transition: .5s all; }
      @media (max-width: 767px) {
        #main-header .top-bar .logo-wrapper {
          width: 100%;
          text-align: center; } }
      #main-header .top-bar .logo-wrapper img {
        display: inline-block; }
        @media (max-width: 768px) {
          #main-header .top-bar .logo-wrapper img {
            width: 70px; } }
  #main-header .social-media ul li {
    position: relative; }
    #main-header .social-media ul li i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 20px; }

@media (max-width: 767px) {
  .sub-menu-head {
    padding: 10px 0; } }

#home-banner {
  width: 100%; }
  #home-banner ul {
    padding: 0;
    margin: 0; }
    #home-banner ul li {
      list-style: none;
      width: 100%;
      outline: 0;
      text-align: center;
      position: relative; }
      @media (max-width: 767px) {
        #home-banner ul li {
          height: 400px; } }
      #home-banner ul li .caption {
        position: absolute;
        top: 50%;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 767px) {
          #home-banner ul li .caption {
            width: 90%; } }
        #home-banner ul li .caption h1 {
          font-weight: 800;
          text-transform: uppercase;
          color: #ffffff;
          font-size: 50px;
          padding: 0;
          margin: 0; }
          @media (max-width: 1366px) {
            #home-banner ul li .caption h1 {
              font-size: 40px; } }
          @media (max-width: 767px) {
            #home-banner ul li .caption h1 {
              font-size: 26px; } }
        #home-banner ul li .caption p {
          color: #ffffff; }
          @media (max-width: 767px) {
            #home-banner ul li .caption p {
              font-size: 10px; } }
      #home-banner ul li img {
        display: inline-block;
        width: 100%; }
        @media (max-width: 767px) {
          #home-banner ul li img {
            height: 100%;
            object-fit: cover; } }

#about {
  padding: 10% 0; }
  #about .about-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row; }
    @media (max-width: 767px) {
      #about .about-wrapper {
        flex-direction: column; } }
    #about .about-wrapper .one-two {
      width: 50%; }
      @media (max-width: 767px) {
        #about .about-wrapper .one-two {
          width: 100%; } }
      #about .about-wrapper .one-two .text {
        padding: 0 55px 0 20px; }
        @media (max-width: 767px) {
          #about .about-wrapper .one-two .text {
            padding: 20px; } }
        #about .about-wrapper .one-two .text h2 {
          color: #00732f; }
          #about .about-wrapper .one-two .text h2 span {
            color: #8c8c8c; }
        #about .about-wrapper .one-two .text p {
          color: #848484; }
          @media (max-width: 767px) {
            #about .about-wrapper .one-two .text p {
              text-align: justify; } }
        #about .about-wrapper .one-two .text h3 b {
          color: #00732f; }

#mission h2 {
  color: #ccc;
  font-weight: 500; }
#mission p {
  color: #6d6d6d; }
#mission ul {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  @media (max-width: 767px) {
    #mission ul {
      flex-direction: column; } }
  #mission ul li {
    width: 50%;
    list-style: none;
    padding: 5% 30px; }
    @media (max-width: 767px) {
      #mission ul li {
        width: 100%;
        text-align: justify; } }
  #mission ul .one {
    text-align: right;
    background: #ececec; }
    @media (max-width: 767px) {
      #mission ul .one {
        text-align: justify; } }
  #mission ul .two {
    text-align: left;
    background: #fbfbfb; }
    @media (max-width: 767px) {
      #mission ul .two {
        text-align: justify; } }

#products {
  text-align: center;
  padding-bottom: 5%; }
  #products h2 span {
    color: #00732f; }
  #products ul {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #products ul li {
      list-style: none;
      width: 24%;
      padding: 10px; }
      @media (max-width: 767px) {
        #products ul li {
          width: 100%; } }
      #products ul li img {
        height: 500px;
        width: 100%;
        object-fit: cover;
        display: inline-block; }
        @media (max-width: 1366px) {
          #products ul li img {
            height: 400px; } }
        @media (max-width: 767px) {
          #products ul li img {
            height: 400px; } }
  #products h3 {
    text-transform: uppercase; }
  #products .post {
    height: 550px; }
    @media (max-width: 767px) {
      #products .post {
        width: 100%;
        margin: 5px 0; } }
    #products .post img {
      width: 100%;
      object-fit: cover;
      height: 100%; }

#gallery ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0; }
  #gallery ul li {
    width: 20%;
    list-style: none;
    height: 300px;
    outline: 0 !important; }
    #gallery ul li img {
      outline: 0 !important;
      width: 100%;
      height: 100%;
      object-fit: cover; }
#gallery .caption {
  padding: 55px 0;
  color: #ffff;
  background: #3a3a3a; }
#gallery p {
  text-align: center; }

#facility {
  width: 100%;
  padding: 5% 0;
  text-align: center;
  background: url(../images/bg.jpg);
  background-attachment: fixed; }
  #facility h2 {
    color: #fff; }
  #facility ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
    #facility ul li {
      margin: 10px;
      list-style: none;
      width: 20%;
      border: 1px dashed #ffffff;
      border-radius: 15px;
      height: 155px;
      position: relative;
      outline: 0;
      transition: .6s all; }
      @media (max-width: 767px) {
        #facility ul li {
          width: 100%; } }
      #facility ul li h3 {
        color: #ffffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 15px;
        font-weight: 600;
        padding: 0;
        margin: 0; }
      #facility ul li:hover {
        transform: scaleY(1.1); }

#inner {
  padding: 5% 0; }
  #inner .pro-category ul {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #inner .pro-category ul li {
      width: 19%;
      padding: 15px;
      list-style: none;
      height: 450px; }
      @media (max-width: 767px) {
        #inner .pro-category ul li {
          width: 100%; } }
      #inner .pro-category ul li img {
        object-fit: cover;
        height: 100%;
        width: 100%; }
  #inner .pro-category .box {
    border: 1px solid #f1f1f1;
    padding: 15px; }
    #inner .pro-category .box img {
      width: 100%;
      height: 300px;
      object-fit: cover; }

#inner-proces {
  padding: 5% 0; }
  #inner-proces h2 {
    text-align: center;
    color: #828282; }
  #inner-proces .side-l ul {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media (max-width: 767px) {
      #inner-proces .side-l ul {
        flex-direction: column; } }
    #inner-proces .side-l ul li {
      list-style: none;
      width: 50%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      @media (max-width: 767px) {
        #inner-proces .side-l ul li {
          width: 100%;
          padding: 10% 0; } }
      #inner-proces .side-l ul li .text {
        padding: 0 10px;
        text-align: right; }
        #inner-proces .side-l ul li .text h3 {
          text-transform: uppercase;
          color: #00732f; }
      #inner-proces .side-l ul li .text-2 {
        padding: 0 10px;
        text-align: left; }
        #inner-proces .side-l ul li .text-2 h3 {
          text-transform: uppercase;
          color: #00732f; }
      #inner-proces .side-l ul li .imges {
        width: 30%; }
      #inner-proces .side-l ul li img {
        display: inline-block; }
  #inner-proces .appointment {
    padding: 5% 0; }
    #inner-proces .appointment h3 {
      text-align: center; }
    #inner-proces .appointment .form-control {
      display: block;
      width: 100%;
      height: 55px;
      padding: 5px 10px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #000;
      margin: 2px;
      background: none;
      border: 1px solid #fbfbfb;
      box-shadow: unset;
      border-radius: 1px; }
      @media (max-width: 1024px) {
        #inner-proces .appointment .form-control {
          height: 45px; } }
    #inner-proces .appointment .btn-submit {
      padding: 10px 45px;
      width: 100%;
      background: #ff0707;
      border: unset;
      color: #fff; }

#contact {
  padding: 5% 0; }
  #contact .form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    margin: 2px;
    background: none;
    border: 1px solid #fbfbfb;
    box-shadow: unset;
    border-radius: 1px; }
    @media (max-width: 1024px) {
      #contact .form-control {
        height: 45px; } }
  #contact .btn-submit {
    padding: 10px 45px;
    width: 100%;
    background: #ff0707;
    border: unset;
    color: #fff; }

#footer {
  padding: 8% 0 0;
  background: #f8fbfc;
  text-align: center; }
  #footer img {
    display: inline-block; }
  #footer h3 {
    color: #333333;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 25px;
    text-transform: uppercase; }
  #footer p {
    font-style: italic;
    color: #333333;
    font-weight: 300; }
  #footer .menu {
    text-align: center; }
    #footer .menu ul {
      padding: 0;
      margin: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #footer .menu ul li {
        display: inline-block;
        padding: 15px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase; }
  #footer .copy-right {
    padding-top: 55px; }
    #footer .copy-right p {
      color: #000; }
    #footer .copy-right a {
      color: #000 !important; }

/*# sourceMappingURL=main.css.map */
