
#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;
    background: #00000066;
    
  }
  .carousel-text{
    position: absolute;
  bottom: 108px;
    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: flex-end;
  align-items: center;

}



  .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: 1.7rem;
    
}

.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_text4 {
    position: relative;
    top: 50px;
  }
  .slider_text5 {
    position: relative;
    top: 60px;
  }

}

.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;
  }

  


}
.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: 50vh;

}

.carousel-inner img {
  height: 50vh;
 
}

.slider-video {

  height: 50vh;
 
}


  }
/*--------------------------*/

.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: 60px;
  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: 40px;
  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: 40px;
  padding: 20px;
  font-size: .9rem;
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service_items a{
  color: unset;
}
.service_title
{
    padding-top: 20px;
    display: inline-block;
    font-family: 'IRANYekanX-Bold';
    font-size: 1.2rem;
}
.icon-service{
       padding-top: 20px;
    float: left;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.box-circle
{
  border-radius: 33px;
    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;
}


}