.button-area {
  margin-top: 30px;
}
.aboutus_module .aboutus_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  flex-flow: row wrap !important;
  -moz-flex-flow: row wrap !important;
  -webkit-flex-flow: row wrap !important;
  -o-flex-flow: row wrap !important;
  justify-content: flex-start !important;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}
.aboutus_module .aboutus_flex-item.item-style1 {
  flex-basis: 50%;
  -moz-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -o-flex-basis: 50%;
  padding: 10px;
}
.aboutus_module .aboutus_flex-item.item-style2 {
  flex-basis: 33.33%;
  -moz-flex-basis: 33.33%;
  -webkit-flex-basis: 33.33%;
  -o-flex-basis: 33.33%;
  padding: 10px;
}
.aboutus_module .aboutus_box {
  background-color: #fff;
  border: 1px solid #eef0f2;
  padding: 25px;
  position: relative;
  background-color: #fff !important;
}

.aboutus_module .item-style2 .aboutus_box {
  background-color: #f6f8f9 !important;
}
.aboutus_module .item-style1 .aboutus_box {
  transition: 0.3s;
}
.aboutus_module .aboutus_box:hover {
  box-shadow: 0 3px 20px #dee0e2 !important;
  cursor: pointer;
  border: 1px dashed #f6115a !important;
  transform: scale(1.03);
}
.aboutus_module .item-style2 .aboutus_box:hover {
  background-color: #fff !important;
}
.aboutus_module .item-style2 .aboutus_box .aboutus_image {
  height: 100%;
  width: 100%;
}
.aboutus_module .item-style2 .aboutus_image {
  float: none;
  margin-bottom: 10px;
  margin-right: 0;
}
.aboutus_module .aboutus_title {
  color: #04101c;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700 !important;
  margin-bottom: 10px;
}
.aboutus_module .item-style2 .aboutus_desc,
.aboutus_module .item-style2 .aboutus_desc p {
  margin-bottom: 0;
}
.aboutus_module .aboutus_image img {
    /* padding: 10px 10px; */
    object-fit: cover !important;
}
.aboutus_module .item-style1 .aboutus_desc p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .aboutus_module .aboutus_flex-item.item-style1:first-child,
  .aboutus_module .aboutus_flex-item.item-style1:second-child {
    padding-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .aboutus_module .aboutus_flex-item.item-style1 {
    flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -o-flex-basis: 100%;
    -ms-flex: auto;
  }
  .aboutus_module .aboutus_title {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .aboutus_module .aboutus_flex-item.item-style2 {
    flex-basis: 50%;
    -moz-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -o-flex-basis: 50%;
    -ms-flex: auto;
  }
}
@media (max-width: 480px) {
  .aboutus_module .aboutus_flex-item.item-style2 {
    flex-basis: 100%;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -o-flex-basis: 0%;
    -ms-flex: auto;
  }
  .aboutus_module .item-style1 .aboutus_box {
    display: block !important;
  }
}
@media (max-width: 425px) {
  .aboutus_module .aboutus_box {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .aboutus_module .item-style2 .aboutus_box:after {
    left: 20px !important;
  }
  .aboutus_module .aboutus_flex {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .aboutus_module .aboutus_flex-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.aboutus_module .item-style2 .aboutus-cta {
  display: none !important;
}
.aboutus_module .aboutus-cta a {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.aboutus_module .aboutus-cta {
  margin-top: 10px;
}
.aboutus_module .aboutus-cta a:hover {
  background: none !important;
  color: #000 !important;
}

/* why coose use style start */
.box{
    display: flex;
    flex-direction: row;
}
.circle{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: hotpink;
    display: flex;
    justify-content: center;
    align-items: center;
}
.root1{
    flex-direction: column;
    text-align: center;
}
.sec1{

}
.sec1 h1{
    margin: 0%;
    letter-spacing: 2px;
    color: #42b883;
    font-size: 25px;
}
.sec1 p{
    font-style: italic;
    font-weight: 500;
    margin: 10px;
}
.sec1 .circle{
    background-color: #42b883;
}
.sec2{

}
.sec2 h1{
    margin: 0%;
    letter-spacing: 2px;
    color: #347474;
    font-size: 25px;
}
.sec2 p{
    font-style: italic;
    font-weight: 500;
    margin: 10px;
}
.sec2 .circle{
    background-color: #347474;
}
.root2{
    width: 60%;
    display: flex; 
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.root2 img{
    width: 350px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.root3{
    text-align: center;
}
.sec3{
}
.sec3 h1{
    margin: 0%;
    letter-spacing: 2px;
    color: #35495e;
    font-size: 25px;
}
.sec3 p{
    font-style: italic;
    font-weight: 500;
    margin: 10px;
}
.sec3 .circle{
    background-color: #35495e;
}
.sec4{
}
.sec4 h1{
    margin: 0%;
    letter-spacing: 2px;
    color: #ff7e67;
    font-size: 25px;
}
.sec4 p{
    font-style: italic;
    font-weight: 500;
    margin: 10px;
}
.sec4 .circle{
    background-color: #ff7e67;
}
@media screen and (max-width:1024px){
    .container{
        height: fit-content;
    }
    .box{
        flex-direction: column;
        row-gap: 0px;
        height: fit-content;
    }
    .root1{
        width: 100%;
        height: fit-content;
        order: 2;
        row-gap: 30px;
        font-size: 20px;
    }
    .root2{
      
        width: 100%;
        height: fit-content;
        order: 1;
        text-align: center;
    }
    .root3{
        width: 100%;
        height: fit-content;
        order: 3;
        row-gap: 30px;
        font-size: 20px;
    }

    /* ab add */
    .sec1{
      height: auto!important;
    }
    .sec2{
      height: auto!important;
    }
    .sec3{
      height: auto!important;
    }
    .sec4{
      height: auto!important;
    }
}
@media screen and (max-width:630px){
    .container{
        padding:20px 0px;
        height: fit-content;
        width: 80%;
    }
    .box{
        flex-direction: column;
        /* row-gap: 30px; */
        row-gap: 0px;
        height: fit-content;
    }
    .root1{
        width: 100%;
        height: fit-content;
        order: 2;
        row-gap: 30px;
        font-size: 20px;
    }
    .root2{
        width: 100%;
        height: fit-content;
        order: 1;
    }
    .root3{
        width: 100%;
        height: fit-content;
        order: 3;
        row-gap: 30px;
        font-size: 20px;
    }
}
.credit a{
    text-decoration: none;
    color: #000000;
    font-weight: 800;
}
.credit{
    color: #000000;
    text-align: center;
    margin-top: 10px;
    font-family: Verdana,Geneva,Tahoma,sans-serif;
}
.credit span{
    color:tomato;
    font-size:20px;
}
