
.aboutussubtext{
    font-size: 15px;
}

.bg-aboutus {
    background-color: #2b3991 !important;
}

.aboutussubtext{
    color: aliceblue;
}

.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    /* height: 100vh; */
    top: 50%;
    left: 0;
    margin-top: -20px;
    padding: 0 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
  }
  
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23A036;
    background: #FFC600;
    border-radius: 40px;
    font-size: 22px;
    opacity: .1;
    transition: .3s;
  }
  
  .about1-maintext{
    font-size: 40px;
    text-align: center;
  }
  .about1-subtext{
    padding-top: 2%;
    text-align: center;
    font-size: 20px;
    padding-bottom: 2%;

  }

  
/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
    width: 100%;
    height: auto;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.service-item p{
    font-size: 15px;
}

.ptext{

}

.about2-maintext{
    font-size: 4rem;
    text-align: center;
    padding-top: 6%;
    color: #fff;
  }
  .about2-subtext{
    padding-top: 2%;
    text-align: center;
    font-size: 20px;
    padding-bottom: 2%;
    color: #fff;

  }

  .servciesbtn{
   text-align: center;
  }






  /* new card css */

  
.deck{
    display: flex;
  }
  
  .card-space{
  }
  
  .card-space:hover .card{
    transform: rotateY(-180deg);
  }
  
  .card{
    border-radius: 10px;
    height: 300px;
    margin: 10px;
    width: 200px;
    position: relative;
    transform-style: preserve-3d;
    transition: all duration ease;
    & h1{
      margin-top: 5px;
    }
    & p{
      margin-top: 0px;
    }
  }
  
  .face{
    border-radius: 10px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
    & h1{
      padding: 0;
    }
    background-color: lighten(bg, 5%);
    padding: 20px;
    position: absolute;
    height: 100%;
    width: 100%;
    &.front{
      text-align: center;
      z-index: 20;
      backface-visibility: hidden;
      transform: rotateY(0deg);
      
    }
    &.back{
      transform: rotateY(180deg);
      backface-visibility: hidden;
    }
  }
  


  /* faqs */

  
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #857fcf;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: orange;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: orange;
  border: 1px solid #857fcf;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #857fcf;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}



.Comumnitytext1{
  color: #fff;
}
.c1 {
  padding-top: 5%;
}



.aboutuslider{
  padding-top: 9%;
}

.carousel-item {
  height: 137vh;
}


.aboutus-img{
height: 100%;
}

.carousel-indicators {
  width: 100%;
  /* top: 0; */
  top: 482px;
  bottom: 0;
  right: calc(100% - 60px);
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.p6{
  height: 350px;
}

.text-muted{
  color: #b3bdc759 !important;
}

.text-c{
  color: #777777;
}

.learn .d-flex{
    display: flex !important;
    flex-direction: row;
}
  
  
