/*-----------slider---------------*/



#carouselExample {
  position: relative;
     height: calc(100vh - 30px);
  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 - 30px);
    object-fit: cover;
}

.carousel-text{
   position: absolute;
   
    top: 41%;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
   width: 50%;
    height: 100%;
   display: flex;
   align-items: center;
    color: #fff;
    background: linear-gradient(269.91deg, #064C89 1.47%, rgba(6, 76, 137, 0) 99.42%);
    right: 0;
    
  }
  .carousel-text{
    height: 100%;
  }
  .carousel-text h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  
  .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;
  font-size: 1.5rem;
  display: block;
      font-weight: 600;
          color: #fff;
}

.slider_text2
{
     display: block;
        color: #fff;
    
}


.slider-video
{
  width: 100% !important;
  height: 100vh;
  object-fit: cover;
}





.carousel-indicators button.active {
  border: 3px solid #fff !important;
  opacity: 1;
  background: #f48a70 !important;
}
@media only screen and (min-width: 1024px) {
.carousel-indicators{
 
  bottom: 0px;
 text-align: center;
}
}

@media only screen and (max-width: 1023px) {
  .carousel-indicators .container{
    display: flex;
        justify-content: center;
  }
  }


@media only screen and (max-width: 1200px) {
#carouselExample {

     height: calc(50vh - 30px);
 

}
.carousel-inner img {
        height: calc(50vh - 30px);
    
}

}

@media only screen and (max-width: 767px) {

.slider_text1 {

    font-size: .9rem;
	}
}




.carousel-control-prev svg,.carousel-control-next svg
{
  vertical-align: middle;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
}


.carousel-control-next, .carousel-control-prev {

    z-index: 2;
}



/*--------------------------*/

.section-about
{
    padding: 50px 0;
}


.about_title{
    font-size: 1rem;
    margin-bottom: 25px;
    display: block;
    font-weight: 600;
    color: var(--primery);
    position: relative;
    padding-right: 10px;
}

.about_title::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 30px;
    background-color: rgb(42, 189, 87);
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.about_text{
  text-align: justify;
}




.about-img{
      display: flex;
    justify-content: center;
}
.about_links_holder
{
    display: flex;
    justify-content: space-around;
        flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
.about_links {
    font-size: .9rem;
     margin-bottom: 15px;
}

}
@media only screen and (max-width: 375px) {
.about_links {

    flex: 0 0 50%;
   
}
}



.about_links{
      display: flex;
      flex-direction: column;
      align-items: center;
      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;
}
.about_links img,.about_links a{
 
      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;
}
.about_links:hover img
{
   transform: scale(.9);
}



.about_links a{
  color: var(--primery);
}

.about_links:hover a
{
   color: #29adff;
}


.row-about
{
      align-items: center;
}










/*---------------------*/

.section-service
{
      padding-bottom: 50px;
}


/*------------------------*/


.details_title{
    font-size: 1rem;
    margin-bottom: 25px;
    display: block;
    font-weight: 600;
    color: var(--primery);
    position: relative;
    padding-right: 10px;
}

.details_title::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 30px;
    background-color: rgb(42, 189, 87);
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.details_text{
  text-align: justify;
}


.style_text li{
      position: relative;
    list-style-type: none;
    font-weight: 600;
    padding-right: 5px;
}
.style_text li::before{
    content: "";
    position: absolute;
    background: url(../image/check.svg);
    right: -37px;
    width: 40px;
    height: 40px;
        top: -5px;
}




@media screen and (min-width: 992px) {

.details_text_right{
 padding-left: 30px;
}

}



/*---------------------------*/




.section-faq{
  padding: 50px 0;
}
.faq_title{
  position: relative;
      padding-right: 10px;
}
.faq_title::before
{
      position: absolute;
    content: "";
    width: 3px;
    height: 30px;
    background-color: #2ABD57;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.faq_text{
 padding-bottom: 30px;
    text-align: justify;
    padding-top: 8px;
}

.faq-holder{
  background-color: var(--primery);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 30px;
  color: #fff;

}
.accordion-container{
  display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.faq-img
{
  display: flex;
    justify-content: center;
    margin: auto;
}






.accordion {
  flex: 0 0 60%;
}

@media screen and (max-width: 991px) {
  .accordion-container{
    flex-direction: column;
  }
.accordion {
  flex: 0 0 100%;
}
.faq-holder{

  padding: 30px 15px;
}

.faq-img
{
margin-top: 30px;
}


}

.item {
  background: #fff;
  margin-bottom: 12px;
    border-radius: 12px;
    color: var(--primery);
  overflow: hidden;
  transition: all 0.3s ease;
}

.title {
  padding: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  background: #fff;
  color: var(--primery);
}

.content {
  color: var(--primery);
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  line-height: 1.5;
  font-size: .9rem;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.item.open .content {

 margin-bottom: 30px;
      text-align: justify;
}

.icon {
  transition: transform 0.3s ease;
      color: #2ABD57;
      font-size: 20px;
}

.item.open .icon {
  transform: rotate(45deg); /* + becomes × */
}



  .slow-move {
    display: inline-block;
    animation: gentleSideMove 3s ease-in-out infinite;
    -webkit-animation: gentleSideMove 3s ease-in-out infinite;
}

  @keyframes gentleSideMove {
    0%   { transform: translateX(0px); }
    25%  { transform: translateX(-5px); }
    50%  { transform: translateX(0px); }
    75%  { transform: translateX(5px); }
    100% { transform: translateX(0px); }
  }



/*-------------------------*/

.section-video{
padding-bottom: 50px;
}
.news-box:hover
{
       background: #00A9FF;
	color:#fff
}
.news-box:hover a
{
    
	color:#fff
}
/*--------------------------*/




@media (max-width:767px) {
.section-about {
    padding: 30px 0;
}
.section-service {
    padding-bottom: 30px;
}
.section-faq {
    padding: 30px 0;
}
.section-video{
padding-bottom: 30px;
}
}