a,
body {
  color: var(--main-white);
}
:active:focus,
:focus,
:hover,
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
:active:focus,
:focus,
:hover,
a,
a img,
img {
  outline: 0 !important;
  outline-offset: 0 !important;
}
*,
html,
ul {
  margin: 0;
  padding: 0;
}
.btn,
a,
i,
input {
  transition: 0.4s ease-in-out;
}
.footer-navlist-row .footer-navlist-ul li:hover a,
a:active,
a:focus,
a:hover,
p a {
  color: var(--main-yellow);
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
img {
  line-height: normal;
}
.p,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-style: normal;
  margin-bottom: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
p {
  margin-bottom: 0;
}
.btn,
.icon_btn {
  position: relative;
}
.icon_btn .icon,
a {
  display: inline-block;
}
.recognization-main,
body,
html {
  height: 100%;
}
body {
  background: #121212;
  font-family: "Kumbh Sans";
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
*,
html {
  box-sizing: border-box;
}
a img,
img {
  border: none;
}
ul {
  list-style: none;
}
i {
  font-family: FontAwesome;
}
.btn,
.p,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Kumbh Sans";
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
a,
i,
input {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
}
p a:hover {
  text-decoration: underline;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
::selection {
  background: var(--main-white);
  color: var(--main-black);
}
::-moz-selection {
  background: var(--main-white);
  color: var(--main-black);
}
::-webkit-selection {
  background: var(--main-white);
  color: var(--main-black);
}
::-o-selection {
  background: var(--main-white);
  color: var(--main-black);
}
::-ms-selection {
  background: var(--main-white);
  color: var(--main-black);
}
.meeting-form .form-select option,
.white_text {
  color: var(--main-white) !important;
}
.h2.title > span,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--main-white);
}
.white_shade1_text {
  color: var(--main-text-shade1);
}
.white_shade2_text {
  color: var(--main-text-shade2);
}
.white_shade3_text {
  color: var(--main-text-shade3);
}
.white_shade4_text {
  color: var(--main-text-shade4);
}
.yellow_text {
  color: var(--main-yellow) !important;
}
.blue_text {
  color: var(--main-blue) !important;
}
.black_text {
  color: var(--main-black);
}
.primary_text {
  color: var(--primary-color) !important;
}
.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.cursor-pointer {
  cursor: pointer;
}
.list-style-disc {
  list-style: disc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.h1,
h1,
h1.inner-page {
  font-size: 60px;
  line-height: 75px;
}
.h1,
h1 {
  letter-spacing: -1.2px;
}
.h2 {
  font-size: 40px;
  line-height: 50px;
}
.h3 {
  font-size: 28px;
  line-height: 38px;
}
.h4 {
  font-size: 24px;
  line-height: 30px;
}
.h5 {
  font-size: 22px;
}
.h6 {
  font-size: 18px;
}
.font-18,
.recognization-card .recognization-text {
  font-size: 18px;
  line-height: 24px;
}
.p,
p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1252px;
  margin: 0 auto;
}
.h2.title {
  color: var(--main-blue);
}
.h2.title + p {
  padding-top: 12px;
}
.font_rg {
  font-weight: 400 !important;
}
.font_md {
  font-weight: 500 !important;
}
.font_smb {
  font-weight: 600 !important;
}
.font_bl {
  font-weight: 700 !important;
}
.font_blk {
  font-weight: 900 !important;
}
.btn,
.btn_arrow {
  font-size: 18px;
  font-weight: 500;
}
.normal-line-height {
  line-height: normal !important;
}
.full-line-height {
  line-height: 100%;
}
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp1 {
  -webkit-line-clamp: 1;
}
.line-clamp2 {
  -webkit-line-clamp: 2;
}
.line-clamp3 {
  -webkit-line-clamp: 3;
}
.line-clamp4 {
  -webkit-line-clamp: 4;
}
.common-rounded {
  border-radius: 20px;
}
.common-rounded-10 {
  border-radius: 10px;
}
.grecaptcha-badge {
  visibility: hidden;
}
.btn {
  background-color: var(--main-yellow);
  padding: 15px 34px;
  line-height: normal;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  border-radius: 30px;
  border: 1px solid var(--main-yellow);
  text-transform: unset;
  box-shadow: none;
  min-width: 190px;
  color: var(--main-black);
  overflow: hidden;
  z-index: 1;
}
.btn:focus,
.btn:hover,
.btn_outline,
.btn_outline_arrow,
.btn_transparent,
.form-select option {
  color: var(--main-white);
}
.btn:focus,
.btn:hover {
  background-color: var(--main-blue);
  box-shadow: none;
  outline: 0;
  border-color: var(--main-blue);
}
.btn:hover svg,
.btn:hover svg path {
  stroke: var(--main-white);
  transition: 0.4s ease-in-out;
}
.btn_outline {
  background-color: transparent;
  border: 1px solid var(--main-text-shade6);
}
.btn_outline:focus,
.btn_outline:hover,
.btn_outline_arrow:hover {
  background-color: var(--main-white);
  border-color: var(--main-white);
  color: var(--main-black);
}
.btn_transparent,
.btn_transparent:focus,
.btn_transparent:hover {
  border: none;
  background-color: transparent;
}
.btn_transparent {
  padding: 0;
  min-width: unset;
}
.btn_arrow {
  background-image: url('data:image/svg+xml,<svg width="23" height="20" viewBox="0 0 23 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 10.0352L21.1135 10.0351" stroke="%23FFA502" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.3867 16L21.2047 10L15.3867 4" stroke="%23FFA502" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 22px;
  padding-right: 37px;
  text-transform: uppercase;
  transition: background-position 0.4s ease-in-out;
}
.btn_arrow:focus,
.btn_arrow:hover {
  background-position: 100% center;
}
.btn_outline_arrow {
  padding: 14px 62px 14px 34px;
  background-color: transparent;
  border: 1px solid var(--main-text-shade6);
}
.btn_outline_arrow > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -28px;
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: 0.4s ease-in-out;
  background-image: url("data:image/svg+xml,<svg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 10.0352L21.1135 10.0351' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M15.3867 16L21.2047 10L15.3867 4' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.btn_outline_arrow:hover > span::after {
  right: -32px;
  background-image: url("data:image/svg+xml,<svg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 10.0352L21.1135 10.0351' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M15.3867 16L21.2047 10L15.3867 4' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.icon_btn {
  padding: 15px 61px 15px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.icon_btn .icon {
  background-color: var(--primary-color);
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4px;
}
.container {
  max-width: calc(1520px + 24px);
}
.wide-container {
  max-width: calc(1720px + 24px);
  margin: 0 auto;
  padding: 0 12px;
}
.header-space {
  padding-top: 105px;
}
.padding-60,
.padding-t-60 {
  padding-top: 60px;
}
.padding-60,
.padding-b-60 {
  padding-bottom: 60px;
}
.form-control,
.form-select {
  background-color: transparent;
  border: 1px solid var(--main-text-shade6);
  padding: 18px 22px;
  border-radius: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 16px;
  color: var(--main-white);
  font-family: "Kumbh Sans";
  font-weight: 400;
  line-height: 20px;
}
textarea.form-control {
  resize: none;
  overflow: auto;
  padding: 18px 22px;
  height: 232px;
}
.form-select option {
  background-color: #1d1d1d80;
  font-size: 16px;
}
.form-group .required-field {
  color: #ff3f3f;
}
.form-control::placeholder,
.form-select::placeholder {
  color: var(--main-text-shade6);
  font-weight: 400;
  font-size: 16px;
}
.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  color: var(--main-text-shade6);
  font-weight: 400;
  font-size: 16px;
}
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: var(--main-text-shade6);
  font-weight: 400;
  font-size: 16px;
}
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  color: var(--main-text-shade6);
  font-weight: 400;
  font-size: 16px;
}
.form-control::-o-input-placeholder,
.form-select::-o-input-placeholder {
  color: var(--main-text-shade6);
  font-weight: 400;
  font-size: 16px;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--main-yellow);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: transparent;
  color: var(--main-white);
}
.get-in-touch-form-wrapper .wpcf7-form-control-wrap {
  position: relative;
}
.get-in-touch-form-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 15px;
  line-height: 19px;
  bottom: -19px;
}
.slick-slider button.slick-arrow {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: var(--main-yellow);
  border-radius: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 9;
  transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  font-size: 0;
  position: absolute;
  padding: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slick-slider button.slick-arrow.slick-next {
  right: -10px;
}
.slick-slider button.slick-arrow.slick-prev {
  left: -10px;
}
.slick-slider button.slick-arrow::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  width: 22px;
  height: 22px;
  display: block;
}
.slick-slider button.slick-arrow.slick-prev::before {
  background-image: url("/wp-content/themes/wedowebappsau/assets/images/new-homepage/slider-arrow-prev.png");
  background-position: -2px center;
}
.slick-slider button.slick-arrow.slick-next::before {
  background-image: url("/wp-content/themes/wedowebappsau/assets/images/new-homepage/slider-arrow.png");
  background-position: 2px center;
}
.slick-slider button.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: #6a6a6a;
}
.modal-close {
  background-color: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}
.getQuoteModal .modal-body {
  padding: 60px;
  background-color: var(--secondary-color);
  border-radius: 20px;
}
.meeting-form form .form-group {
  margin-bottom: 24px;
}
.meeting-form .form-label {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--main-white);
  margin-bottom: 8px !important;
  text-transform: capitalize;
}
.meeting-form .form-control,
.meeting-form .form-select {
  font-size: 18px;
  background-color: var(--primary-color);
  border-color: transparent;
  border-radius: 5px;
  padding: 18px 23px;
}
.meeting-form .form-control:focus,
.meeting-form .form-select:focus {
  border-color: var(--main-yellow);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: var(--main-white);
}
.meeting-form .form-control::placeholder,
.meeting-form .form-select::placeholder {
  color: var(--main-text-shade3);
  font-weight: 400;
  font-size: 18px;
}
.meeting-form .form-control::-moz-placeholder,
.meeting-form .form-select::-moz-placeholder {
  color: var(--main-text-shade3);
  font-weight: 400;
  font-size: 18px;
}
.meeting-form .form-control:-ms-input-placeholder,
.meeting-form .form-select:-ms-input-placeholder {
  color: var(--main-text-shade3);
  font-weight: 400;
  font-size: 18px;
}
.meeting-form .form-control::-webkit-input-placeholder,
.meeting-form .form-select::-webkit-input-placeholder {
  color: var(--main-text-shade3);
  font-weight: 400;
  font-size: 18px;
}
.meeting-form .form-control::-o-input-placeholder,
.meeting-form .form-select::-o-input-placeholder {
  color: var(--main-text-shade3);
  font-weight: 400;
  font-size: 18px;
}
.meeting-form textarea.form-control {
  height: 100px;
}
@media (min-width: 1200px) {
  .clientSpeaks.modal.show .modal-dialog.modal-xl,
  .getQuoteModal.modal.show .modal-dialog.modal-xl {
    max-width: 1110px;
  }
}
.clientSpeaks .modal-body {
  padding: 20px;
  background-color: var(--secondary-color);
  border-radius: 20px;
}
.clientSpeaks .modal-body .modal-wrapper iframe {
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}
.clientSpeaks .modal-wrapper .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.clientSpeaks .modal-wrapper .video-wrapper .video-loader {
  position: absolute;
  inset: 0;
  background: var(--main-black);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.clientSpeaks .modal-wrapper .video-wrapper .video-loader::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid var(--main-white);
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: 1s linear infinite spin;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#videoFrame {
  opacity: 0;
  transition: opacity 0.3s;
}

/* .footer-sec {
  padding-bottom: 32px;
}
.footer-title {
  color: var(--main-blue);
  font-size: 30px;
  line-height: normal;
}
.footer-padding {
  padding-top: 40px;
}
.footer-about-wrapper .footer-logo {
  max-width: 235px;
}
.location-wrapper {
  display: flex;
  gap: 30px;
}
.location-wrapper .location-card {
  width: calc((100% / 6) - 15px);
  border: 1px solid #565656;
  background-color: #1d1d1d;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.location-wrapper .location-card .location-img {
  max-height: 157px;
  min-height: 157px;
  object-fit: cover;
}
.location-card .social-wrapper {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.social-wrapper .social-icon {
  width: 24px;
  height: 24px;
  background-color: #2f2f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 100%;
}
.lc-gap12 {
  gap: 12px;
}
.location-content .location-text {
  font-size: 20px;
  line-height: 20px;
}
.location-content .location-text-14 {
  font-size: 14px;
  line-height: 22px;
}
.offeringlist-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.offering-divider {
  display: block;
  border-bottom: 1px solid var(--main-text-shade8);
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
}
.footer-navlist-row .footer-navlist-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.footer-navlist-row .footer-navlist-ul li {
  width: calc((100% - 32px) / 3);
}
.footer-navlist-row .footer-navlist-ul li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
  transition: 0.4s ease-in-out;
  font-size: 16px;
  line-height: 24px;
}
.footer-navlist-row .footer-navlist-ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  border-bottom: 1px solid var(--main-yellow);
  width: 100%;
  transition: 0.4s ease-in-out;
}
.footer-navlist-row .footer-navlist-ul li:hover a:before {
  left: 0;
}
.recognization-wrapper {
  gap: 30px;
}
.recognization-card .recognization-img {
  background-image: url("/wp-content/themes/wedowebapps/assets/images/new-homepage/review-img.webp");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 65px;
}
.recognization-card .recognization-img.clutch {
  background-position: 0;
}
.recognization-card .recognization-img.google {
  background-position: 33.45%;
}
.recognization-card .recognization-img.upwork {
  background-position: 66%;
}
.recognization-card .recognization-img.tnc {
  background-position: 100%;
}
.copyright-text {
  font-size: 16px;
  line-height: 24px;
}
.footer-bottom-link a {
  border-right: 1px solid var(--main-text-shade4);
  padding-right: 15px;
  margin-right: 15px;
}
.footer-bottom-link a:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.social-icons-wrapper .social-icon-link {
  width: 50px;
  height: 50px;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 100%;
  transition: 0.4s ease-in-out;
}
.social-icons-wrapper .social-icon-link.facebook:hover {
  background-color: #1877f2;
}
.social-icons-wrapper .social-icon-link.twitter:hover {
  background-color: #fff;
}
.social-icons-wrapper .twitter:hover img {
  filter: brightness(0);
}
.social-icons-wrapper .social-icon-link.instagram:hover {
  background: linear-gradient(to top right, #fd5, #ff543e, #c837ab, #60f);
}
.social-icons-wrapper .social-icon-link.linkedin:hover {
  background-color: #0a66c2;
}
.social-icons-wrapper .social-icon-link.pinterest:hover {
  background-color: #cb1f27;
}
.contact-cost-wrapper {
  position: fixed;
  z-index: 9;
  right: 10px;
  bottom: 80px;
  gap: 12px;
}
.contact-cost-wrapper .contact-cost-button {
  width: 70px;
  height: 70px;
  background: linear-gradient(142.94deg, #9c1eff 1.4%, #5e1299 83.6%);
  border: 1px solid var(--main-text-shade7);
  box-shadow: 2px 6px 8.7px -2px #702ca6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 100%;
}
.contact-cost-wrapper .contact-cost-button .button-icon {
  max-width: 42px;
  max-height: 42px;
}
.contact-info-wrapper .contact-links-wrapper {
  justify-content: center;
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9;
  transition: 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
}
.contact-info-wrapper .contact-links-wrapper.show {
  opacity: 1;
  visibility: visible;
}
.contact-info-wrapper .contact-info-links {
  background-color: #fff;
  border-radius: 100%;
  padding: 16px;
  justify-content: center;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border: none;
  outline: 0;
} */

.contact-info-modal .modal-dialog {
  max-width: 550px;
}
.contact-info-modal .contact-info-list {
  max-width: 320px;
  margin: auto;
}
.contact-info-modal .modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.contact-info-modal .contact-info-form {
  max-width: 500px;
  background-color: #fffcf8;
  border-radius: 10px;
  padding: 10px 30px 16px;
  margin: auto;
}
.contact-info-modal .contact-info-form input,
.contact-info-modal .contact-info-form textarea {
  border-bottom: 1px solid #212121 !important;
  border-radius: 0;
  border: none;
  color: #000;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}
.contact-info-modal .contact-info-form textarea {
  height: auto;
}
.contact-info-modal .contact-info-form input::placeholder,
.contact-info-modal .contact-info-form textarea::placeholder {
  color: #a1a1a1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.contact-info-modal .contact-info-form .btn {
  padding: 10px 15px;
  min-width: 125px;
  font-size: 16px;
}
.contact-info-mobile .iti {
  width: 100%;
}
.contact-info-mobile .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.contact-info-mobile .iti__selected-dial-code {
  color: #000;
  font-size: 14px;
  min-width: 35px !important;
}
.contact-info-mobile .iti__flag-container {
  width: 100px !important;
}
.contact-info-mobile .iti--allow-dropdown input {
  padding-left: 50px !important;
}
.contact-info-mobile
  .iti--allow-dropdown
  .iti__flag-container:hover
  .iti__selected-flag,
.contact-info-mobile .iti__selected-flag {
  padding: 0;
  background-color: transparent;
}
.contact-info-mobile .iti__country-list {
  width: 280px;
}
.contact-info-mobile span.iti__country-name {
  color: #000;
}
@media (max-width: 1799.98px) {
  .h2 {
    font-size: 38px;
    line-height: 46px;
  }
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .h4,
  .p,
  p {
    line-height: 28px;
  }
  .h4 {
    font-size: 22px;
  }
  .p,
  p {
    font-size: 18px;
  }
  h1.inner-page {
    font-size: 56px;
    line-height: 70px;
  }
  .wide-container {
    max-width: calc(1620px + 24px);
  }
}
@media (max-width: 1699.98px) {
  h1.inner-page {
    font-size: 52px;
    line-height: 65px;
  }
  .wide-container {
    max-width: calc(1520px + 24px);
  }
  .container {
    max-width: calc(1420px + 24px);
  }
  /* .footer-title {
    font-size: 28px;
  }
  .footer-about-wrapper .footer-logo {
    max-width: 200px;
  }
  .location-wrapper,
  .recognization-wrapper {
    gap: 24px;
  }
  .location-wrapper .location-card {
    width: calc((100% / 6) - 12px);
    padding: 10px;
  }
  .location-wrapper .location-card .location-img {
    max-height: 140px;
    min-height: 140px;
  }
  .footer-navlist-row .footer-navlist-ul {
    gap: 12px 16px;
  }
  .recognization-card .recognization-img {
    width: 108px;
    height: 58px;
  }
  .recognization-main .recognization-vector {
    max-width: 95px;
  }
  .contact-cost-wrapper .contact-cost-button {
    width: 65px;
    height: 65px;
  }
  .contact-cost-wrapper .contact-cost-button .button-icon {
    max-width: 42px;
    max-height: 42px;
  }
  .contact-info-wrapper .contact-info-links {
    width: 55px;
    height: 55px;
    padding: 14px;
  } */
}
@media (max-width: 1599.98px) {
  .h1,
  h1 {
    font-size: 58px;
    line-height: 70px;
  }
  .h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .h5 {
    font-size: 20px;
  }
  .h6 {
    font-size: 16px;
  }
  .btn,
  .btn_arrow {
    font-size: 17px;
  }
  h1.inner-page {
    font-size: 48px;
    line-height: 60px;
  }
  .wide-container {
    max-width: calc(1360px + 24px);
  }
  .container {
    max-width: calc(1300px + 24px);
  }
  .btn {
    padding: 14px 30px;
  }
  .btn_outline_arrow {
    padding: 14px 58px 14px 30px;
  }
  .icon_btn {
    padding: 13px 58px 13px 24px;
    height: 52px;
  }
  .icon_btn .icon,
  .social-icons-wrapper .social-icon-link {
    width: 42px;
    height: 42px;
  }
  .slick-slider button.slick-arrow {
    width: 36px;
    height: 36px;
  }
  .slick-slider button.slick-arrow::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  /* .footer-title {
    font-size: 26px;
  }
  .footer-about-wrapper .footer-logo {
    max-width: 180px;
  }
  .location-wrapper {
    gap: 16px;
  }
  .location-wrapper .location-card {
    width: calc((100% / 6) - 8px);
    padding: 8px;
  }
  .location-wrapper .location-card .location-img {
    max-height: 125px;
    min-height: 125px;
  }
  .social-wrapper .social-icon {
    width: 22px;
    height: 22px;
  }
  .social-wrapper .social-icon img {
    max-width: 14px;
  }
  .lc-gap12 {
    gap: 10px;
  }
  .location-content .location-text {
    font-size: 17px;
    line-height: 17px;
  }
  .location-content .location-text-14 {
    font-size: 13px;
    line-height: 20px;
  }
  .offeringlist-row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
  }
  .offering-divider {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
  .footer-navlist-row .footer-navlist-ul {
    gap: 10px 14px;
  }
  .footer-navlist-row .footer-navlist-ul li {
    width: calc((100% - 28px) / 3);
  }
  .footer-navlist-row .footer-navlist-ul li a {
    font-size: 15px;
    line-height: 21px;
  }
  .recognization-main .recognization-vector {
    max-width: 85px;
  }
  .recognization-wrapper {
    gap: 18px;
  }
  .recognization-card .recognization-img {
    width: 99px;
    height: 54px;
  }
  .contact-cost-wrapper {
    bottom: 50px;
  }
  .contact-info-wrapper .contact-links-wrapper {
    bottom: 68px;
  } */
}
@media (max-width: 1499.98px) {
  .getQuoteModal .modal-body {
    padding: 50px;
  }
  .contact-info-modal .contact-info-list {
    max-width: 260px;
  }
  .contact-info-modal .contact-info-form,
  .contact-info-modal .modal-dialog {
    max-width: 500px;
  }
  .contact-info-modal .contact-info-form input::placeholder {
    font-size: 16px;
  }
  .contact-info-modal .contact-info-icons {
    max-width: 40px;
  }
  .footer-main .industry-ex-label {
    font-size: 18px;
  }
}
@media (max-width: 1399.98px) {
  .h1,
  h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .h3 {
    font-size: 21px;
    line-height: 32px;
  }
  .h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 22px;
  }
  .p,
  p {
    font-size: 17px;
    line-height: 26px;
  }
  .btn,
  .btn_arrow {
    font-size: 16px;
  }
  h1.inner-page {
    font-size: 42px;
    line-height: 52px;
  }
  .btn {
    padding: 13px 26px;
    min-width: 180px;
  }
  .btn_outline_arrow {
    padding: 13px 54px 13px 26px;
  }
  .btn_outline_arrow > span::after {
    right: -26px;
    width: 18px;
    height: 16px;
    background-size: 18px;
  }
  .btn_outline_arrow:hover > span::after {
    right: -30px;
  }
  .icon_btn {
    padding: 12px 55px 12px 22px;
    height: 50px;
  }
  .icon_btn .icon {
    width: 40px;
    height: 40px;
  }
  .container,
  .wide-container {
    max-width: calc(1140px + 24px);
  }
  .header-space {
    padding-top: 91px;
  }
  .padding-60,
  .padding-t-60 {
    padding-top: 50px;
  }
  .padding-60,
  .padding-b-60 {
    padding-bottom: 50px;
  }
  .form-control,
  textarea.form-control {
    padding: 16px 20px;
  }
  .slick-slider button.slick-arrow {
    width: 34px;
    height: 34px;
  }
  .slick-slider button.slick-arrow::before {
    background-size: 18px;
    width: 18px;
    height: 18px;
  }
  /* .footer-padding {
    padding-top: 35px;
  }
  .location-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .location-wrapper .location-card {
    width: calc((100% / 3) - 14px);
    padding: 8px;
  }
  .offeringlist-row {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 22px;
  }
  .offering-divider {
    margin-left: 11px;
    margin-right: 11px;
    width: calc(100% - 22px);
  }
  .footer-navlist-row .footer-navlist-ul {
    gap: 8px 6px;
  }
  .footer-navlist-row .footer-navlist-ul li {
    width: calc((100% - 12px) / 3);
  }
  .footer-navlist-row .footer-navlist-ul li a {
    font-size: 13px;
    line-height: 18px;
  }
  .recognization-main .recognization-vector {
    max-width: 69px;
  }
  .recognization-wrapper {
    gap: 14px;
  }
  .recognization-card .recognization-img {
    width: 87px;
    height: 48px;
  }
  .recognization-card .recognization-text {
    font-size: 16px;
    line-height: 20px;
  }
  .copyright-text {
    font-size: 14px;
    line-height: 22px;
  }
  .social-icons-wrapper .social-icon-link {
    width: 38px;
    height: 38px;
  }
  .social-icons-wrapper .social-icon-link img {
    max-width: 17px;
  }
  .contact-cost-wrapper .contact-cost-button {
    width: 60px;
    height: 60px;
  }
  .contact-cost-wrapper .contact-cost-button .button-icon {
    max-width: 38px;
    max-height: 38px;
  }
  .contact-info-wrapper .contact-info-links {
    width: 52px;
    height: 52px;
    padding: 13px;
  } */
}
@media (max-width: 1199.98px) {
  .h1,
  h1 {
    font-size: 42px;
    line-height: 54px;
  }
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .h5 {
    font-size: 16px;
  }
  .h4,
  .meeting-form .form-label {
    font-size: 18px;
    line-height: 24px;
  }
  .p,
  p {
    font-size: 16px;
    line-height: 24px;
  }
  h1.inner-page {
    font-size: 38px;
    line-height: 48px;
  }
  .title-container {
    max-width: 100%;
  }
  .btn {
    padding: 12px 21px;
    font-size: 14px;
    min-width: 170px;
  }
  .btn_arrow {
    font-size: 14px;
    background-size: 18px;
    padding-right: 33px;
  }
  .btn_outline_arrow {
    padding: 12px 48px 12px 21px;
  }
  .icon_btn {
    padding: 12px 55px 12px 22px;
    height: 48px;
  }
  .icon_btn .icon {
    width: 40px;
    height: 40px;
  }
  .container,
  .wide-container {
    max-width: calc(950px + 24px);
  }
  .header-space {
    padding-top: 88px;
  }
  .form-control,
  textarea.form-control {
    padding: 16px 18px;
  }
  .get-in-touch-form-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 16px;
    bottom: -16px;
  }
  .slick-slider button.slick-arrow.slick-next {
    right: -6px;
  }
  .slick-slider button.slick-arrow.slick-prev {
    left: -6px;
  }
  .getQuoteModal .modal-body {
    padding: 40px;
  }
  .meeting-form .form-control,
  .meeting-form .form-select {
    font-size: 16px;
    padding: 16px 23px;
  }
  .meeting-form .form-control::placeholder {
    font-size: 16px;
  }
  .meeting-form .form-control::-moz-placeholder {
    font-size: 16px;
  }
  .meeting-form .form-control:-ms-input-placeholder {
    font-size: 16px;
  }
  .meeting-form .form-control::-webkit-input-placeholder {
    font-size: 16px;
  }
  .meeting-form .form-control::-o-input-placeholder {
    font-size: 16px;
  }
  .clientSpeaks.modal.show .modal-dialog.modal-xl {
    max-width: 850px;
    padding: 0 20px;
  }
  .clientSpeaks .modal-body .modal-header .modal-close img {
    max-width: 35px;
  }
  .clientSpeaks .modal-body .modal-wrapper iframe {
    min-height: 500px;
    max-height: 500px;
  }
  /* .footer-title {
    font-size: 24px;
  }
  .location-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .location-wrapper .location-card {
    width: calc((100% / 3) - 11px);
    padding: 8px;
  }
  .footer-navlist-row .footer-navlist-ul {
    gap: 6px 6px;
  }
  .footer-navlist-row .footer-navlist-ul li {
    width: calc((100% - 6px) / 2);
  }
  .recognization-main {
    height: auto;
  }
  .contact-info-wrapper .contact-links-wrapper,
  .recognization-wrapper {
    gap: 8px;
  }
  .recognization-card .recognization-img {
    width: 72px;
    height: 39px;
  }
  .recognization-card .recognization-text {
    font-size: 13px;
    line-height: 16px;
  }
  .copyright-text {
    font-size: 14px;
    line-height: 22px;
  }
  .social-icons-wrapper .social-icon-link {
    width: 34px;
    height: 34px;
  }
  .social-icons-wrapper .social-icon-link img {
    max-width: 16px;
  }
  .footer-bottom-link a {
    padding-right: 10px;
    margin-right: 10px;
  }
  .contact-cost-wrapper {
    bottom: 24px;
  }
  .contact-info-wrapper .contact-info-links {
    width: 48px;
    height: 48px;
    padding: 12px;
  } */
}
@media (max-width: 991.98px) {
  .h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .h4 {
    font-size: 17px;
    line-height: 24px;
  }
  h1.inner-page {
    font-size: 36px;
    line-height: 46px;
  }
  .h6 {
    font-size: 15px;
  }
  .container,
  .wide-container {
    max-width: 100%;
  }
  .header-space {
    padding-top: 72px;
  }
  .padding-60,
  .padding-t-60 {
    padding-top: 50px;
  }
  .padding-60,
  .padding-b-60 {
    padding-bottom: 50px;
  }
  .slick-slider button.slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-slider button.slick-arrow::before {
    background-size: 16px;
    width: 16px;
    height: 16px;
  }
  .getQuoteModal .modal-dialog {
    max-width: 95%;
  }
  .meeting-form form .form-group {
    margin-bottom: 20px;
  }
  .get-in-touch-form-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: unset;
  }
  /* .footer-padding {
    padding-top: 28px;
  }
  .footer-title {
    font-size: 22px;
  }
  .footer-about-wrapper .footer-logo {
    max-width: 150px;
  }
  .location-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .location-wrapper .location-card {
    width: calc((100% / 3) - 11px);
    padding: 8px;
  }
  .footer-navlist-row .footer-navlist-ul li a {
    font-size: 12px;
    line-height: 16px;
  }
  .recognization-main .recognization-vector {
    max-width: 49px;
  }
  .contact-cost-wrapper,
  .recognization-wrapper {
    gap: 8px;
  }
  .recognization-card .recognization-img {
    width: 55px;
    height: 29px;
  }
  .recognization-card .recognization-text {
    font-size: 11px;
    line-height: 12px;
  }
  .copyright-text {
    font-size: 13px;
    line-height: 20px;
  }
  .social-icons-wrapper .social-icon-link {
    width: 30px;
    height: 30px;
    padding: 4px;
  }
  .social-icons-wrapper .social-icon-link img {
    max-width: 15px;
  }
  .footer-bottom-link a {
    padding-right: 7px;
    margin-right: 7px;
  }
  .contact-cost-wrapper .contact-cost-button {
    width: 52px;
    height: 52px;
    padding: 10px;
  }
  .contact-cost-wrapper .contact-cost-button .button-icon {
    max-width: 36px;
    max-height: 36px;
  }
  .contact-info-wrapper .contact-links-wrapper {
    gap: 8px;
    bottom: 58px;
  }
  .contact-info-wrapper .contact-info-links {
    width: 42px;
    height: 42px;
    padding: 11px;
  }
  .contact-info-modal .contact-info-list {
    max-width: 250px;
  }
  .contact-info-modal .contact-info-form {
    max-width: 450px;
  } */
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 41px;
    line-height: 52px;
  }
  .h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .h6 {
    font-size: 13px;
  }
  h1.inner-page {
    font-size: 32px;
    line-height: 40px;
  }
  .h2.title + p {
    padding-top: 8px;
  }
  .common-rounded {
    border-radius: 15px;
  }
  .header-space {
    padding-top: 67px;
  }
  .icon_btn {
    padding: 12px 50px 12px 20px;
    height: 45px;
  }
  .icon_btn .icon {
    width: 36px;
    height: 36px;
  }
  .form-control,
  textarea.form-control {
    padding: 14px 16px;
  }
  textarea.form-control {
    height: 180px;
  }
  .getQuoteModal .modal-body {
    padding: 30px;
    border-radius: 10px;
  }
  .clientSpeaks.modal.show .modal-dialog.modal-xl {
    max-width: 100%;
  }
  .clientSpeaks .modal-body .modal-header .modal-close img,
  .contact-info-modal .contact-info-icons {
    max-width: 30px;
  }
  .clientSpeaks .modal-body .modal-wrapper iframe {
    min-height: 400px;
    max-height: 400px;
  }
  /* .footer-padding {
    padding-top: 24px;
  }
  .footer-title {
    font-size: 20px;
  }
  .footer-about-wrapper .footer-logo {
    max-width: 150px;
  }
  .location-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .location-wrapper .location-card {
    width: calc((100% / 2) - 11px);
  }
  .footer-navlist-row .footer-navlist-ul li {
    width: calc((100% - 12px) / 3);
  }
  .contact-cost-wrapper {
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
  }
  .contact-cost-wrapper .contact-cost-button {
    width: 54px;
    height: 54px;
    padding: 8px;
  }
  .contact-cost-wrapper .contact-cost-button .button-icon {
    max-width: 32px;
    max-height: 32px;
  }
  .contact-info-modal .contact-info-list {
    max-width: 200px;
  } */
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 32px;
    line-height: 41px;
  }
  .h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .font-18 {
    font-size: 14px;
  }
  .p,
  p {
    font-size: 14px;
    line-height: 22px;
  }
  h1.inner-page {
    font-size: 27px;
    line-height: 35px;
  }
  .btn {
    padding: 12px 18px;
    font-size: 13px;
    min-width: 160px;
  }
  .btn_arrow {
    font-size: 13px;
    background-size: 16px;
    padding-right: 30px;
  }
  .btn_outline_arrow {
    padding: 12px 40px 12px 18px;
  }
  .btn_outline_arrow > span::after {
    right: -22px;
    width: 15px;
    height: 13px;
    background-size: 15px;
  }
  .btn_outline_arrow:hover > span::after {
    right: -26px;
  }
  .icon_btn {
    padding: 10px 48px 10px 20px;
    height: 42px;
  }
  .padding-60,
  .padding-t-60 {
    padding-top: 40px;
  }
  .padding-60,
  .padding-b-60 {
    padding-bottom: 40px;
  }
  .slick-slider button.slick-arrow {
    width: 26px;
    height: 26px;
    padding: 4px;
  }
  .slick-slider button.slick-arrow::before {
    background-size: 14px;
    width: 14px;
    height: 14px;
  }
  .slick-slider button.slick-arrow.slick-next {
    right: -2px;
  }
  .slick-slider button.slick-arrow.slick-prev {
    left: -2px;
  }
  .getQuoteModal .modal-body {
    padding: 30px 20px;
  }
  .meeting-form form .form-group {
    margin-bottom: 16px;
  }
  .meeting-form .form-label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px !important;
  }
  .meeting-form .form-control,
  .meeting-form .form-select {
    font-size: 14px;
    padding: 14px 18px;
  }
  .meeting-submit-btn .btn {
    min-width: 120px;
  }
  .meeting-form .form-control::placeholder {
    font-size: 14px;
  }
  .meeting-form .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .meeting-form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .meeting-form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .meeting-form .form-control::-o-input-placeholder {
    font-size: 14px;
  }
  .clientSpeaks.modal.show .modal-dialog.modal-xl {
    padding: 0;
  }
  /* .lc-gap12,
  .location-wrapper {
    gap: 8px;
  }
  .location-wrapper .location-card {
    width: calc((100% / 2) - 4px);
    padding: 5px;
  }
  .location-wrapper .location-card .location-img {
    max-height: 115px;
    min-height: 115px;
  }
  .location-content .location-text {
    font-size: 15px;
    line-height: 15px;
  }
  .location-content .location-text-14 {
    font-size: 12px;
    line-height: 16px;
  }
  .offeringlist-row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
  .offering-divider {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 16px);
  }
  .footer-navlist-row .footer-navlist-ul li {
    width: calc((100% - 6px) / 2);
  }
  .recognization-card .recognization-text {
    font-size: 10px;
    line-height: 12px;
  }
  .contact-cost-wrapper .contact-cost-button {
    width: 48px;
    height: 48px;
    padding: 5px;
  }
  .contact-cost-wrapper .contact-cost-button .button-icon {
    max-width: 28px;
    max-height: 28px;
  }
  .contact-info-wrapper .contact-links-wrapper {
    gap: 5px;
    bottom: 52px;
  }
  .contact-info-wrapper .contact-info-links {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .contact-info-modal .contact-info-list {
    max-width: 225px;
  }
  .contact-info-modal .modal-dialog {
    max-width: 95%;
    margin: auto;
  } */
}
@media (max-width: 425px) {
  .h1,
  h1 {
    font-size: 28px;
    line-height: 41px;
  }
}
/* @media (max-width: 400px) {
  .location-wrapper .location-card {
    width: 100%;
  }
  .location-wrapper .location-card .location-img {
    max-height: 157px;
    min-height: 157px;
  }
} */
#aria-screenreader {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* ---- Our Achievements: 2 link columns + award ---- */
.hire-resources-custom .award-title {
  white-space: nowrap;
}

.hire-resources-custom .hire-links-col {
  margin-top: 74px;
}

.hire-resources-custom .hire-resources-inner {
  --bs-gutter-x: 0; /* remove horizontal row gap */
}

/* stronger selector than theme defaults */
.hire-resources-custom .footer-navlist-row .footer-navlist-ul {
  margin: 0;
  padding: 0;
}

.hire-resources-custom .footer-navlist-row .footer-navlist-ul li {
  width: 100% !important;
}

.hire-resources-custom .footer-navlist-row .footer-navlist-ul li:last-child {
  margin-bottom: 0;
}

.hire-resources-custom .footer-navlist-row .footer-navlist-ul li a {
  font-size: 15px;
  line-height: 24px;
}

/* award */
.hire-resources-custom .award-link {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.hire-resources-custom .hire-award-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
}

/* mobile/tablet */
@media (max-width: 991.98px) {
  .hire-resources-custom .hire-links-col {
    margin-top: 16px;
  }

  .hire-resources-custom .footer-navlist-row .footer-navlist-ul li a {
    font-size: 12px;
    line-height: 16px;
  }

  .hire-resources-custom .award-title {
    white-space: normal;
  }

  .hire-resources-custom .award-link {
    padding-top: 10px;
  }
}

/*==================================================================================================================================================================
====================================================================================================================================================================
====================================================================================================================================================================
                                      ADD NEW CSS AS PER UK STYLE.CSS FOR INDUSTRY PAGE 19-06-2026 
====================================================================================================================================================================
====================================================================================================================================================================
==================================================================================================================================================================*/

.mobile-field > p span.wpcf7-form-control-wrap .form-select,
.email-mobile-field > p span.wpcf7-form-control-wrap .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 16px;
  line-height: normal;
  width: 100px;
  padding: 19px 16px;
  height: 100%;
}

.mobile-field .form-control,
.email-mobile-field .form-control {
  width: 100%;
  border-radius: 0 10px 10px 0;
}

.mobile-field > p,
.email-mobile-field > p {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.intl-tel-input,
.iti {
  width: 100%;
}

.iti__flag-box,
.iti__country-name {
  color: var(--main-black);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code,
.iti__flag-box,
.iti__country-name,
.iti__dial-code,
.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 14px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  width: 100%;
  z-index: 9;
  padding: 0px;
}

.mobile-field .wpcf7-form-control-wrap:last-child,
.email-mobile-field .wpcf7-form-control-wrap:last-child {
  width: 100%;
}

.mobile-field .wpcf7-form-control-wrap .iti--allow-dropdown #mobile_code,
.email-mobile-field
  .wpcf7-form-control-wrap
  .iti--allow-dropdown
  #email_mobile_code {
  width: 0;
  border-radius: 10px 0 0px 10px;
  border-right: 0px;
  padding-left: 75px !important;
  position: relative;
  z-index: -1;
  visibility: hidden;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  border: 1px solid var(--main-text-shade6);
  border-right: 0;
  border-radius: 10px 0 0 10px;
}

.mobile-field
  .iti--separate-dial-code
  .iti__selected-flag[aria-expanded="true"] {
  border-color: var(--main-yellow);
}

@media (max-width: 767px) {
  .iti__flag-box,
  .iti__country-name,
  .iti__dial-code,
  .iti__flag-box,
  .iti__country-name,
  .iti__dial-code,
  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14px;
  }

  .iti__country-list {
    min-width: 300px;
  }
}

.email-mobile-field .iti--separate-dial-code .iti__selected-dial-code {
  color: var(--main-black);
}

.email-mobile-field .iti--separate-dial-code .iti__selected-flag {
  border: 1px solid rgb(29, 29, 29, 0.3);
  border-right: 0;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7-spinner {
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  margin: unset;
  z-index: 1;
}

/* ========================================================
                CATALYZE GROWTH SECTION SOC
======================================================== */

/* ADD CSS FOR ONLY INDUSTRY PAGE FOR CATALYZE GROWTH SECTION STARTS */

.catalyze-sec.primary-bg-overlay {
  background-color: var(--primary-color);
}

.catalyze-sec.common-padding,
.location-sec.common-padding {
  padding: 60px 0;
}

.catalyze-sec .common-title-padding,
.location-sec .common-title-padding {
  padding-bottom: 40px;
}

@media (max-width: 1399.98px) {
  .catalyze-sec.common-padding,
  .location-sec.common-padding {
    padding: 50px 0;
  }

  .catalyze-sec .common-title-padding,
  .location-sec .common-title-padding {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .catalyze-sec.common-padding,
  .location-sec.common-padding {
    padding: 40px 0;
  }

  .catalyze-sec .common-title-padding,
  .location-sec .common-title-padding {
    padding-bottom: 24px;
  }
}

.growth-review-box {
  border: 1px solid var(--main-text-shade6);
  border-radius: 10px;
  padding: 26px 25px;
  text-align: center;
  height: 100%;
}

.review-brand {
  min-height: 30px;
  max-height: 30px;
  display: inline-block;
}

.growth-review-box-v2 {
  border: 1px solid var(--main-text-shade6);
  border-radius: 10px;

  text-align: center;
}

.growth-review-box-v2 .review-brand,
.growth-review-box-v2 .review-details {
  padding: 33px 25px;
}

.growth-review-box-v2 .review-brand {
  min-height: auto;
  max-height: unset;
  border-right: 1px solid var(--main-text-shade4);
}

@media (max-width: 1499.98px) {
  /* ========================================================
                CATALYZE GROWTH SECTION SOC
  ======================================================== */
  .growth-review-box-v2 .review-brand,
  .growth-review-box-v2 .review-details,
  .growth-review-box {
    padding: 27px 19px;
  }
}

@media (max-width: 575px) {
  /* ========================================================
                CATALYZE GROWTH SECTION SOC
  ======================================================== */
  .growth-review-box {
    padding: 15px;
  }

  .review-brand {
    min-height: 25px;
    max-height: 25px;
    display: inline-block;
  }

  .growth-review-box-v2 .review-brand,
  .growth-review-box-v2 .review-details {
    padding: 10px;
  }

  .growth-review-box-v2 .review-star-img {
    max-width: 70px;
  }
}

/* LOCATION SECTION --- AUG 8 , 2025 */
.location-sec {
  background-color: #171717;
}

.location-sec .location-wrapper .location-col {
  border: 1px solid #565656;
  border-radius: 20px;
  background-color: #1d1d1d;
  padding: 20px;
  height: 100%;
}

@media (max-width: 1600px) {
  /* LOCATION SECTION --- AUG 8 , 2025 */
  .location-sec .location-wrapper .location-col {
    padding: 16px;
  }

  .location-sec .location-wrapper .location-col .location-social-media-links {
    max-width: 24px;
  }
}

@media (max-width: 1199.98px) {
  /* LOCATION SECTION --- AUG 8 , 2025 */

  .location-sec .location-wrapper .location-col {
    padding: 10px;
  }

  .location-sec .location-wrapper .location-col .h4 {
    font-size: 20px !important;
  }

  .location-sec .location-wrapper .location-col .location-icon,
  .location-sec .location-wrapper .location-col .address-img,
  .location-sec .location-wrapper .location-col .calling-img {
    max-width: 24px;
  }
}

/* BANNER CONTACT INFO ANIMATION ---- START */

.contact-info .contact-info-links {
  background-color: #fff;
  border-radius: 100%;
  padding: 16px;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: fixed;
  /* top: 50%; */
  top: calc(50% + 60px);
  right: 0;
  /* transform: translate(0px,-70px); */
  transform: translate(-30px, -200px);
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  z-index: 9;
  transition: all 400ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.contact-info .contact-info-links.show {
  transform: translate(-40px, -230px);
  opacity: 1;
  visibility: visible;
}

.contact-info-btn {
  display: flex;
  align-items: center;
  position: fixed;
  margin: auto;
  background: #1c16ff;
  font-size: 16px;
  padding: 10px 9px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: -3px;
  word-spacing: -10px;
  color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  height: 183px;
}

.contact-info .contact-info-links:nth-child(2) {
  transform: translate(-100px, -145px);
}

.contact-info .contact-info-links:nth-child(2).show {
  transform: translate(-110px, -145px);
}

.contact-info .contact-info-links:nth-child(3) {
  transform: translate(-100px, -40px);
}

.contact-info .contact-info-links:nth-child(3).show {
  transform: translate(-110px, -40px);
}

.contact-info .contact-info-links:nth-child(4) {
  transform: translate(-20px, 50px);
}

.contact-info .contact-info-links:nth-child(4).show {
  transform: translate(-30px, 50px);
}

@media (max-width: 767.98px) {
  /* BANNER CONTACT INFO ANIMATION ---- START */
  .contact-info {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 999;
    border-top: 1px solid #828485;
    background: rgb(255, 255, 255, 0.7);
    justify-content: space-between;
  }

  .contact-info .contact-info-links {
    padding: 0;
    width: 26px;
    bottom: 15px;
    right: 20px;
    transform: unset;
    border-radius: 0;
    border-right: 1px solid #828485;
    z-index: 9;
    top: unset;
    opacity: 1;
    visibility: visible;
    width: calc(100% / 3);
    height: 45px;
    position: unset;
    background-color: #1d1d1d;
    box-shadow: unset;
  }

  .contact-info .contact-info-links img {
    width: 24px;
  }

  .contact-info .contact-info-links:nth-child(2) {
    transform: unset;
  }

  .contact-info .contact-info-links:nth-child(3) {
    transform: unset;
    border: none;
  }

  .contact-info .contact-info-links:nth-child(4) {
    transform: unset;
    border: none;
  }
}

/* CONTACT INQUIRY INFO MODAL STEPS CSS */
.form-step {
  display: none !important;
}

.form-step.active {
  display: flex !important;
}

/*====================================================
                 FOOTER SECTION
=================================================== */
.op-5 {
  opacity: 0.5;
}

.secondary-bg-overlay {
  background-color: var(--secondary-color);
}

.footer-main {
  background: rgba(18, 18, 18, 1);
}

.footer-main .industry-ex-label {
  letter-spacing: 5px;
  font-size: 20px;
}

.footer-main .industry-exp-img {
  max-width: 220px;
}

.footer-menu-col .footer-media-box ul li a {
  width: 42px;
  height: 42px;
}

.footer-menu-col .footer-media-box ul li a:hover {
  background-color: var(--main-yellow);
}

.footer-menu-col ul li a:hover p {
  opacity: 1;
}

.footer-media-icon {
  background: rgba(255, 255, 255, 0.1);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.footer-media-box {
  margin-bottom: 38px;
}

.footer-media-box:last-child {
  margin-bottom: 0;
}

.footer-media-box > div p {
  font-size: 20px;
}

.footer-menu-col ul li a {
  transition: all 500ms ease;
}

.footer-media-menu .bottom-menu li {
  border-right: 1px solid var(--main-text-shade5);
}

.footer-media-menu .bottom-menu li:last-child {
  border: none;
}

.footer-media-menu {
  border-top: 1px solid var(--primary-color);
}

.footer-logo-img {
  /* CHANGE FOOTER LOGO --- 11/08/25 */
  max-width: 220px;
}

@media (max-width: 1499.98px) {
  /* ========================================================
              FOOTER SECTION SOC
  ========================================================= */
  .footer-mennu-wrapper .font-16 {
    font-size: 14px !important;
  }
}

@media (max-width: 767.98px) {
  /* ==============================================
            FOOTER SECTION SOC
  ============================================== */
  .footer-media-box > div p {
    font-size: 16px;
  }

  .footer-main .industry-exp-img {
    max-width: 180px;
  }

  .footer-media-menu .font-16 {
    font-size: 14px !important;
  }

  .footer-main .industry-ex-label {
    letter-spacing: 5px;
    font-size: 18px;
  }

  .footer-mennu-wrapper .font-16 {
    font-size: 14px !important;
  }

  .footer-logo-img {
    max-width: 120px;
  }
}
