body {
  background: #1d1431;
}

section {
  /* margin: 100px 0; */
}

.feature-icon svg {
  width: 2rem;
  height: 2rem;
}

.text-container {
      text-align: center;
    background: #fff;
    width: 250px;
    border-radius: 16px 16px 16px 70px;
    position: relative;
    padding: 20px 32px;
}

.text-container::before {
  content: '';
  height: 90%;
  width: 80%;
  border-radius: 16px 16px 16px 70px;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: #6a6ce6;
  z-index: -1;
}

.headline {
  font-size: 14px;
  font-weight: 600;
  color: #131313;
}

.circle-decoration {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  display: none;
}

.rotate90 {
  transform: rotate(90deg);
}

.circle-svg {
  width: 100%;
  height: 100%;
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-box {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-end;
}

.custom-flex-layout {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

.custom-flex-layout::before{
    content: '';
    height: 4px;
    width: 70px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.content-box .custom-flex-layout:first-child,
.content-box .custom-flex-layout:last-child{
  margin-right: -60px;
}

.content-box .custom-flex-layout::before{
      left: calc(100% - 20px);
}

.custom-icon-wrapper {
  position: relative;
  flex-shrink: 0;
  border-radius: 16px 16px 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  width: 4rem;
  height: 4rem;
}

.content-box .custom-flex-layout:nth-child(1) .custom-icon-wrapper{
  background: #0d8b42;
}
.content-box .custom-flex-layout:nth-child(2) .custom-icon-wrapper{
  background: #4442c9;
}
.content-box .custom-flex-layout:nth-child(3) .custom-icon-wrapper{
  background: #6933cc;
}

.content-box .custom-icon-wrapper {
  transform: rotate(-45deg);
  margin-left: -30px;
}

.custom-column {
  width: 33.33%;
  position: relative;
  z-index: 9;
}

.center_point .custom-square-box{
  height: 300px;
  width: 300px;
  padding: 50px;
  border-radius: 50%;
  background-image: conic-gradient(
  transparent 0deg 2deg,
  #ddc919 2deg 58deg,
  transparent 58deg 62deg,
  #c54f18 62deg 118deg,
  transparent 118deg 122deg,
  #ce2f91 122deg 178deg,
  transparent 178deg 182deg,
  #6933cc 182deg 238deg,
  transparent 238deg 242deg,
  #4442c9 242deg 298deg,
  transparent 298deg 302deg,
  #0d8b42 302deg 358deg,
  transparent 358deg 360deg
);
  mask: conic-gradient(#000 0 0)content-box exclude,conic-gradient(#000 0 0);
  margin: auto;
}

.custom-square-box span{
  color: #fff;
  position: absolute;
  top: 47%;
  left: 49%;
  transform: rotate(calc(60deg * var(--i))) translate(180px) rotate(calc(-60deg * var(--i)));
  font-size: 20px;
  font-weight: bold;
}

.logo-container{
  /* height: 240px; */
  width: 240px;
  padding: 10px;
  border-radius: 50%;
  background-image: conic-gradient(
  transparent 0deg 2deg,
  #ddc919 2deg 58deg,
  transparent 58deg 62deg,
  #c54f18 62deg 118deg,
  transparent 118deg 122deg,
  #ce2f91 122deg 178deg,
  transparent 178deg 182deg,
  #6933cc 182deg 238deg,
  transparent 238deg 242deg,
  #4442c9 242deg 298deg,
  transparent 298deg 302deg,
  #0d8b42 302deg 358deg,
  transparent 358deg 360deg
);

  mask: conic-gradient(#000 0 0)content-box exclude,conic-gradient(#000 0 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
}

.text-content{
  height: 200px;
  width: 200px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.text-content h1{
  font-size: 18px;
}
.text-content p{
  font-size: 14px;
}


.column-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  gap: 80px;
  width: 33.3333%;
}

.column-wrapper .custom-flex-layout:first-child,
.column-wrapper .custom-flex-layout:last-child{
  margin-left: -60px;
}

.column-wrapper .custom-icon-wrapper {
  transform: rotate(135deg);
  margin-right: -30px;
}

.column-wrapper .custom-flex-layout:nth-child(1) .custom-icon-wrapper{
  background: #ddc919;
}
.column-wrapper .custom-flex-layout:nth-child(2) .custom-icon-wrapper{
  background: #c54f18;
}
.column-wrapper .custom-flex-layout:nth-child(3) .custom-icon-wrapper{
  background: #ce2f91;
}

.column-wrapper .custom-flex-layout::before{
  right: calc(100% - 20px);
}

.content-box .custom-flex-layout:nth-child(1)::after,
.content-box .custom-flex-layout:nth-child(3)::after,
.column-wrapper .custom-flex-layout:nth-child(1)::after,
.column-wrapper .custom-flex-layout:nth-child(3)::after{
    content: '';
    height: 33px;
    width: 4px;
    background-color: #fff;
    position: absolute;
}

.content-box .custom-flex-layout:nth-child(1)::after{
    top: 42%;
    left: calc(100% + 57px);
    transform: rotate(-40deg);
}
.content-box .custom-flex-layout:nth-child(3)::after{
      top: 7%;
    left: calc(100% + 56px);
    transform: rotate(40deg);
}
.column-wrapper .custom-flex-layout:nth-child(1)::after{
      top: 42%;
    right: calc(100% + 57px);
    transform: rotate(40deg);
}
.column-wrapper .custom-flex-layout:nth-child(3)::after{
   top: 6%;
    right: calc(100% + 57px);
    transform: rotate(140deg);
}

.text-block {
  text-align: center;
  background: #fff;
  width: 250px;
  border-radius: 16px 16px 70px 16px;
  position: relative;
  padding: 20px 10px 20px 40px;
}

.text-block::before {
  content: '';
  height: 90%;
  width: 80%;
  border-radius: 16px 16px 70px 16px;
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #6a6ce6;
  z-index: -1;
}



.desktop-view-services {
    display: flex;
}

.mobile-view-services {
    display: none;
}

.desktop-view-services .desktop_service_title {
    color: white !important;
}

.mobile-view-services .mobile-service-title {
    color: #fff !important;
}

.our_clients_home_list {
    color: #000 !important;
}

.about-section {
    padding: 80px 0px;
}

.about-second-title {
    color: #fff !important;
}

.article-second-title {
    color: #fff !important;
}

.why-choose-second-title {
    color: #fff !important;
}

.about_us_main_div {
    padding-left: 25px;
}

.mobile-service-title h3 {
    color: #000f;
}

@media (min-width: 1367px) {
  	.main-slider-one__item {
        padding-top: 282px;
        padding-bottom: 100px;
    }

    .main-slider-one__text {
        margin-bottom: 80px;
        margin-top: 20px;

    }

    /* .about_us_image {
      height: 435px !important;
    } */

}

.main-header__logo .second_header {
    height: auto;
    width: 90px;
}

@media (min-width: 767px) and (max-width: 1366px) {
  	.main-slider-one__item {
        padding-top: 150px;
        padding-bottom: 35px;
    }

    .about_us_image {
      height: 496px !important;
    }

}

@media (min-width: 320px) and (max-width: 767px) {
    .mobile-view-services {
        display: flex;
    }

  	.mobile_practice_area {
        display: flex;
    }

    body {
      background: #ccc;
    }

    .desktop-view-services {
        display: none;
    }

    .about-section {
        padding: 40px 0px;
    }

    .home_sidebar__single {
        margin-top: 20px;
    }

    .home_sidebar__single {
        margin-top: 20px;
    }

    .container1 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .container-fluid, .container1 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .about_us_main_div {
        padding-left: 0px;
        margin-top: 25px !important;
    }

    .main-header__logo .second_header {
        height: auto;
        width: 45px;
    }
}

