
/*--------------------------*/

.section-about
{
    padding: 100px 0 150px 0;
    position: relative;
}
.section-about .container{
  position: relative;
}
.section-about .container::before{
  content: "";
  position: absolute;
  background: url(../image/about.svg);
  width: 750px;
  height: 800px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}


.section1_title
{
    font-size:2rem;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}
.about-text{
  position: relative;
  z-index: 2;
}
.about-button{
  position: relative;
  z-index: 2;
}
.about-button span
{
  background-color: var(--primery);
  padding: 5px 35px;
  border-radius: 20px;
  color: #fff;
   margin-top: 15px;
}

@media only screen and (max-width: 991px) {


.section1_title {
  font-size: 1.5rem;


}

}

@media only screen and (max-width: 767px) {
.section-about .container::before {

  background-position: center;
  right: 0;
  opacity: .5;
}

}




/*--------------------------*/
.section-section2{
  padding: 0px 0 50px 0;
}

.section2_text
{
  background-color: var(--primery);
  padding: 50px 100px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section2_text::before{
  position: absolute;
  content: "";
  background: url(../image/Group.jpg);
  width: 100%;
  height: 900px;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}

.section2_text::after{
  position: absolute;
  content: "";
  background:#7CA6AD52;
  width: 100%;
  height: 900px;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;

}



.section2_text p{
  position: relative;
  z-index: 2;
}


@media only screen and (max-width: 767px) {
  .section2_text {
    padding: 30px 20px;
}

}

/*--------------------------*/







.service_items
{
    border-radius: 20px;
    padding: 50px 15px;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    min-height: 195px;
    align-items: center;
	position:relative;
	    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.service_items:before{
    position:absolute;
	content:"";
	background: #0000008f;
	width:100%;
	height:100%;
	 border-radius: 20px;
	 inset:0;
    z-index:1; 
}

.service_text{
    z-index:2;
    position: relative;
transition: none;  
}

.service_items:hover .service_title{
     transform: translateY(-12px) scale(1.2);         
}



.service_items a{
  color: unset;
}


.service_title{
    display: inline-block;
     font-family: 'IRANYekanX';
	font-weight:600;
    font-size: 1.2rem;
      transform: translateY(0) scale(1);
    transition: transform .35s ease;
	z-index:2;
	   position: relative;
}




.icon-service{
       padding-top: 20px;
    float: left;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.box-circle
{
  border-radius: 20px;
    padding: 2px 15px;
    display: inline-block;
    border: 1px solid;
    font-size: .8rem;
    margin-bottom: 5px;
    width: 32%;
    text-align: center;
}





/*------------------------------*/

.section-support{
  padding: 50px 0;
}




.support-box
{
  height: 100px;
}


/*__________________________________*/



@media only screen and (max-width: 991px) {

  .section-about {
    padding: 50px 0;
}
  .section-support{
    padding: 30px 0;
  }
  .section-service {
    padding: 30px 0;
}


}

.back-last-section
{
	border-radius: 20px;
    height: 200px;
	position:relative
	
}
.back-last-section:before{
	    position: absolute;
    content: "";
    background: #0000008f;
    width: 100%;
    height: 100%;
    border-radius: 20px;
	
	
}
.text-last-section
{
	    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    font-weight: 600;
    font-size: 1.2rem;
	
}
@media only screen and (min-width: 9921px) {
.text-last-section-custom{
	
	    left: 30px;
    right: unset;
    bottom: 15px;
    top: unset;
	
}
}
.section-section-last
{
	    padding: 150px 0 0px 0;
	    position:relative;
	    margin-top: 30px;
	
}

.section-section-last:before{
	 position: absolute;
    content: "";
    background: #90b2b8;
    width: 100%;
    height: 300px;
    top: 0;
	
}
@media only screen and (max-width: 991px) {
.section-section-last

 {
    padding: 55px 0 0px 0;
}
.back-last-section {
   
    height: 150px!important;	
	
	}
}


.industry_back
{
	width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 80px;
}




.industry_holder{
position:relative	
	
}
.industry_txt
	{
		position: absolute;
    left: 100px;
    bottom: 53px;
    margin: auto;
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
   
	}


.industry-video {
  width: 100% !important;
    height: 220px;
    object-fit: cover;
    border-radius: 35px;
    margin-top: 80px;
}



@media only screen and (max-width: 991px) {
    .header__center {
        font-size: 1.5rem;
    }
	
	
	.industry_txt
	{
	
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
	}
	
	
	
}


.bestsell_products_link{
    flex: 0 0 50%;
	
	
}