body {
  font-family: "Poppins", sans-serif;
}
@keyframes header {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}
@keyframes slide_in {
  0% {
    transform: translateX(-400px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(400px);
  }
}
@-webkit-keyframes sparkles {
  0%, 10% {
    opacity: 0;
    transform: scale(0);
  }
  15% {
    opacity: 1;
    transform: scale(2) rotate(-20deg);
    box-shadow: 0.32476rem -2.1875rem 0 0rem #ff8080, -0.32476rem -1.8125rem 0 0rem #ffed80, 1.91274rem -1.10998rem 0 0rem #ffed80, 1.21459rem -1.38398rem 0 0rem #a4ff80, 2.06039rem 0.80338rem 0 0rem #a4ff80, 1.83932rem 0.0867rem 0 0rem #80ffc8, 0.65652rem 2.11178rem 0 0rem #80ffc8, 1.07901rem 1.4921rem 0 0rem #80c8ff, -1.24172rem 1.82996rem 0 0rem #80c8ff, -0.49382rem 1.77391rem 0 0rem #a480ff, -2.20492rem 0.17015rem 0 0rem #a480ff, -1.69479rem 0.71994rem 0 0rem #ff80ed, -1.50777rem -1.61779rem 0 0rem #ff80ed, -1.61955rem -0.87617rem 0 0rem #ff8080;
  }
}
@keyframes sparkles {
  0%, 10% {
    opacity: 0;
    transform: scale(0);
  }
  15% {
    opacity: 1;
    transform: scale(2) rotate(-20deg);
    box-shadow: 0.32476rem -2.1875rem 0 0rem #ff8080, -0.32476rem -1.8125rem 0 0rem #ffed80, 1.91274rem -1.10998rem 0 0rem #ffed80, 1.21459rem -1.38398rem 0 0rem #a4ff80, 2.06039rem 0.80338rem 0 0rem #a4ff80, 1.83932rem 0.0867rem 0 0rem #80ffc8, 0.65652rem 2.11178rem 0 0rem #80ffc8, 1.07901rem 1.4921rem 0 0rem #80c8ff, -1.24172rem 1.82996rem 0 0rem #80c8ff, -0.49382rem 1.77391rem 0 0rem #a480ff, -2.20492rem 0.17015rem 0 0rem #a480ff, -1.69479rem 0.71994rem 0 0rem #ff80ed, -1.50777rem -1.61779rem 0 0rem #ff80ed, -1.61955rem -0.87617rem 0 0rem #ff8080;
  }
}
@keyframes check {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1.1);
  }
  65% {
    transform: scale(0.9);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide_in {
  0% {
    transform: translateX(-400px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(400px);
  }
}
@keyframes inner-bar-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes inner-bar-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .container {
  max-width: 1510px;
  padding: 0 20px;
}
body .btn {
  font-family: "Work-Sans-Medium", sans-serif;
  padding: 22px 56px;
  font-size: 18px;
  line-height: 28px;
  border-radius: 0;
  border: 0;
  outline: none;
  transition: 0.3s;
}
body .btn-lg {
  font-size: 16px;
  padding: 20px 30px;
}
body .btn-primary {
  background-color: #d3181f;
}
body .btn-primary:hover {
  background-color: #212529;
}
body .btn-primary:focus, body .btn-primary:active {
  background-color: #212529;
  box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.005) !important;
}
body .btn-dark:hover {
  background-color: #d3181f;
}
body .btn-dark:focus, body .btn-dark:active {
  background-color: #d3181f;
  box-shadow: 0 0 0 4px rgba(211, 24, 31, 0.005) !important;
}
body .btn-light {
  background-color: #ececec;
  border-radius: 50px;
  text-decoration: none;
  border: none;
}
body .btn-light:hover {
  background-color: #b92429;
  color: #fff;
}
body .btn-light:focus, body .btn-light:active {
  background-color: #000;
  color: #fff;
}
body .nav-pills .nav-link {
  font-family: "Work-Sans-Medium", sans-serif;
  background-color: transparent;
  color: #000;
  font-size: 21px;
  letter-spacing: -0.35px;
  border-radius: 40px;
  margin-bottom: 23px;
  padding: 16px 80px 21px 43px;
  width: max-content;
}
body .nav-pills .nav-link:hover {
  color: #fff;
  background-color: #b92429;
}
body .nav-pills .nav-link:last-child {
  margin-bottom: 0;
}
body .nav-pills .nav-link.active {
  background-color: #b92429;
  color: #fff;
}
body .card {
  border: none;
  overflow: hidden;
  cursor: pointer;
}
body .card-s1 {
  text-align: center;
  padding: 0 30px 50px;
  border-radius: 10px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.09);
  cursor: pointer;
  transition: 0.2s;
}
body .card-s1 img {
  width: fit-content;
  transform: scale(0);
  transition: transform 0.2s;
  margin: 0 auto;
}
body .card-s1 .card-body {
  padding: 0;
}
body .card-s1 .card-body .card-title {
  font-size: 38px;
}
body .card-s1 .card-body .card-text {
  font-size: 18px;
  font-weight: 600;
}
body .card-s1.focused {
  padding: 36px 30px 80px;
  background-color: #d3181f;
  color: #fff;
}
body .card-s1.focused img {
  transform: scale(1);
  margin-bottom: 24px;
}
body .card-s1.focused .card-title {
  font-size: 46px;
}
body .card-s2 {
  background: transparent;
  position: absolute;
  width: 100%;
  max-width: 500px;
}
body .card-s2 .card-body {
  color: #000;
}
body .card-s2 .card-body .card-title {
  font-size: 36px;
}
body .card-s2 .icon-wrapper {
  background-color: #d3181f;
  width: 100%;
  min-width: 142px;
  max-width: 142px;
  height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 10px #fff;
  border-radius: 50%;
}
body .card-s2 .icon-wrapper img {
  width: fit-content;
  max-width: 62px;
}
body .card-team {
  height: 390px;
  margin-bottom: 30px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
body .card-team img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .card-team .card-body {
  background-color: #3a3a3a;
  padding: 60px 50px;
  color: #fff;
  transform: translateY(-101%);
  transition: 0.3s;
}
body .card-team .card-body .card-title,
body .card-team .card-body .job-type,
body .card-team .card-body .card-text,
body .card-team .card-body .mail {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
body .card-team .card-body .card-title {
  font-family: "Work-Sans-Bold";
  font-size: 28px;
}
body .card-team .card-body .job-type {
  font-family: "Work-Sans-Light";
  font-size: 16px;
  margin-bottom: 0;
}
body .card-team .card-body .card-text {
  font-size: 18px;
  -webkit-line-clamp: 4;
  height: 108px;
}
body .card-team .card-body .mail {
  color: #fff;
  font-size: 18px;
}
body .card-team .card-body .separator {
  width: 40px;
  margin: 20px 0;
}
body .card-team .card-body .separator {
  height: 6px;
  background: #d3181f;
  width: 40px;
  margin: 20px 0;
}
body .card-team .card-body.active {
  transform: translateY(0);
}
body .card-team:hover .card-body {
  transform: translateY(0);
}
body .accordion-v2 .accordion-item {
  padding: 20px 0;
  border-top: 1px solid #E5E5E5 !important;
  border-bottom: none !important;
}
body .accordion-v2 .accordion-item .accordion-header .accordion-button {
  font-size: 21px;
  background: #fff;
  color: #000;
  border-bottom: none !important;
  box-shadow: none;
}
body .accordion-v2 .accordion-item .accordion-header .accordion-button:after {
  background-color: #E9E9E9;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-position: center;
  color: #000 !important;
}
body .accordion-v2 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body .accordion-v2 .accordion-item .accordion-body {
  padding: 0 15px 0 15px;
  margin: 20px 0 20px 20px;
  border-left: 5px solid #d3181f;
  font-size: 18px;
  line-height: 28px;
}
body .accordion-v2 .accordion-item .accordion-body p {
  font-size: 18px;
  line-height: 28px;
}
body .z_index-1 {
  z-index: 1;
}
body .z_index-2 {
  z-index: 2;
}
body .z_index-3 {
  z-index: 3;
}
body .bg-primary {
  background-color: #d3181f !important;
}
body .sk-ww-linkedin-page-post .linkedin-page-post-user-root-container {
  margin: 0;
  width: 100% !important;
  background: #212529;
  background-size: cover;
  padding: 10px 20px !important;
  font-size: 12px !important;
}
body .sk-ww-linkedin-page-post .linkedin-page-post-user-root-container .linkedin-page-post-profile-pic {
  width: 50px !important;
  height: 50px !important;
  background-size: 50px !important;
  margin-top: 0 !important;
}
body .sk-ww-linkedin-page-post .linkedin-page-post-user-root-container .sk-linkedin-page-post-profile-usename-anchor,
body .sk-ww-linkedin-page-post .linkedin-page-post-user-root-container .sk-linkedin-page-post-profile-description,
body .sk-ww-linkedin-page-post .linkedin-page-post-user-root-container .sk-linkedin-page-post-profile-counts {
  color: #fff !important;
  font-size: 12px !important;
  margin: 0;
}
body .sk-ww-linkedin-page-post .linkedin-page-post-user-root-container .sk_facebook_posts_feed_username_follow {
  margin: 0;
}
body .sk-ww-linkedin-page-post .linkedin-page-post-user-root-container .sk-linkedin-page-post-profile-usename-anchor {
  font-size: 16px !important;
}
body .sk-ww-linkedin-page-post .linkedin-page-post-user-root-container .sk-follow-linkedin-btn {
  font-size: 14px !important;
  background-color: #b92429 !important;
  border: none;
}
body .sk-ww-linkedin-page-post .swiper-container {
  height: 200px !important;
  overflow-y: scroll;
}
body .sk-ww-linkedin-page-post .swiper-container .swiper-button-next,
body .sk-ww-linkedin-page-post .swiper-container .swiper-button-prev {
  background-color: #fff;
  top: 50% !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
body .sk-ww-linkedin-page-post .swiper-container .grid-linkedin-page-post {
  width: 100% !important;
}
body .sk-ww-linkedin-page-post .swiper-container .sk-post-content-body {
  width: 100% !important;
}
body .sk-ww-linkedin-page-post .swiper-container .grid-content {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
body .sk-ww-linkedin-page-post .swiper-container .post-header {
  display: none;
}
body .sk-ww-linkedin-page-post .swiper-container .post-content {
  height: 100% !important;
  overflow: visible !important;
  font-size: 12px;
}
body .main-content {
  overflow: hidden;
}
body .main-content .main-title {
  font-size: 54px;
}
body .main-content .main-title span {
  color: #b92429;
}
body .main-content .lead {
  font-size: 20px;
  font-weight: 400;
}
body .main-content .hero {
  position: relative;
  background-color: #000;
  height: 100vh;
}
body .main-content .hero #hero-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
body .main-content .hero .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
body .main-content .hero .video-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}
body .main-content .hero .video-wrapper #slider-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}
body .main-content .hero .video-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
body .main-content .hero .slider {
  height: 100%;
  z-index: 2;
}
body .main-content .hero .slider .slick-list,
body .main-content .hero .slider .slick-track,
body .main-content .hero .slider .item {
  height: 100%;
}
body .main-content .hero .slider .item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body .main-content .hero .slider .item .caption {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  margin-top: -100px;
}
body .main-content .hero .slider .item .caption .title {
  font-family: "Colfax-Medium", sans-serif;
  font-size: 57px;
  margin-bottom: 24px;
}
body .main-content .hero .slider .item .caption .lead {
  font-family: "Work-Sans-Regular", sans-serif;
}
body .main-content .hero .slider .item .caption .link {
  position: relative;
}
body .main-content .hero .slider .item .caption .link:hover img, body .main-content .hero .slider .item .caption .link:focus img {
  opacity: 0.7;
}
body .main-content .hero .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: row;
  width: 100% !important;
  z-index: 2;
}
body .main-content .hero .bottom .item {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
body .main-content .hero .bottom .item img,
body .main-content .hero .bottom .item .img {
  height: 70px;
  width: 141px;
  background-repeat: no-repeat;
  background-size: 705px 70px !important;
  background-position: 0;
}
body .main-content .hero .bottom .item .img.icon2 {
  background-position: -141px 0;
}
body .main-content .hero .bottom .item .img.icon3 {
  background-position: -282px 0;
}
body .main-content .hero .bottom .item .img.icon4 {
  background-position: -423px 0;
}
body .main-content .hero .bottom .item .img.icon5 {
  background-position: -564px 0;
}
body .main-content .hero .bottom .item .video-progress {
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 26px;
  right: 0;
  transform: translate(50%, -50%);
  height: 6px;
  border-radius: 10px;
  transition: all 0.1s ease;
}
body .main-content .hero .bottom .item .video-progress span {
  display: block;
  width: 0;
  height: 100%;
  background-color: #b92429;
  border-radius: 10px;
  transform-origin: left center;
}
body .main-content .hero .bottom .item .circle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  z-index: 4;
  border-radius: 50%;
}
body .main-content .hero .bottom .item .circle:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
body .main-content .hero .bottom .item .circle span {
  opacity: 0;
  transition: 0.5s;
  position: relative;
  height: 50%;
  width: 50%;
  overflow: hidden;
}
body .main-content .hero .bottom .item .circle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../img/webp/circle-border-half.webp") no-repeat center/cover;
  transform-origin: left bottom;
  transform: rotate(-90deg);
}
body .main-content .hero .bottom .item .circle span.one {
  transform: rotate(-90deg);
}
body .main-content .hero .bottom .item .circle span.one:before {
  background: transparent url("../img/webp/circle-border-half-dark.webp") no-repeat center/cover;
}
body .main-content .hero .bottom .item .circle span.three {
  transform: rotate(180deg);
}
body .main-content .hero .bottom .item .circle span.four {
  transform: rotate(90deg);
}
body .main-content .hero .bottom .item:last-child .video-progress {
  left: 53.5%;
  right: 0;
  transform: translate(0, -50%);
  border-radius: 10px 0 0 10px;
}
body .main-content .hero .bottom .item#slide0 {
  position: absolute;
  z-index: -1;
}
body .main-content .hero .bottom .item#slide0 .video-progress {
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -3px;
  left: 0;
  right: auto;
  transform: translate(0, 0);
  height: 6px;
  border-radius: 10px;
  transition: all 0.1s ease;
  width: 50% !important;
  margin-left: -14px;
}
body .main-content .hero .bottom .item#slide0 .video-progress span {
  display: block;
  width: 0;
  height: 100%;
  background-color: #b92429;
  border-radius: 10px;
  transform-origin: left center;
}
body .main-content .hero .bottom .item.active .circle span {
  opacity: 1;
}
body .main-content .hero .bottom .item.active .circle span:before {
  -webkit-animation: animateBorder 0.75s forwards linear;
  -moz-animation: animateBorder 0.75s forwards linear;
  -o-animation: animateBorder 0.75s forwards linear;
  animation: animateBorder 0.75s forwards linear;
}
body .main-content .hero .bottom .item.active .circle span.one:before {
  animation-delay: 2.25s;
}
body .main-content .hero .bottom .item.active .circle span.three:before {
  animation-delay: 1.5s;
}
body .main-content .hero .bottom .item.active .circle span.four:before {
  animation-delay: 0.75s;
}
body .main-content .hero .bottom .item.complete .video-progress {
  transition: none !important;
}
body .main-content .hero .bottom .item.complete .video-progress span {
  width: 100% !important;
  transition: none !important;
}
body .main-content .hero .bottom .item.complete .circle span {
  opacity: 1;
}
body .main-content .hero .bottom .item.complete .circle span:before {
  transform: rotate(0deg) !important;
}
body .main-content .hero .bottom .slick-current {
  pointer-events: none;
}
@keyframes progressAnimate {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes animateBorder {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
body .main-content .hero .bottom .slick-list {
  width: 100%;
}
body .main-content .goals {
  background-color: #f4f4f4;
  position: relative;
  padding: 100px 0 0;
  overflow: visible;
  z-index: 1;
  padding-bottom: 80px;
}
body .main-content .goals::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
}
body .main-content .goals .nav .nav-link {
  pointer-events: none;
  background-color: #fff;
}
body .main-content .goals .nav .nav-link:hover {
  background-color: #b92429;
}
body .main-content .goals .nav .nav-link.active {
  background-color: #b92429 !important;
}
body .main-content .goals .tab-content {
  position: relative;
}
body .main-content .goals .tab-content .circle-slider {
  height: 100%;
}
body .main-content .goals .arrows {
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: default;
}
body .main-content .goals .arrows .arrow-prev,
body .main-content .goals .arrows .arrow-next {
  pointer-events: none;
}
body .main-content .goals .arrows .arrow-prev img,
body .main-content .goals .arrows .arrow-prev .img,
body .main-content .goals .arrows .arrow-next img,
body .main-content .goals .arrows .arrow-next .img {
  width: 40px;
  height: 18px;
  transition: 0.3s;
  opacity: 0.5;
  display: inline-block;
}
body .main-content .goals .arrows .arrow-prev:hover img,
body .main-content .goals .arrows .arrow-prev:hover .img, body .main-content .goals .arrows .arrow-prev:focus img,
body .main-content .goals .arrows .arrow-prev:focus .img,
body .main-content .goals .arrows .arrow-next:hover img,
body .main-content .goals .arrows .arrow-next:hover .img,
body .main-content .goals .arrows .arrow-next:focus img,
body .main-content .goals .arrows .arrow-next:focus .img {
  opacity: 1;
  transform: scale(1.3);
}
body .main-content .goals .arrows .arrow-prev img,
body .main-content .goals .arrows .arrow-prev .img {
  transform: rotate(-180deg);
}
body .main-content .goals .arrows .arrow-prev:hover img,
body .main-content .goals .arrows .arrow-prev:hover .img, body .main-content .goals .arrows .arrow-prev:focus img,
body .main-content .goals .arrows .arrow-prev:focus .img {
  transform: scale(1.3) rotate(-180deg);
}
body .main-content .goals .bullets {
  position: absolute;
  top: 130px;
  transform-origin: center;
  transform-box: fill-box;
  width: 570px;
}
body .main-content .goals .circle-3 {
  position: absolute;
  top: 150px;
  width: 570px;
  left: 50%;
  transform: translate(-50%, 0);
}
body .main-content .goals .bullets-rotate {
  animation: circle-rotate 100s infinite linear;
}
body .main-content .goals .circle-rotate {
  animation: circle-rotate 100s infinite linear;
}
@keyframes circle-rotate {
  100% {
    transform: rotateZ(360deg);
  }
}
body .main-content .goals .circle-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  transition: 2s;
  top: 65px;
}
body .main-content .goals .circle-wrapper .industry-circle,
body .main-content .goals .circle-wrapper .business-circle {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transition: 2s;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}
body .main-content .goals .circle-wrapper .industry-circle li,
body .main-content .goals .circle-wrapper .business-circle li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  z-index: 2;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
body .main-content .goals .circle-wrapper .industry-circle li:hover, body .main-content .goals .circle-wrapper .industry-circle li:focus,
body .main-content .goals .circle-wrapper .business-circle li:hover,
body .main-content .goals .circle-wrapper .business-circle li:focus {
  color: #d3181f;
}
body .main-content .goals .circle-wrapper .industry-circle li:hover div, body .main-content .goals .circle-wrapper .industry-circle li:focus div,
body .main-content .goals .circle-wrapper .business-circle li:hover div,
body .main-content .goals .circle-wrapper .business-circle li:focus div {
  background-color: #000;
}
body .main-content .goals .circle-wrapper .industry-circle li:hover div p, body .main-content .goals .circle-wrapper .industry-circle li:focus div p,
body .main-content .goals .circle-wrapper .business-circle li:hover div p,
body .main-content .goals .circle-wrapper .business-circle li:focus div p {
  color: #fff;
}
body .main-content .goals .circle-wrapper .industry-circle li div,
body .main-content .goals .circle-wrapper .business-circle li div {
  padding: 6px 20px;
  border-radius: 20px;
}
body .main-content .goals .circle-wrapper .industry-circle li div p,
body .main-content .goals .circle-wrapper .business-circle li div p {
  white-space: nowrap;
  margin-bottom: 0;
}
body .main-content .goals .circle-wrapper .industry-circle li .inverse-rotate,
body .main-content .goals .circle-wrapper .business-circle li .inverse-rotate {
  animation: inverse-rotate 100s infinite linear;
}
@keyframes inverse-rotate {
  100% {
    transform: rotateZ(-360deg);
  }
}
body .main-content .goals .circle-wrapper .industry-circle li.active,
body .main-content .goals .circle-wrapper .business-circle li.active {
  color: white;
}
body .main-content .goals .circle-wrapper .industry-circle li.active div,
body .main-content .goals .circle-wrapper .business-circle li.active div {
  padding: 6px 20px;
  background-color: #000;
  border-radius: 20px;
}
body .main-content .goals .circle-wrapper .industry-circle li.active div p,
body .main-content .goals .circle-wrapper .business-circle li.active div p {
  white-space: nowrap;
}
body .main-content .goals .industry-wrapper .industry-circle {
  position: relative;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  padding: 0;
  list-style: none;
}
body .main-content .goals .industry-wrapper .industry-circle > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px;
  width: 90px;
  height: 90px;
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(1) {
  transform: rotate(-90deg) translate(350px) rotate(90deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(2) {
  transform: rotate(-70deg) translate(350px) rotate(70deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(3) {
  transform: rotate(-50deg) translate(350px) rotate(50deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(4) {
  transform: rotate(-30deg) translate(350px) rotate(30deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(5) {
  transform: rotate(-10deg) translate(350px) rotate(10deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(6) {
  transform: rotate(10deg) translate(350px) rotate(-10deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(7) {
  transform: rotate(30deg) translate(350px) rotate(-30deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(8) {
  transform: rotate(50deg) translate(350px) rotate(-50deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(9) {
  transform: rotate(70deg) translate(350px) rotate(-70deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(10) {
  transform: rotate(90deg) translate(350px) rotate(-90deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(11) {
  transform: rotate(110deg) translate(350px) rotate(-110deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(12) {
  transform: rotate(130deg) translate(350px) rotate(-130deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(13) {
  transform: rotate(150deg) translate(350px) rotate(-150deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(14) {
  transform: rotate(170deg) translate(350px) rotate(-170deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(15) {
  transform: rotate(190deg) translate(350px) rotate(-190deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(16) {
  transform: rotate(210deg) translate(350px) rotate(-210deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(17) {
  transform: rotate(230deg) translate(350px) rotate(-230deg);
}
body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(18) {
  transform: rotate(250deg) translate(350px) rotate(-250deg);
}
body .main-content .goals .business-wrapper .business-circle {
  position: relative;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  padding: 0;
  list-style: none;
}
body .main-content .goals .business-wrapper .business-circle > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px;
  width: 120px;
  height: 120px;
  text-align: center;
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(1) {
  transform: rotate(-85deg) translate(350px) rotate(85deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(2) {
  transform: rotate(-59.2857142857deg) translate(350px) rotate(59.2857142857deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(3) {
  transform: rotate(-33.5714285714deg) translate(350px) rotate(33.5714285714deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(4) {
  transform: rotate(-7.8571428571deg) translate(350px) rotate(7.8571428571deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(5) {
  transform: rotate(17.8571428571deg) translate(350px) rotate(-17.8571428571deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(6) {
  transform: rotate(43.5714285714deg) translate(350px) rotate(-43.5714285714deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(7) {
  transform: rotate(69.2857142857deg) translate(350px) rotate(-69.2857142857deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(8) {
  transform: rotate(95deg) translate(350px) rotate(-95deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(9) {
  transform: rotate(120.7142857143deg) translate(350px) rotate(-120.7142857143deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(10) {
  transform: rotate(146.4285714286deg) translate(350px) rotate(-146.4285714286deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(11) {
  transform: rotate(172.1428571429deg) translate(350px) rotate(-172.1428571429deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(12) {
  transform: rotate(197.8571428571deg) translate(350px) rotate(-197.8571428571deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(13) {
  transform: rotate(223.5714285714deg) translate(350px) rotate(-223.5714285714deg);
}
body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(14) {
  transform: rotate(249.2857142857deg) translate(350px) rotate(-249.2857142857deg);
}
body .main-content .goals .business-wrapper .business-circle li.list-item div p {
  white-space: normal;
}
body .main-content .goals .gradient-boxes {
  bottom: -78px;
  left: -76px;
  justify-content: space-between;
  align-items: center;
  min-width: 780px;
  z-index: 4;
}
body .main-content .goals .gradient-boxes .gradient-box {
  min-width: 100px;
  min-height: 40px;
  background: rgb(244, 244, 244);
  background: -moz-linear-gradient(0deg, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 100%);
  background: linear-gradient(0deg, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#f4f4f4",GradientType=1);
}
body .main-content .goals .content {
  margin-bottom: 100px;
}
body .main-content .goals .content::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 110%;
  background-color: #dedede;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
body .main-content .goals .content .btn-light {
  padding: 20px 60px 20px 20px;
}
body .main-content .goals .content .btn-light:hover {
  background-color: #000;
}
body .main-content .goals .content .btn-light.active {
  background-color: #000;
}
body .main-content .goals .content p {
  padding: 0 20px;
}
body .main-content .goals .content .left {
  padding-right: 138px;
}
body .main-content .goals .content .right {
  padding-left: 138px;
}
body .main-content .goals .animate-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50px);
  width: 250px;
  z-index: 5;
}
body .main-content .goals .animate-icon .avolox-icon {
  height: auto;
}
body .main-content .goals .animate-icon.custom-size {
  top: 60%;
  width: 200px;
}
body .main-content .goals .question-qt {
  margin: 0 0 33px 15px;
}
body .main-content .featured-slider {
  position: relative;
  padding: 47px 0 160px;
  margin-top: 266px;
  background-color: #fff;
}
body .main-content .featured-slider .title-area .main-title {
  margin-bottom: 17px;
}
body .main-content .featured-slider .title-area .lead {
  max-width: 600px;
}
body .main-content .featured-slider .slider_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-for {
  width: 100%;
  max-width: 510px;
  padding-bottom: 69px;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-for .slick-list {
  overflow: visible;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-for .item {
  animation: 1.5s slide_out forwards;
  transition: opacity 0.5s;
  cursor: grab;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper {
  padding-left: 29px;
  position: relative;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper h1 {
  margin-bottom: 34px;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper:after {
  content: "";
  background-color: #d3181f;
  position: absolute;
  top: 9px;
  left: 0;
  height: 116px;
  width: 7px;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper {
  margin-top: 110px;
  padding-left: 24px;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper .btn {
  padding: 25px 65px 27px 66px;
  margin-right: 74px;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper .link {
  text-decoration: none;
  border-bottom: solid 3px #d3181f;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-for .slick-active {
  animation: slide_in 1.5s forwards ease;
  transition: opacity 1s !important;
  transform: translateX(-400px);
}
body .main-content .featured-slider .slider_wrapper .featured-slider-nav {
  width: 100%;
  max-width: 807px;
  min-width: 807px;
  margin-bottom: 0;
  cursor: grab;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}
body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-list {
  padding: 0 !important;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-list img {
  height: 605px;
  object-fit: cover;
  object-position: right top;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-arrow {
  height: 50px;
  width: 50px;
  top: 100%;
  right: 0;
  transform: translate(0, 0);
  transition: all 0.2s ease;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 12px;
  opacity: 1;
  background: url("../img/webp/arrow-long.webp") no-repeat center center/100%;
  filter: brightness(1) invert(1);
  transition: all 0.2s ease;
  transform-origin: left center;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-arrow:hover:before {
  transform: translate(-50%, -50%) scale(1.2);
}
body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-prev.slick-arrow {
  left: unset;
  transform: translate(-50px, 0);
}
body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-prev.slick-arrow:before {
  transform: translate(-50%, -50%) rotate(-180deg);
  margin-left: 26px;
}
body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-prev.slick-arrow:hover:before {
  transform: translate(-50%, -50%) rotate(-180deg) scale(1.2);
}
body .main-content .featured-slider .container {
  position: relative;
  z-index: 3;
  max-width: 1644px;
  padding: 0 20px 0 88px;
}
body .main-content .featured-slider .bg-featured {
  position: absolute;
  top: 0;
  left: 70%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
body .main-content .featured-slider .bg-featured .slick-list {
  height: 100%;
}
body .main-content .featured-slider .bg-featured .slick-list .slick-track {
  height: 100%;
}
body .main-content .featured-slider .bg-featured .slick-list .slick-track img {
  height: 100%;
  object-fit: cover;
  background-position: center;
}
body .main-content .featured-slider .counter {
  position: absolute;
  top: -194px;
  left: -25px;
  z-index: -1;
  font-size: 257px;
  color: rgba(225, 225, 225, 0.5);
}
body .main-content .featured-slider .logo-bg {
  position: absolute;
  top: -125px;
  left: -152px;
  max-width: 805px;
  height: auto;
  object-fit: cover;
  z-index: 1;
  opacity: 0.5;
}
body .main-content .our-partners {
  padding: 60px 0;
}
body .main-content .our-partners .partners_slider_wrapper {
  margin: 0 30px;
  position: relative;
  overflow: hidden;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider {
  position: relative;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list {
  margin: 0 -30px;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 30px;
  outline: none;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img.img2 {
  background-position: -200px -100px !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img.img3 {
  background-position: -400px -100px !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img.img4 {
  background-position: -600px -100px !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img.img5 {
  background-position: -800px -100px !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img.img6 {
  background-position: -1000px -100px !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img.img7 {
  background-position: -1200px -100px !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img.img8 {
  background-position: -1400px -100px !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img.img9 {
  background-position: -1600px -100px !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img.img10 {
  background-position: -1800px -100px !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img.img11 {
  background-position: -2000px -100px !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img.img12 {
  background-position: -2200px -100px !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img {
  height: 100px;
  width: 200px;
  background-size: contain;
  background-position-y: -100px !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img:hover, body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img:focus {
  background-position-y: 0 !important;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item img.gray {
  display: block;
  opacity: 0.7;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #9d9d9d;
  transform: rotate(15deg);
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider:before, body .main-content .our-partners .partners_slider_wrapper .partners_slider:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
  background-color: #fff;
  z-index: 1;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider:before {
  left: 0;
}
body .main-content .our-partners .partners_slider_wrapper .partners_slider:after {
  right: 0;
}
body .main-content .company-groups {
  background-color: #f4f4f4;
  position: relative;
  padding: 92px 0 100px;
  color: #fff;
  z-index: 1;
}
body .main-content .company-groups .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
body .main-content .company-groups .lead {
  line-height: 27px;
  font-weight: 300;
  letter-spacing: -0.43px;
  margin-bottom: 30px;
}
body .main-content .company-groups .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 580px;
}
body .main-content .company-groups .content-wrapper .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .main-content .company-groups .content-wrapper .items .card {
  background-color: transparent;
  margin-bottom: 47px;
  width: 100%;
  max-width: 47%;
  padding-left: 45px;
}
body .main-content .company-groups .content-wrapper .items .card .img {
  width: 45px;
  height: 48px;
  background-size: 180px 48px !important;
  position: absolute;
  left: 0;
}
body .main-content .company-groups .content-wrapper .items .card .img.icon2 {
  background-position: -45px 0 !important;
}
body .main-content .company-groups .content-wrapper .items .card .img.icon3 {
  background-position: -90px 0 !important;
}
body .main-content .company-groups .content-wrapper .items .card .img.icon4 {
  background-position: -135px 0 !important;
}
body .main-content .company-groups .content-wrapper .items .card .card-body {
  padding: 12px 0 0 14px;
}
body .main-content .company-groups .content-wrapper .items .card .card-body .card-title {
  margin-bottom: 10px;
}
body .main-content .company-groups .content-wrapper .items .card .card-body .card-text {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 27px;
  font-weight: 300;
}
body .main-content .company-groups .content-wrapper .slick-list {
  overflow: visible;
}
body .main-content .company-groups .content-wrapper .slick-slide {
  animation: 1.5s slide_out forwards;
  transition: opacity 0.5s;
}
body .main-content .company-groups .content-wrapper .slick-active {
  animation: slide_in 1.5s forwards ease;
  transition: opacity 1s !important;
  transform: translateX(-400px);
}
body .main-content .company-groups .slider-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 137px;
  height: 830px;
}
body .main-content .company-groups .slider-circle .ring {
  position: absolute;
  transition: 0.5s;
  transform-origin: center;
  transform-box: fill-box;
  width: 650px;
  height: 650px;
  pointer-events: none;
  z-index: 2;
}
body .main-content .company-groups .slider-circle .ring::before {
  content: "";
  position: absolute;
  border: 9px solid #605d5d;
  width: 133px;
  height: 133px;
  top: 10px;
  right: 468px;
  border-radius: 50%;
  z-index: 1;
}
body .main-content .company-groups .slider-circle .testimonial-slider-right {
  background: #b92429;
  width: 492px;
  height: 490px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body .main-content .company-groups .slider-circle .testimonial-slider-right:before {
  content: "";
  width: 44px;
  height: 36px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url("./../img/webp/testimonials/left-quote.webp");
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}
body .main-content .company-groups .slider-circle .testimonial-slider-right:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 830px;
  height: 830px;
  background-image: url("./../img/webp/testimonials/testimonial-circle-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .main-content .company-groups .slider-circle .testimonial-slider-right .slider-item {
  padding: 40px 70px;
}
body .main-content .company-groups .slider-circle .testimonial-slider-right .slider-item p {
  font-size: 20px;
}
body .main-content .company-groups .slider-circle .testimonial-slider-right .slider-item .bottom {
  margin-top: 34px;
  position: relative;
}
body .main-content .company-groups .slider-circle .testimonial-slider-right .slider-item .bottom::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 19px;
  height: 4px;
  background-color: #fff;
}
body .main-content .company-groups .slider-circle .circle-container {
  border: none;
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  padding: 0;
  list-style: none;
  z-index: 2;
}
body .main-content .company-groups .slider-circle .circle-container > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -56.5px;
  width: 113px;
  height: 113px;
}
body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(1) {
  transform: rotate(-90deg) translate(325px) rotate(90deg);
}
body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(2) {
  transform: rotate(-50deg) translate(325px) rotate(50deg);
}
body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(3) {
  transform: rotate(-10deg) translate(325px) rotate(10deg);
}
body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(4) {
  transform: rotate(30deg) translate(325px) rotate(-30deg);
}
body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(5) {
  transform: rotate(70deg) translate(325px) rotate(-70deg);
}
body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(6) {
  transform: rotate(110deg) translate(325px) rotate(-110deg);
}
body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(7) {
  transform: rotate(150deg) translate(325px) rotate(-150deg);
}
body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(8) {
  transform: rotate(190deg) translate(325px) rotate(-190deg);
}
body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(9) {
  transform: rotate(230deg) translate(325px) rotate(-230deg);
}
body .main-content .company-groups .slider-circle .circle-container li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #fff;
  z-index: 3;
  cursor: pointer;
}
body .main-content .company-groups .slider-circle .circle-container li button {
  border: none;
  background: transparent;
  height: 100%;
  width: 100%;
  padding: 0;
}
body .main-content .company-groups .slider-circle .circle-container li button img {
  opacity: 0.5;
  width: 100%;
  height: auto;
}
body .main-content .company-groups .slider-circle .circle-container li button:hover img, body .main-content .company-groups .slider-circle .circle-container li button:focus img {
  opacity: 1;
}
body .main-content .company-groups .slider-circle .circle-container li:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}
body .main-content .company-groups .slider-circle .circle-container li.active button img {
  opacity: 1;
}
body .main-content .company-groups .testimonial-slider {
  background-color: #d3181f;
  padding: 30px 20px;
  margin: 0 -20px;
  z-index: 1;
}
body .main-content .company-groups .testimonial-slider .slick-slide {
  color: white;
  text-align: center;
}
body .main-content .company-groups .testimonial-slider .slick-slide .bottom p {
  margin-bottom: 0;
}
body .main-content .cases-section {
  padding: 220px 0 100px;
  position: relative;
  z-index: 2;
}
body .main-content .cases-section .slider {
  margin: 80px 0 0;
}
body .main-content .cases-section .slider .item {
  position: relative;
  margin: 0 10px;
  height: 352px;
  background: #181c1f;
  border-radius: 10px;
  overflow: hidden;
}
body .main-content .cases-section .slider .item .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .main-content .cases-section .slider .item .content {
  position: relative;
  z-index: 2;
}
body .main-content .cases-section .slider .item .content .caption {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  padding: 40px 10px 40px 30px;
}
body .main-content .cases-section .slider .item .content .caption .label {
  color: #000;
  background: #fff;
  border-radius: 50px;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 20px;
}
body .main-content .cases-section .slider .item .content .caption .title {
  font-size: 22px;
}
body .main-content .cases-section .slider .item .content .caption .btn-add {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  padding: 0;
  line-height: 38px;
  font-size: 24px;
  margin-top: 20px;
  box-shadow: none;
}
body .main-content .cases-section .slider .item .content .caption .btn-add:hover, body .main-content .cases-section .slider .item .content .caption .btn-add:focus {
  color: #000;
  background: #fff;
}
body .main-content .cases-section .slider .item .content .brand-logo {
  position: absolute;
  right: 30px;
  top: 30px;
  height: auto;
}
body .main-content .cases-section .slider .item .content .right-image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  margin-top: 30px;
}
body .main-content .cases-section .slider .item .content .right-image img {
  max-width: 100%;
}
body .main-content .cases-section .slider .slick-dots {
  top: -60px;
  bottom: auto;
}
body .main-content .cases-section .slider .slick-dots li button:before {
  font-size: 16px;
  opacity: 0.8;
  color: #dedede;
}
body .main-content .cases-section .slider .slick-dots .slick-active button:before {
  opacity: 1;
  color: #d3181f;
}
body .main-content .cases-section .slider .slick-arrow {
  top: -45px;
  color: #000;
  line-height: 14px;
  width: auto;
  height: auto;
  font-size: 16px;
  z-index: 2;
}
body .main-content .cases-section .slider .slick-arrow:before {
  color: #212529;
  font-family: "Poppins", sans-serif;
}
body .main-content .cases-section .slider .slick-arrow.slick-prev {
  padding-left: 40px;
  left: 10px;
}
body .main-content .cases-section .slider .slick-arrow.slick-prev:before {
  content: "";
  width: 30px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  background: url("../img/webp/arrow-long.webp") no-repeat;
  background-size: contain;
  filter: brightness(0.1);
}
body .main-content .cases-section .slider .slick-arrow.slick-next {
  padding-right: 40px;
  right: 10px;
}
body .main-content .cases-section .slider .slick-arrow.slick-next:before {
  display: none;
}
body .main-content .cases-section .slider .slick-arrow.slick-next:after {
  content: "";
  width: 30px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../img/webp/arrow-long.webp") no-repeat;
  background-size: contain;
  filter: brightness(0.1);
}
body .main-content .cases-section .btn {
  margin-top: 70px;
}
body .main-content .contact-us {
  background-color: #fff;
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  z-index: 1;
}
body .main-content .contact-us .main-title-2 {
  font-size: 44px;
}
body .main-content .contact-us .contact-box {
  padding-right: 128px;
  color: #000;
}
body .main-content .contact-us .contact-box .form .form-floating {
  margin-bottom: 25px;
}
body .main-content .contact-us .contact-box .form .form-floating input,
body .main-content .contact-us .contact-box .form .form-floating select,
body .main-content .contact-us .contact-box .form .form-floating textarea {
  height: unset;
  border: none;
  border-radius: 0;
  border-bottom: solid 2px #dedede;
  padding: 12px 0 !important;
  font-size: 16px;
  color: #000;
}
body .main-content .contact-us .contact-box .form .form-floating input:focus, body .main-content .contact-us .contact-box .form .form-floating input:not(:placeholder-shown),
body .main-content .contact-us .contact-box .form .form-floating select:focus,
body .main-content .contact-us .contact-box .form .form-floating select:not(:placeholder-shown),
body .main-content .contact-us .contact-box .form .form-floating textarea:focus,
body .main-content .contact-us .contact-box .form .form-floating textarea:not(:placeholder-shown) {
  padding: 12px 0;
  box-shadow: none;
}
body .main-content .contact-us .contact-box .form .form-floating input:focus ~ label, body .main-content .contact-us .contact-box .form .form-floating input:not(:placeholder-shown) ~ label,
body .main-content .contact-us .contact-box .form .form-floating select:focus ~ label,
body .main-content .contact-us .contact-box .form .form-floating select:not(:placeholder-shown) ~ label,
body .main-content .contact-us .contact-box .form .form-floating textarea:focus ~ label,
body .main-content .contact-us .contact-box .form .form-floating textarea:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-25px) translateX(0);
}
body .main-content .contact-us .contact-box .form .form-floating label {
  padding: 12px 0;
  color: #000;
}
body .main-content .contact-us .contact-box .form .form-floating label:focus {
  padding: 0;
}
body .main-content .contact-us .contact-box .form .form-floating textarea {
  height: 105px;
}
body .main-content .contact-us .contact-box .form label.form-check-label {
  font-size: 16px;
  line-height: 30px;
}
body .main-content .contact-us .contact-box .form .form-check {
  padding-left: 40px;
}
body .main-content .contact-us .contact-box .form .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
  border: solid 2px #9D9D9D;
  width: 20px;
  height: 20px;
  margin-left: -40px;
}
body .main-content .contact-us .contact-box .form .form-check .form-check-input[type=checkbox]:focus {
  box-shadow: 0 0 0 0.25rem rgba(185, 36, 41, 0.25);
  border-color: #d3181f;
}
body .main-content .contact-us .contact-box .form .form-check .form-check-input[type=checkbox]:checked {
  background-color: #d3181f;
  border-color: #d3181f;
}
body .main-content .contact-us .contact-box .form .form-check .form-check-label {
  color: #000;
}
body .main-content .contact-us .contact-box .form .form-button {
  margin-top: 83px;
}
body .main-content .contact-us .contact-box .form .form-button .btn {
  padding: 23px 65px 28px;
}
body .main-content .contact-us .office-box {
  padding-left: 132px;
  position: relative;
  height: 100%;
  color: #fff;
}
body .main-content .contact-us .office-box ul {
  padding: 0;
  list-style: none;
}
body .main-content .contact-us .office-box ul li {
  padding: 28px 48px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 15px;
}
body .main-content .contact-us .office-box ul li .dot {
  line-height: 0;
  margin: 3px 13px 0 0;
}
body .main-content .contact-us .office-box ul li .title {
  margin-bottom: 24px;
}
body .main-content .contact-us .office-box ul li:hover {
  background-color: rgba(205, 41, 47, 0.2);
}
body .main-content .contact-us .office-box ul li::marker {
  font-size: 20px;
}
body .main-content .contact-us .office-box ul li:last-child {
  margin-bottom: 0 !important;
}
body .main-content .contact-us .office-box ul li.active {
  background-color: rgba(205, 41, 47, 0.2);
}
body .main-content .contact-us .bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  object-fit: cover;
  transition: opacity 0.5s ease;
  z-index: -1;
  user-select: none;
}
body .main-content .contact-us:after {
  content: "";
  background-color: #b92429;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: -2;
}
body .modal .modal-dialog {
  max-width: 720px;
}
body .modal .modal-dialog .modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}
body .modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  padding: 8px;
  background-color: #dedede;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  width: 40px;
}
body .modal .modal-dialog .modal-content .modal-body {
  padding: 60px 55px;
}
body .modal .modal-dialog .modal-content .modal-body .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 44px;
}
body .modal .modal-dialog .modal-content .modal-body .title .text-primary {
  color: #d3181f !important;
}
body .modal .modal-dialog .modal-content .modal-body form {
  max-width: 300px;
  margin: 0 auto;
}
body .modal .modal-dialog .modal-content .modal-body form input {
  position: relative;
  padding: 12px 0;
  font-size: 16px;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #dedede;
  margin-bottom: 20px;
  color: #000;
  border-radius: 0;
}
body .modal .modal-dialog .modal-content .modal-body form input::placeholder {
  color: #000;
}
body .modal .modal-dialog .modal-content .modal-body form input[type=file] {
  display: none;
}
body .modal .modal-dialog .modal-content .modal-body form label {
  position: relative;
  padding: 12px 0;
  color: #000;
  border-bottom: 2px solid #dedede;
  width: 100%;
  margin-bottom: 30px;
}
body .modal .modal-dialog .modal-content .modal-body form label span {
  color: #dedede;
}
body .modal .modal-dialog .modal-content .modal-body form label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  background-image: url("../img/webp/upload.webp");
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body .modal.success .modal-dialog {
  max-width: 500px;
}
body .modal.success .modal-dialog .modal-content .modal-body {
  padding: 50px;
}
body .modal.success .modal-dialog .modal-content .modal-body .check_wrapper {
  position: relative;
  background-color: #f4f4f4;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 30px;
}
body .modal.success .modal-dialog .modal-content .modal-body .check_wrapper img,
body .modal.success .modal-dialog .modal-content .modal-body .check_wrapper .img {
  width: 40px;
  height: 28px;
  transform: scale(0);
}
body .modal.success .modal-dialog .modal-content .modal-body .check_wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 6px;
  width: 6px;
  box-shadow: 0.32476rem -2.6875rem 0 -0.1875rem #ff8080, -0.32476rem -2.3125rem 0 -0.1875rem #ffed80, 2.30366rem -1.42172rem 0 -0.1875rem #ffed80, 1.6055rem -1.69573rem 0 -0.1875rem #a4ff80, 2.54785rem 0.91464rem 0 -0.1875rem #a4ff80, 2.32679rem 0.19796rem 0 -0.1875rem #80ffc8, 0.87346rem 2.56226rem 0 -0.1875rem #80ffc8, 1.29595rem 1.94258rem 0 -0.1875rem #80c8ff, -1.45866rem 2.28045rem 0 -0.1875rem #80c8ff, -0.71076rem 2.2244rem 0 -0.1875rem #a480ff, -2.69238rem 0.28141rem 0 -0.1875rem #a480ff, -2.18226rem 0.8312rem 0 -0.1875rem #ff80ed, -1.89869rem -1.92954rem 0 -0.1875rem #ff80ed, -2.01047rem -1.18791rem 0 -0.1875rem #ff8080;
  border-radius: 50%;
  z-index: 0;
}
body .modal.success.show .modal-dialog .modal-content .modal-body .check_wrapper img,
body .modal.success.show .modal-dialog .modal-content .modal-body .check_wrapper .img {
  animation: check 0.7s ease forwards;
  animation-delay: 0.3s;
}
body .modal.success.show .modal-dialog .modal-content .modal-body .check_wrapper:before {
  will-change: opacity, box-shadow;
  -webkit-animation: sparkles 1s ease;
  animation: sparkles 1.5s ease;
  animation-delay: 0.9s;
}
@media (min-width: 992px) {
  body .main-content .hero .bottom .item {
    width: 100%;
    max-width: 20% !important;
  }
  body .main-content .hero .bottom .slick-list {
    overflow: visible;
  }
  body .main-content .hero .bottom .slick-list .slick-track {
    display: flex;
    flex-direction: row;
    width: 100% !important;
    transform: none !important;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper .lead {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1920px) and (max-height: 1080px) {
  body .card-s2 {
    background: transparent;
    position: absolute;
    width: 100%;
    max-width: 500px;
  }
  body .card-s2 .card-body {
    color: #000;
  }
  body .card-s2 .card-body .card-title {
    font-size: 36px;
  }
  body .card-s2 .icon-wrapper {
    background-color: #d3181f;
    width: 100%;
    min-width: 112px;
    max-width: 112px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 10px #fff;
    border-radius: 50%;
  }
  body .card-s2 .icon-wrapper img {
    width: fit-content;
    max-width: 62px;
  }
  body .card-team .card-body {
    padding: 30px 30px;
  }
  body .card-team .card-body .card-title,
  body .card-team .card-body .job-type,
  body .card-team .card-body .card-text,
  body .card-team .card-body .mail {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  body .card-team .card-body .card-title {
    font-family: "Work-Sans-Bold";
    font-size: 28px;
  }
  body .card-team .card-body .job-type {
    font-family: "Work-Sans-Light";
    font-size: 16px;
    margin-bottom: 0;
  }
  body .card-team .card-body .card-text {
    font-size: 18px;
    -webkit-line-clamp: 4;
    height: 108px;
  }
  body .card-team .card-body .mail {
    color: #fff;
    font-size: 18px;
  }
  body .card-team .card-body .separator {
    width: 40px;
    margin: 20px 0;
  }
  body .card-team .card-body .separator {
    height: 6px;
    background: #d3181f;
    width: 40px;
    margin: 20px 0;
  }
  body .card-team .card-body.active {
    transform: translateY(0);
  }
  body .card-team:hover .card-body {
    transform: translateY(0);
  }
  body .main-content .featured-slider .title-area .main-title {
    font-size: 44px;
    margin-bottom: 10px;
  }
  body .main-content .featured-slider .title-area .lead {
    font-size: 18px;
    max-width: 540px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper .lead {
    font-size: 18px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper:after {
    height: 100px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper {
    margin-top: 100px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav {
    max-width: 666px;
    min-width: 666px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-list img {
    height: 500px;
  }
  body .main-content .featured-slider .logo-bg {
    top: -110px;
    left: -82px;
    max-width: 660px;
  }
  body .main-content .featured-slider .bg-featured {
    left: 74.6%;
  }
  body .main-content .featured-slider .counter {
    top: -120px;
    font-size: 180px;
  }
  body .main-content .company-groups .main-title {
    margin-bottom: 20px;
  }
  body .main-content .company-groups .slider-circle {
    margin-left: 100px;
    height: 700px;
  }
  body .main-content .company-groups .slider-circle .ring {
    width: 540px;
    height: 540px;
  }
  body .main-content .company-groups .slider-circle .ring::before {
    top: 4px;
    right: 384px;
    width: 120px;
    height: 120px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right {
    width: 400px;
    height: 400px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right:before {
    width: 34px;
    height: 36px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right:after {
    width: 700px;
    height: 700px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right .slider-item {
    padding: 30px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right .slider-item p {
    font-size: 16px;
  }
  body .main-content .company-groups .slider-circle .circle-container {
    position: relative;
    width: 540px;
    height: 540px;
  }
  body .main-content .company-groups .slider-circle .circle-container > * {
    margin: -50px;
    width: 100px;
    height: 100px;
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(1) {
    transform: rotate(-90deg) translate(270px) rotate(90deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(2) {
    transform: rotate(-50deg) translate(270px) rotate(50deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(3) {
    transform: rotate(-10deg) translate(270px) rotate(10deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(4) {
    transform: rotate(30deg) translate(270px) rotate(-30deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(5) {
    transform: rotate(70deg) translate(270px) rotate(-70deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(6) {
    transform: rotate(110deg) translate(270px) rotate(-110deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(7) {
    transform: rotate(150deg) translate(270px) rotate(-150deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(8) {
    transform: rotate(190deg) translate(270px) rotate(-190deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(9) {
    transform: rotate(230deg) translate(270px) rotate(-230deg);
  }
  body .main-content .company-groups .slider-circle .circle-container li img {
    width: 90%;
  }
  body .main-content .company-groups .content-wrapper .btn {
    font-size: 15px;
  }
}
@media (max-width: 1800px) {
  body .card-s2 .icon-wrapper {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
  }
  body .card-s2 .icon-wrapper img {
    height: 40px;
  }
  body .accordion-v2 .accordion-item {
    padding: 10px 0;
  }
  body .accordion-v2 .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 10px;
  }
  body .accordion-v2 .accordion-item .accordion-body {
    margin: 20px 0 20px 10px;
    font-size: 16px;
  }
  body .accordion-v2 .accordion-item .accordion-body p {
    font-size: 16px;
  }
  body .card-team .card-body {
    padding: 40px 40px;
  }
  body .card-team .card-body .card-title {
    font-size: 24px;
  }
  body .card-team .card-body .card-text {
    font-size: 16px;
    height: 100px;
  }
  body .card-team .card-body .mail {
    color: #fff;
    font-size: 16px;
  }
  body .main-content .main-title {
    font-size: 32px;
  }
  body .main-content .lead {
    font-size: 16px;
  }
  body .main-content .nav-pills .nav-link {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 14px 50px 14px 30px;
    font-family: "Work-Sans-Medium", sans-serif;
  }
  body .main-content .hero .slider .item .caption .title {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 52px;
  }
  body .main-content .hero .slider .item .caption .lead {
    font-size: 16px;
  }
  body .main-content .hero .slider .item .caption .lead .btn-arrow {
    width: 45px;
  }
  body .main-content .goals {
    padding: 80px 0;
  }
  body .main-content .goals .avolox-logo {
    max-width: 240px !important;
  }
  body .main-content .goals .bullets {
    top: 60px;
  }
  body .main-content .goals .circle-wrapper {
    top: 75px;
  }
  body .main-content .goals .circle-3 {
    top: 130px;
  }
  body .main-content .goals .animate-icon {
    width: 210px;
  }
  body .main-content .goals .content .btn-light {
    padding: 14px 60px 14px 20px;
  }
  body .main-content .company-groups .main-title {
    font-size: 34px;
  }
  body .main-content .company-groups .slider-circle {
    margin-left: 100px;
    height: 750px;
  }
  body .main-content .company-groups .slider-circle .ring {
    width: 580px;
    height: 580px;
  }
  body .main-content .company-groups .slider-circle .ring::before {
    top: 13px;
    right: 421px;
    width: 110px;
    height: 110px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right {
    width: 420px;
    height: 420px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right:before {
    width: 40px;
    height: 42px;
    top: 45px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right:after {
    width: 750px;
    height: 750px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right .slider-item p {
    font-size: 16px;
  }
  body .main-content .company-groups .slider-circle .circle-container {
    position: relative;
    width: 580px;
    height: 580px;
  }
  body .main-content .company-groups .slider-circle .circle-container > * {
    margin: -50px;
    width: 100px;
    height: 100px;
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(1) {
    transform: rotate(-90deg) translate(290px) rotate(90deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(2) {
    transform: rotate(-50deg) translate(290px) rotate(50deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(3) {
    transform: rotate(-10deg) translate(290px) rotate(10deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(4) {
    transform: rotate(30deg) translate(290px) rotate(-30deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(5) {
    transform: rotate(70deg) translate(290px) rotate(-70deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(6) {
    transform: rotate(110deg) translate(290px) rotate(-110deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(7) {
    transform: rotate(150deg) translate(290px) rotate(-150deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(8) {
    transform: rotate(190deg) translate(290px) rotate(-190deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(9) {
    transform: rotate(230deg) translate(290px) rotate(-230deg);
  }
  body .main-content .company-groups .slider-circle .circle-container li img {
    width: 90%;
  }
  body .main-content .company-groups .content-wrapper {
    padding-right: 70px;
  }
  body .main-content .company-groups .content-wrapper .items .card {
    margin-bottom: 30px;
  }
  body .main-content .company-groups .content-wrapper .items .card .card-body .card-title {
    font-size: 20px;
  }
  body .main-content .company-groups .content-wrapper .btn {
    font-size: 15px;
  }
  body .main-content .contact-us .main-title-2 {
    font-size: 30px;
  }
  body .main-content .contact-us .contact-box {
    padding-right: 78px;
  }
  body .main-content .contact-us .contact-box .form .form-floating {
    margin-bottom: 20px;
  }
  body .main-content .contact-us .office-box {
    padding-left: 82px;
  }
  body .main-content .contact-us .office-box ul li .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  body .main-content .cases-section {
    padding: 200px 0 80px;
  }
  body .main-content .cases-section .main-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1700px) {
  body .container {
    max-width: 1390px;
  }
  body .main-content .hero .bottom .item {
    height: 120px;
  }
  body .main-content .hero .bottom .item .progress {
    margin-left: 100px;
  }
  body .main-content .featured-slider {
    margin-top: 200px;
    padding: 30px 0 180px;
  }
  body .main-content .featured-slider .container {
    max-width: 1454px;
    padding: 0 20px 0 48px;
  }
}
@media (max-width: 1600px) {
  body .main-content .hero .bottom .item:last-child .video-progress {
    left: 54%;
  }
  body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item img {
    height: 80px;
  }
  body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img {
    transform: scale(0.8);
  }
  body .main-content .company-groups {
    padding: 80px 0;
  }
  body .main-content .company-groups .slider-circle {
    margin-left: 30px;
    height: 700px;
  }
  body .main-content .company-groups .slider-circle .ring {
    width: 540px;
    height: 540px;
  }
  body .main-content .company-groups .slider-circle .ring::before {
    top: 8px;
    right: 388px;
    width: 110px;
    height: 110px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right {
    width: 400px;
    height: 400px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right:before {
    width: 34px;
    height: 36px;
    top: 40px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right:after {
    width: 700px;
    height: 700px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right .slider-item p {
    font-size: 15px;
  }
  body .main-content .company-groups .slider-circle .circle-container {
    position: relative;
    width: 540px;
    height: 540px;
  }
  body .main-content .company-groups .slider-circle .circle-container > * {
    margin: -45px;
    width: 90px;
    height: 90px;
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(1) {
    transform: rotate(-90deg) translate(270px) rotate(90deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(2) {
    transform: rotate(-50deg) translate(270px) rotate(50deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(3) {
    transform: rotate(-10deg) translate(270px) rotate(10deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(4) {
    transform: rotate(30deg) translate(270px) rotate(-30deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(5) {
    transform: rotate(70deg) translate(270px) rotate(-70deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(6) {
    transform: rotate(110deg) translate(270px) rotate(-110deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(7) {
    transform: rotate(150deg) translate(270px) rotate(-150deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(8) {
    transform: rotate(190deg) translate(270px) rotate(-190deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(9) {
    transform: rotate(230deg) translate(270px) rotate(-230deg);
  }
  body .main-content .company-groups .content-wrapper .main-title {
    margin-bottom: 16px;
  }
  body .main-content .company-groups .content-wrapper .lead {
    line-height: 24px;
    font-size: 16px;
  }
  body .main-content .company-groups .content-wrapper .items .card .card-body .card-title {
    font-size: 20px;
  }
  body .main-content .company-groups .content-wrapper .items .card .card-body .card-text {
    font-size: 14px;
  }
  body .main-content .company-groups .content-wrapper .btn {
    padding: 20px 55px;
  }
}
@media (max-width: 1550px) and (max-height: 800px) {
  body .main-content .featured-slider .title-area .main-title {
    font-size: 32px;
    margin-bottom: 5px;
  }
  body .main-content .featured-slider .title-area .lead {
    font-size: 16px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for {
    padding-bottom: 40px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper .lead {
    font-size: 16px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper:after {
    top: 4px;
    height: 80px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper {
    margin-top: 50px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper .btn {
    padding: 15px 25px 15px 25px;
    margin-right: 54px;
    font-size: 14px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper .link {
    font-size: 14px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav {
    max-width: 480px;
    min-width: 480px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-list img {
    height: 360px;
  }
  body .main-content .featured-slider .logo-bg {
    top: -80px;
    left: -85px;
    max-width: 530px;
  }
  body .main-content .featured-slider .bg-featured {
    left: 75%;
  }
  body .main-content .featured-slider .counter {
    top: -100px;
    font-size: 150px;
  }
  body .main-content .featured-slider .container {
    padding: 0 90px 0 80px;
  }
}
@media (max-width: 1500px) {
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav {
    margin-right: 40px;
  }
  body .main-content .featured-slider .bg-featured {
    left: 68%;
  }
}
@media (max-width: 1400px) {
  body .container {
    max-width: 1140px;
  }
  body .main-content .hero .bottom .item:last-child .video-progress {
    left: 55%;
  }
  body .main-content .goals .bullets {
    max-width: 482px;
    top: 100px;
  }
  body .main-content .goals .circle-wrapper {
    top: 65px;
  }
  body .main-content .goals .circle-wrapper .industry-circle li p,
  body .main-content .goals .circle-wrapper .business-circle li p {
    font-size: 12px;
  }
  body .main-content .goals .industry-wrapper .industry-circle {
    position: relative;
    width: 600px;
    height: 600px;
  }
  body .main-content .goals .industry-wrapper .industry-circle > * {
    margin: -45px;
    width: 90px;
    height: 90px;
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(1) {
    transform: rotate(-90deg) translate(300px) rotate(90deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(2) {
    transform: rotate(-70deg) translate(300px) rotate(70deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(3) {
    transform: rotate(-50deg) translate(300px) rotate(50deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(4) {
    transform: rotate(-30deg) translate(300px) rotate(30deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(5) {
    transform: rotate(-10deg) translate(300px) rotate(10deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(6) {
    transform: rotate(10deg) translate(300px) rotate(-10deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(7) {
    transform: rotate(30deg) translate(300px) rotate(-30deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(8) {
    transform: rotate(50deg) translate(300px) rotate(-50deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(9) {
    transform: rotate(70deg) translate(300px) rotate(-70deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(10) {
    transform: rotate(90deg) translate(300px) rotate(-90deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(11) {
    transform: rotate(110deg) translate(300px) rotate(-110deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(12) {
    transform: rotate(130deg) translate(300px) rotate(-130deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(13) {
    transform: rotate(150deg) translate(300px) rotate(-150deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(14) {
    transform: rotate(170deg) translate(300px) rotate(-170deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(15) {
    transform: rotate(190deg) translate(300px) rotate(-190deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(16) {
    transform: rotate(210deg) translate(300px) rotate(-210deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(17) {
    transform: rotate(230deg) translate(300px) rotate(-230deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(18) {
    transform: rotate(250deg) translate(300px) rotate(-250deg);
  }
  body .main-content .goals .business-wrapper .business-circle {
    position: relative;
    width: 600px;
    height: 600px;
  }
  body .main-content .goals .business-wrapper .business-circle > * {
    margin: -60px;
    width: 120px;
    height: 120px;
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(1) {
    transform: rotate(-82deg) translate(300px) rotate(82deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(2) {
    transform: rotate(-56.2857142857deg) translate(300px) rotate(56.2857142857deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(3) {
    transform: rotate(-30.5714285714deg) translate(300px) rotate(30.5714285714deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(4) {
    transform: rotate(-4.8571428571deg) translate(300px) rotate(4.8571428571deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(5) {
    transform: rotate(20.8571428571deg) translate(300px) rotate(-20.8571428571deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(6) {
    transform: rotate(46.5714285714deg) translate(300px) rotate(-46.5714285714deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(7) {
    transform: rotate(72.2857142857deg) translate(300px) rotate(-72.2857142857deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(8) {
    transform: rotate(98deg) translate(300px) rotate(-98deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(9) {
    transform: rotate(123.7142857143deg) translate(300px) rotate(-123.7142857143deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(10) {
    transform: rotate(149.4285714286deg) translate(300px) rotate(-149.4285714286deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(11) {
    transform: rotate(175.1428571429deg) translate(300px) rotate(-175.1428571429deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(12) {
    transform: rotate(200.8571428571deg) translate(300px) rotate(-200.8571428571deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(13) {
    transform: rotate(226.5714285714deg) translate(300px) rotate(-226.5714285714deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(14) {
    transform: rotate(252.2857142857deg) translate(300px) rotate(-252.2857142857deg);
  }
  body .main-content .goals .circle-3 {
    top: 120px;
    width: 482px;
  }
  body .main-content .goals .content p {
    font-size: 12px;
  }
  body .main-content .goals .content button {
    font-size: 12px;
  }
  body .main-content .goals .content .left {
    padding-right: 80px;
  }
  body .main-content .goals .content .right {
    padding-left: 80px;
  }
  body .main-content .goals .animate-icon {
    width: 150px;
  }
  body .main-content .featured-slider {
    margin-top: 170px;
    padding: 40px 0 120px;
  }
  body .main-content .featured-slider .title-area {
    max-width: 480px;
  }
  body .main-content .featured-slider .title-area .main-title {
    font-size: 32px;
  }
  body .main-content .featured-slider .title-area .lead {
    font-size: 16px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for {
    max-width: 480px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper .lead {
    font-size: 16px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper:after {
    height: 80px;
    top: 5px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper {
    margin-top: 80px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper .btn {
    padding: 20px 55px;
    margin-right: 54px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav {
    margin-right: 0;
    max-width: 533px;
    min-width: 533px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-list img {
    height: 400px;
  }
  body .main-content .featured-slider .container {
    max-width: 1140px;
    padding: 0 20px;
  }
  body .main-content .featured-slider .logo-bg {
    max-width: 550px;
    top: -98px;
    left: -80px;
  }
  body .main-content .featured-slider .bg-featured {
    left: 70%;
  }
  body .main-content .featured-slider .counter {
    top: -100px;
    font-size: 150px;
  }
  body .main-content .company-groups .main-title {
    margin-bottom: 20px;
  }
  body .main-content .company-groups .slider-circle {
    margin-left: 80px;
    height: 630px;
  }
  body .main-content .company-groups .slider-circle .ring {
    width: 480px;
    height: 480px;
  }
  body .main-content .company-groups .slider-circle .ring::before {
    top: 11px;
    right: 349px;
    width: 90px;
    height: 90px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right {
    width: 380px;
    height: 380px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right:before {
    top: 30px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right:after {
    width: 630px;
    height: 630px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right .slider-item p {
    font-size: 14px;
  }
  body .main-content .company-groups .slider-circle .circle-container {
    position: relative;
    width: 480px;
    height: 480px;
  }
  body .main-content .company-groups .slider-circle .circle-container > * {
    margin: -40px;
    width: 80px;
    height: 80px;
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(1) {
    transform: rotate(-90deg) translate(240px) rotate(90deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(2) {
    transform: rotate(-50deg) translate(240px) rotate(50deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(3) {
    transform: rotate(-10deg) translate(240px) rotate(10deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(4) {
    transform: rotate(30deg) translate(240px) rotate(-30deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(5) {
    transform: rotate(70deg) translate(240px) rotate(-70deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(6) {
    transform: rotate(110deg) translate(240px) rotate(-110deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(7) {
    transform: rotate(150deg) translate(240px) rotate(-150deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(8) {
    transform: rotate(190deg) translate(240px) rotate(-190deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(9) {
    transform: rotate(230deg) translate(240px) rotate(-230deg);
  }
  body .main-content .company-groups .slider-circle .circle-container li button img {
    width: 90%;
  }
  body .main-content .company-groups .content-wrapper .main-title {
    margin-bottom: 16px;
  }
  body .main-content .company-groups .content-wrapper .lead {
    line-height: 20px;
  }
  body .main-content .company-groups .content-wrapper .items .card {
    margin-bottom: 30px;
  }
  body .main-content .company-groups .content-wrapper .items .card .card-body .card-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  body .main-content .company-groups .content-wrapper .items .card .card-body .card-text {
    font-size: 12px;
    line-height: 20px;
  }
  body .main-content .company-groups .content-wrapper .btn {
    padding: 20px 55px;
  }
  body .main-content .contact-us .contact-box .form .form-button .btn {
    padding: 20px 55px;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  body .main-content .featured-slider {
    padding: 40px 0 110px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for {
    padding-bottom: 40px;
  }
  body .main-content .company-groups {
    padding: 70px 0;
  }
  body .main-content .company-groups .content-wrapper .lead {
    font-size: 14px;
  }
  body .main-content .company-groups .content-wrapper .items .card .card-body .card-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  body .main-content .company-groups .content-wrapper .items .card .card-body .card-text {
    line-height: 18px;
  }
  body .main-content .contact-us {
    padding: 100px 0;
  }
  body .main-content .cases-section {
    padding: 120px 0 70px;
  }
  body .main-content .cases-section .slider .item {
    height: 300px;
  }
  body .main-content .cases-section .slider .slick-dots {
    bottom: -50px;
  }
  body .main-content .cases-section .slider .slick-arrow {
    bottom: -50px;
  }
  body .main-content .cases-section .btn {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  body .main-content .lead {
    font-size: 16px;
  }
  body .main-content .nav-pills .nav-link {
    font-size: 16px;
    padding: 12px 30px;
  }
  body .main-content .hero .slider .item .caption .title {
    font-size: 37px;
    margin-bottom: 10px;
  }
  body .main-content .hero .slider .item .caption .lead {
    font-size: 16px;
  }
  body .main-content .hero .bottom .item:last-child .video-progress {
    left: 57%;
  }
  body .main-content .goals .avolox-logo {
    max-width: 200px !important;
  }
  body .main-content .goals .bullets {
    top: 82px;
  }
  body .main-content .featured-slider {
    margin-top: 150px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav {
    max-width: 467px;
    min-width: 467px;
    margin-right: 40px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-list img {
    height: 350px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper {
    margin-top: 50px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper .btn {
    font-size: 15px;
    padding: 14px 45px 16px;
  }
  body .main-content .featured-slider .logo-bg {
    max-width: 460px;
    top: -88px;
    left: -70px;
  }
  body .main-content .featured-slider .bg-featured {
    left: 71%;
  }
  body .main-content .company-groups .slider-circle {
    margin-left: 20px;
    height: 470px;
  }
  body .main-content .company-groups .slider-circle .ring {
    width: 480px;
    height: 480px;
  }
  body .main-content .company-groups .slider-circle .ring::before {
    width: 70px;
    height: 70px;
    top: 67px;
    right: 321px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right {
    width: 260px;
    height: 260px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right:before {
    width: 28px;
    height: 30px;
    top: 25px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right:after {
    width: 470px;
    height: 470px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right .slider-item {
    padding: 20px;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right .slider-item p {
    font-size: 12px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
  }
  body .main-content .company-groups .slider-circle .testimonial-slider-right .slider-item .bottom h6 {
    font-size: 14px;
  }
  body .main-content .company-groups .slider-circle .circle-container {
    position: relative;
    width: 360px;
    height: 360px;
  }
  body .main-content .company-groups .slider-circle .circle-container > * {
    margin: -30px;
    width: 60px;
    height: 60px;
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(1) {
    transform: rotate(-90deg) translate(180px) rotate(90deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(2) {
    transform: rotate(-50deg) translate(180px) rotate(50deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(3) {
    transform: rotate(-10deg) translate(180px) rotate(10deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(4) {
    transform: rotate(30deg) translate(180px) rotate(-30deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(5) {
    transform: rotate(70deg) translate(180px) rotate(-70deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(6) {
    transform: rotate(110deg) translate(180px) rotate(-110deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(7) {
    transform: rotate(150deg) translate(180px) rotate(-150deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(8) {
    transform: rotate(190deg) translate(180px) rotate(-190deg);
  }
  body .main-content .company-groups .slider-circle .circle-container > *:nth-of-type(9) {
    transform: rotate(230deg) translate(180px) rotate(-230deg);
  }
  body .main-content .company-groups .content-wrapper {
    padding-right: 48px;
  }
  body .main-content .company-groups .content-wrapper .btn {
    padding: 14px 45px 16px;
  }
  body .main-content .contact-us .contact-box {
    padding-right: 48px;
  }
  body .main-content .contact-us .contact-box .form .form-button .btn {
    font-size: 15px;
    padding: 14px 45px 16px;
  }
  body .main-content .contact-us .office-box {
    padding-left: 48px;
  }
  body .main-content .contact-us .office-box ul li {
    padding: 15px 30px;
    margin-bottom: 20px !important;
  }
  body .main-content .cases-section .slider .item {
    height: 330px;
    margin: 0 5px;
  }
  body .main-content .cases-section .slider .item .content .caption {
    padding: 30px 10px 30px 30px;
  }
  body .main-content .cases-section .slider .item .content .caption .label {
    font-size: 12px;
    padding: 6px 16px;
    margin-bottom: 10px;
  }
  body .main-content .cases-section .slider .item .content .caption .title {
    font-size: 18px;
  }
  body .main-content .cases-section .slider .slick-dots {
    bottom: -60px;
  }
  body .main-content .cases-section .slider .slick-arrow {
    bottom: -60px;
  }
  body .main-content .cases-section .btn {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  body .main-content .hero .bottom .item .progress {
    margin-left: 70px;
  }
  body .main-content .goals {
    padding-bottom: 40px;
  }
  body .main-content .goals .bullets {
    max-width: 390px;
    top: 120px;
  }
  body .main-content .goals .circle-wrapper {
    top: 45px;
  }
  body .main-content .goals .circle-wrapper .industry-circle li,
  body .main-content .goals .circle-wrapper .business-circle li {
    font-size: 12px;
  }
  body .main-content .goals .industry-wrapper .industry-circle {
    position: relative;
    width: 500px;
    height: 500px;
  }
  body .main-content .goals .industry-wrapper .industry-circle > * {
    margin: -45px;
    width: 90px;
    height: 90px;
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(1) {
    transform: rotate(-90deg) translate(250px) rotate(90deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(2) {
    transform: rotate(-70deg) translate(250px) rotate(70deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(3) {
    transform: rotate(-50deg) translate(250px) rotate(50deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(4) {
    transform: rotate(-30deg) translate(250px) rotate(30deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(5) {
    transform: rotate(-10deg) translate(250px) rotate(10deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(6) {
    transform: rotate(10deg) translate(250px) rotate(-10deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(7) {
    transform: rotate(30deg) translate(250px) rotate(-30deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(8) {
    transform: rotate(50deg) translate(250px) rotate(-50deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(9) {
    transform: rotate(70deg) translate(250px) rotate(-70deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(10) {
    transform: rotate(90deg) translate(250px) rotate(-90deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(11) {
    transform: rotate(110deg) translate(250px) rotate(-110deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(12) {
    transform: rotate(130deg) translate(250px) rotate(-130deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(13) {
    transform: rotate(150deg) translate(250px) rotate(-150deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(14) {
    transform: rotate(170deg) translate(250px) rotate(-170deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(15) {
    transform: rotate(190deg) translate(250px) rotate(-190deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(16) {
    transform: rotate(210deg) translate(250px) rotate(-210deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(17) {
    transform: rotate(230deg) translate(250px) rotate(-230deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(18) {
    transform: rotate(250deg) translate(250px) rotate(-250deg);
  }
  body .main-content .goals .business-wrapper .business-circle {
    position: relative;
    width: 500px;
    height: 500px;
  }
  body .main-content .goals .business-wrapper .business-circle > * {
    margin: -50px;
    width: 100px;
    height: 100px;
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(1) {
    transform: rotate(-85deg) translate(250px) rotate(85deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(2) {
    transform: rotate(-59.2857142857deg) translate(250px) rotate(59.2857142857deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(3) {
    transform: rotate(-33.5714285714deg) translate(250px) rotate(33.5714285714deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(4) {
    transform: rotate(-7.8571428571deg) translate(250px) rotate(7.8571428571deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(5) {
    transform: rotate(17.8571428571deg) translate(250px) rotate(-17.8571428571deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(6) {
    transform: rotate(43.5714285714deg) translate(250px) rotate(-43.5714285714deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(7) {
    transform: rotate(69.2857142857deg) translate(250px) rotate(-69.2857142857deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(8) {
    transform: rotate(95deg) translate(250px) rotate(-95deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(9) {
    transform: rotate(120.7142857143deg) translate(250px) rotate(-120.7142857143deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(10) {
    transform: rotate(146.4285714286deg) translate(250px) rotate(-146.4285714286deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(11) {
    transform: rotate(172.1428571429deg) translate(250px) rotate(-172.1428571429deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(12) {
    transform: rotate(197.8571428571deg) translate(250px) rotate(-197.8571428571deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(13) {
    transform: rotate(223.5714285714deg) translate(250px) rotate(-223.5714285714deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(14) {
    transform: rotate(249.2857142857deg) translate(250px) rotate(-249.2857142857deg);
  }
  body .main-content .goals .circle-3 {
    width: 390px;
  }
  body .main-content .featured-slider .bg-featured {
    left: 70%;
  }
}
@media (max-width: 1024px) and (max-height: 800px) {
  body .main-content .featured-slider .slider_wrapper .featured-slider-for {
    padding-bottom: 40px;
    max-width: 420px;
  }
  body .main-content .featured-slider .logo-bg {
    max-width: 460px;
    top: -58px;
    left: -100px;
  }
  body .main-content .featured-slider .counter {
    top: -110px;
    left: 0;
  }
  body .main-content .company-groups .content-wrapper {
    padding-right: 20px;
  }
  body .main-content .contact-us {
    padding: 80px 0;
  }
  body .main-content .contact-us .contact-box {
    padding-right: 20px;
  }
  body .main-content .contact-us .office-box {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) and (max-height: 600px) {
  body .main-content .featured-slider .slider_wrapper .featured-slider-for {
    padding-bottom: 20px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper {
    margin-top: 30px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav {
    max-width: 400px;
    min-width: 400px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-list img {
    height: 300px;
  }
  body .main-content .featured-slider .logo-bg {
    max-width: 460px;
    top: -58px;
    left: -100px;
  }
  body .main-content .featured-slider .counter {
    top: -110px;
    left: 0;
  }
  body .main-content .featured-slider .bg-featured {
    left: 74%;
  }
  body .main-content .contact-us {
    padding: 80px 0;
  }
  body .main-content .contact-us .contact-box {
    padding-right: 20px;
  }
  body .main-content .contact-us .office-box {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  body .main-content .nav-pills .nav-link {
    font-size: 14px;
    padding: 10px 24px;
  }
  body .main-content .hero .slider .item .caption .title {
    font-size: 28px;
  }
  body .main-content .hero .slider .item .caption .title br {
    display: none;
  }
  body .main-content .hero .slider .item .caption .lead .btn-arrow {
    width: 35px;
  }
  body .main-content .hero .bottom .item {
    height: 100px;
  }
  body .main-content .hero .bottom .item img,
  body .main-content .hero .bottom .item .img {
    transform: scale(0.8);
  }
  body .main-content .hero .bottom .item .video-progress {
    display: none;
  }
  body .main-content .hero .bottom .item .circle {
    display: none;
  }
  body .main-content .hero .bottom .item#slide0 {
    position: static;
    z-index: 1;
  }
  body .main-content .hero .bottom .item#slide0 .video-progress {
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -3px;
    left: 0;
    right: auto;
    transform: translate(0, 0);
    height: 6px;
    border-radius: 10px;
    transition: all 0.1s ease;
    width: 50% !important;
    margin-left: -14px;
  }
  body .main-content .hero .bottom .item#slide0 .video-progress span {
    display: block;
    width: 0;
    height: 100%;
    background-color: #b92429;
    border-radius: 10px;
    transform-origin: left center;
  }
  body .main-content .hero .bottom .slick-arrow {
    top: unset;
    bottom: 0;
    transform: translate(0, 0);
    z-index: 1;
    height: 100px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
  }
  body .main-content .hero .bottom .slick-arrow:before {
    content: "";
    background: url("../img/webp/arrow-small.webp") no-repeat center center/12px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px;
    filter: brightness(0) invert(1);
  }
  body .main-content .hero .bottom .slick-prev {
    left: 0;
  }
  body .main-content .hero .bottom .slick-prev:before {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  body .main-content .hero .bottom .slick-next {
    right: 0;
  }
  body .main-content .hero .bottom .slick-list {
    margin: 0 60px;
    width: calc(100% - 120px);
  }
  body .main-content .goals {
    margin-bottom: 100px;
  }
  body .main-content .goals .avolox-logo {
    max-width: 180px !important;
  }
  body .main-content .goals .h-220 {
    min-height: 240px;
  }
  body .main-content .goals .bullets {
    top: 82px;
  }
  body .main-content .goals .circle-wrapper {
    top: 52px;
  }
  body .main-content .goals .content {
    margin-bottom: 200px;
  }
  body .main-content .goals .content::before {
    display: none;
  }
  body .main-content .goals .content .btn-light {
    padding: 10px 40px 10px 20px;
  }
  body .main-content .goals .content .left {
    padding-right: 0;
  }
  body .main-content .goals .content .right {
    padding-left: 0;
  }
  body .main-content .goals .circle-3 {
    top: 120%;
    width: 390px;
  }
  body .main-content .goals .animate-icon {
    top: unset;
    bottom: -90px;
  }
  body .main-content .goals .tab-content .tab-pane {
    min-height: 240px;
  }
  body .main-content .goals .tab-content .tab-pane:nth-child(3) {
    min-height: 412px;
  }
  body .main-content .featured-slider {
    margin-top: 0;
    padding: 100px 0 !important;
  }
  body .main-content .featured-slider .title-area {
    max-width: 600px;
    margin-bottom: 30px;
  }
  body .main-content .featured-slider .title-area .main-title {
    margin-bottom: 10px;
  }
  body .main-content .featured-slider .slider_wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for {
    max-width: 100%;
    order: 2;
    padding-bottom: 0;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .separator-wrapper:after {
    height: 100%;
    top: 0;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper .btn {
    margin-right: 30px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav {
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    order: 1;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-list img {
    height: 300px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-next.slick-arrow:before,
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-prev.slick-arrow:before {
    filter: brightness(0) invert(0);
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-next.slick-arrow {
    right: 0;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-prev.slick-arrow {
    left: 0;
    right: auto;
    transform: translate(0);
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-dots {
    left: 50%;
    transform: translate(-50%, 0);
    right: auto;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-dots li button:before {
    background-color: #000 !important;
  }
  body .main-content .featured-slider .counter {
    position: relative;
    top: 0;
    font-size: 50px;
    color: #000;
  }
  body .main-content .company-groups {
    padding: 0;
  }
  body .main-content .company-groups .content-wrapper {
    display: block;
    padding: 60px 0;
    max-width: unset;
  }
  body .main-content .company-groups .content-wrapper .testimonial-content-slider {
    z-index: 2;
  }
  body .main-content .company-groups .content-wrapper .btn {
    font-size: 14px;
  }
  body .main-content .company-groups .content-wrapper .bg {
    left: -20px;
    width: 120%;
  }
  body .main-content .company-groups .testimonial-slider .profile-img {
    width: 60px;
  }
  body .main-content .company-groups .testimonial-slider .slick-prev,
  body .main-content .company-groups .testimonial-slider .slick-next {
    top: 60px;
    width: 20px;
    height: 60px;
    z-index: 2;
  }
  body .main-content .company-groups .testimonial-slider .slick-prev::before,
  body .main-content .company-groups .testimonial-slider .slick-next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/webp/arrow-small.webp") no-repeat center center/12px 20px;
    filter: brightness(0) invert(1);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  body .main-content .company-groups .testimonial-slider .slick-prev {
    left: 30px;
  }
  body .main-content .company-groups .testimonial-slider .slick-prev::before {
    transform: rotate(180deg);
  }
  body .main-content .company-groups .testimonial-slider .slick-next {
    right: 30px;
  }
  body .main-content .contact-us {
    padding: 50px 0 0;
  }
  body .main-content .contact-us .contact-box {
    padding: 0 0 100px 0;
  }
  body .main-content .contact-us .contact-box .form .form-floating input,
  body .main-content .contact-us .contact-box .form .form-floating select,
  body .main-content .contact-us .contact-box .form .form-floating textarea,
  body .main-content .contact-us .contact-box .form .form-floating label {
    font-size: 14px;
  }
  body .main-content .contact-us .contact-box .form .form-floating textarea {
    height: 95px;
  }
  body .main-content .contact-us .contact-box .form .form-check label.form-check-label {
    font-size: 14px;
  }
  body .main-content .contact-us .contact-box .form .form-button {
    margin-top: 60px;
  }
  body .main-content .contact-us .office-box {
    padding: 100px 0;
    position: relative;
    z-index: 1;
  }
  body .main-content .contact-us .office-box ul li .title {
    font-size: 18px;
  }
  body .main-content .contact-us .office-box:after {
    content: "";
    background-color: #b92429;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    z-index: -2;
  }
  body .main-content .contact-us .bg {
    left: -20px;
    right: -20px;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: -1;
  }
  body .main-content .contact-us:after {
    display: none;
  }
  body .main-content .contact-us.uk .office-box .bg.uk {
    opacity: 1;
  }
  body .main-content .contact-us.uk .office-box .bg.us {
    opacity: 0;
  }
  body .main-content .contact-us.uk .bg {
    opacity: 0;
  }
  body .main-content .contact-us.us .office-box .bg.uk {
    opacity: 0;
  }
  body .main-content .contact-us.us .office-box .bg.us {
    opacity: 1;
  }
  body .main-content .contact-us.us .bg {
    opacity: 0;
  }
  body .main-content .cases-section {
    padding: 60px 0;
  }
  body .main-content .cases-section .slider .item {
    height: 320px;
  }
  body .main-content .cases-section .slider .item .content .brand-logo {
    top: 20px;
    width: 90px;
  }
  body .main-content .cases-section .slider .item .content .right-image {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  body .main-content .main-title {
    font-size: 24px;
  }
  body .main-content .lead {
    font-size: 14px;
  }
  body .main-content .hero .slider .item .caption {
    margin-top: 0;
  }
  body .main-content .hero .slider .item .caption .title {
    font-size: 24px;
  }
  body .main-content .goals {
    padding-bottom: 35px;
  }
  body .main-content .goals .avolox-logo {
    max-width: 140px !important;
  }
  body .main-content .goals .animate-icon {
    transform: translate(-50%, 30px);
    width: 140px !important;
  }
  body .main-content .goals .arrows .arrow-prev img,
  body .main-content .goals .arrows .arrow-prev .img,
  body .main-content .goals .arrows .arrow-next img,
  body .main-content .goals .arrows .arrow-next .img {
    width: 20px;
    height: 10px;
  }
  body .main-content .goals .bullets {
    left: unset;
  }
  body .main-content .goals .circle-wrapper {
    left: unset;
    top: 40px;
  }
  body .main-content .goals .animate-icon.custom-size {
    top: 70%;
  }
  body .main-content .featured-slider {
    padding: 60px 0 30px !important;
  }
  body .main-content .featured-slider .featured-slider-nav .slick-dots {
    gap: 8px;
  }
  body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item img {
    height: 60px;
  }
  body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item .img {
    transform: scale(0.6);
  }
  body .main-content .company-groups .content-wrapper {
    padding: 60px 0;
  }
  body .main-content .contact-us {
    padding: 60px 0 0;
  }
  body .main-content .contact-us .contact-box {
    padding: 0 0 60px 0;
  }
  body .main-content .contact-us .office-box {
    padding: 60px 0;
  }
  body .main-content .cases-section {
    padding: 40px 0;
  }
  body .main-content .cases-section .slider .item {
    margin: 0 5px;
    height: auto;
  }
  body .main-content .cases-section .slider .item .content .brand-logo {
    right: 20px;
    top: auto;
    bottom: 20px;
  }
  body .main-content .cases-section .slider .item .content .right-image {
    margin: 0 auto;
    padding: 20px 20px 60px;
  }
  body .main-content .cases-section .slider .item .content .right-image img {
    width: 100%;
  }
  body .main-content .cases-section .slider .slick-arrow {
    bottom: -45px;
  }
  body .main-content .cases-section .btn {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  body .card-team .card-body {
    padding: 30px;
  }
  body .card-team .card-body .card-title {
    font-size: 20px;
  }
  body .card-team .card-body .job-type {
    font-size: 14px;
  }
  body .card-team .card-body .card-text {
    font-size: 14px;
    height: 64px;
  }
  body .card-team .card-body .mail {
    font-size: 14px;
  }
  body .main-content .hero .slider .item .caption .title {
    font-size: 28px;
    line-height: 33px;
  }
  body .main-content .hero .slider .item .caption .lead {
    font-size: 14px;
  }
  body .main-content .goals .bullets {
    top: 48px;
    min-width: 550px;
  }
  body .main-content .goals .circle-3 {
    top: 110%;
  }
  body .main-content .goals .circle-wrapper {
    top: 20px;
  }
  body .main-content .goals .circle-wrapper {
    top: 60px;
  }
  body .main-content .goals .industry-wrapper .industry-circle {
    position: relative;
    width: 600px;
    height: 600px;
  }
  body .main-content .goals .industry-wrapper .industry-circle > * {
    margin: -45px;
    width: 90px;
    height: 90px;
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(1) {
    transform: rotate(-90deg) translate(300px) rotate(90deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(2) {
    transform: rotate(-70deg) translate(300px) rotate(70deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(3) {
    transform: rotate(-50deg) translate(300px) rotate(50deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(4) {
    transform: rotate(-30deg) translate(300px) rotate(30deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(5) {
    transform: rotate(-10deg) translate(300px) rotate(10deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(6) {
    transform: rotate(10deg) translate(300px) rotate(-10deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(7) {
    transform: rotate(30deg) translate(300px) rotate(-30deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(8) {
    transform: rotate(50deg) translate(300px) rotate(-50deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(9) {
    transform: rotate(70deg) translate(300px) rotate(-70deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(10) {
    transform: rotate(90deg) translate(300px) rotate(-90deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(11) {
    transform: rotate(110deg) translate(300px) rotate(-110deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(12) {
    transform: rotate(130deg) translate(300px) rotate(-130deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(13) {
    transform: rotate(150deg) translate(300px) rotate(-150deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(14) {
    transform: rotate(170deg) translate(300px) rotate(-170deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(15) {
    transform: rotate(190deg) translate(300px) rotate(-190deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(16) {
    transform: rotate(210deg) translate(300px) rotate(-210deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(17) {
    transform: rotate(230deg) translate(300px) rotate(-230deg);
  }
  body .main-content .goals .industry-wrapper .industry-circle > *:nth-of-type(18) {
    transform: rotate(250deg) translate(300px) rotate(-250deg);
  }
  body .main-content .goals .business-wrapper .business-circle {
    position: relative;
    width: 600px;
    height: 600px;
  }
  body .main-content .goals .business-wrapper .business-circle > * {
    margin: -60px;
    width: 120px;
    height: 120px;
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(1) {
    transform: rotate(-85deg) translate(300px) rotate(85deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(2) {
    transform: rotate(-59.2857142857deg) translate(300px) rotate(59.2857142857deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(3) {
    transform: rotate(-33.5714285714deg) translate(300px) rotate(33.5714285714deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(4) {
    transform: rotate(-7.8571428571deg) translate(300px) rotate(7.8571428571deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(5) {
    transform: rotate(17.8571428571deg) translate(300px) rotate(-17.8571428571deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(6) {
    transform: rotate(43.5714285714deg) translate(300px) rotate(-43.5714285714deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(7) {
    transform: rotate(69.2857142857deg) translate(300px) rotate(-69.2857142857deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(8) {
    transform: rotate(95deg) translate(300px) rotate(-95deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(9) {
    transform: rotate(120.7142857143deg) translate(300px) rotate(-120.7142857143deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(10) {
    transform: rotate(146.4285714286deg) translate(300px) rotate(-146.4285714286deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(11) {
    transform: rotate(172.1428571429deg) translate(300px) rotate(-172.1428571429deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(12) {
    transform: rotate(197.8571428571deg) translate(300px) rotate(-197.8571428571deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(13) {
    transform: rotate(223.5714285714deg) translate(300px) rotate(-223.5714285714deg);
  }
  body .main-content .goals .business-wrapper .business-circle > *:nth-of-type(14) {
    transform: rotate(249.2857142857deg) translate(300px) rotate(-249.2857142857deg);
  }
  body .main-content .featured-slider {
    padding: 80px 0 30px !important;
  }
  body .main-content .featured-slider .featured-slider-nav .slick-arrow {
    width: 8px;
  }
  body .main-content .featured-slider .featured-slider-nav .slick-arrow:before {
    background: url("../img/svg/arrow-small.svg") no-repeat center center/100%;
  }
  body .main-content .featured-slider .featured-slider-nav .slick-dots {
    gap: 5px;
  }
  body .main-content .featured-slider .featured-slider-nav .slick-dots li {
    width: 6px;
    height: 6px;
  }
  body .main-content .featured-slider .featured-slider-nav .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  body .main-content .featured-slider .featured-slider-nav .slick-dots li button:before {
    width: 6px;
    height: 6px;
    background-color: #000 !important;
  }
  body .main-content .company-groups .content-wrapper .items .card {
    max-width: unset;
  }
  body .main-content .contact-us .office-box ul li {
    padding: 15px 20px;
  }
  body .main-content .contact-us .office-box ul li .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  body .main-content .hero .bottom .slick-arrow:before {
    height: 15px;
    width: 15px;
  }
  body .main-content .goals .avolox-logo {
    max-width: 110px !important;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-for .item .links-wrapper a.link {
    display: block;
    width: fit-content;
    margin: 30px 0 0;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-arrow {
    width: 8px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-arrow:before {
    background: url("../img/svg/arrow-small.svg") no-repeat center center/100%;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-dots {
    gap: 5px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-dots li {
    width: 6px;
    height: 6px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  body .main-content .featured-slider .slider_wrapper .featured-slider-nav .slick-dots li button:before {
    width: 6px;
    height: 6px;
    background-color: #000 !important;
  }
  body .main-content .our-partners .partners_slider_wrapper .partners_slider .slick-list .item:after {
    display: none;
  }
  body .main-content .our-partners .partners_slider_wrapper .partners_slider:before, body .main-content .our-partners .partners_slider_wrapper .partners_slider:after {
    display: none;
  }
}

/*# sourceMappingURL=style-home.css.map */
