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 .projects-slider-section {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  margin-top: -323px;
}
body .main-content .projects-slider-section .nav-tabs {
  border-bottom: 0;
  margin-bottom: 77px;
}
body .main-content .projects-slider-section .nav-tabs .nav-link {
  color: #9d9d9d;
  margin: 0 5px;
  border-radius: 5px;
  border: none;
  padding: 22px 44px;
  font-size: 19px;
  font-family: "Work-Sans-Semibold";
  line-height: 22.8px;
}
body .main-content .projects-slider-section .nav-tabs .nav-link:hover, body .main-content .projects-slider-section .nav-tabs .nav-link:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
body .main-content .projects-slider-section .nav-tabs .nav-link.active {
  color: #fff;
  background: #d3181f;
}
body .main-content .projects-slider-section .slider .item {
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
}
body .main-content .projects-slider-section .slider .item a {
  text-decoration: none;
}
body .main-content .projects-slider-section .slider .item .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .main-content .projects-slider-section .slider .item .content {
  position: relative;
  z-index: 2;
  height: 100%;
}
body .main-content .projects-slider-section .slider .item .content > .row {
  height: 100%;
}
body .main-content .projects-slider-section .slider .item .content .caption {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  padding: 174px 219px 174px 134px;
}
body .main-content .projects-slider-section .slider .item .content .caption .label {
  color: #000;
  background: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 10px 40px;
  display: inline-block;
  margin-bottom: 40px;
}
body .main-content .projects-slider-section .slider .item .content .caption .title {
  font-size: 36px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .main-content .projects-slider-section .slider .item .content .caption .btn-add {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  color: #fff;
  padding: 0;
  line-height: 55px;
  font-size: 34px;
  margin-top: 40px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main-content .projects-slider-section .slider .item .content .caption .btn-add:hover, body .main-content .projects-slider-section .slider .item .content .caption .btn-add:focus {
  color: #000;
  background: #fff;
}
body .main-content .projects-slider-section .slider .item .content .brand-logo {
  position: absolute;
  right: 47px;
  top: 57px;
  height: auto;
}
body .main-content .projects-slider-section .slider .item .content .right-image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
body .main-content .projects-slider-section .slider .item .content .right-image img {
  max-width: 100%;
  object-fit: cover;
}
body .main-content .projects-slider-section .slider .slick-dots {
  left: -70px;
  right: auto;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 90px;
}
body .main-content .projects-slider-section .slider .slick-dots li {
  display: block;
  margin: 10px 5px;
}
body .main-content .projects-slider-section .slider .slick-dots li button {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
body .main-content .projects-slider-section .slider .slick-dots li button:before {
  display: none;
}
body .main-content .projects-slider-section .slider .slick-dots li.slick-active button {
  background: white;
  position: relative;
}
body .main-content .projects-slider-section .slider .slick-dots li.slick-active button:before {
  display: block;
  content: "";
  border: 2px solid #fff;
  background: transparent;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .main-content .projects-slider-section .slider .slick-arrow {
  left: 100%;
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  background: rgba(211, 24, 31, 0.8);
  width: 42px;
  height: 40px;
}
body .main-content .projects-slider-section .slider .slick-arrow:hover, body .main-content .projects-slider-section .slider .slick-arrow:focus {
  background: #d3181f;
}
body .main-content .projects-slider-section .slider .slick-arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  filter: invert(1);
}
body .main-content .projects-slider-section .slider .slick-arrow.slick-prev {
  margin-top: -21px;
}
body .main-content .projects-slider-section .slider .slick-arrow.slick-next {
  margin-top: 21px;
}
body .main-content .projects-slider-section .slider .slick-arrow.slick-prev:before {
  background-image: url("../img/webp/arrow-small.webp");
}
body .main-content .projects-slider-section .slider .slick-arrow.slick-next:before {
  background-image: url("../img/webp/arrow-small.webp");
  transform: translate(-50%, -50%) rotate(90deg);
}
body .main-content .page-title {
  position: relative;
  background: #000;
}
body .main-content .page-title .bg {
  filter: grayscale(100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body .main-content .page-title .caption {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
body .main-content .page-title .caption .sub-title {
  position: relative;
  font-family: "Work-Sans-SemiBold", sans-serif;
  margin-bottom: 20px;
}
body .main-content .page-title .caption .sub-title::after {
  content: "";
  width: 30px;
  height: 5px;
  background-color: #d3181f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 15px);
}
body .main-content .page-title .caption .title {
  font-family: "Colfax-Medium", sans-serif;
  font-size: 57px;
  margin-bottom: 24px;
  line-height: 62px;
}
body .main-content .page-title .caption p.lead {
  font-family: "Work-Sans-Regular", sans-serif;
}
body .main-content .page-title .caption .logo {
  max-width: 220px;
}
body .main-content .page-title .cta-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  padding: 56px 22px 30px;
  width: 72px;
}
body .main-content .page-title .cta-btn span.vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
body .main-content .page-title .cta-btn .arrow {
  background: #212529;
  position: absolute;
  bottom: -72px;
  right: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
body .main-content .page-title .cta-btn:hover .arrow, body .main-content .page-title .cta-btn:focus .arrow {
  height: 100px;
  bottom: -100px;
}
body .main-content .page-title .horizontal-accordion {
  position: absolute;
  right: 0;
  bottom: 0;
}
body .main-content .page-title .horizontal-accordion .accordion {
  z-index: 2;
  position: relative;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 500px;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item {
  border-radius: 0;
  background: #2B2B2B;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-header {
  height: 300px;
  position: relative;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-button {
  text-align: center;
  display: block;
  color: #fff;
  background: #d3181f;
  box-shadow: none;
  border-radius: 0;
  height: 100%;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-button span {
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-button.collapsed {
  color: #000;
  background: #F3F3F3;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-button.collapsed:hover, body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-button.collapsed:focus {
  background: #E0E0E0;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .btn.close.collapsed {
  display: none;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-body {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: -1;
  transition: 1s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-body .title {
  word-break: keep-all;
  white-space: nowrap;
  padding-left: 20px;
  margin-bottom: 20px;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-body .link {
  display: block;
  font-family: "Colfax-Regular", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  padding: 5px 20px 3px;
  text-decoration: none;
  text-align: left;
  margin-bottom: 5px;
  transition: all 0.2s ease;
  border-radius: 5px;
  min-width: max-content;
  box-shadow: none;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-body .link:hover {
  color: #fff;
  background-color: #d3181f;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-body .link.active {
  color: #fff;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-body p {
  color: #909090;
  line-height: 28px;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-body .close {
  position: absolute;
  left: 0;
  top: 100%;
  width: 64px;
  height: 64px;
  display: flex !important;
  padding: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  background: #2b2a2a;
  opacity: 0 !important;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-body .close img {
  width: 15px;
  filter: invert(1);
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-body > div {
  width: 100%;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .show .accordion-body {
  width: 100%;
  padding: 25px 215px 25px 30px;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .show .accordion-body .close {
  opacity: 1 !important;
}
body .main-content .page-title .horizontal-accordion .accordion .accordion-item .show .accordion-body .close.collapsed {
  left: 100%;
}
body .main-content .page-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
body .main-content .page-title .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .main-content .page-title-s1 .caption .sub-title {
  margin: 40px 0 0;
}
body .main-content .page-title-s1 .caption .sub-title:after {
  top: -20px;
  bottom: unset;
  transform: translate(-50%, 0);
}
body .main-content .page-title-s1 .bg {
  filter: none;
}
body .main-content .page-title-s2 {
  padding: 359px 0 481px 0;
}
body .main-content .page-title-s2:after {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, black 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
body .main-content .our-partners {
  padding: 60px 0;
  background-color: #fff;
}
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);
}
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 {
  margin-top: 70px;
  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 .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 .main-content .contact-us.uk .office-box .bg {
  opacity: 0;
}
body .main-content .contact-us.uk .bg.us {
  opacity: 0;
}
body .main-content .contact-us.us .office-box .bg {
  opacity: 0;
}
body .main-content .contact-us.us .bg.uk {
  opacity: 0;
}
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 (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 .page-title-s1 .caption .logo {
    max-width: 210px;
  }
  body .main-content .page-title-s2 {
    padding: 330px 0 420px 0;
  }
  body .main-content .projects-slider-section {
    margin-top: -300px;
  }
  body .main-content .projects-slider-section .nav-tabs {
    margin-bottom: 77px;
  }
  body .main-content .projects-slider-section .nav-tabs .nav-link {
    margin: 0 5px;
    padding: 22px 44px;
    font-size: 19px;
    line-height: 22.8px;
  }
  body .main-content .projects-slider-section .slider .item {
    position: relative;
  }
  body .main-content .projects-slider-section .slider .item .content .caption {
    padding: 160px 219px 160px 100px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .label {
    margin-bottom: 36px;
  }
  body .main-content .projects-slider-section .slider .item .content .brand-logo {
    right: 40px;
    top: 50px;
  }
  body .main-content .projects-slider-section .slider .item .content .right-image {
    padding: 0 30px;
  }
  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 {
    margin-top: 30px;
    padding: 50px 40px 20px;
  }
  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 .page-title .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .main-content .page-title .caption .title {
    font-size: 40px;
    line-height: 48px;
  }
  body .main-content .page-title .horizontal-accordion .accordion {
    width: 460px;
  }
  body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-header {
    height: 240px;
  }
  body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-button {
    font-size: 14px;
    font-weight: 400;
  }
  body .main-content .page-title .horizontal-accordion .accordion .accordion-item .accordion-body .title {
    font-size: 18px;
  }
  body .main-content .page-title .horizontal-accordion .accordion .accordion-item .show .accordion-body {
    width: 100%;
    padding: 20px 180px 20px 20px;
  }
  body .main-content .page-title-s2 {
    padding: 300px 0 400px;
  }
  body .main-content .projects-slider-section {
    padding-bottom: 100px;
  }
  body .main-content .projects-slider-section .nav-tabs {
    margin-bottom: 60px;
  }
  body .main-content .projects-slider-section .nav-tabs .nav-link {
    padding: 20px 40px;
    font-size: 18px;
    line-height: 20px;
  }
  body .main-content .projects-slider-section .slider .item {
    position: relative;
  }
  body .main-content .projects-slider-section .slider .item .content .caption {
    padding: 140px 219px 140px 100px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .label {
    font-size: 16px;
    padding: 10px 40px;
    margin-bottom: 40px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .title {
    font-size: 36px;
  }
  body .main-content .projects-slider-section .slider .item .content .brand-logo {
    right: 35px;
    top: 45px;
  }
  body .main-content .projects-slider-section .slider .item .content .right-image {
    padding: 0 40px;
  }
  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 {
    margin-top: 30px;
    padding: 50px 40px 20px;
  }
  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;
  }
}
@media (max-width: 1700px) {
  body .container {
    max-width: 1390px;
  }
}
@media (max-width: 1600px) {
  body .main-content .page-title-s2 {
    padding: 280px 0 370px;
  }
  body .main-content .projects-slider-section {
    padding-bottom: 100px;
    margin-top: -300px;
  }
  body .main-content .projects-slider-section .nav-tabs {
    margin-bottom: 55px;
  }
  body .main-content .projects-slider-section .nav-tabs .nav-link {
    padding: 18px 38px;
    font-size: 18px;
  }
  body .main-content .projects-slider-section .slider {
    padding: 0 60px;
  }
  body .main-content .projects-slider-section .slider .slick-dots {
    left: -20px;
  }
  body .main-content .projects-slider-section .slider .slick-arrow {
    right: 18px;
    left: unset;
  }
  body .main-content .projects-slider-section .slider .item .content .caption {
    padding: 130px 200px 130px 100px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .label {
    font-size: 16px;
    padding: 10px 40px;
    margin-bottom: 40px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .title {
    font-size: 34px;
  }
  body .main-content .projects-slider-section .slider .item .content .brand-logo {
    right: 30px;
    top: 30px;
  }
  body .main-content .projects-slider-section .slider .item .content .right-image {
    padding: 0 35px;
  }
  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 {
    margin-top: 30px;
    padding: 40px 50px 20px;
  }
  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: 1400px) {
  body .container {
    max-width: 1140px;
  }
  body .main-content .page-title-s2 {
    padding: 270px 0 365px;
  }
  body .main-content .page-title-s2 .title-separator {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body .main-content .page-title-s2 .title-separator:before {
    bottom: -16px;
  }
  body .main-content .projects-slider-section {
    padding-bottom: 80px;
    margin-top: -300px;
  }
  body .main-content .projects-slider-section .nav-tabs {
    margin-bottom: 48px;
  }
  body .main-content .projects-slider-section .nav-tabs .nav-link {
    padding: 14px 30px;
    font-size: 14px;
  }
  body .main-content .projects-slider-section .slider {
    padding: 0 34px;
  }
  body .main-content .projects-slider-section .slider .slick-dots {
    left: 0;
  }
  body .main-content .projects-slider-section .slider .slick-arrow {
    width: 34px;
    height: 36px;
    right: 0;
    left: unset;
  }
  body .main-content .projects-slider-section .slider .slick-arrow.slick-prev {
    bottom: 38px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption {
    padding: 80px 60px 80px 60px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .label {
    font-size: 16px;
    padding: 10px 40px;
    margin-bottom: 40px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .title {
    font-size: 32px;
  }
  body .main-content .projects-slider-section .slider .item .content .brand-logo {
    right: 30px;
    top: 30px;
    width: 120px;
  }
  body .main-content .projects-slider-section .slider .item .content .right-image {
    padding: 0 35px;
  }
  body .main-content .projects-slider-section .slider .item .content .right-image img {
    height: 260px;
  }
  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 {
    margin-top: 30px;
    padding: 40px 50px 20px;
  }
  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;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  body .main-content .page-title-s1 .caption .logo {
    max-width: 180px;
  }
  body .main-content .page-title-s2 {
    padding: 280px 0 360px;
  }
  body .main-content .page-title-s2 .title-separator {
    margin-bottom: 20px;
  }
  body .main-content .page-title-s2 .title-separator:before {
    bottom: -16px;
  }
  body .main-content .projects-slider-section {
    padding-bottom: 70px;
    margin-top: -323px;
  }
  body .main-content .projects-slider-section .nav-tabs {
    margin-bottom: 45px;
  }
  body .main-content .projects-slider-section .nav-tabs .nav-link {
    padding: 12px 30px;
    font-size: 14px;
    line-height: 16px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .label {
    font-size: 14px;
    padding: 10px 30px;
    margin-bottom: 30px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .title {
    font-size: 30px;
  }
  body .main-content .projects-slider-section .slider .item .content .brand-logo {
    right: 40px;
    top: 30px;
    width: 120px;
  }
  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;
  }
}
@media (max-width: 1280px) {
  body .main-content .lead {
    font-size: 16px;
  }
  body .main-content .page-title-s1 .caption .logo {
    max-width: 140px;
  }
  body .main-content .page-title-s2 {
    padding: 210px 0 340px;
  }
  body .main-content .page-title-s2 .title-separator {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body .main-content .page-title-s2 .title-separator:before {
    bottom: -16px;
  }
  body .main-content .page-title-s2 .caption .title {
    font-size: 40px;
    line-height: 48px;
  }
  body .main-content .page-title-s2 .caption .logo {
    max-width: 140px;
  }
  body .main-content .projects-slider-section {
    margin-top: -300px;
  }
  body .main-content .projects-slider-section .nav-tabs .nav-link {
    padding: 10px 26px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .label {
    margin-bottom: 20px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .title {
    font-size: 28px;
  }
  body .main-content .projects-slider-section .slider .item .content .brand-logo {
    right: 40px;
    top: 30px;
    width: 120px;
  }
  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 {
    margin-top: 30px;
    padding: 40px 30px 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;
  }
}
@media (max-width: 1024px) and (max-height: 800px) {
  body .main-content .page-title-s2 {
    padding: 180px 0 320px;
  }
  body .main-content .page-title-s2 .title-separator {
    font-size: 16px;
    margin-bottom: 16px;
  }
  body .main-content .page-title-s2 .title-separator:before {
    bottom: -10px;
    height: 2px;
    width: 20px;
  }
  body .main-content .page-title-s2 .caption .title {
    font-size: 38px;
    line-height: 40px;
  }
  body .main-content .projects-slider-section {
    margin-top: -300px;
  }
  body .main-content .projects-slider-section .nav-tabs {
    margin-bottom: 34px;
  }
  body .main-content .projects-slider-section .nav-tabs .nav-link {
    padding: 10px 22px;
    font-size: 12px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .label {
    margin-bottom: 18px;
    padding: 10px 22px;
    font-size: 12px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .title {
    font-size: 26px;
  }
  body .main-content .projects-slider-section .slider .item .content .brand-logo {
    top: 30px;
    width: 100px;
  }
  body .main-content .projects-slider-section .slider .item .content .right-image img {
    height: 220px;
  }
  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 .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 .page-title .caption .title {
    font-size: 36px;
  }
  body .main-content .page-title .caption .sub-title {
    font-size: 18px;
  }
  body .main-content .page-title .horizontal-accordion {
    display: none;
  }
  body .main-content .page-title .cta-btn {
    width: 52px;
    padding: 26px 12px 10px;
  }
  body .main-content .page-title .cta-btn .arrow {
    bottom: -52px;
    width: 52px;
    height: 52px;
  }
  body .main-content .page-title .cta-btn .arrow img {
    width: 10px;
  }
  body .main-content .page-title .cta-btn:hover .arrow, body .main-content .page-title .cta-btn:focus .arrow {
    height: 72px;
    bottom: -72px;
  }
  body .main-content .page-title-s2 {
    padding: 180px 0 120px;
  }
  body .main-content .page-title-s2 .title-separator {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body .main-content .page-title-s2 .title-separator:before {
    bottom: -16px;
  }
  body .main-content .page-title-s2 .caption .title {
    font-size: 40px;
    line-height: 48px;
  }
  body .main-content .page-title-s2 .caption .logo {
    max-width: 140px;
  }
  body .main-content .projects-slider-section {
    margin-top: -80px;
  }
  body .main-content .projects-slider-section .nav-tabs .nav-link {
    margin: 0 2px;
    padding: 8px 20px;
  }
  body .main-content .projects-slider-section .slider .item {
    height: 350px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption {
    padding: 20px 30px 20px 30px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .label {
    font-size: 15px;
    padding: 6px 30px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .title {
    font-size: 22px;
  }
  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: 100px 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;
  }
}
@media (max-width: 768px) {
  body .main-content .main-title {
    font-size: 24px;
  }
  body .main-content .lead {
    font-size: 14px;
  }
  body .main-content .page-title .cta-btn {
    display: none;
  }
  body .main-content .page-title .caption p.lead br {
    display: none;
  }
  body .main-content .projects-slider-section .nav-tabs {
    max-width: 100%;
  }
  body .main-content .projects-slider-section .nav-tabs .nav-link {
    width: 100%;
    font-size: 12px;
    margin: 0;
    padding: 6px 10px;
  }
  body .main-content .projects-slider-section .slider {
    padding: 0;
  }
  body .main-content .projects-slider-section .slider .item {
    height: auto;
  }
  body .main-content .projects-slider-section .slider .item .bg-image {
    opacity: 0.2;
  }
  body .main-content .projects-slider-section .slider .item .content {
    overflow: hidden;
  }
  body .main-content .projects-slider-section .slider .item .content .row {
    flex-direction: column-reverse;
  }
  body .main-content .projects-slider-section .slider .item .content .caption {
    padding: 20px 20px 10px;
    text-align: center;
    display: block;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .label {
    font-size: 12px;
    padding: 6px 16px;
    margin-bottom: 10px;
    display: none;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .title {
    font-size: 16px;
  }
  body .main-content .projects-slider-section .slider .item .content .caption p {
    font-size: 13px;
  }
  body .main-content .projects-slider-section .slider .item .content .brand-logo {
    position: static;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 200px;
    right: 0;
    top: auto;
    bottom: 0;
    background-color: transparent;
    padding: 20px;
  }
  body .main-content .projects-slider-section .slider .item .content .right-image {
    display: none;
    padding: 40px 20px 50px;
  }
  body .main-content .projects-slider-section .slider .item .content .right-image img {
    width: auto;
    height: 210px;
  }
  body .main-content .projects-slider-section .slider .slick-dots {
    display: none !important;
  }
  body .main-content .projects-slider-section .slider .slick-arrow.slick-prev {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    z-index: 10;
    margin-left: -20px;
    transform: translate(-50%, 0) rotate(-90deg);
  }
  body .main-content .projects-slider-section .slider .slick-arrow.slick-next {
    left: auto;
    right: 50%;
    top: auto;
    bottom: 0;
    z-index: 10;
    margin-right: -20px;
    transform: translate(50%, 0) rotate(-90deg);
  }
  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;
  }
}
@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 .page-title .caption .title {
    font-size: 26px;
    line-height: 36px;
  }
  body .main-content .page-title .caption .title br {
    display: none;
  }
  body .main-content .page-title .caption .sub-title {
    font-size: 16px;
  }
  body .main-content .projects-slider-section .container {
    padding: 0;
  }
  body .main-content .projects-slider-section .nav-tabs {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
  }
  body .main-content .projects-slider-section .nav-tabs .nav-item {
    display: block;
    margin: 2px 0;
  }
  body .main-content .projects-slider-section .nav-tabs .nav-link {
    width: 100%;
    font-size: 12px;
    margin: 0;
    padding: 12px 10px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  body .main-content .projects-slider-section .slider {
    padding: 0;
  }
  body .main-content .projects-slider-section .slider .item .content .caption .label {
    font-size: 12px;
    padding: 6px 16px;
    margin-bottom: 10px;
  }
  body .main-content .projects-slider-section .slider .item .content .right-image {
    padding: 30px 20px 60px;
  }
  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 .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-projects.css.map */
