/* section-one */
.section-one{
  border-radius: 30px 30px 30px 30px;
}
 .org {
  color: #3c64aa;
}
.section-one .org{
  font-size: 23px;
  text-align: center;
  margin-top: 20px;
}
.p-light{
  color: #69828d;
  font-size: 13px;
  line-height: 32px;
}
#section-tow .boxing-content-tow{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
}
#box2-tow .text-tow {
  text-align: center;
}
.odometer{
  position: relative;
  display: flex !important
;
  justify-content: center;
}
.odometer-inside {
  direction: ltr;
}
.odometer::before{
  content: "+";
  font-size: 24px;
  font-weight: 700;
  margin-right: 2px;
}
.odometer#clients3{

}
.more{
  background-color: transparent !important;
  border: 1px solid #ac194d !important;
  color: #ac194d !important; 
}
/*.btn-one {*/
/*  outline: unset;*/
/*  border: unset;*/
/*  background-color: #69828d;*/
/*  color: white;*/
/*  border-radius: 8px;*/
/*  padding: 10px;*/
/*  font-size: 14px;*/
/*  width: max-content !important;*/
/*}*/
/* <!-- section-tow --> */
.section-tow {
  margin: 100px 0;
}
.img.img-tow i {
  color: white;
}
.box2-tow{
  background-image: url(../image/about1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #69828d;
  padding: 27px 0px 0px 0px;
  background-size: cover;
  height: 200px;
  border-radius: 30px;
  margin-bottom: -100px;
  position: relative;
}
.box2-tow::before{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.32);
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 30px;

}

.section-tow .content-tow h2 {
  color: white;
  font-size: 23px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.content-tow p{
  font-size: 13px;
}
.boxing-tow{
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 51px auto;
  padding: 10px;
}
.boxing-content-tow{
  padding: 14px 14px 14px 14px;
    background-color: #FFFFFF;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 205px auto;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 0px 30px 0px rgba(104.99999999999999, 130.00000000000003, 141, 0.2);
  position: relative;
  
}
.section-tow .text-tow h2 {

  text-align: center;
  padding: 10px;
  margin: 0;
}
.section-tow .text-tow h2 i {
  font-size: 40px;
  color: #b9212b;
}

.section-tow .text-tow p{
  color: #54595f;
  font-size: 16px;
  text-align: center;
}

.section-tree-1{
  margin-top: 140px;
  margin-bottom:145px;
  padding: 0px 0px 0px 0px;
}
/* <!-- section-tree --> */
.content-tree{
  color: #7a7a7ab0;
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
  font-weight: 800;
}
.sevtion-tree .img-tow{
  width: 65px;
  background-color: #3c64aa;
  border-radius: 50%;
  height:65px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-tree {
  transform: rotate(260deg);
}
.col-lg-4.mb-2.d-flex.justify-content-end.desc {
  justify-content: center !important;
}
.sevtion-tree .org {
  font-size: 20px;
}
.box-tree {
  border-radius: 20px;
}

.back-tree {
  width: 20%;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
@media(max-width:992px){
  .content-fore {
    padding: 0 !important;
  }
  .desc{
    display: none !important;
  }
  .section-one{
    margin-top: 30px;
  }
  .section-one .org {
    font-size: 21px;
    text-align: center;
    margin-top: 20px;
    line-height: 35px;
  }
  .p-light{
    text-align: justify;
  }
}
@media(max-width:768px){
  #section-tow .boxing-content-tow{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
  }
  .box-tree.content-header {
    display: flex
  ;
    flex-direction: column;
    align-items: center;
  }
  .sevtion-tree .org {
    text-align: center;
    margin: 10px 0;
  }
  .section-tow .text-tow h2 i {
    font-size: 45px;
  }
  .boxing-tow{
    padding: 0;
  }
  .section-tow .text-tow p {
    font-size: 14px;
  }
  .social-media i.fa-solid.fa-phone {
    font-size: 18px;
  }
  .social-media i {
    font-size: 25px;
  }
  .social-item {
    background-color: #3c64aa;
    width: 45px;
    height: 45px;
  }
  .box-right-footer h4 {
    font-size: 16px;
  }
  }