.icon svg {
  width: 30px;
  height: 30px;
}
.icon svg {
  fill: #0236A6;
}

.bn-category-item {
  background: #F0F8FF;
  border: 1px solid #F0F8FF;
  border-radius: 60px;
  padding: 50px 40px;
  transition: all 0.4s;
}
.bn-category-item .bn-cate-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding-bottom: 24px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.4s;
}
.bn-category-item .bn-cate-head .icon {
  width: 68px;
  height: 68px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bn-category-item .bn-cate-head .cont .clam {
  font-size: 15px;
  color: #748AA0;
  display: block;
  margin-bottom: 12px;
  font-family: "DM Sans", sans-serif;
}
.bn-category-item p {
  color: var(--pra);
  font-size: 16px;
  margin-bottom: 38px;
}
.bn-category-item:hover {
  border-color: var(--base);
}
.bn-category-item:hover .bn-cate-head {
  border-bottom: 1px solid var(--base);
}
.bn-category-item:hover .cate-btn svg {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .bn-category-item {
    padding: 24px 18px;
    border-radius: 5px;
  }
  .bn-category-item .bn-cate-head {
    padding-bottom: 17px;
    margin-bottom: 16px;
    gap: 14px;
  }
  .bn-category-item .bn-cate-head .icon {
    width: 68px;
    height: 68px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bn-category-item p {
    margin-bottom: 24px;
  }
}

.cate-btn {
  font-weight: 500;
  color: #032B52;
  transition: all 0.4s;
}
.cate-btn svg {
  transition: all 0.4s;
}
.expert-head{margin-bottom:10px!important;}
.about-ourcompany {
  position: relative;
  z-index: 6;
  padding: 80px 80px;
}
.about-ourcompany::before {
  position: absolute;
  width: 100%;
  height: 500px;
  content: "";
  top: 0;
  left: 0;
  background: var(--base);
  z-index: 0;
  border-radius: 60px;
}
@media (max-width: 1199px) {
  .about-ourcompany {
    padding: 20px 34px;
  }
  .about-ourcompany::before {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .about-ourcompany {
    padding: 0px 34px 60px;
    margin-top: 60px;
  }
  .about-ourcompany::before {
    display: none;
  }
  .about-ourcompany .cmn--btn {
    background: var(--base) !important;
  }
  .about-ourcompany .cmn--btn span {
    color: #fff !important;
  }
  .about-ourcompany .cmn-section-title {
    max-width: 700px;
  }
  .about-ourcompany .cmn-section-title h2 {
    color: #000 !important;
  }
  .about-ourcompany .cmn-section-title p {
    color: #545252 !important;
  }
}
@media (max-width: 575px) {
  .about-ourcompany {
    padding: 0px 12px 60px;
  }
}

.follower {
  position: absolute;
  left: -50px;
  top: -50px;
}

@media (max-width: 1600px) {
  .follower {
    position: absolute;
    left: 30px;
    top: -70px;
  }
}
.company-about-section {
  position: relative;
  z-index: 1;
}

.about-company-thumb {
  border-radius: 60px;
  width: 100%;
}
.about-company-thumb img {
  border-radius: 60px;
  width: 100%;
}
@media (max-width: 991px) {
  .about-company-thumb {
    display: none;
  }
}

.about-indetails {
  display: flex;
  flex-wrap: wrap;
  padding-top: 90px;
  margin-bottom: 10px;
}
.about-indetails .indetails-item {
  width: 50%;
}
.about-indetails .indetails-item p {
  color: #748AA0;
  max-width: 231px;
}
.about-indetails .indetails-item .title {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .about-indetails {
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  .about-indetails .indetails-item {
    width: 50%;
    text-align: center;
  }
  .about-indetails .indetails-item .expert-head {
    display: grid !important;
    justify-content: center !important;
  }
  .about-indetails .indetails-item .expert-head img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  .about-indetails .indetails-item {
    width: 100%;
    text-align: start;
  }
  .about-indetails .indetails-item .expert-head {
    display: grid !important;
    justify-content: flex-start !important;
  }
  .about-indetails .indetails-item .expert-head img {
    margin: auto 0;
  }
}

.working-bable {
  position: absolute;
  bottom: 200px;
  left: -20px;
}
@media (max-width: 1199px) {
  .working-bable {
    display: none;
  }
}

.about-content-head2 {
  margin-left: -24px;
}
@media (max-width: 1199px) {
  .about-content-head2 {
    margin-left: 0;
  }
}

.about-textcircle .text-circles {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: #EEF7FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-textcircle .text-circles .icon {
  background: var(--base);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-textcircle .text-circles .icon i {
  font-size: 36px;
  color: var(--white);
}

.arrow-kewta {
  position: absolute;
  top: 130px;
  left: 60%;
  animation: kewta 2s linear infinite;
}

@keyframes kewta {
  50% {
    transform: rotate(10deg);
  }
}
.thumb-about2 {
  width: 100%;
}
.thumb-about2 img {
  width: 100%;
  border-radius: 60px;
}