.f-size-14 {
  font-size: 0.875rem;
}

.f-size-16 {
  font-size: 1rem;
}

.f-size-18 {
  font-size: 1.125rem;
}

.f-size-20 {
  font-size: 1.25rem;
}

.f-size-23 {
  font-size: 1.4375rem;
}

.f-size-30 {
  font-size: 1.875rem;
}

.f-size-60 {
  font-size: 3.75rem;
}

@media (min-width: 1200px) {
  :root {
    --rez: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  :root {
    --rez: 0.85;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  :root {
    --rez: 0.7;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  :root {
    --rez: 0.5;
  }
}
@media (max-width: 575.9px) {
  :root {
    --rez: 0.3;
  }
}

.line-16-20 {
  line-height: 1.25em;
}

.line-16-30 {
  line-height: 1.875em;
}

.line-23-30 {
  line-height: 1.3043em;
}

.line-30-40 {
  line-height: 1.3333em;
}

.line-30-45 {
  line-height: 1.5em;
}

.line-30-50 {
  line-height: 1.6666em;
}

.line-50-55 {
  line-height: 1.1em;
}

.banner-inner {
  max-height: 640px;
  min-height: 200px !important;
  height: min(100vh, 120vw);
  background-position: center;
  padding-top: 60px;
}
.banner-inner .main-title {
  font-size: var(--fz50) !important;
  line-height: 1.1em !important;
  margin-bottom: calc( 12px + (var(--rez) * 20px ) ) !important;
}

.hover-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  color: white;
  padding: calc( 59px * var(--rez) ) calc( 65px * var(--rez) ) calc( 95px * var(--rez) ) calc( 65px * var(--rez) );
  height: 100%;
  position: relative;
  min-height: 400px;
  display: block;
  text-decoration: none;
}
.hover-box:hover {
  color: white;
}
.hover-box > * {
  position: relative;
  z-index: 1;
}
.hover-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(22, 22, 20, 0.43); */
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.hover-box-header {
  padding-bottom: 8px;
}
.hover-box-body {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hover-box-body ul {
  padding-left: 25px;
  margin-bottom: 30px;
}
.hover-box-footer {
  position: absolute;
  bottom: calc( 55px * var(--rez) );
}
.hover-box-footer .learn-more-btn {
  border: none !important;
  background-color: transparent;
  font-size: var(--fz25);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hover-box-footer .learn-more-text {
  display: inline-block;
  margin-right: 0;
  overflow: hidden;
  max-width: 0px;
  white-space: nowrap;
  -webkit-transition: max-width 0.3s ease-in-out, margin-right 0.3s ease-in-out;
  transition: max-width 0.3s ease-in-out, margin-right 0.3s ease-in-out;
}
.hover-box-footer .learn-more-arrow {
  display: inline-block;
  height: calc( 17px + (var(--rez) * 17px ) );
  width: calc( 19px + (var(--rez) * 19px ) );
  background-image: url(../../images/icons/arrow-right.svg);
  background-size: contain;
  background-position: center;
}
.hover-box-footer .learn-more:hover {
  color: #DE3818;
}
.hover-box:hover:before {
  background-color: rgba(22, 22, 20, 0.7);
}
.hover-box:hover .hover-box-body {
  opacity: 1;
}
.hover-box:hover .hover-box-body li {
  margin-bottom: 0.3125rem;
  font-weight: 500;
}
.hover-box:hover .learn-more-text {
  max-width: 100%;
  margin-right: calc( 8.5px + (var(--rez) * 8.5px ) );
}
@media (max-width: 991.9px) {
  .hover-box {
    min-height: 300px;
  }
}
@media (max-width: 575.9px) {
  .hover-box {
    min-height: 250px;
  }
}

.hover-boxs-row {
  margin-top: calc(var(--bs-gutter-x) * -0.5);
  margin-bottom: calc(var(--bs-gutter-x) * -0.5);
}

.hover-box-wrap {
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 992px) {
  .haf-img-content-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .haf-img-content-row .haf-img-sec-content {
    max-width: 399px;
    width: 100%;
    margin: auto;
  }
  .haf-img-content-row .haf-img-sec-content h2 {
    margin-bottom: 13px;
  }
  .haf-img-content-row .haf-img-sec-content p {
    line-height: 30px;
  }
  .haf-img-content-row .haf-img-sec-content button {
    margin-top: 6px;
    font-size: 12px;
    font-family: "Inter", sans-serif;
  }
}
@media (max-width: 991.9px) {
  .haf-img-content-row .haf-img-sec-content {
    padding-top: 20px;
  }
}
@media (max-width: 991.9px) {
  .haf-img-content-row:not(:nth-last-child(1)) .haf-img-sec-content {
    padding-bottom: 10px;
  }
}

.haf-img-content-row + .haf-img-content-row {
  padding-top: calc( 56px * var(--rez) );
}

.learn-more-text {
  display: inline-block;
  margin-right: 0;
  overflow: hidden;
  max-width: 0px;
  white-space: nowrap;
  -webkit-transition: max-width 0.3s ease-in-out, margin-right 0.3s ease-in-out;
  transition: max-width 0.3s ease-in-out, margin-right 0.3s ease-in-out;
}
.learn-more-arrow {
  display: inline-block;
  height: calc( 17px + (var(--rez) * 17px ) );
  width: calc( 19px + (var(--rez) * 19px ) );
  background-image: url(../../images/icons/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.learn-more-btn {
  border: none !important;
  background-color: transparent;
  font-size: var(--fz25);
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.learn-more-btn:hover .learn-more-text {
  max-width: 100%;
  margin-right: calc( 8.5px + (var(--rez) * 8.5px ) );
}

.work-together-sec {
  background-color: #F5F8FA;
}
@media (min-width: 1200px) {
  .work-together-sec .container {
    max-width: 1109px;
  }
}
/* @media (max-width: 575.9px) {
  .work-together-sec .container {
    padding-left: 25px;
    padding-right: 25px;
  }
} */
.work-together-sec .form-header {
  margin-bottom: calc( 110px * var(--rez) );
}
.work-together-sec label {
  font-size: 16px;
  font-weight: 500;
  color: #828295;
}
.work-together-sec textarea,
.work-together-sec input {
  border-color: white;
  font-size: 16px;
  padding: 22px 32px;
  margin-bottom: calc( 20px * var(--rez) );
  border-radius: 6px;
  color: #626271;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.work-together-sec textarea:focus,
.work-together-sec input:focus {
  border-color: #0089CD;
}
.work-together-sec input {
  height: calc( 36px + (var(--rez) * 36px ) );
}
.work-together-sec textarea {
  height: 102px;
}

.customer-continer-content-wrap {
  background-color: #161614;
  color: #BABAB1;
}

.customer-continer-img-wrap {
  position: relative;
}
.customer-continer-img-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 50%;
  background-color: #161614;
  width: 100%;
}
.customer-continer-img-wrap > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .our-fetures-icons-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* .our-fetures-icons-row > [class*=col] {
    max-width: 220px !important;
  } */
}
.our-fetures-icons-row .our-features-item {
  margin-bottom: calc( 20px + (var(--rez) * 23px ) );
}
.our-fetures-icons-row .our-features-item .icon-wrap {
  height: 70px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* @media (max-width: 575.9px) {
  .our-fetures-icons-row .our-features-item .icon-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
} */
.our-fetures-icons-row .our-features-item .icon-wrap img {
  margin-top: auto;
}
.our-fetures-icons-row p:nth-last-child(1) {
  margin-bottom: 0px;
}

.top-img-icon-box {
  padding-top: calc( 40px * var(--rez) );
  padding-bottom: calc( 30px * var(--rez) );
}
.top-img-icon-wrap {
  height: calc( 45px + (var(--rez) * 45px ) );
  padding-bottom: calc( 10px + (var(--rez) * 10px ) );
}
.top-img-icon-wrap img {
  height: 100%;
}
.top-img-icon-content h2 {
  margin-bottom: calc( 11px + (var(--rez) * 11px ) );
}
.top-img-icon-content p:nth-last-child(1) {
  margin-bottom: 0px;
}

.line16-30 {
  line-height: 1.875em;
}

.line30-40 {
  line-height: 1.3333em;
}

.inner-dark-container {
  padding: calc( 77px * var(--rez) ) calc( 59px * var(--rez) ) calc( 59px * var(--rez) ) calc( 59px * var(--rez) );
  background-color: rgb(22, 22, 20);
}
.inner-dark-container p {
  line-height: 1.5em;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.inner-dark-container p:nth-last-of-type(1) {
  margin-bottom: calc( 22px + (var(--rez) * 22px ) );
}

.nav-link:focus-visible,
.btn:focus-visible {
  outline: none;
}

.title-box-wrap {
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.title-box-wrap .title-box {
  padding: calc( 73px * var(--rez) ) calc( 57px * var(--rez) );
  height: 100%;
}

.hover-box-logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hover-box-logo-col .hover-box-logo {
  min-height: 300px;
}
@media (max-width: 767.9px) {
  .hover-box-logo-col .hover-box-logo {
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hover-box-logo-col .hover-box-logo img {
    max-height: 20vw;
  }
}

.hover-boxs-row-wrap {
  width: 100%;
  background-color: #161614;
}
.hover-boxs-row-wrap .hover-box-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-client-wrap {
  background-color: #F5F8FA;
}
.our-client-wrap .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: none;
  border-bottom: 1px solid rgba(181, 185, 188, 0.5);
}
.our-client-wrap .nav-tabs .nav-link {
  border: none;
  padding-top: calc( 20px + (var(--rez) * 20px ) );
  padding-bottom: calc( 12.5px + (var(--rez) * 12.5px ) );
  color: #BABAB1;
  position: relative;
}
@media (min-width: 400px) {
  .our-client-wrap .nav-tabs .nav-link {
    width: 100%;
  }
}
.our-client-wrap .nav-tabs .nav-link:hover {
  color: #90B528;
}
.our-client-wrap .nav-tabs .nav-link:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1px;
  height: 3px;
  display: block;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-client-wrap .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #DE3818;
}
.our-client-wrap .nav-tabs .nav-link.active:before {
  background-color: #DE3818;
}
.our-client-wrap .tab-content {
  padding: calc( 20px + (var(--rez) * 25px ) );
}
.our-client-wrap .tab-content p {
  line-height: line(30);
}
@media (min-width: 992px) {
  .our-client-wrap .tab-content .tab-pane > .row .col-lg-8,
.our-client-wrap .tab-content .tab-pane > .row .col-lg-4 {
    padding: calc( 39px * var(--rez) );
  }
}

.client-list {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575.9px) {
  .client-list {
    padding-top: 10px;
  }
}
.client-list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 7px;
}
.client-list li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.client-list li img {
  max-height: 44px;
}
@media (min-width: 768px) {
  .client-list li {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .client-list li:nth-child(4n) img {
    margin-left: auto;
  }
  .client-list li:nth-child(4n-1) img, .client-list li:nth-child(4n-2) img {
    margin: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .client-list li {
    max-width: 33.333%;
    -webkit-box-flex: 33.333%;
        -ms-flex: 33.333%;
            flex: 33.333%;
  }
}
@media (max-width: 575.9px) {
  .client-list li {
    max-width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
.our-service-sec{
  height: 100%;
}
.our-service-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 100%;
}
.our-service-slider .swiper-slide {
  background-color: #161614;
}
.our-service-slider .our-servie-slider {
  width: 100%;
  max-width: 1078px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.our-service-slider .our-servie-slider .slider-img {
  opacity: 0.46;
  height: 100%;
    width: auto;
    object-fit: cover;
}
.our-service-slider .our-servie-slider .slider-content-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  padding: calc( 41px * var(--rez) ) calc( 79px * var(--rez) );
}

#case-study-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc( 40px * var(--rez) );
}
#case-study-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 20px;
}
#case-study-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DE3818;
}




.list-btn-round-wrap {
  width: 100%;
  max-width: 436px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-btn-round-wrap #enterprise-title-content {
  position: absolute;
  text-align: center;
  max-width: 65%;
}
.list-btn-round-wrap #enterprise-title-content span {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-animation: fadeto 0.3s ease-in-out forwards;
          animation: fadeto 0.3s ease-in-out forwards;
  will-change: opacity, transform;
}

@-webkit-keyframes fadeto {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeto {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.enterprise-services-container {
  padding: 0 calc( 72px * var(--rez) );
  background-color: #F5F8FA;
  width: 100%;
}
.enterprise-services-container .enterprise-services-header-top {
  padding: calc( 56px * var(--rez) ) 0 calc( 32px * var(--rez) ) 0;
  text-align: center;
  border-bottom: 1px solid #B5B9BC;
}
.enterprise-services-container .enterprise-services-header-top h2 {
  width: 100%;
  color: #161614;
}

.enterprise-services-container-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc( 72px * var(--rez) ) 0;
}
@media (max-width: 991.9px) {
  .enterprise-services-container-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.enterprise-services-container-wrap ul {
  margin-bottom: 10px;
  margin-top: 10px;
}
.enterprise-services-container-wrap .enterprise-list {
  font-size: var(--fz20);
  list-style: none;
  position: relative;
  cursor: pointer;
  color: #161614;
  font-weight: 500;
}
.enterprise-services-container-wrap .enterprise-list:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 0.5em;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4.5L0 8.39711V0.602886L6 4.5Z' fill='%230089CD'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.enterprise-services-container-wrap .enterprise-list:after {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  background-color: #3B87C7;
  margin-left: 5px;
  margin-bottom: 5px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.enterprise-services-container-wrap .enterprise-list.active {
  font-weight: 700;
  color: #3B87C7;
}
.enterprise-services-container-wrap .enterprise-list.active:after {
  width: 29px;
}
.enterprise-services-container-wrap #detailsData-list {
  font-size: var(--fz16);
  line-height: line(16, 25);
  list-style: none;
}
.enterprise-services-container-wrap #detailsData-list li {
  margin-bottom: calc( 17px * var(--rez) );
  position: relative;
  opacity: 0;
  -webkit-animation-name: listing;
          animation-name: listing;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: opacity, transform, font-size;
  display: block;
}
.enterprise-services-container-wrap #detailsData-list li:before {
  content: "";
  width: 19px;
  display: inline-block;
  margin-bottom: 0.3em;
  margin-right: 8px;
  height: 1px;
  background-color: #3B87C7;
}
.enterprise-services-container-wrap #detailsData-list li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.enterprise-services-container-wrap #detailsData-list li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.enterprise-services-container-wrap #detailsData-list li:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.enterprise-services-container-wrap #detailsData-list li:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.enterprise-services-container-wrap #detailsData-list li:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.enterprise-services-container-wrap #detailsData-list li:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.enterprise-services-container-wrap #detailsData-list li:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.enterprise-services-container-wrap #detailsData-list li:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.enterprise-services-container-wrap #detailsData-list li:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes listing {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(1);
            transform: translateY(-5px) scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translateY(-2.5px) scale(0.9);
            transform: translateY(-2.5px) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(0.9);
            transform: translateY(0px) scale(0.9);
  }
}

@keyframes listing {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(1);
            transform: translateY(-5px) scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translateY(-2.5px) scale(0.9);
            transform: translateY(-2.5px) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(0.9);
            transform: translateY(0px) scale(0.9);
  }
}
#dash-stroke-circle {
  -webkit-animation: strokerotate 10s linear infinite;
          animation: strokerotate 10s linear infinite;
}

@-webkit-keyframes strokerotate {
  0% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: -87px;
  }
}

@keyframes strokerotate {
  0% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: -87px;
  }
}
#enterprise-list-svg-img g.active > path {
  fill: #3B87C7;
  stroke-width: 0px;
  -webkit-transition: stroke-width 0.3s ease-in-out;
  transition: stroke-width 0.3s ease-in-out;
}
#enterprise-list-svg-img g.active g path {
  fill: white;
}
#enterprise-list-svg-img g.animate > path {
  stroke-width: 9px;
}

#enterprise-title-content {
  font-size: var(--fz25);
  color: #363936;
}

.enterprise-services-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .enterprise-services-header {
    display: none;
  }
}
.enterprise-services-header ul {
  width: 100%;
  max-width: 172px;
  margin-left: auto;
}
.enterprise-services-header ul li {
  margin-bottom: calc( 18px * var(--rez) );
  line-height: line(20, 25);
}
@media (max-width: 1399.9px) {
  .enterprise-services-header {
    max-width: 172px;
  }
}

.list-btn-round-body {
  width: 100%;
  max-width: 395px;
}

.details-box-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.details-box-wrap #details-box {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 991.9px) {
  .details-box-wrap #details-box {
    min-height: 250px;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  :root {
    --res10: {$val}px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  :root {
    --res10: {$final}px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  :root {
    --res10: {$final}px;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  :root {
    --res10: {$final}px;
  }
}
@media (max-width: 575.9px) {
  :root {
    --res10: {$final}px;
  }
}

.welcome-sec {
  position: relative;
  overflow: hidden;
}
.welcome-sec::after {
  content: "";
  background-image: url("../../images/side-bg.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 136px;
  height: 197px;
  margin-right: -68px;
}
.welcome-sec p {
  color: #535353;
}

.inner-dark-container {
  background-color: #DE3818;
}
@media (min-width: 992px) {
  .inner-dark-container p {
    line-height: 55px;
  }
}


.chart .box-row{
  width: fit-content;
  text-align: left;
  position: relative;
}

.chart .box-row::after{
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background:url(../../images/enterprise/rd-icon-9.svg);
  left: -32px;
  top: 20px;
  display: none;
}

.chart .box-row h3{
  color: #0089cd;
  font-size: 22px;
  font-weight: 500;
}

.chart .box-row ul li{
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
}

@media screen and (max-width:600px) {
  .chart .box-row ul li{
    font-size: 14px;
  }
}

.chart .box-row ul {
  padding-left: 0;
}

.charticon, .lifecycleres{
  display: none;
}

@media screen and (max-width:992px) {
.startbox{
  justify-content: flex-start !important;
}
.resnone{
  display: none;
}
.chart {
  border: 1px solid #0089cd;
  padding: 20px 20px 160px 20px;
    margin-left: 15px;
    position: relative;
    width: 95%;
    margin-bottom: 130px;
}
.chart::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background:url(../../images/enterprise/rd-icon-11.svg);
  right: -13px;
  top: 80px;
}




.chart::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background:url(../../images/enterprise/rd-icon-11.svg);
  right: -13px;
  bottom: 80px;
}

.chart .lifecycleres{

  width: 260px;
  height: 260px;
  border: 1px solid #0089CD;
  border-radius: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
    bottom: -130px;
    left: calc(50% - 130px);
    background-color: #ededed;

}

.chart .lifecycleres .inside{
  width: 220px;
  height: 220px;
  border-radius: 260px;
  display: flex;
  background-color: #0089CD;
  color: #fff;
  font-size: 18px;
  text-align: center;
  align-items: center;
  justify-content: center;
}


.charticon{
  display: block;
  padding-bottom: 20px;
}
.chart .box-row::after{
  display: block;
}
}

@media screen and (max-width:576px) {
  .welcome-sec{
    padding:40px 20px;
  }
  .customer-continer-content-wrap{
    padding:40px 10px;
  }
  .haf-img-sec-content{
    padding:40px 20px 10px 20px;
  }
  .our-fetures-icons-row{
    padding-top: 40px;
  }
}


@media screen and (max-width:420px) {

.res-center{
  align-items: center !important;
    display: flex;
    flex-direction: column;
    text-align: center;
}
}


.bhead{
  font-size: 26px;
  margin-top: 28px
}

.industries-row{
  padding-top: 10px;

}
.industries-row .lmore{
color: #DE3818;
font-weight: 500;
font-size: clamp(1.25rem, 0.8594rem + 1.25vw, 1.5625rem);
margin-top: 26px;
display: inline-block;
}

/* .industries-row .lmore span{
  height: 20px;
  max-width: 100%;
} */
.industries-row .lmore span img{
  height: 20px;
  max-width: 100%;
}

.lmore{
  color: #DE3818;
  font-weight: 500;
  font-size: clamp(1.25rem, 0.8594rem + 1.25vw, 1.5625rem);
  margin-top: 26px;
  display: inline-block;
  }

.lmore span img{
    height: 25px;
    max-width: 100%;
  }

.full-img-content-list-list-sm {
  padding-left: 0px;
  list-style: none;
  line-height: 1.8em;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.9px) {
  .full-img-content-list-list-sm {
    margin-top: 20px;
    padding-left: 0px;
  }
}
.full-img-content-list-list-sm li {
  padding-top: calc( 3.5px + (var(--rez) * 3.5px ) );
  padding-bottom: calc( 3.5px + (var(--rez) * 3.5px ) );
  padding-left: 20px;
  background-image: url(../../images/new-home/blue-arrow.svg);
  background-repeat: no-repeat;
  background-size: 0.4em;
  background-position: left top calc(0.5em + ( 3.5px + (var(--rez) * 3.5px ) ));
  line-height: line-height(20, 25);
  width: 100%;
}

.full-img-content-list-list-sm li a{
  color:#0089CD ;
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .full-img-content-list-list-sm li {
    max-width: calc(50% - 16px);
  }
 
  .full-img-content-list-list-sm li:nth-child(2n) {
    margin-left: 32px;
  }
}


.mac-dev-row{
  width: 100%;
  background-color: #000;
  justify-content: space-between;
  margin-bottom: 30px;
  
}

.laptop{
  background: url(../../images/new-home/close-up-man-writing-code-laptop.png);
  background-size: cover;
  height: 100%;
  width: 100%;
}

.laptop2{
  background: url(../../images/new-home/business-team-manager-meeting.png);
  background-size: cover;
  height: 100%;
  width: 100%;
}

.mac-dev-row .mac-dev-right{
  /* width: 50%; */
}

.mac-outer{
  padding: clamp(1.25rem, -1.0938rem + 7.5vw, 3.125rem);;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mac-outer h3{
  color: #fff;
  font-weight: 400;
}
/* .mac-outer .learnmore{
  font-size: 15px;
  color: #DE3818;
  border: 1px solid #DE3818;
  padding: 13px 25px;
  display: inline-table;
    width: fit-content;
    border-radius: 50px;
    margin-top: 10px;
} */

.mac-outer .learnmore{
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 25px;
  display: inline-table;
    width: fit-content;
    border-radius: 50px;
    margin-top: 10px;
}
.mac-outer .learnmore:hover{
  color: #fff;
  background-color: #DE3818;
  border: 1px solid #DE3818;
}

.mac-outer-box{
  width: 100%;
  display: flex;
  padding-top:20px ;
  gap: 30px;
}



.mac-outer-box .row-box{
  width: 50%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width:720px) {
  .mac-outer-box{
    flex-direction: column;
  }
  .mac-outer-box .row-box{
    width: 100%;
  }
}


.mac-outer-box .row-box h5{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.mac-outer-box .row-box ul{
  padding-left: 18px;
}

.mac-outer-box .row-box ul li{
  font-size: 14px;
  color: #BABAB1;
  font-weight: 400;
  padding: 4px 0;
}

.new-to-mac{
  background-image: url("../../images/new-home/img-5.png");
  background-image: -webkit-image-set(url("../../images/new-home/img-5.webp") 1x);
}

.large-enterprise{
  background-image: url("../../images/new-home/img-7.png");
  background-image: -webkit-image-set(url("../../images/new-home/img-7.webp") 1x);
}


.apple_product{
  width: 100%;
  padding: 100px 0;
  background: #161614;
  margin-top: clamp(2.5rem, -2.1875rem + 15vw, 6.25rem);
}

.apple_product-section{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.apple_product-section h2{
  font-size: clamp(2.125rem, 1.6563rem + 1.5vw, 2.5rem);
  color: #fff;
  font-weight: 500;

}

.apple_product_row{
  display: flex;
  padding-top: 50px;
  row-gap: 20px;
}
.apple_product_box{
 background: #1D1D1F;
 padding: clamp(1.875rem, -2.8125rem + 15vw, 5.625rem) clamp(1.25rem, -2.6563rem + 12.5vw, 4.375rem);; 
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 height: 100%;

}
.apple_product_box .lermore{
font-size: 15px;
color: #DE3818;
margin-right: 1rem;
}

.apple_product_box h3{
  font-size: clamp(1.5625rem, 1.1719rem + 1.25vw, 1.875rem);
  color: #fff;
  margin-top: 50px;
}

.apple_product_box p{
  color: #F8F8F8;
  font-weight: 300;
  margin-bottom: 15px;
  padding-top: 10px;
  font-size: var(--fz15);
}


.slider-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
  gap: 20px;
}

.slider-container h3{
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 500;
 }

.slider-container p{
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #363936;
  line-height: 30px;
 }

 .slider-container .namerow{
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
 }

.slider-container .namerow .text-name{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
 }

 .slider-container .namerow .text-name h5{
  font-size: 18px;
  color: #161614;
  font-weight: 600;
  margin: 0;
 }
 .slider-container .namerow .text-name p{
  font-size: 14px;
  color: #161614;
  font-weight: 400;
  margin: 0;
 }

 .our-service-slider .swiper-slide {
  background-color: #fff;
}

.haf-img-sec-content{
  width:100%;
  padding: 20px 0;}

  .haf-img-sec-content h4{
    font-size: var(--fz30);
   font-weight: 500;
  }

  .haf-img-sec-content .accordion-flush .accordion-item .accordion-button {
    font-size: var(--fz26);
    font-weight: 500;
}
  
  .haf-img-sec-content .accordion-button{
    padding: 24px 0;
    outline: none;
  }

  .haf-img-sec-content .accordion-body{
    padding: 15px 0;
    outline: none;
    font-size: 16px;
  }

  .accordion-button:not(.collapsed){
    color: #212529;
    background-color: #fff;
  }

  .haf-img-sec-content .accordion-body, .accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    box-shadow: none;
}

.haf-img-sec{
  padding: 100px 0;
}

.integration{
  padding-top: calc(56px * var(--rez));
}

.haf-list-sec-container {
  padding: calc( 68px * var(--rez) );
}



.three-haf-list {
  list-style: none;
  line-height: 1.8em;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
@media (max-width: 991.9px) {
  .three-haf-list {
    margin-top: 20px;
    padding-left: 0px;
  }
}
.three-haf-list li {
  padding-bottom: clamp(0.9375rem, -1.0156rem + 6.25vw, 2.5rem);
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 4.5L0.5 8.39711V0.602886L6.5 4.5Z' fill='%23161614'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.4em;
  background-position: left top 0.5em;
  width: 100%;
  font-size: var(--fz21);
  font-weight: 500;
}

@media (min-width: 992px) {
  .three-haf-list li {
    max-width: 50%;
  }
  .three-haf-list li:nth-last-child(2):nth-child(2n-1), .three-haf-list li:nth-last-child(1) {
    min-height: unset;
  }
}
.chooseapple{
  width: 100%;
  background-color: #fff;
}

.top-box-icon-box{
  display: flex;
  padding-top: calc( 40px * var(--rez) );
    padding-bottom: calc( 30px * var(--rez) );

}

.top-box-icon-box .img-icon-box{
  width: clamp(6.25rem, 3.9063rem + 7.5vw, 8.125rem);
  padding-right: 20px;
}

.top-box-icon-box .top-img-icon-wrap{
  width:130px;
}

.top-box-icon-box .top-img-icon-content{
  width:100%;
}

.top-box-icon-box .top-img-icon-content h3{
  color: #161614;
  font-size: clamp(1.25rem, 0.4688rem + 2.5vw, 1.875rem);
}


.mac-for-coding{
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color:#eef2f5;
  position: relative;
  padding: 90px 0;
}

.mac-for-coding::after{
  position: absolute;
  height: 300px;
  background-color: #fff;
  z-index: 0;
  content: '';
  width: 100%;
  top: 0;
}
.mac-for-coding-img{
  position: relative;
  z-index: 1;
}

.mac-for-coding-row{
  width: 100%;
  display: flex;
  padding-top: clamp(1.875rem, -1.25rem + 10vw, 4.375rem);
  gap: 30px;
}

.coding-row-left{
  width: 30%;
  color: #161614;
}


.coding-row-right{
  width: 70%;
}

.coding-row-right h3{
  color: #161614;
  font-size: clamp(1.5rem, 1.0313rem + 1.5vw, 1.875rem);
  font-weight: 500;
}

.coding-row-right p{
  font-weight: 400; 
  font-size: 16px;
  color: #161614;
  line-height: clamp(1.4375rem, 0.8906rem + 1.75vw, 1.875rem);;
}

.bottom-content-wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

.bottom-content-wrap h2{
  color: #90B528;
  font-weight: 500;
  font-size: var(--fz40);
  text-align: center;
  padding: 0 clamp(0.625rem, -14.2188rem + 47.5vw, 12.5rem);
}

.right-list{
  width: 100%;
  padding:20px 0 0 0;
}
.right-list li{
  padding-bottom:  clamp(1rem, 0.6875rem + 1vw, 1.25rem);
  padding-left: 23px;
  background-image: url(../../images/green-arrow.svg);
  background-repeat: no-repeat;
  background-size: 0.4em;
  background-position: left top 0.5em;
  width: 100%;
  font-size: var(--fz20);
  font-weight: 400;
  list-style: none;
}

.diduknow{
  width: 100%;
}
.diduknow.pd100{
  padding-top: 100px;
}
.diduknow-row{
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
  /* padding-bottom: 30px; */
}

.diduknow-row h2{
  font-size: clamp(1.875rem, 1.0938rem + 2.5vw, 2.5rem);
  color: #161614;
  font-weight: 500;
  text-align: center;
}

.diduknow-row .diduknow-sec{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   padding-top: 40px;
   row-gap: 30px;
}

.diduknow-row .diduknow-sec .video-row{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.diduknow-row .diduknow-sec .video-row p{
  font-size: 12px;
}
.diduknow-row .diduknow-sec .video-row .video-box{
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.diduknow-row .diduknow-sec .slide{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.pricedid{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #F5F8FA;
  border-radius: 10px;
  padding: clamp(1.25rem, -2.6563rem + 12.5vw, 4.375rem) clamp(1.25rem, -1.875rem + 10vw, 3.75rem);
}
.pricedid .co-box{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  align-items: center;
}

.pricedid .co-box h3{
  white-space: nowrap;
}

.pricedid .box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
padding-top: 20px;
}

.pricedid .box h3{
  color: #90B528;
  font-size: clamp(3.75rem, 0.8594rem + 9.25vw, 6.0625rem);
  font-weight: 300;
  text-align: left;
  }

.pricedid h3{
  color: #90B528;
  font-size: clamp(2.5rem, 0.9375rem + 5vw, 3.75rem);
  font-weight: 300;
  text-align: left;
  }


.pricedid p{
 text-align: left;
  color: #161614;
  font-size: clamp(1.125rem, 0.9688rem + 0.5vw, 1.25rem);
  font-weight: 400;
}



.bottom-meet-sec{
  width: 100%;
  padding: 70px 0 0px 0;
}

.bottom-meet-row{
   display: flex;
   justify-content: space-between;
   row-gap: 20px;
}

.bottom-meet-row .leftbox{
  width: 100%;
  background-color: #F5F8FA;
  border-radius: 10px;
  padding: clamp(1.875rem, -1.25rem + 10vw, 4.375rem);
  height: 100%;
}

.bottom-meet-row .leftbox h3{
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 500;
  text-align: left;
}

.bottom-meet-row .leftbox .box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding:  clamp(1.25rem, -0.3125rem + 5vw, 2.5rem) 0;
  border-bottom: 1px solid #ccc;
  gap: 20px;
}

.bottom-meet-row .leftbox .box:last-child{
  border: none;
}

.bottom-meet-row .leftbox .box .box-img{
  width:70px;
}
.bottom-meet-row .leftbox .box .box-text{
  width:calc(100% - 70px);
  display: flex;
  flex-direction: column;
  text-align: left;
}
.bottom-meet-row .leftbox .box .box-text h4{
  font-size: clamp(1.25rem, 0.7813rem + 1.5vw, 1.625rem);
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.bottom-meet-row .leftbox .box .box-text p{
  font-size: clamp(1.0625rem, 0.8281rem + 0.75vw, 1.25rem);
  margin: 0;
  padding: 0;
}

.bottom-meet-row .leftbox ul{
  width: 100%;
  padding-left: 0;
  padding-top: 15px;
}

.bottom-meet-row .leftbox ul li{
  list-style: none;
  padding: 2px 0;
}


.bottom-meet-row .leftbox ul li a{
  color: #0089CD;
  font-size: clamp(1.25rem, 0.7813rem + 1.5vw, 1.625rem);
}

.bottom-meet-row .leftbox ul li a:hover{
  text-decoration: underline;
}

.videobox{
  box-shadow: 0px 10px 50px #0000001C;
  width: 100%;
  margin-bottom: 75px;
  background-color: #fff;
}

.videobox video{
  display: block;
}

.expert-btn{
  border: 1px solid #161614;
  border-radius: 20px;
  font-size: 14px;
  color: #161614;
  padding:10px 25px;
  margin-top: 10px;
  display: inline-block;
}

.expert-btn:hover{
  color: #fff;
  border: 1px solid #DE3818;
  background-color: #DE3818;
}
.greentext{
  color: #90B528;
}

.expert-btn-white{
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  font-size: 14px;
  color: #FFFFFF;
  padding:10px 25px;
  margin-top: 10px;
  display: inline-block;
}

.expert-btn-white:hover{
  color: #DE3818;
  border: 1px solid #DE3818;
}

.mac-pricerow{
  padding: clamp(3.75rem, 0.625rem + 10vw, 6.25rem) 0 0 0;
}
.mac-pricerow .mac-pricebox{
  display: flex;
  flex-direction: column;
align-items: center;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 20px;
}

.mac-pricerow .mac-pricebox h2{
  text-align: center;
}

.mac-pricerow .mac-pricebox .mac-list{
  width: 100%;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.mac-pricerow .mac-pricebox .mac-list ul{
  width: 30%;
}

.mac-pricerow .mac-pricebox .mac-list ul li{
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.mac-pricerow .mac-pricebox .mac-list .heading{
  display: none;
}
.mac-pricerow .mac-pricebox .mac-list ul li span{
  display: none;
}



.swiper-wrapper{
  height: 100%;
}
.banner-inner {
  max-height: 640px;
    min-height: 200px !important;
    height: min(100vh, 120vw);
  background-position: center;
  padding-top: 0px;
}

.swiper-slide-wrap{
  position: relative;
  height: 100%;
}
.swiper-slide-wrap .content-banner{
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.swiper-slide-wrap .content-banner h1{
  font-size: var(--fz50);
  font-weight: 500;
  color: #fff;
}
.swiper-slide-wrap .content-banner h3{
  font-size: var(--fz30);
  font-weight: 400;
  color: #fff;
}

.banner-inner .main-title {
  font-size: var(--fz50) !important;
  line-height: 1.1em !important;
  margin-bottom: calc( 12px + (var(--rez) * 20px ) ) !important;
}



.accordion-button::after{
  background-image: url(../../images/new-home/plus.svg);
  width: 32px;
  height: 32px;
  background-size: 100%;
}

.accordion-button:not(.collapsed)::after{
  background-image: url(../../images/new-home/minus.svg);
  transform: rotate(0deg);
}



.bordertop{
  border-top: 1px solid #BABAB1;
}

.macicon{
  height: 36px;
  max-width: 100%;
  padding-bottom: 5px;
}



@media screen and (max-width:900px) {
  .mac-for-coding::after{
    height: 175px;
  }
  .macicon{
    height: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width:770px) {
  .mac-pricerow .mac-pricebox .mac-list{
    flex-direction: column;
  }
  .mac-pricerow .mac-pricebox .mac-list ul{
    width: 100%;
    padding-left: 0;
  }
  .rsnone{
    display: none;
  }
  .mac-pricerow .mac-pricebox .mac-list ul li span{
    display: block;
  }

  .mac-pricerow .mac-pricebox .mac-list .heading{
    display: block;
  }
  .mac-for-coding-row{
    flex-direction: column;
  }
  .mac-for-coding-row .coding-row-left, .coding-row-right{
    width: 100%;
  }
  .bottom-content-wrap h2{
    padding: 0;
  }
}



