

@font-face {
  font-family: 'IRANYekanX';
  src: url('../fonts/IRANYekanX-Bold.woff2') format('woff2'),
       url('../fonts/IRANYekanX-Bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;  /* Set font-weight to bold for the bold font */
  font-display: fallback;
}

@font-face {
  font-family: 'IRANYekanX';
  src: url('../fonts/IRANYekanX-Regular.woff2') format('woff2'),
       url('../fonts/IRANYekanX-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;  /* Assuming this is the regular weight */
  font-display: fallback;
}
.mce-content-body {
  font-family: 'IRANYekanX',sans-serif !important;
}

html {
  overflow-x: hidden;
	
}

body {
  font-family: "IRANYekanX";
  cursor: default;
  direction: rtl;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  text-align: start;
  overflow: hidden;
	 line-height: 1.8;

   
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.html-lazy {
  content-visibility: auto;
}
.single-post table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
	margin-bottom:15px
}
.single-post th {
    background: #82a1a4;
    padding: 14px;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: 700;
}
.single-post td {
    padding: 14px;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #fff;
}
h1{
  font-size: 1.4rem;
  line-height: 1.8;
}
h2, h3,  h4,  h5, h6 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
}

a {

  text-decoration: none;
}
.aligncenter {

    margin: auto;
    display: flex;
	    border-radius: 20px;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
  transition: 0.4s;
}

.swiper{
	width:100%;
	height:100%
	
}

.main-page{
    margin-bottom: 50px;
  }
@media only screen and (max-width: 99px) {

  .main-page{
    margin-bottom: 30px;
  }
}


#carouselExample {
  position: relative;
     height: calc(100vh - 116px);
  overflow: hidden;
	transition: height 0.5s ease-in-out;
}
.slider-collapse {
  height: 20vh !important;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}

.carousel-inner img {
       height: calc(100vh - 116px);
    object-fit: cover;
	    
}



.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
   display: flex;
   align-items: center;
    color: #fff;
  
    
  }
  .carousel-text{
  
    width: 100%;
  }
  .carousel-text h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  
#carouselExample .carousel-indicators {
  position: absolute;
  inset-inline: 0;
  margin: 0;
  transform: none;
  display: block;

}

 .carousel-indicators .container {
  display: flex;
      justify-content: center;
  align-items: center;
	 position:relative

}



  .carousel-indicators button {
    width: 15px!important;
    height: 15px!important;
    border-radius: 50%!important;
    background-color: transparent!important;
    border: 2px solid #fff!important;
    opacity: 0.7!important;
    transition: opacity 0.3s ease, transform 0.3s ease;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
}
  
  .carousel-indicators button.active {
    border: 3px solid #fff!important;
    opacity: 1;
    
  }
  

.carousel-control-icon svg {
    color: var(--primery);
    background:#464646;
    width: 45px;
    height: 45;
}

    
@media only screen and (max-width: 767px) {

.carousel-control-icon svg {
  
    width: 25px;
    height: 25;
}


}

.slider_text1{
  position: relative;
 
  display: block;
}

.slider_text2
{
   display: block;
    font-size: 2.7rem;
    border-bottom: 1px solid #90b2b8;
    width: fit-content;
    font-weight: 600;
}

.slider_text3{
  position: relative;
  top: 30px;
  display: block;
}


.slider_text4
{
    position: relative;
    top: 120px;
    display: block;
    font-size: 1.1rem;
}


.slider_text5
{
    position: relative;
    top: 190px;
    display: block;
    font-size: 1rem;
}
.slider-column-left {
    margin-bottom: 29px;
}
@media screen and (max-width: 1023px) {
  .slider_text2 {
    display: block;
    font-size: 1rem;
  }
 

}

.slider-video
{
  width: 100% !important;
      height: calc(100vh - 116px);
  object-fit: cover;
}

.progress-bar-container {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #e0e0e0;
  z-index: 10;
  margin: auto;
}
#progress-bar {
  height: 100%;
  background: #3BD4AE;
  width: 0;
  transition: width 1s ease;
}


@media only screen and (max-width: 991px) {

  .slider_text1{
    position: relative;
    top: 0px;
    display: block;
  }

  
.slider_text3{

  top: 15px;

}

}
.carousel-indicators button.active {
  border: 3px solid #fff !important;
  opacity: 1;
  background: #A5A5A5!important;
}




@media only screen and (min-width: 1024px) {
.carousel-indicators{
align-items: center;
   
        bottom: 108px;
        justify-content: flex-end;
        right: unset;
}
}

@media only screen and (max-width: 1023px) {
  .carousel-indicators .container{
    display: flex;
        justify-content: center;
                margin-bottom: 50px;
  }


#carouselExample {

  height: 30vh;

}

.carousel-inner img {
  height: 30vh;
 
}

.slider-video {

  height: 30vh;
 
}
#carouselExample .carousel-indicators{
	display:none
	}

  }


.arrow-slider
{
	position: absolute;
    left: 0;
 
}

.arrow-slider span{
	
   color: #fff;	
}
.arrow-slider svg{
   color: #fff;		
	
}
/*------------header---------------*/



.main-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 20;
  box-shadow: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}




.main-header a{
  color: #000;
}

.main-header.fixed {

  position: fixed;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.main-header.fixed a{
  color: #000;
}

.main_menu ul{
  margin: 0;
}
.menu-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
      align-items: center;
  padding: 10px 0;
}

.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}
.logo figure{
	margin:0
}

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container-menu {
    width: 960px;
  }
  

}


@media (min-width: 992.98px) {

  .search-holder-icon,.language-switcher{
    order: 3;
  }
  .main_menu{
    order: 2
  }

}





.logo{
  display: flex;
  margin-left: auto;
}
.logo img{
 width: 200px;
}
@media (max-width:1199.98px) {
  .logo img {
    width: 235px;
  }
  }
  
@media (max-width: 991.98px) {
  .logo
  {
    display: flex;
        width: 35%;
        justify-content: center;
        
  }

}
.logo-default {
  display: block;
  transition: opacity 0.3s ease;
}

.logo-fixed.hidden ,.logo-default.hidden {
  display: none;
}
.logo-fixed
{
 height: 100px;
    width: 300px !important;
}

@media screen and (max-width: 1023px) {

  .logo-fixed
  {
    height: 52px;
    width: auto!important;
  }

 


}

.search-modal-wrapper{
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000c9;
  display: none;
  opacity: 0;
}

.search-modal-wrapper .search-form-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-search-modal{
  position: absolute;
  top: 65px;
  right: 25px;
  color: #fff;
  cursor: pointer;
}


.search-form-wrapper form {
  border-radius: 56px !important;
  padding: 0px 16px !important;
  -webkit-border-radius: 56px !important;
  -moz-border-radius: 56px !important;
  -ms-border-radius: 56px !important;
  -o-border-radius: 56px !important;
  background-color: #fff !important;

}
.bg-white{
  background-color: #fff !important;
}

.search-holder-icon{
  border: 1px solid #000;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}






.search-form form{
  border: 1px solid #EDF1F4;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}





.search-form form input.s-text{
  width: calc(100% - 25px);
  padding: 5px 10px;
  font-size: 1rem;
  height: 100%;
  border: 0;
  outline: 0;
}
.search-form form button{
  background-color: #fff;
  border: none;
  color: var(--primery);
  font-size: 1.3rem;
}

.language-switcher {
  font-size: 16px;
  margin: 0 15px;
  cursor: pointer;
}

.language {
  transition: font-size 0.3s ease;
}

.language.active {
  font-size: 24px; /* Larger size for the active language */
  font-weight: bold;
 
}

@media (max-width: 991.98px) {

  .menu-box {
    padding: 15px 0;
}
.language-switcher {

  margin-left: 15px;
	        margin-right: 0;
  position: relative;
 
}



  
}




/*------------------------------------*/

.rank-math-breadcrumb{
  border-radius: 5px;
  line-height: 50px;
  min-height: 50px!important
}

.rank-math-breadcrumb .last {
  /*color: var(--primery)*/
}
.bread-crump {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  border-top: 0px solid;
	line-height: 1.7;
	    flex-wrap: wrap;
	    justify-content: space-between;
    align-items: center;
}
.rank-math-breadcrumb, .rank-math-breadcrumb p {
 
  height: 100%;
   margin-bottom: 0 !important;
  color: var(--gray);
  flex-wrap: wrap;
	line-height: 1.7;

}
.rank-math-breadcrumb p * {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  color: var(--gray);
  padding-left: 5px;
  text-transform: capitalize;
}
.rank-math-breadcrumb p a:hover {
  color: var(--primery);
}
.separator{
  color: var(--primery)!important;
  font-family: monospace;
  }
/*----------------------*/

.main-footer {
  
    margin: 50px 0 0 0;
    position: relative;
    background: rgb(237, 237, 237);
}

.footer-section{

  padding: 40px 0px 20px 0px;
}


.footer-link
{
  padding: 0;
}
.footer-text {
  color: #000;
  text-align: justify;

}
.footer-title {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;
  display: inline-block;
}

.phone-header{
  padding-bottom: 8px;
}

.footer-link li {
  color: #000;
  position: relative;
  display: flex;
  align-items: flex-start;

}
.footer-link li a{
  color: #000;
}

.social-items {
  display: flex;
justify-content: center;
}
.social-title {
margin-left:8px	
	
}
.social-item {
    margin-left: 5px;
    width: 28px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
}


.footer-link.contact svg
{
  position: relative;
    top: 4px;
    margin-left: 5px;
	    flex-shrink: 0;
}

/* .social-title
{
   color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
} */

.footer-address
{
  padding-left: 15px;
}



.copyright-section {
  color: #000;
  padding: 5px 33px;
  font-size: 12px;

}

.copyright-text .text-left a{
  color: #000;
	    display: flex;
    align-items: center;
}
.copyright-text .text-left a figure{
	margin:0;
	padding-right: 5px;
}

@media (max-width: 991px) {
.footer-section {
  margin-right: 0;
  margin-left:0

}

.copyright-section {
  
  padding: 5px 0px;
}

}

.footer-button
{
  background-color: var(--gray);
  padding: 5px 15px;
  border-radius: 60px;
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
}
 .footer-logo {
   display: flex;
    padding: 15px 0;
    width: 100px;
	   justify-content: center;
	     margin: auto;
}


@media only screen and (min-width: 992px) {

 .footer-logo {
   display: flex;
    padding: 15px 0;
    width: 100px;
    justify-content: center;
    position: absolute;
    top: -90px;
	right: 0;
    left: 0;
    margin: auto;
}

.social-items {

	    margin-top: 100px;

}	
	
	
}





/*----------------------*/
.error-section {
  width: 100%;
  min-height: 80vh;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
	
}
.error-section figure {
  width: 100%;
  max-height: 500px;
  display: flex;
  justify-content: center;
}


.error-section figure img {
  max-height: 500px;
  max-width: 80%;
}

.search-form {
  width: 500px;
  height: 60px;
  margin: 0 15px;
}

.error-page-button {
  text-align: center;
}

.error-section span {
  width: 540px;
  max-width: 90%;
  font-size: 1.5rem;
  color: var(--primery);
  text-align: center;
  font-weight: 700;
  margin: 16px 0;
}


/*--------swiper------------*/

.section_slider{
  margin-right: calc((100% - 1140px) / 2);
   position: relative;
      display: flex;
      flex-wrap: wrap;

 }

.section_news_full {
   position: relative;
   margin-right: calc((100% - 648px) / 2);
   display: flex;
   flex-wrap: wrap;
  
 }

@media (max-width: 1260px) {
.section_slider{
 margin-right: calc((100% - 1003px) / 2);
}

}
@media (max-width: 1200px) {
.section_slider{

       margin-right: calc((100% - 844px) / 2);
}

}
@media (max-width: 1399px) {
.section_news_full {

 margin-right: calc((100% - 533px) / 2);

 }
}

@media (max-width: 1199px) {
 .section_news_full {
     margin-right: calc((100% - 450px) / 2);
 }

}
@media (max-width: 1023px) {

 .swiper-button-next, .swiper-button-prev,.industry-button-next,.industry-button-prev{
   display: none!important;
 }

 .section_slider {
  
   margin-right: 15px;
 
 }

 .section_news_full {
   margin-right: 15px;
}



}


.swiper-button-next ,.industry-button-next
{
    left: -25px !important;
    background: var(--primery) !important;
    border-radius: 100% !important;
    width: 50px !important;
    height: 50px !important;
    right: unset !important;
}
.swiper-button-next::after,.industry-button-next::after{
 font-size: 0!important;
}
.swiper-button-next svg,.industry-button-next svg
{
 padding-left: 7px;
}



/*-------------------------*/

  .go-to-up
{
  position: fixed;
  cursor: pointer;
  display: none; /* Hidden by default */

     background: #ededed;
    border-radius: 100%;
  padding: 5px 15px;
  font-size: 1rem;
  z-index: 2;
	    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;

}

.go-to-up svg
{
  position: relative;
  bottom: 2px;
	
}

/*--------------------------*/

#click-menu{

  height: 30px;
	margin-right: 15px;
    width: 30px;
  position: relative;
  cursor: pointer;
 
	display:none
}
#click-menu>span{
  width: 30px;
  height: 3px;
  background-color: #818285;
  -webkit-transition: .7s;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: calc(50% - 1px);

  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#click-menu-mobile>span{
  width: 30px;
  height: 3px;
  background-color: var(--primery);
  -webkit-transition: .7s;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#click-menu>span:nth-of-type(1){
   top: calc(50% - 10px);
}
#click-menu-mobile>span:nth-of-type(1){
  top: calc(50% - 10px);
}
#click-menu>span:nth-of-type(3){
top: calc(50% + 9px);
}
#click-menu-mobile>span:nth-of-type(3){
  top: calc(50% + 9px);
  }


.main-menu > ul {
  /*width: 100%;*/
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
 
}



.main-menu > ul > li {
  padding-right: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  list-style-type: none;
}
.main-menu > ul > li::after{
  width: 100%;
  height: 12px;
  content: '';
  display: none;
  top: 100%;
  right: 0;
  position: absolute;
}

 /*.main-menu > ul > li::after{
  display: block;
} */

.main-menu > ul > li:last-of-type{
  margin-left: 0;
}

span.open-submenu{
  display: none;
}
.main-menu > ul > li:has(>ul)>span.open-submenu{
  display: block;
}
.main-menu > ul > li:has(>ul)>span.open-submenu::after{
  content:"";
  background-image: url(../image/chevron-down.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  left: 5px;
  top: 3px;
}
.main-menu > ul > li > a {

  position: relative;
  font-size: 1rem;
  color:#000;
}



.main-menu > ul > li > ul {
  position: absolute;
  top: calc(100% + 1px) ;
    right: 0;
  width: 250px;
  padding: 16px;
  display: flex;
  background: var(--light-wihte);
  border-radius: 16px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid var(--border-color);
  flex-direction: column;
  
}
.main-menu > ul > li > ul:has(li.menu-item-has-children){
  width: 1300px;
  right: calc(100% - 239px);
  flex-direction: row;
  max-height: none;
  flex-wrap: nowrap;
  height: 80vh;
    overflow-y: auto;
}
 @media screen and (min-width: 1281px) and (max-width: 1439px) {
.main-menu > ul > li > ul:has(li.menu-item-has-children) {
  width: 1119px;
}
}

 @media screen and (min-width: 1024px) and (max-width: 1280px) {
.main-menu > ul > li > ul:has(li.menu-item-has-children){
  width: 939px;
  right: calc(100% - 239px);
    
}

}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu > ul > li > ul > li{
  width: fit-content;
  margin: 8px 0px;
  list-style-type: none;
}
.main-menu > ul > li > ul > li:first-of-type{
  margin-top: 0;
}
.main-menu > ul > li > ul > li:last-of-type{
  margin-bottom: 0;
}
.main-menu > ul > li > ul > li:has(>ul) {
  width: 24%;
  max-width: none;
  margin: 0 12px;
}

.main-menu > ul > li > ul > li > a {
  width: 100%;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 2px 0;
  position: relative;
  color: var(--content);
}
/* .main-menu > ul > li > ul > li > a::before {
  content: "\f284";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
      color: #00aaad;
  margin-left: 4px;
} */
.main-menu > ul > li > ul > li:has(>ul) > a {
  width: fit-content;
  font-weight: 700;

  padding: 0 2px;

}
.main-menu > ul > li > ul > li:has(>ul) > a::before {
  display: none;

}
.main-menu > ul > li > ul > li > a:hover {
  color: var(--primery);
}
.main-menu > ul > li > ul > li > ul {
  width: 100%;
  margin-top: 12px;
  padding-top: 12px;
  position: relative;
  z-index: 99;
  padding-left: 0;
}
.main-menu > ul > li > ul > li > ul::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 2px;
  width: 50%;
  background-color: var(--primery);
  position: absolute;
}

.main-menu > ul > li > ul > li > ul > li {
  width: 100%;
  margin-bottom: 12px;
  list-style-type: none;
}
.main-menu > ul > li > ul > li > ul > li > a {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 2px 0;
  position: relative;
  color: #000000;
}
/* .main-menu > ul > li > ul > li > ul > li > a::before {
  content: "\f284";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
  color: var(--primery);
  margin-left: 4px;
} */
.main-menu > ul > li > ul > li > ul > li > a:hover {
  color: var(--primery);
} 


li.mega-menu{
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  background-color:var(--primery-dark);
  border-radius: 20px;
  color: var(--wihte);
  cursor: pointer;
  padding: 4px 32px;
  height: 80% !important;
  position: relative !important;
}
li.mega-menu>span:first-of-type{
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  height: 100%;
}
li.mega-menu::after{
  width: 100%;
  height: 12px;
  content: '';
  display: none;
  top: 100%;
  right: 0;
  position: absolute;
}
li.mega-menu:hover::after,.main-menu > ul > li:hover::after{
  display: block;
}
.mega-menu >span > i.bi-grid{
  margin-left: 6px;
}
.mega-menu> .open-submenu::after{
  color: var(--wihte) !important;
}


 
/*@media screen and (max-width: 1023px) {*/

.main-menu.hamburger-menu {
width: 50%;
position: absolute;
    top: 116px;

right: -110%;
height: calc(100vh - 90px);
overflow: auto;
background-color: var(--wihte);
padding: 20px;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
z-index: 1002;
}

@media screen and (max-width: 991px) {
	
	.main-menu.hamburger-menu {
width: 100%;
padding: 10px;	
	}
.main-menu.hamburger-menu{
            top: 63px;
}
}

.main-menu.hamburger-menu > ul {
width: 100%;

flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.main-menu.hamburger-menu > ul > li,.main-menu > ul> li > ul > li:has(>ul) {
width: 100%;
margin: 0 0 8px 0;
padding-bottom: 8px;
display: flex;
position: relative !important;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
height: auto;
border-bottom: 1px solid #f1f2f3;
}
.main-menu.hamburger-menu > ul > li:last-of-type{
border-bottom: 0px solid #f1f2f3;
}
li.mobile-menu-button-close {
font-size: 2.5rem;
color: var(--primery);
display: flex !important;
justify-content: flex-end !important;
align-items: center;
}

.main-menu.hamburger-menu > ul > li > a {
width: 100%;
color: #464646!important;
font-weight: 500;
}

.main-menu.hamburger-menu > ul > li:hover > a {
color: #464646
}



.main-menu.hamburger-menu > ul > li > a::before {
  display: none;
}
.main-menu.hamburger-menu > ul > li:has(>ul) > a,.main-menu > ul> li > ul > li:has(>ul) >a {
width: calc(100% - 30px);
display: inline-block;
height: 40px;
display: flex;
align-items: center;

}
.main-menu.hamburger-menu > ul> li > ul > li:has(>ul) >a{
height: 35px;
color: #464646;
}
.main-menu.hamburger-menu > ul > li:has(>ul) > span.open-submenu,.main-menu.hamburger-menu > ul> li > ul > li:has(>ul) > span.open-submenu{
width: 20px;
height: 20px;
display: inline-block;
border-radius: 2px;
/* background-color: var(--primery); */
}
.main-menu.hamburger-menu > ul> li > ul > li:has(>ul) > span.open-submenu::after,ul.product-cat-menu>li >ul>li:has(ul) >span::after{
content:"\f282";
display: inline-block;
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: 800 !important;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: -0.125em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 0.8rem;
color: var(--primery);
margin-right: 6px;
margin-top: 1px;
}
.main-menu.hamburger-menu > ul > li:has(>ul) > span.open-submenu::after,.main-menu > ul> li > ul > li:has(>ul) > span.open-submenu::after,ul.product-cat-menu>li >ul>li:has(ul) >span::after{
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
font-size: 1rem;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
color: var(--primery);
}

.openarrow::after{
transform: rotate(0deg) !important;
-webkit-transform: rotate(0deg) !important;
-moz-transform: rotate(0deg) !important;
-ms-transform: rotate(0deg) !important;
-o-transform: rotate(0deg) !important;
}
.main-menu.hamburger-menu > ul > li > ul {
width: 100% !important;
position: static;
opacity: 1;
visibility: visible;
flex-direction: column;
padding: 0px;
border-radius: 0;
background-color: transparent;
overflow: hidden;
box-shadow: none !important;
border: none;
display: none;
padding: 8px;
}
.main-menu.hamburger-menu > ul > li > ul > li:has(>ul) > a {
font-weight: 500;
font-size: .95rem;
color: var(--content);
}
.main-menu.hamburger-menu > ul > li > ul > li {
width: 100%;
margin: 12px 0;
}
.main-menu.hamburger-menu > ul > li > ul > li > a {
width: 100%;
font-weight: 500;
font-size: 0.9rem;
padding: 0 2px;
color: var(--content);
}
.main-menu.hamburger-menu > ul > li > ul > li > a::before{
display: none;
}
.main-menu.hamburger-menu > ul > li > ul > li:has(>ul) {
width: 100%; 
margin: 0;
}
.main-menu.hamburger-menu > ul > li > ul > li > ul {
margin-top: 0px;
padding-top: 0px;
padding: 8px;
display: none;

}
.main-menu.hamburger-menu > ul > li > ul > li > ul::after {
display: none;
}
.main-menu.hamburger-menu > ul > li > ul:has(li.menu-item-has-children) {
width: 100%;
flex-direction: row;
max-height: none;
flex-wrap: wrap;
}

.openmenus{
height: auto !important;
padding: 10px !important;
}

li.mega-menu {
justify-content: space-between !important;
background-color: transparent;
border-radius: 0;
color: var(--content);
padding: 12px 0 8px 0;
height: auto !important;
}
li.mega-menu>span:first-of-type{
font-weight: 500 !important;
}
.mega-menu> .open-submenu::after {
color: var(--primery) !important;
}


/* }  */
/*-----blog---*/

.news-header
{
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 15px;
  display: block;
}

.single.single-post .news-header
{
  font-size: 1.5rem;
}

.section-news{
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 991px) {

  .news-header
  {
    font-size: 1.5rem;
  }

  .section-news{
      padding: 0 0 30px 0;
  }

  .single.single-post .news-header
  {
    font-size: 1.3rem;
  }

}


.blog_items
{
  display: flex;
      align-items: stretch;
	    border-radius: 20px;
    background: linear-gradient(90deg, rgba(144, 178, 184, 1) 0%, rgba(144, 178, 184, 0) 50%, rgba(144, 178, 184, 0) 100%);
  
}

.blog_text
{
  flex: 0 0 50%;
    padding: 15px;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  
}

.news-img-box figure
{
      height: 195px;
  border-radius: 20px;
  overflow: hidden;
	    margin-bottom: 0;
	margin: 20px;
    margin-right: 0;
}


.news-img-box figure img{
  border-radius: 20px;
  object-fit: cover;
  height: 100%;
  transform: translateX(-30px) scale(1.2);
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translateX(-30px) scale(1.2);
  -moz-transform: translateX(-30px) scale(1.2);
  -ms-transform: translateX(-30px) scale(1.2);
  -o-transform: translateX(-30px) scale(1.2);
}


.news-img-box figure:hover img{
  transform: translateX(30px) scale(1.2);
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translateX(30px) scale(1.2);
  -moz-transform: translateX(30px) scale(1.2);
  -ms-transform: translateX(30px) scale(1.2);
  -o-transform: translateX(30px) scale(1.2);
}

.blog-title
{

  color: #000;
  font-family: 'IRANYekanX';
	font-weight:600;
}

.blog-button{
  color: #000;
  padding-top: 10px;
}


@media only screen and (max-width: 767px) {

  .blog_items
  {
    display: block;

  }
  .news-img-box img{
  
    width: 100%;
  
    
  }

}

/*-----*/
.section-industry{
  padding: 50px 0;
	position:relative;
}

.section-industry:before {
    position: absolute;
    content: "";
    background: #90b2b8;
    width: 100%;
    height: 400px;
    top: 204px;
    z-index: -1;
}



.industry-box figure{
  height: 268px;
  border-radius: 35px;
  position: relative;
   overflow: hidden;
}


.industry-box figure img
{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 35px;
    transform: scale(1);
    max-width: 100%;
    transition: 0.5s ease all !important;

}

.industry-box:hover img{
  transform: scale(1.2);
}





@media only screen and (max-width: 991px) {

  .section-industry{
    padding: 30px 0;
  }

}

/*--------landing product---------------------------*/



.section-product{
  padding: 50px 0;
}

@media only screen and (max-width: 991px) {

  .section-product{
    padding: 30px 0;
  }

}

.section-product-header {
  width: 100%;
  font-weight: 700;
  display: inline-block;
  font-size: 2rem;
}


.section-product-header-svg
{
	    background: #82a1a4;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 5px;
    transform: rotate(19deg);
	    fill: #ededed;
}
.arrow-down-short
{
	    display: flex;
	margin: auto;}
@media only screen and (max-width: 767px) {
    .section-product-header  {
        font-size: 1.5rem;
    }
}

.section-product-subheader {
  color: var(--primery);
  padding-bottom: 30px;
  display: block;
}


@media only screen and (min-width: 992px) {

  .section-product{
   
    background: url(../image/Group5140.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  

}




.custom-dropdown {
  position: relative;
  width: 250px;
 
}




.dropdown-header {
  background: #EDEDED;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  z-index: 2;
  position: relative;
  border-radius: 25px;
}

.dropdown-list{
  display: none;
  position:relative;
  background: #000;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 25px 0 0; 
      border-radius: 0 0 29px 29px;
	top:-19px;
}

.dropdown-list.show{
  display: block;
}


.dropdown-list li {
  cursor: pointer;

  padding: 5px 15px;
}
.dropdown-list li:not(:last-child){
  border-bottom: 1px solid #707070;
}
.dropdown-list li:last-child{
  border-radius: 0 0 25px 25px;
}
.dropdown-list li:hover {
 background-color: #b1b1b1;
}

.landing-product-box
{
 
    display: flex;
 
}
.landing-product-box figure
{
  height: 300px;
  flex: 0 0 10%;
  margin-left: 15px;
}



.products-text1
{
  font-size: 1.5rem;
	position:relative
}
.products-text1 p{
	
    position: relative;
    width: fit-content;	
}
.products-text1 p:before{
	content:"";
	position:absolute;
	background:#82a1a4;
	height:1px;
	    width: 100%;
    bottom: -7px;
	
	
}
@media only screen and (max-width: 767px) {
    .products-text1 {
        font-size: 1.3rem;
    }
}



.custom-dropdown-column
{
       display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 15px;
      position: relative;
}


#productTitle{

   font-family: 'IRANYekanX';
	font-weight:600;
  font-size: 1.5rem;
}

#productPrice{
   font-family: 'IRANYekanX';
	font-weight:600;
  font-size: 1.5rem;
  color: var(--primery);
}

.product-price-box{
  padding-top: 15px;
}

.product-image
{
  flex: 0 0 150px;
}

.product-button
{
  font-size: 1rem !important;
  border: 0 !important;
  background-color: var(--primery) !important;
  outline: 0 !important;
  padding: 5px 35px;
  border-radius: 60px;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
}

.product-button a{
  color: #fff;
}


.product-image-box
{
       display: flex;
      flex-direction: column;
      justify-content: space-evenly;
}




.popup-product-name-big{
   font-family: 'IRANYekanX';
	font-weight:600;
}
.popup-box
{
  display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #EDEDED;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 35px;
  z-index: 1000;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.close-btn {
  color: red;
  cursor: pointer;
  padding: 2px;
}


.popup-container
{
    display: flex;
   
}

.product-details
{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.product-detail-item{
  display: flex;
  width: 33%;
  
}

.popup-box-span
{
  display: block;
  width: 100%;
  padding: 5px;
  font-size: .9rem;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}






.popup-box-price{
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
}

.popup-product-name{
  color: var(--primery);
  font-size: 1rem;
}
@media only screen and (max-width: 1440px) {

  .popup {

    width: 80%;
  }

}

@media only screen and (max-width: 1200px) {

  .popup {

    width: 85%;
  }

}


@media only screen and (max-width: 991px) {
.popup-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.landing-product-box figure {
  height: 200px;
  flex: auto;
}
.popup-box-price {

  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-detail-item {
 width: 100%;
}

.popup {

  width: 95%;
}
}

li.selected {
  background-color: #ededed;
  color: #000; 
  font-weight: bold;
  border-radius: 0px;
}

.hide-selected #selected-type,
.hide-selected #selected-size{
  display: none !important;
}


/*------------------*/
.top-footer-text
{
  text-align: center;
  display: block;
  font-size: 1.5rem;
  padding: 30px 15px 10px 15px;
}

.top-footer-img{
display: flex;
    justify-content: center;
    position: relative;
    background: #82a1a4;
    width: 270px;
    color: #fff;
    border-radius: 60px;
    margin: auto;
    padding: 10px 15px;
    align-items: center;
    gap: 12px;
}

.top-footer-img svg
{
	    transform: rotate(267deg);
}


.top-footer-img figure{
	
	    flex-shrink: 0;
    max-width: 100%;
    height: auto;
    margin: 0 15px;
	
}
.top-footer-phone
{

   background: #fff;
    border-radius: 60px;
    padding: 0px 20px;
align-items: center;
    gap: 5px
    display: flex;
  justify-content: center;
    color: var(--primery);
}


@media only screen and (max-width: 767px) {

	.top-footer-phone {
 
    padding: 0px 10px;
		
	}
	
	
	
}


/*---------------------------------*/

.bestsell_products_items
{
  border-radius: 35px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90deg,rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 0) 24%, rgba(237, 237, 237, 1) 62%, rgba(237, 237, 237, 1) 100%);
    align-items: center;
	    overflow: visible;
}
.bestsell_products_title
{
    display: block;
     font-family: 'IRANYekanX';
	font-weight:600;
    font-size: 1.3rem;
    color: #90b2b8;
    padding: 20px 20px 5px 5px;
}

@media only screen and (max-width: 991px) {
	
	.bestsell_products_title{

        font-size: 1.1rem;
	        white-space: nowrap;
	
	}
	
}



.bestsell_products_subtitle
{
	color: #90b2b8;
    display: block;
    padding-right: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}


.bestsell_products_figure
{
        height: 175px;
    padding: 10px;
	    margin-bottom: 0;
  
 
}

.bestsell_products_figure img
{

    transform: scale(1);
    max-width: 100%;
    transition: 0.5s ease all !important;

}





.bestsell_products_figure:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}




.bestsell-button {
 font-size: .9rem;
    color: #fff;
    position: relative;
      font-family: 'IRANYekanX';
	font-weight:600;
    display: inline-block;
    margin-bottom: 15px;
    bottom: 10px;
       right: 15px;
    background: #90b2b8;
    border-radius: 25px;
    padding: 0px 18px;
}


.section-service
{
  padding: 50px 0;
}

.sevices-header
 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 767px) {

  .sevices-header
  {
   font-size: 1.5rem;
  }


}

.product-page-txt{
  text-align: justify;
}


       
.section_custom{
	position:relative
}

.header__center {
    font-size: 2rem;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
	    padding-bottom: 15px;
    font-weight: 600;
	    max-width: 700px;
    margin: 0 auto;
}
.header__center2{
	    max-width:100%;
	
}
.header__center_product {
    font-size: 1.5rem;

  
}

.header__center_product2 {
    font-size: 1.5rem;
      justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    font-weight: 600;
    max-width: 700px;
    margin: 0 auto;
	display: flex;
  
}


.header__center::before,
.header__center::after {
    content: "";
    display: block;
    height: 2px;
    background-color: rgb(130 161 164);
}

.custom-select{
    position: relative;
    width: 250px;
}

.custom-select select{
    width: 100%;
    height: 45px;
    outline:0;
    padding: 0 15px;
    padding-left: 60px;
   outline:0;
        border: 2px solid #f3f3f3;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ededed;
   font-size: 14px;
    direction: rtl;
}

.custom-select .arrow{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: #7aa6ad;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    pointer-events: none;
}

.product-filter-form select:focus{
    outline:none;
    border-color:#111;
}

@media (max-width: 768px) {
   .filter-group .custom-select{
    position: relative;
    width: 100%;
}
}

.request-popup{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.request-popup-content{
    background: #fff;
    width: 400px;
    max-width: 95%;
    padding: 30px;
    border-radius: 12px;
    position: relative;
}

.close-popup,.close-popup2{
        position: absolute;
    top: 0px;
    right: 15px;
    cursor: pointer;
    font-size: 25px;
    color: #000;
	    cursor: pointer;
}
/*--------------------*/
.request-form
{
	 background: #ededed;
    padding: 20px 15px;
    margin-bottom: 15px;
    border-radius: 20px
}


.request-submit {
 font-size: 1rem !important;
  border-radius: 5px;
    color: #fff;
    margin-top: 0;
    width: 100%;
   background: #82a1a4 !important;
	  outline: 0 !important;
  padding: 5px 35px;
	border: 0 !important;
}

.wpcf7-submit
{
  
  font-size: 1rem !important;
  border-radius: 5px;
    color: #fff;
    margin-top: 0;
    width: 100%;
   background: #82a1a4 !important;
	  outline: 0 !important;
  padding: 5px 35px;
	border: 0 !important;
 
}
.wpcf7-form-container {
    flex: 1;
    width: 100%;
}


.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    flex: 1;
    border: none;
    border-radius: 5px;
    background-color: #EDEDED;
    padding: 5px 20px;
    font-size: 1rem;
    outline: none;
    transition: border 0.3s ease;
    border: 2px solid #EDEDED;
    width: 100%;
}
input:focus, select:focus, textarea:focus {
  border: 2px solid var(--primery);
}

.request-form input {
   
    background-color: #fff!important;
}
.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
	padding-left: 21px;
}

.loader,.response
{
	    text-align: center;
    display: block;
	color:#000!important
}

.open-request-popup{
	cursor:pointer
}
.request-popup-title
{
	    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}



.categoty_card_item
   {
	   
	     position:relative;
	       border-radius: 35px;
        height: 268px;
  
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   
	   
}
.category_products_figure img {
    object-fit: cover;
    height: 268px !important;
	    display: flex;
    justify-content: center;
    margin: auto;
	border-radius: 35px;
}

.category_products_figure {
    margin: 0;
}
.category_products_title_holder
{
	position: absolute;
    bottom: 0;
    background: #82a1a482;
    width: 100%;
    border-radius: 0 0 35px 35px;
    color: #fff;
    text-align: center;
}

.category_products_title {
    display: block;
     font-family: 'IRANYekanX';
	font-weight:600;
    color: #fff;
    padding: 15px;
}




