.hr-detail-dynamic .hr-detail-dynamic-head {
  display: flex;
  margin-bottom: 20px;
}
.hr-detail-dynamic .hr-titel {
  font-size: 40px;
  line-height: 45px;
  font-weight: var(--weight-600);
  margin-bottom: 20px;
  color: #000;
}
.hr-detail-dynamic .hr-titel h3,
.hr-detail-dynamic .hr-titel .h3 {
  font-size: 40px;
  line-height: 45px;
  font-weight: var(--weight-600);
  margin-bottom: 0;
  color: #000;
}
.hr-detail-dynamic .hr-social .nav .nav-item {
  margin-right: 10px;
}
.hr-detail-dynamic .hr-social .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border: 1px solid #6b7280;
  opacity: 1;
  border-radius: 0;
  color: #6b7280;
}
.hr-detail-dynamic .hr-social .nav .nav-item .nav-link:hover {
  opacity: 1;
  border: 1px solid var(--color-3);
  background: var(--color-3);
}
.hr-detail-dynamic .hr-social .nav .nav-item .nav-link span {
  font-size: 16px;
}
.hr-detail-dynamic .hr-social .nav .nav-item .nav-link:hover span {
  color: #fff;
}
.position-relative {
  position: relative !important;
}
.hr-portfolio-full-slider {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hr-detail-dynamic .position-relative .hr-portfolio-swiper-btns {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
.hr-detail-dynamic
  .position-relative
  .hr-portfolio-swiper-btns
  .swiper-button-prev,
.hr-detail-dynamic
  .position-relative
  .hr-portfolio-swiper-btns
  .swiper-button-next {
  color: #fff;
  background: #000;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 10;
  top: calc(50% - 25px);
}
.hr-detail-dynamic
  .position-relative
  .hr-portfolio-swiper-btns
  .swiper-button-prev {
  left: 60px;
}
.hr-detail-dynamic
  .position-relative
  .hr-portfolio-swiper-btns
  .swiper-button-prev,
.hr-detail-dynamic
  .position-relative
  .hr-portfolio-swiper-btns
  .swiper-button-next {
  background: #fff0;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}
.hr-detail-dynamic
  .position-relative
  .hr-portfolio-swiper-btns
  .swiper-button-prev:hover,
.hr-detail-dynamic
  .position-relative
  .hr-portfolio-swiper-btns
  .swiper-button-next:hover {
  background: var(--color-3);
  border: 1px solid var(--color-3);
  color: #fff;
}
.hr-detail-dynamic
  .position-relative
  .hr-portfolio-swiper-btns
  .swiper-button-next {
  right: 60px;
}
.hr-detail-dynamic .hr-portfolio-info {
  margin-bottom: 25px;
  padding: 15px 25px;
  border: 1px solid #6b72804d;
  border-top: none;
  border-bottom: none;
  border-radius: none;
}
.hr-detail-dynamic .col:last-child .hr-portfolio-info {
  border-right: 1px solid #6b72804d;
}
.hr-detail-dynamic .hr-portfolio-info .hr-titel {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--weight-600);
  margin-bottom: 0;
  color: #000;
}
.hr-detail-dynamic .hr-portfolio-info .hr-titel b {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--weight-600);
  color: #000;
}
.hr-detail-dynamic .hr-portfolio-info .hr-dec {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--weight-400);
  margin-bottom: 0;
  color: #6b7280;
}
.hr-detail-dynamic .hr-portfolio-info .hr-dec span {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--weight-400);
  margin-bottom: 0;
  color: #6b7280;
}
.hr-dynamic p {
  font-size: var(--HR-sz-18);
  line-height: var(--HR-sz-28);
  font-weight: var(--HR-fw-400);
  margin-bottom: var(--HR-sz-0);
  color: #6b7280;
}
.hr-dynamic b,
.hr-dynamic strong {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--weight-600);
  margin-bottom: 10px;
  color: #000;
}
.hr-dynamic a {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--weight-400);
  margin-bottom: 0;
  color: #6b7280;
}
.hr-dynamic a:hover {
  color: var(--color-3);
}
.hr-dynamic ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hr-dynamic ul li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--weight-400);
  color: #6b7280;
}
.hr-dynamic ul li:last-child {
  margin-bottom: 0;
}
.hr-dynamic ul li::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "\f14a";
  font-weight: var(--weight-900);
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  color: var(--color-3);
  font-size: 14px;
}
.hr-dynamic h3,
.hr-dynamic .h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: var(--weight-600);
}
.portfolio-detail-head ul {
    display: flex;
    align-items: center;
    background: #a62f75;
      padding: 0;
}

.portfolio-detail-head {
    margin: 40px 0 0px;
}
.portfolio-detail-head ul li {
  list-style: none;
}
.portfolio-detail-head ul li a {
  color: #fff;
  color: #fff;
  padding: 10px 36.8px;
  float: left;
  font-weight: 600;
  width: 100%;
  text-align: left;
  font-size: 14px;
  border-right: 1px solid #fff;
  border-top: 2px solid transparent;
}
.portfolio-detail-head ul li a:hover {
  color: #FFFFFF;
  background-color: #00ACE0 !important;
  border-top: 2px solid #00ACE0;
}

.portfolio-detail-head ul li .overview {
  background: #ED3089 !important;
}
.portfolio-detail-head ul li .feature {
  background: #66B934 !important;
}
.portfolio-detail-head ul li .client {
  background: #AD45AC !important;
}
.portfolio-detail-head ul li .responsiveLook {
  background: #E9A81B !important;
}
.portfolio-detail-head ul li .technical {
  background: #fd7000;
}
.port_details_cli h2 {
    font-size: 34px;
    font-weight: 600;
    color: #1c1c1c;
    position: relative;
}
.port_details_cli h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: var(--color-3);
}

.client-speak.portfolio-client-inner {
    box-shadow: 0 16px 24px 9px rgba(27,29,35,.08);
    border: 1px solid #eee;
    background: #fff;
}
.portfolio-detail-client {
    background: #f4f4fa;
}
.portfolio-client-inner .client-img img {
    width: 100%;
    max-width: 110px;
    height: 100px;
}

.technicalTitle {
  height: 100%;
  background: #eee;
  vertical-align: middle;
}
.technicalTitle h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-3);
    height: 100%;
}
/*new css*/
 .our_services .group-title-index {
    text-align:center;
    margin-bottom:25px;
    position:relative;
    z-index:2;
    color:#49575f
}
.our_services .group-title-index .center-title {
    font-size:30px;
    font-weight:900;
    margin:0 0 15px;
    text-transform:uppercase;
    line-height:30px
}
.our_services .group-title-index .bottom-title {
    position:relative;
    display:inline-block
}
.our_services .group-title-index .bottom-title .bottom-icon {
    margin:0 auto;
    font-size:26px;
    color:#a62f75
}
.group-title-index .bottom-title:before,
.our_services .group-title-index .bottom-title:after {
    position:absolute;
    content:'';
    width:22px;
    height:2px;
    background-color:#a62f75;
    top:50%;
    margin-top:-5px
}
.our_services .group-title-index .bottom-title:after {
    left:-32px
}
.our_services .group-title-index .bottom-title:before {
    right:-32px
}
.our_services .icon-circle {
    position:relative;
    width:170px;
    height:170px;
    border-radius:50%;
    margin:0 auto
}
.our_services .icon-circle .icon-background {
    position:absolute;
    bottom:12px;
    width:146px;
    left:50%;
    margin-left:-73px;
    height:146px;
    border-radius:50%;
    background-color:#00ace0;
    color:#fff;
    z-index:11;
    display:table;
    transition:all .5s ease-in-out;
    -webkit-transform-origin:50% 0;
    transform-origin:50% 0
}
.our_services .icon-circle.one .icon-background {
    background-color:#66b934;
}
.our_services .icon-circle.one .info .info-back {
    background: #3a860d;
}
.our_services .icon-circle.one .info .info-back:before {
    border:12px solid #66b934;
}
.our_services .icon-circle.one:hover .icon-background {
    background-color:#66b934;
}


.our_services .icon-circle.two .icon-background {
    background-color:#00aead;
}
.our_services .icon-circle.two .info .info-back {
    background: #107979;
}
.our_services .icon-circle.two .info .info-back:before {
    border:12px solid #00aead;
}
.our_services .icon-circle.two:hover .icon-background {
    background-color:#00aead;
}

.our_services .icon-circle.three .icon-background {
    background-color:#e0cf06;
}
.our_services .icon-circle.three .info .info-back {
    background: #cebf0d;
}
.our_services .icon-circle.three .info .info-back:before {
    border:12px solid #e0cf06;
}
.our_services .icon-circle.three:hover .icon-background {
    background-color:#e0cf06;
}

.our_services .icon-circle.four .icon-background {
    background-color:#fd7000;
}
.our_services .icon-circle.four .info .info-back {
    background: #dc6b11;
}
.our_services .icon-circle.four .info .info-back:before {
    border:12px solid #fd7000;
}
.our_services .icon-circle.four:hover .icon-background {
    background-color:#fd7000;
}
.our_services .icon-circle.five .icon-background {
    background-color:#ed3089;
}
.our_services .icon-circle.five .info .info-back {
    background:#bd1f69;
}
.our_services .icon-circle.five .info .info-back:before {
    border:12px solid #ed3089;
}
.our_services .icon-circle.five:hover .icon-background {
    background-color:#ed3089;
}
.our_services .icon-circle.six .icon-background {
    background-color:#e9a81b;
}
.our_services .icon-circle.six .info .info-back {
    background:#c18b14;
}
.our_services .icon-circle.six .info .info-back:before {
    border:12px solid #e9a81b;
}
.our_services .icon-circle.six:hover .icon-background {
    background-color:#e9a81b;
}
.our_services .icon-circle.seven .icon-background {
    background-color:#ad45ac;
}
.our_services .icon-circle.seven .info .info-back {
    background:#770d76;
}
.our_services .icon-circle.seven .info .info-back:before {
    border:12px solid #ad45ac;
}
.our_services .icon-circle.seven:hover .icon-background {
    background-color:#ad45ac;
}
.our_services .icon-circle.eight .icon-background {
    background-color:#00ace0;
}
.our_services .icon-circle.eight .info .info-back {
    background:#0d91b9;
}
.our_services .icon-circle.eight .info .info-back:before {
    border:12px solid #00ace0;
}
.our_services .icon-circle.eight:hover .icon-background {
    background-color:#00ace0;
}

.our_services .icon-circle .info .info-back {
    opacity: 1;
    border-radius: 50%;
    background-color: #a62f75;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    transition: all .3s ease;
}
.our_services .icon-circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.our_services .icon-circle .icon-background .icons-img {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 70px;
    line-height: 1;
    transition: all .4s ease;
}
.our_services .icon-circle .info .info-back a {
    color: #fff;
    vertical-align: middle;
    padding: 20px;
    display: table-cell;
    position: relative;
    z-index: 2;
    transition: all .7s ease;
    font-size: 18px;
}
.our_services .icon-circle .icon-background::after {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: all .4s ease;
}
.our_services .icon-circle:hover .icon-background {
    background-color: #00ace0;
    bottom: 90%;
}
.our_services .icon-circle:hover .info .info-back a {
    transition-delay: 1s;
    z-index: 21;
}
.our_services .icon-circle:hover .info .info-back::before {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .6);
}
.our_services .icon-circle.one .info .info-back::before {
    border: 12px solid #66b934;
}
.our_services .icon-circle .info .info-back::before {
    position: absolute;
    z-index: 20;
    content: '';
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 12px solid #00ace0;
    border-radius: 50%;
}
.our_services .name-course {
    margin-top: 25px;
    color: #49575f;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}   
.our_services .name-course a h3 {
    color: #49575f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .2s linear;
    margin: 0;
}
.our_services .name-course i {
    margin-left: 5px;
    transition: all .2s linear;
}
.our_services .name-course:hover {
    color: var(--color-4);
}
.our_services .name-course a h3:hover {
    color: var(--color-4);
}
.bottom-title::before, .bottom-title::after {
    position: absolute;
    content: '';
    width: 22px;
    height: 2px;
    background-color: #a62f75;
    top: 50%;
    margin-top: -5px;
}
.our_services .bottom-title::before {
    right: -32px;
}
.our_services .bottom-title::after {
    left: -32px;
}
.our_services .bottom-title {
    position: relative;
    display: inline-block;
}
.our_services .row {
    row-gap: 40px;
}

.our_services .icon-circle .icon-background {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_services .icon-circle .icon-background i {
  font-size: 55px !important;
}
.portfolio-detail-slider img{
    width: 100%;
}
.portfolio-detail-slider .swiper-button-prev, .portfolio-detail-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    background: var(--color-3);
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
}

.portfolio-detail-right-head h2 {
  color: var(--color-3);
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid var(--color-3);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.portfolio-detail-right-bottom {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.portfolio-detail-right-bottom li {
  list-style: none;
}
.portfolio-detail-right-bottom li a {
  color: #fff;
  padding: 10px 24px;
  text-transform: uppercase;
  transition: all .3s ease-in-out 0s;
  border-radius: 3px;
}
.portfolio-detail-right-bottom li .live-btn {
  background: var(--color-4);
}
.portfolio-detail-right-bottom li .inquiry-btn {
  background: var(--color-3);
}
.portfolio-detail-right-bottom li .back-btn {
  background: var(--color-2);
}
.portfolio-detail-right {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media(max-width:1400px){
    .portfolio-detail-right-bottom li a {
    padding: 10px 16px;
}
}
@media(max-width:1200px){
    .portfolio-detail-right-bottom li a {
    padding: 10px 13px;
    font-size: 14px;
}
.client-speak.portfolio-client-inner {
    padding: 20px;
    row-gap: 30px;
}
.technicalTitle h4 {
    font-size: 17px;
}
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .hr-detail-dynamic .hr-detail-dynamic-head {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .hr-detail-dynamic .hr-detail-dynamic-head {
    flex-direction: column;
  }
}
@media(max-width:992px){
    .portfolio-detail-head ul li a {
    padding: 10px 26.8px;
    text-align: center;
}
.port_details_cli h2 {
    font-size: 24px;
}
}
@media (max-width: 767.98px) {
  .hr-detail-dynamic .hr-detail-dynamic-head {
    flex-direction: column;
  }
  .hr-dynamic a {
    word-break: break-word;
  }
  .hr-detail-dynamic .hr-titel h3,
  .hr-detail-dynamic .hr-titel .h3 {
    font-size: 35px;
  }
  .technical_set .row {
    row-gap: 30px;
}
.portfolio-detail-inner .row {
    row-gap: 30px;
}
.portfolio-detail-head ul li a {
    padding: 10px 17.8px;
    text-align: center;
}
}
@media(max-width:575px){
    .portfolio-detail-head ul {
    overflow-x: scroll;
    white-space: nowrap;
}
}

