body {
  padding: 0;
  margin: 0;
  font-family: iranyekan;
  background: #f3f3f3;
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  src: url('fonts/eot/iranyekanwebboldfanum.eot');
  src: url('fonts/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),
    url('fonts/woff/iranyekanwebboldfanum.woff') format('woff'),
    url('fonts/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 100;
  src: url('fonts/eot/iranyekanwebthinfanum.eot');
  src: url('fonts/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'),
    url('fonts/woff/iranyekanwebthinfanum.woff') format('woff'),
    url('fonts/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  src: url('fonts/eot/iranyekanweblightfanum.eot');
  src: url('fonts/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),
    url('fonts/woff/iranyekanweblightfanum.woff') format('woff'),
    url('fonts/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
  font-family: iranyekanennum;
  font-style: normal;
  font-weight: 100;
  src: url('fonts/eot/iranyekanwebthinfanum.eot');
  src: url('fonts/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'),
    url('fonts/woff/iranyekanwebthinfanum.woff') format('woff'),
    url('fonts/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
  font-family: iranyekanennum;
  font-style: normal;
  font-weight: 500;
  src: url('fonts/eot/iranyekanwebmediumfanum.eot');
  src: url('fonts/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),
    url('fonts/woff/iranyekanwebmediumfanum.woff') format('woff'),
    url('fonts/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header .menu {
  text-align: right;
    opacity: 0;
    transition: 0.5s;
    transform: translate(0, -100%);
}

header .menu.activated {
    text-align: right;
    opacity: 1;
    transition: 0.5s;
    transform: translate(0, 0);
    z-index: 2;
}

.menu_container {
    background: #e61e2e;
    padding: 10px 0;
    box-shadow: 0px -3px 16px -2px #333;
    position:relative;
}

.container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  text-align: center;
}

#header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.logo {
    opacity: 0;
    transition: 0.5s;
    transform: translate(0, -100%);
}
.logo.active {
    opacity: 1;
    transition: 0.5s;
    transform: translate(0 , 0);
}
.logo img {
    border-radius: 8px;
    display: block;
}
.menu li a {
  color: #fff;
  transition: 0.2s;
  padding: 5px;
  position: relative;
}

footer .menu li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 10px;
    background-image: url(image/menu-decorator.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    opacity:0;
}

header .menu li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 10px;
    background-image: url(image/menu-decorator.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    opacity:0;
    filter: brightness(0.2);
}

.menu li a:hover::after {
    opacity:1;
}

footer .menu li a {
    color:#fff;
    font-weight:initial;
}

.social_header a {
  float: left;
  margin-left: 15px;
  text-transform: capitalize;
}

.social_header a i {
  float: left;
  padding-right: 5px;
}

.main_menu_container ul li {
  display: inline-block;
  margin-left: 10px;
}

.social_header {
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    font-size: 0.9em;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}

/******************Index**********************/
.slider {
    opacity: 0;
    transition: 0.3s;
    transform: scale(0);
    margin: 25px auto 10px;
}
.slider.active {
    opacity: 1;
    transition: 0.3s;
    transform: scale(1);
}

.slider img {
    width: 100%;
    height:auto;
    border-radius: 10px;
}

.slider i.fa.fa-chevron-left.slick-arrow {
  left: 25px;
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 2em;
  color: #ebebeb8a;
  cursor: pointer;
  transition: 0.2s;
}

.slider i.fa.fa-chevron-right.slick-arrow {
  right: 25px;
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 2em;
  color: #ebebeb8a;
  cursor: pointer;
  transition: 0.2s;
}

.slider i:hover {
  color: #fff !important;
}

.details_slide {
    position: absolute;
    right: 25%;
    z-index: 1;
    top: 50%;
    width: 25%;
    background: #1f335d;
    border-radius: 15px 0 10px 0;
    padding: 10px;
}

.details_slide h2 {
  color: #e61e2e;
  margin: 0;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

.details_slide p {
  color: #fff;
  line-height: 1.8em;
}

.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
  justify-content: center;
}

.product_title {
  width: 100%;
  text-align: right;
  background: #fff;
  border-right: 5px solid #F44336;
  padding: 10px;
  color: #1f325f;
  background: rgb(243, 243, 243);
  background: -moz-linear-gradient(left, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(243, 243, 243)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(left, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(left, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=1);
}

.category_product {
    width: 24%;
    margin: 0.25%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    position: relative;
}

.category_product h2 {
    position: absolute;
    width: auto;
    padding: 10px 5px;
    font-size: 1em;
    right: 0;
    color: #ffffff;
    margin: 5px 0px;
    top: 10%;
    background: #F44336;
}

.category_product img {
    transition: 0.3s;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px 0px #F44336;
}

.category_product img:hover {
    transition: 0.3s;
    box-shadow: 0px 0px 2px 0px #000000;
    border-radius: 15px;
}

.category_product p {
    background: #023d78;
    margin: 0;
    line-height: 1.6em;
    z-index: -1;
}

.category_product:hover .description_product {

}

.about_fondercem {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  box-shadow: 0 0 8px 2px #d0d0d0;
  background: #fff;
}

.about_fondercem_right {
  width: 30%;
  display: flex;
}

.about_fondercem_right img {
  max-width: 100%;
      border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
}

.about_fondercem_left {
  width: 70%;
  margin-right: 30px;
  margin-left: 30px;
}

.paddingTopDown {
  padding: 40px 0;
}

.about_fondercem_left h2 {
  padding: 5px 0;
  margin: 0;
  border-bottom: 4px solid #e61e2e;
  color: #023d78;
  text-align: right;
}

.about_fondercem_left ul {
  text-align: right;
}

.about_fondercem_left .about_text {
  text-align: justify;
  font-size: 14px;
  line-height: 2;
}

.about_fondercem_left ul li {
    line-height: 2em;
    font-size: 15px;
}
.about_fondercem_left ul li:before {
    content: "\f0d9";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e41b32;
    margin-left: 10px;
}

.about_fondercem_left .about_line {
  display: block;
  overflow: hidden;
  width: 100%;
}

.about_fondercem_left a {
  color: #fd8935;
  float: left;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 5px;
  transition: 0.3s;
}

.about_fondercem_left a:hover {
  color: #fff;
  float: left;
  font-weight: 600;
  background: #fd8935;
  border: 2px solid #fd8935;
  padding: 5px 10px;
  transition: 0.3s;
  border-radius: 10px;
}

.customers {
  padding: 40px 0;
}

.customers_descripion {
  text-align: right;
}

.customers i.fa.fa-chevron-left.slick-arrow {
  left: 0;
  position: absolute;
  top: 45%;
  z-index: 1;
  font-size: 1.2em;
  color: #044174;
  cursor: pointer;
  transition: 0.2s;
}

.customers i.fa.fa-chevron-right.slick-arrow {
  right: 0;
  position: absolute;
  top: 45%;
  z-index: 1;
  font-size: 1.2em;
  color: #054372;
  cursor: pointer;
  transition: 0.2s;
}

.customers i:hover {
  color: #044174 !important;
}

.customers .slick-slide img {
  display: block;
  width: 100px;
  text-align: center;
  margin: 3px auto;
  border-radius: 15px;
  transition: 0.2s;
}
.foreign_customers .slick-slide img {
  background: unset;
  border: unset;
  box-shadow: unset;
  filter: unset;
}
.customers .slick-slide img:hover {
  -webkit-filter: unset;
  filter: unset;
  box-shadow: 0px 0px 1px 0px #9b9b9b;
  transition: 0.2s;
}
.foreign_customers .slick-slide img:hover {
  -webkit-filter: unset;
  filter: unset;
  box-shadow: unset;
  transition: 0.2s;
}
.image_article img {
  width: 100%;
  height: auto;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  box-shadow: 10px 7px 0px #044174;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: 0.4s;
}

.image_article img:hover {
  transition: 0.4s;
  width: 100%;
  height: auto;
  border-radius: 0% 0 0% 0% / 0% 0 0% 0%;
  box-shadow: 11px 10px 0px #F44336;
  border: 2px solid #fff;
}

.article_row {
  margin: 10px;
  text-align: right;
}

.article i.fa.fa-chevron-left.slick-arrow {
  left: 0;
  position: absolute;
  top: -55px;
  z-index: 1;
  font-size: 1.2em;
  color: #044174;
  cursor: pointer;
  transition: 0.2s;
}

.article i.fa.fa-chevron-right.slick-arrow {
  left: 20px;
  position: absolute;
  top: -55px;
  z-index: 1;
  font-size: 1.2em;
  color: #044174;
  cursor: pointer;
  transition: 0.2s;
}

.article i:hover {
  color: #F44336 !important;
}

.article_row a {
  position: relative;
}

.desc_article {
  position: absolute;
  right: 0;
  top: 30%;
}

.desc_article h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  background: #F44336;
  padding: 5px 10px;
  box-shadow: -1px 2px 0px 0px #ffffff;
  border-radius: 7px 7px 1px 7px;
  transition: 0.2s;
}

.articles_section {
  margin-bottom: 50px;
}

.article_row a:hover .desc_article h2 {
  border-radius: 0;
  transition: 0.2s;
  box-shadow: -2px 2px 0px 0px #ffffff;
}

.archive_article {
  position: absolute;
  left: 50px;
  color: #000;
  top: 17px;
}

.archive_article i {
  vertical-align: middle;
}

.article_container {
  position: relative;
}

footer {
    overflow: hidden;
    background: #1f325f;
    border-top: 4px #e41b32;
    border-top-style: outset;
}
footer>div .footer_cl1 {
    width: 20%; 
    margin-left: 3.33333333%;
    float: right;
    text-align: right;
    color: #fff;
}
footer>div .footer_cl2 {
  width: 25%;
  margin-left: 3.33333333%;
  float: right;
  text-align: right;
  color: #fff;
}

footer>div .footer_cl3 {
  width: 30%;
  float: right;
  text-align: right;
  color: #fff;
}

footer>div>div>p {
  border-bottom: 2px solid #e41b32;
  border-bottom-style: ridge;
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 700;
  padding-bottom: 10px;
}
.footer_boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.Partners a {
    text-align: center;
    display: inline-block;
    padding: 0 5px;
    width: 15%;
    box-sizing: border-box;
}

.Partners a img {
    filter: brightness(0.5);
    transition: 0.2s;
    max-width: 100%;
    height: auto;
}

.Partners a img:hover {
    filter: brightness(0.2);
    transition: 0.2s;
}

.social_section p {
  font-size: 13px;
}

.copyright {
  overflow: hidden;
  width: 100%;
}

.copyright span {
  font-size: 12px;
  color: #ffffff59;
  cursor: pointer;
}

.copyright .container {
    border-top: 1px solid #e21835;
  padding: 5px 0;
}

.social_networks i {
  font-size: 2em;
}

.social_networks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: baseline;
    padding: 10px;
}

.contact_us_section .address {
  font-size: 14px;
  line-height: initial;
}

.contact_us_section p {
  font-size: 16px;
}

.contact_us_section i {
  width: 25px;
  text-align: center;
  margin-left: 5px;
}

.breadcrumb {
  text-align: right;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  margin: 15px 0;
  box-shadow: 0px 1px 1px #e1e1e1;
}

.breadcrumb a {
  color: #7a7a7a;
  font-size: 13px;
}

.breadcrumb a:first-child:after {
  width: 15px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumb .active {
  color: #000;
}

.single_page {
  text-align: right;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  margin: 15px 0;
  box-shadow: 0px 1px 1px #e1e1e1;
  font-size:1rem;
}

.single_page .products_title {
  width: 99%;
  text-align: right;
  background: #fff;
  border-right: 5px solid #F44336;
  padding: 10px;
  color: #ffffff;
  background: rgb(243, 243, 243);
  background: -moz-linear-gradient(left, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(243, 243, 243)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(left, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(left, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgb(243, 243, 243) 0%, rgb(1 59 122) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=1);
}

.post_image {
  text-align: center;
}

.post_image img {
  border-radius: 5px;
}

.single_page h1 {
  margin: 0;
  display: inline-block;
  background: #013b7a;
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
  position: relative;
  right: 10px;
  padding: 7px 10px;
  top: 5px;
  box-shadow: inset 10px 6px 12px 1px #16406a;
  margin-bottom: 15px;
}

.single_page h2 {
  margin: 0;
  display: inline-block;
  background: #013b7a;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  position: relative;
  right: 10px;
  padding: 7px 10px;
  top: 5px;
  box-shadow: inset 10px 6px 12px 1px #16406a;
  margin-bottom: 15px;
}

.single_page ul {
  margin-right: 15px;
  line-height: 2em;
}

.product-list {
  margin: 0;
  padding: 0;
  text-align: center;
}

.left_product {
  overflow: hidden;
}

.right_product {
  overflow: hidden;
}

.product-list {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}

.product-list a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  border: 2px dashed #ededed;
  margin: 20px 0;
  background: #f7f7f7;
  transition: 0.2s;
  border-radius: 15px;
}

.product-list a:hover {
  border: 2px dashed #023e78;
  transition: 0.2s;
  background: #ebebeb;
}

.left_product h4 {
  float: left;
  width: 80%;
  text-align: right;
}

.left_product .img {
  float: left;
  width: 20%;
}

.left_product .img img {
  float: right;
  display: block;
  border-top-left-radius: 25%;
  border-bottom-left-radius: 25%;
  box-shadow: -2px 0px 1px #efefef;
}

.right_product h4 {
  float: left;
  width: 80%;
  text-align: left
}

.right_product .img {
  float: left;
  width: 20%;
}

.right_product .img img {
  float: left;
  display: block;
  border-top-right-radius: 25%;
  border-bottom-right-radius: 25%;
  box-shadow: 2px 0px 1px #efefef;
}

.single_page ul li {
  transition: 0.2s;
  color: #023d78;
}

.single_page ul li:hover {
  padding-right: 5px;
  font-weight: 700;
  transition: 0.2s;
}

.single_page ul li::before {
  content: "\f0d9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fe9627;
  padding-left: 10px;
  vertical-align: middle;
}

.single_page p {
  color: #181818;
  line-height: 2;
  text-align: justify;
  padding: 0px 10px;
}

.content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.gallery {
  width: 35%;
  margin-right: 15px;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  box-shadow: 10px 7px 0px #044174;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: 0.4s;
}

.gallery img:hover {
  transition: 0.4s;
  width: 100%;
  height: auto;
  border-radius: 0% 0 0% 0% / 0% 0 0% 0%;
  box-shadow: 11px 10px 0px #F44336;
  border: 2px solid #fff;
}

.cat-description {
  width: 65%;
}

.technical_specifications table {
  width: 75%;
  text-align: center;
  margin: 15px auto;
  border-collapse: collapse;
}

.technical_specifications table td {
  padding: 10px 5px;
  width: 50%;
  border: 1px solid #e5e5e5;
  color: #333;
}

.technical_specifications table tr:nth-child(odd) {
  background: #f5f5f5;
}

.technical_specifications table tr:nth-child(even) {}

.technical_specifications table td strong {
  font-weight: 300;
}

.durocem_products_list {
  overflow: hidden;
}

.product-list a h4 {
  color: #012d58;
  font-size: 1.4em;
  font-weight: 300;
}

.post_image_cover {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.post_image_cover img , .confirm img{
  max-width: 100%;
  display: block;
}

.custom_pages h1 {
  position: absolute;
  top: 30%;
  right: 30px;
  z-index: 1;
  background: none;
  box-shadow: none;
  font-size: 2.1em;
  font-weight: 700;
  border-bottom: 3px dashed #fff;
  padding: 0;
  padding-bottom: 10px;
}

.custom_pages h1:before {
  content: unset;
}

.contact_us_right {
  width: 65%;
}

.contact_us_right i {
  font-size: 1.5em;
  float: right;
  color: #e61e2e;
  width: 25px;
  text-align: center;
  padding-left: 6px;
}

.contact_us_right p {
  direction: ltr;
  text-align: right;
}

.contact_us_right p span {
    font-weight: 700;
    letter-spacing: 0;
}

.numberal {
  letter-spacing: 1px;
}

.holding_companies {
display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    margin: -20px 0px;
    background: #e9e9e9;
    padding: 25px 0;
    border-right: 5px solid #F44336;
}

img.secend-image {
    position: absolute;
    z-index: -1;
    top:0;
    transition:0.3s;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: translate(-50px, 0px);
    opacity: 0;
}

.catalog_row img {
    border-radius: 5px;
    transition: 0.8s;
}

.catalog_row img:hover {
    transform: rotate3d(1, 1, 1, 360deg);
   transition: 1.2s;
}

.catalog_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0 50px;
}
.catalog_row a {
    width: 33.33%;
    margin-bottom: 40px;
}

.portfolio {
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 50px;
}
.portfolio a {
    position: relative;
    text-decoration: none;
    object-fit: cover;
    flex: 1;
    transition: all 0.6s ease-out;
    height: 285px;
    text-align: center;
}
.portfolio a:hover {
    flex: 3;
    transition: all 0.6s ease-out;
}
.portfolio:hover > :not(:hover) {
    filter: saturate(0);
    opacity:0.1;
    transition: all 0.6s ease-out;
}
.portfolio a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px;
    transition:0.2s;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
}
.portfolio a img:hover {
    border-radius: 0;
    transition:0.2s;
    border-radius: 10px;
}
.portfolio:hover > :not(:hover) h3{
    transition: 0.3s;
    transform: scale(0);
}
.portfolio h3 {
    z-index: 1;
    padding: 5px;
    margin: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: default;
    font-size: 15px;
    display: block;
    position: absolute;
    bottom: -35px;
    width: 100%;
    color: #333;
    transition: 0.3s;
    transform: scale(1);
}
.customers_page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    background: #ffffffab;
    padding: 5px;
    box-shadow: 0 0 4px 0 #d9d9d9;
    margin-bottom: 20px;
}
.page-template-Department-Customers h1 , .page-template-Foriegn-Customers h1{
    font-size: 1.3em;
}
.customers_page span {
    margin-bottom: 50px;
    width: 20%;
}
.customers_page p {
    color :#013b7a;
}
.single_page.category {
    background: unset;
}
.certificate {
    max-width: 100%;
    display: block;
    background: #e5e5e5;
    border: 1px solid #ebebeb;
}

.contact_us_section div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    line-height: 0.5;
}
.phone_line {
    font-size: 19px !important;
    padding: 0;
    margin: 15px 0;
    letter-spacing: 2px;
}
i.fa.fa-phone.invisible {
    visibility: hidden;
}
.confirm img {
    border-radius: 15px;
    filter: brightness(0.3);
    transition: 0.3s;
}
.confirm img:hover {
    filter: brightness(0.2);
    transition: 0.3s;
}
.confirm {
    position: relative;
    margin-bottom: 50px;
}
.confirm_text {
    position: absolute;
    top: 30%;
    text-align: center;
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
    margin-right: 20px;
}
.confirm_text h5 {
    background: #f44336;
    padding: 10px 20px;
    color: #fff;
    font-size: 19px;
    margin: 0;
    transition: 0.3s;
}
.confirm_text h5:hover {
    background: #ffffff;
    cursor: pointer;
    color: #393939;
    border-radius: 5px;
    transition: 0.3s;
}
.confirm_text p {
    font-size: 19px;
    color: #fff;
    background: #30303099;
    padding: 10px 20px;
    transition: 0.3s;
}
.confirm_text p:hover {
    background: #303030;
    transition: 0.3s;
}
.logoSection {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
.Partners {
    width: 48%;
}
.association {
    width: 48%;
}
.association_section {
    border-right: 5px solid #F44336;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin-top: -20px;
    background: #e9e9e9;
    padding: 18px 0;
}
.association_section img {
    filter: brightness(0.5);
    transition: 0.2s;
    max-width: 100%;
    height: auto;
}

.association_section img:hover {
    filter: brightness(0.2);
    transition: 0.2s;
}
.footer_menu_container li {
    margin-bottom: 15px;
}
.articles_section_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    background:#fff;
}
.articles_section_category .article_row {
    width: 23%;
    margin: 1%;
}
.articles_section_category .image_article img {
    width: 100%;
    height: auto;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 5%;
    box-shadow: 7px 7px 0px #044174;
    border: 2px solid #fff;
    box-sizing: border-box;
    transition: 0.4s;
}

@media only screen and (max-width: 1024px) {
    .social_header {
        display:none;
    }
    .slider img {
        height:auto;
    }
    .details_slide {
        right: 0;
        top: auto;
        width: 100%;
        bottom: 0;
        padding:0;
        border-radius: 0;
        box-shadow: none;
        position: inherit;
    }
    .details_slide p {
        color: #1f325f;
        padding: 5px 10px;
        font-size:13px;
        line-height: 1.3;
        padding: 0 10px;
        margin: 7px 0;
        text-align: center;
    }
    .paddingTopDown {
        padding: 15px 0;
    }
    .details_slide h2 {
        font-size:14px;
        padding: 5px;
        text-align: center;
    }
   
    .about_fondercem {
        flex-direction: column;
    }
    .about_fondercem_right img {
        display:none;
    }
    .product_title {
        margin:0;
        box-sizing: border-box;
    }
    .logo img {
       width:65px;
       height:auto;
       margin-left: 5px;
    }
    img.secend-image {
        transform: translate(0px, 0px);
    }
    .about_fondercem_left {
        width: 95%;
        margin: 0 auto;
    }
    .about_fondercem_right {
        width: 100%;
        display: block;
    }
    header .menu {
        position: fixed;
        background: #1f325f;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        transform: translate(100%, 0px);
        opacity: 0;
        transition:0.2s;
    }
    header .menu.show {
    z-index: 6;
        transform: translate(0, 0);
        opacity: 1;
        transition: 0.2s;
        display: flex;
        flex-direction: column;
        justify-content: center;    
    }
    header .main_menu_container ul li {
        display: block;
        margin-left: unset;
        text-align: center;
    }
    header .menu li a {
        padding: 15px 0;
        display: inline-block;
        font-size: 1.2em;
    }
    #header {
        justify-content: center;
        align-items: center;
    }    
    .category_product {
        width: 49%;
        margin: 5px 0.5% 0 0.5%;
        box-sizing: border-box;
    }

    .category_product img {
        width:100%;
        height: auto;
        border-radius:0;
    }
    .about_fondercem_left a {
        float: none;
        width: 100%;
        margin: 10px 0;
        display: block;
        box-sizing:border-box;
    }
    footer>div .footer_cl1 , footer>div .footer_cl2 , footer>div .footer_cl3{
        width: 100%;
        margin-left: unset;
        float: none;
        padding: 0 10px;
        margin-bottom: 50px;
        box-sizing:border-box;
    }
    .social_networks {
        justify-content: space-evenly;
    }
    .catalog_row a {
        width: 50%;
    }
    .catalog_row img:hover {
        transform: rotate3d(1, 1, 1, 0);
    }
    .customers i.fa.fa-chevron-right.slick-arrow {
        right: 10px;
        top: 45%;
    }
    .customers i.fa.fa-chevron-left.slick-arrow {
        left: 10px;
        top: 45%;
    }
    .archive_article {
        position: initial;
        display: block;
        text-align: left;
        padding: 10px 0;
        margin-left: 5px;
    }
    .article i.fa.fa-chevron-left.slick-arrow {
        top: -80px;
        left: 5px;
    }
    .article i.fa.fa-chevron-right.slick-arrow {
        left: 30px;
        top: -80px;
    }
    .customers_descripion {
        text-align: center;
    }
    .customers.foreign_customers p , .slider i.fa.fa-chevron-right.slick-arrow , .slider i.fa.fa-chevron-left.slick-arrow{
        display: none !important;
    }
    .menu_container {
        padding: 5px 0;
    }
    .portfolio a {
        height: 180px;
        width: 50%;
        flex: initial;
    }
    .portfolio a:hover {
        flex:unset;
    }
    .slider {
        margin-top: 5px;
        border-radius: 5px;
    }
    .catalog_row {
        padding: 15px 0 15px;
    }
    .post_image_cover img {
        height:auto;
    }
    .custom_pages h1 {
        font-size: initial;
    }
    .menu_button {
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 10;
    }
    .menu_button span {
        height: 3px;
        background: #fff;
        width: 30px;
        display: block;
        margin-bottom: 6px;
        transition:0.3s;
    }        
    .menu_button span:nth-child(2) {
        margin-right: 2px;
    }
    .menu_button.activated span {
        margin-bottom: -3px;
    } 
    .menu_button.activated span:nth-child(2) {
        opacity:0;
        transition:0.3s;
    }    
    .menu_button.activated span:first-child {
    transform: rotate(45deg);
    trasnsition:0.3s;
    }    
    .menu_button.activated span:last-child {
        transform: rotate(-45deg);
        trasnsition:0.3s;
    }
    #header {
        display: inherit;
        overflow:hidden;
    }
    .confirm_text {
        position: initial;
        margin-right: 0;
        margin-top: 20px;
    }
    .confirm_text h5 {
        background: #fd811d;
        font-size:14px;
    }
    .Partners , .association {
        width:100%;
    }
    .logoSection , .footer_boxes {
        flex-direction: column;
    }
    .association_section img , .holding_companies a{
        margin: 10px 0;
    }
    .holding_companies , .association_section {
        margin:0;
        border-right:unset;
    }
    .phone_line {
        font-size:unset !important;
    }
    .post_image img {
        max-width: 100%;
        height: auto;        
    }
    .association_section img {
        max-width:15%;
    }
    .product_title {
        font-size:13px;
    }
    .single_page h2 {
        right:unset;
        border-right:0;
    }
    .customers_page span {
        width:50%;
    }
    .category_product h2 {
        position: initial;
        background: unset;
        color: #505050;
        margin: 0;
        font-size: 14px;
    }
    .portfolio h3 {
        padding: 5px;
        background: #F44336;
        color: #fff;
        bottom: unset;
        font-size: 14px;
        width: auto;
        top: 10%;
    }
    .portfolio {
        flex-wrap: wrap;
    }
    .confirm_text p {
        font-size:15px;
        padding: 5px;
    }
    .confirm {
        margin-bottom: 10px;
    }
    .logo.active {
        float:left;
    }
    .about_fondercem_left .about_text {
        line-height: 1.6;
    }
    .menu-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }
    .about_fondercem_left .about_line {
        display:none;
    }
    .products {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 960px) {
    .articles_section_category {
        flex-direction: column;
    }
    .articles_section_category .article_row {
        width:90%;
    }
}

@media only screen and (max-width: 768px) {
    .catalog_row a {
        width: 100%;
        margin-bottom: 15px;
    }
    .desc_article {
           position: initial;
           margin-top: 20px;
    }
    .desc_article h2 {
        background: #fff;
        text-align: center;
        color: #F44336;
        padding: 10px 10px;
    }
}