/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

a:hover, a:focus, a:visited {
  text-decoration: none !important; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.row {
  margin: 15px 0 !important; }

@font-face {
  font-family: 'sahel';
  src: url("../fonts/Sahel.woff") format("woff"), url("../fonts/Sahel.eot") format("eot"), url("../fonts/Sahel.ttf") format("ttf"); }
body {
  direction: rtl;
  font-family: Sahel;
  line-height: 25px;
  font-size: 1em; }

.clear-fix {
  clear: both; }

.header {
  width: 100%;
  height: 144px;
  background: #196093;
  min-height: 100px;
  margin: 0;
  padding: 0;
  position: relative; }
  .header .middle-bar {
    top: 44px;
    background: #fff;
    min-width: 100%;
    padding: 0;
    position: absolute;
    z-index: 100;
    color: #444444;
    height: 50px; }
    .header .middle-bar .container {
      padding: 0 15px;
      position: relative;
      max-width: 1150px;
      min-height: 50px;
      display: block;
      margin: 0 auto !important; }
      .header .middle-bar .container .logo-right-sec {
        width: 100px;
        height: 100px;
        float: right;
        margin: 0; }
        .header .middle-bar .container .logo-right-sec img {
          width: 100%; }
      .header .middle-bar .container .logo-left-sec {
        position: absolute;
        left: 0;
        top: -24px; }
      .header .middle-bar .container .main-menu {
        line-height: 50px; }
        .header .middle-bar .container .main-menu ul {
          display: block;
          position: relative; }
          .header .middle-bar .container .main-menu ul li {
            display: inline-block;
            float: right;
            line-height: 50px;
            margin: 0;
            padding: 0; }
            .header .middle-bar .container .main-menu ul li a {
              display: block;
              color: #444444;
              padding: 0 10px;
              font-size: 0.8em;
              font-family: Sahel; }
          .header .middle-bar .container .main-menu ul li:hover a {
            color: #ed1c24;
            transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -webkit-transition: all 0.25s ease-in-out; }

@media screen and (max-width: 480px) {
  .header .middle-bar .container .main-menu ul {
    width: 100%; }
    .header .middle-bar .container .main-menu ul li {
      display: inline-block;
      float: right;
      text-align: center;
      line-height: 40px; }
      .header .middle-bar .container .main-menu ul li a {
        padding: 0 5px;
        font-size: 0.7em; }

  .header .middle-bar {
    height: 40px; }
    .header .middle-bar .container {
      padding: 0; }
      .header .middle-bar .container .logo-right-sec {
        width: 75px;
        height: 75px;
        float: right;
        margin: 0; } }
#slider {
  background: #196093;
  background-image: url("../images/bg_ice.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 250px;
  position: relative; }
  #slider .slide-container {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px; }
    #slider .slide-container .col-sm-6 {
      margin: 10px 0; }
    #slider .slide-container h4 {
      padding: 0 110px;
      font-size: 1.1em;
      min-width: 125px;
      background: url(../images/prod_bg1.png) no-repeat;
      background-position: right;
      height: 60px;
      line-height: 60px; }
    #slider .slide-container h5 {
      color: #fff;
      margin: 10px 0 0 0;
      padding: 0 15px 0 0;
      font-size: 1em;
      background: rgba(0, 0, 0, 0.1);
      display: inline-block;
      min-width: 200px;
      border-top-right-radius: 10px;
      line-height: 70px;
      height: 70px;
      border-top: 2px solid #196093;
      border-right: 2px solid #196093; }
    #slider .slide-container p {
      color: #fff;
      font-size: 1em;
      text-align: justify;
      padding: 10px;
      background: rgba(0, 0, 0, 0.1);
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px;
      border-top: 2px solid #196093;
      border-left: 2px solid #196093;
      border-bottom: 2px solid #196093; }
    #slider .slide-container img {
      outline: 2px solid #fff;
      outline-offset: 10px;
      max-width: 450px;
      height: auto;
      margin: 10px auto;
      float: left;
      width: 100%;
      display: block; }
  #slider img {
    display: block;
    margin: 0 auto; }
  #slider .footer-img {
    width: 100%;
    position: absolute;
    bottom: -230px;
    left: 0; }
  #slider .swiper-button-next, #slider .swiper-button-prev {
    color: #8c093c !important; }

.footer-img-sec {
  margin: 0 !important;
  padding: 0; }
  .footer-img-sec .col-sm-12 {
    margin: 0;
    padding: 0; }

@media screen and (max-width: 720px) {
  #slider {
    min-height: 300px; } }
@media screen and (max-width: 600px) {
  #slider {
    min-height: 250px; } }
@media screen and (max-width: 480px) {
  #slider {
    min-height: 200px; } }
#slider-products {
  width: 100%;
  height: 250px;
  background: #313131;
  position: relative;
  border-top: 2px solid #8c093c;
  border-bottom: 2px solid #8c093c;
  padding: 15px 20px;
  overflow: hidden; }
  #slider-products .slider-container {
    display: block;
    margin: 0 auto; }
  #slider-products .swiper-slide {
    display: flex;
    justify-content: center; }

.contactus-sec .mail-sec {
  border-left: 1px solid gray; }
.contactus-sec .contact-sec h4 {
  line-height: 45px; }

.aboutus-content {
  background: url(../images/bg-aboutus.jpg) no-repeat;
  background-position: left center;
  padding: 10px 0 20px 0; }
  .aboutus-content .col-sm-6 {
    background: transparent; }
  .aboutus-content h4 {
    padding: 0px 100px 0 0;
    font-size: 1em;
    min-width: 125px;
    background: url(../images/label_bg3.png) no-repeat;
    background-position: right;
    height: 60px;
    line-height: 60px; }
  .aboutus-content p {
    color: #196093;
    font-size: 1em;
    text-align: justify;
    padding: 10px;
    background: #fff; }

.article-show {
  padding: 10px 0 20px 0; }
  .article-show h4 {
    padding: 0px 100px 0 0;
    font-size: 1em;
    min-width: 125px;
    background: url(../images/label_bg3.png) no-repeat;
    background-position: right;
    height: 60px;
    line-height: 60px; }
  .article-show p {
    color: #196093;
    font-size: 1em;
    text-align: justify;
    padding: 10px;
    background: #fff;
    line-height: 35px; }
  .article-show img {
    float: left;
    margin: 30px;
    padding: 10px;
    outline: 1px solid gray;
    outline-offset: 10px; }

.project-show {
  padding: 10px 0 20px 0; }
  .project-show h4 {
    padding: 0px 100px 0 0;
    font-size: 1em;
    min-width: 125px;
    background: url(../images/label_bg3.png) no-repeat;
    background-position: right;
    height: 60px;
    line-height: 60px; }
  .project-show p {
    color: #196093;
    font-size: 1em;
    text-align: justify;
    padding: 10px;
    background: #fff;
    line-height: 35px; }
  .project-show img {
    float: left;
    margin: 30px;
    padding: 10px;
    outline: 1px solid gray;
    outline-offset: 10px; }

#content {
  width: 100%;
  min-height: 450px;
  padding: 25px 0;
  background: #fff; }
  #content .product-sec {
    padding: 10px 0 20px 0; }
    #content .product-sec h4 {
      padding: 0px 80px 0 0;
      font-size: 1.2em;
      min-width: 125px;
      background: url(../images/prod_bg.png) no-repeat;
      background-position: right;
      height: 60px;
      line-height: 60px; }
    #content .product-sec h5 {
      margin: 10px 0 0 0;
      padding: 0 15px 0 0;
      font-size: 1em;
      background: #fff;
      display: inline-block;
      min-width: 200px;
      border-top-right-radius: 10px;
      line-height: 70px;
      height: 70px;
      border-top: 2px solid #196093;
      border-right: 2px solid #196093; }
    #content .product-sec p {
      color: #196093;
      font-size: 1em;
      text-align: justify;
      padding: 10px;
      background: #fff;
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px;
      border-top: 2px solid #196093;
      border-left: 2px solid #196093;
      border-bottom: 2px solid #196093; }
    #content .product-sec img {
      outline: solid 2px #444;
      outline-offset: 10px;
      box-shadow: 2px 2px 2px #777;
      display: block;
      margin: 10px auto; }

footer {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0; }
  footer .footer-container {
    width: 100%;
    background: #196093;
    background-image: url("../images/bg_ice.png");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    padding: 0 10px; }
    footer .footer-container .footer-subcontainer {
      background: rgba(0, 0, 0, 0.5);
      min-height: 200px;
      padding: 0 10px;
      margin: 0 !important; }
      footer .footer-container .footer-subcontainer h4 {
        font-family: sans-serif;
        font-size: 1em;
        padding: 10px 2px;
        display: block;
        border-bottom: 2px solid #fff;
        margin: 15px 0;
        color: #fff; }
      footer .footer-container .footer-subcontainer h5 {
        color: #cccccc;
        line-height: 25px;
        font-size: 0.8em;
        line-height: 35px; }
      footer .footer-container .footer-subcontainer .fa {
        color: #cccccc;
        font-size: 1.5em;
        margin-left: 10px; }
      footer .footer-container .footer-subcontainer ul {
        list-style: none; }
        footer .footer-container .footer-subcontainer ul li {
          display: block; }
          footer .footer-container .footer-subcontainer ul li a {
            color: #cccccc;
            display: block;
            line-height: 25px;
            font-size: 0.8em;
            line-height: 35px; }
        footer .footer-container .footer-subcontainer ul li:hover a {
          color: #8c093c;
          padding-right: 20px;
          transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out; }
  footer .copy-write {
    background: #000000;
    color: #cccccc;
    text-align: center;
    font-size: 0.8em;
    padding: 5px 0; }

/*# sourceMappingURL=style.css.map */
