* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
#page {
  overflow: hidden;
}
section {
  position: relative;
  margin: 200px 0;
}
.b2-bg-primary-color {
  background-color: var(--primary-color);
}
.b2-parallax-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.b2-curved-corners.top-curve {
  border-top-right-radius: 50% 5%;
  border-top-left-radius: 50% 5%;
}
.b2-curved-corners.bottom-curve {
  border-top-right-radius: 50% 5%;
  border-top-left-radius: 50% 5%;
}
.b2-boxshadow {
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
.b2-center-fix {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b2-img-center {
  display: block;
  margin: 0 auto;
}
.b2-inner-content {
  max-width: 1200px;
  margin: 0 auto;
}
.b2-inner-content.sm {
  max-width: 800px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  margin: 20px 0;
  clear: both;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: block;
  font-size: 50%;
}
h1,
.h1 {
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h2,
.h2 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h3,
.h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h4,
.h4 {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.175rem;
  text-transform: uppercase;
}
h5,
.h5 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
}
h6 {
  font-size: 1.125rem;
}
p {
  margin: 20px 0;
}
p.small {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.12px;
}
p,
.b2-paragraph {
  font-size: 1rem;
  color: inherit;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
}
.b2-text-primary-color {
  color: var(--primary-color);
}
.b2-text-secondary-color {
  color: #5ec0fc;
}
.b2-title-font {
  font-family: 'Raleway', sans-serif;
}
.b2-paragraph-font {
  font-family: 'PT Sans', sans-serif;
}
.b2-eyebrow {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.175rem;
  text-transform: uppercase;
}
.post-thumbnail {
  float: left;
  max-width: 300px;
  margin: 0 16px 16px 0;
}
a {
  font-size: inherit;
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in;
}
a:hover {
  opacity: 1;
}
.b2-link {
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  text-align: center;
  padding: 1em 4em;
  margin: 1em 0;
  border-radius: 50px;
  border: 2px solid var(--primary-color);
  font-family: 'Raleway', sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.175rem;
  text-transform: uppercase;
}
.b2-link:hover {
  color: #fff;
  background: linear-gradient(87deg, #54b5e2 4.27%, #52b0de 21.47%, #4ca4d5 38.67%, #4490c5 48.59%, #3774af 64.58%, #3062a1 82.46%);
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.nav-links {
  display: flex;
  justify-content: space-between;
}
.b2-social {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--primary-color);
  border-radius: 50%;
}
.b2-btt-toggle {
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.b2-btt-toggle.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.b2-btt-toggle a {
  position: relative;
  display: flex;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: linear-gradient(88deg, #e5c534 3.21%, #cb5531 96.07%);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.b2-btt-toggle img {
  width: 20px;
  height: 20px;
}
.b2-mob-phone {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.b2-mob-phone a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--primary-color);
  border-radius: 50%;
}
#breadcrumbs a {
  color: var(--primary-color);
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=url],
form input[type=search],
form select,
form textarea {
  appearance: none;
  outline: none;
  display: block;
  font-family: 'PT Sans', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
  color: #fff !important;
  width: 100%;
  height: 45px !important;
  padding: 14px 20px !important;
  border-radius: 5px !important;
  border: 1px solid #353333 !important;
  background: #161616 !important;
}
form textarea {
  min-height: 100px;
  padding: 8px;
  resize: none;
}
form button,
form input[type=submit],
form input[type=button] {
  display: inline-block !important;
  color: #52b0de !important;
  text-align: center !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: 0.175rem !important;
  text-transform: uppercase !important;
  background: #1d1d1d !important;
  border-radius: 50px !important;
}
.b2-custom-select {
  position: relative;
}
.b2-custom-select select {
  display: none;
}
.b2-custom-select .b2-custom-select-container {
  position: relative;
}
.b2-custom-select .b2-custom-select-container p {
  padding: 16px;
  font-size: 1rem;
  border: 2px solid rgba(29,29,29,0.1);
  border-radius: 6px;
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container i {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container ul {
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  max-height: 200px;
  border: 2px solid rgba(29,29,29,0.1);
  border-top: none;
  overflow-y: scroll;
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 1;
}
.b2-custom-select .b2-custom-select-container ul li {
  padding: 16px 11px;
  border-radius: 6px;
  max-width: 95%;
  margin: 0 auto;
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container ul li:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.page-template-default main#primary,
.page-template-template-default-nobanner main#primary,
.archive main#primary,
.error404 main#primary {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-template-template-fullwidth main#primary {
  max-width: 100%;
  padding: 0;
}
.v-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
main#primary {
  min-height: 500px;
}
div#comments {
  display: none;
}
.entry-meta,
.entry-footer {
  margin-bottom: 16px;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.post,
.page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.b2-hp-banner {
  position: relative;
}
.b2-hp-banner .b2-hp-banner-slide-item {
  position: relative;
}
.b2-hp-banner .b2-hp-banner-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
.b2-hp-banner .b2-hp-banner-slide-item canvas {
  display: block;
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.b2-hp-banner .b2-hp-banner-slide-item > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85.31%;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95.31%;
  pointer-events: none;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-arrows span {
  font-size: 4rem;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
}
.b2-hp-banner .b2-hp-banner-arrows span.next {
  float: right;
}
.b2-hp-banner .b2-hp-banner-arrows span:hover {
  color: var(--primary-color);
}
.b2-hp-banner .b2-hp-banner-dots {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-dots ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.b2-hp-banner .b2-hp-banner-dots ul li.slick-active button {
  background-color: var(--primary-color);
}
.b2-hp-banner .b2-hp-banner-dots ul li button {
  font-size: 0;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.b2-partners {
  position: relative;
}
.b2-partners .b2-partners-slide .b2-partners-item {
  position: relative;
  padding: 0 15px;
}
.b2-partners .b2-partners-slide .b2-partners-item a {
  display: block;
}
.b2-partners .b2-partners-slide .b2-partners-item a.no-link {
  pointer-events: none;
}
.b2-partners .b2-partners-slide .b2-partners-item a img {
  max-height: 200px;
  margin: 0 auto;
}
.b2-partners .b2-partners-slide .b2-partners-item a img.light {
  filter: brightness(0) invert(1);
}
.b2-partners .b2-partners-slide .b2-partners-item a img.dark {
  filter: brightness(0);
}
.page .b2-sitemap {
  line-height: 1.5;
  list-style: disc;
  margin-left: 32px;
}
.page .b2-sitemap > li {
  margin-bottom: 8px;
}
.page .b2-sitemap > li > a {
  margin-bottom: 12px;
}
.page .b2-sitemap ul {
  list-style: disc;
  padding-left: 16px;
  margin: 8px 0 0 0;
}
.b2-faq-item {
  position: relative;
  margin-bottom: 30px;
}
.b2-faq-item h3 {
  margin-top: 0;
  padding-left: 25px;
}
.b2-faq-item .b2-faq-item-q {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.b2-faq-item .b2-faq-item-q.tab-close i:before {
  content: "\2b";
}
.b2-faq-item .b2-faq-item-q:hover {
  opacity: 0.8;
}
.b2-faq-item .b2-faq-item-q i {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 20px;
}
.b2-faq-item .b2-faq-item-a {
  display: none;
  padding-left: 45px;
}
.b2-faq-item .b2-faq-item-a ul {
  margin: 20px 0;
}
.b2-blog-item {
  position: relative;
  margin-bottom: 30px;
}
.b2-blog-item a {
  display: block;
  color: inherit;
}
.b2-blog-item a .b2-blog-item-image canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b2-blog-item a .b2-blog-item-details {
  position: relative;
}
.b2-blog-item a .b2-blog-item-details span {
  min-width: auto;
}
.b2-mh-wrap {
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 12px 16px;
  background-color: #1d1d1d;
}
.b2-mh-wrap .b2-mh-top-bar-col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-logo img {
  max-height: 83px;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu > a {
  font-size: 18px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-left: auto;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  display: none;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li {
  background-color: #fff;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li:nth-child(odd) {
  background-color: #f3f3f3;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li.menu-item-has-children > a::after {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(180deg);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 16px 0;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a.active-link {
  color: #fff;
  background-color: var(--primary-color);
  opacity: 1;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a.active-link::after {
  color: #fff;
  transform: translateY(-50%) rotate(0deg);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu {
  display: none;
  padding: 0;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li {
  background-color: var(--primary-color);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li:nth-child(odd) {
  opacity: 0.9;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}
.b2-about-template {
  position: relative;
  padding: 0;
}
.b2-about-template img {
  max-width: 800px;
}
.b2-contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b2-contact-details li {
  margin-bottom: 8px;
}
.b2-contact-details li i {
  font-size: 16px;
  color: #000;
}
.b2-contact-details li a {
  font-size: 16px;
  color: #000;
}
.b2-contact-form {
  font-size: 0;
  position: relative;
}
.b2-contact-form p {
  margin: 0;
}
.b2-contact-form br {
  display: none;
}
.b2-contact-form form.wpcf7-form > p {
  display: none;
}
.b2-contact-form .b2-contact-form-field {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 16px;
}
.b2-contact-form .b2-contact-form-field.half {
  width: 50%;
}
.b2-contact-form .b2-contact-form-field.half.pad-left {
  padding-left: 8px;
}
.b2-contact-form .b2-contact-form-field.half.pad-right {
  padding-right: 8px;
}
.b2-contact-form .b2-contact-form-field.full {
  width: 100%;
}
.b2-contact-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  width: auto !important;
  position: absolute !important;
  top: 4px !important;
  left: 0 !important;
}
.b2-contact-form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 0 !important;
}
header {
  background-color: transparent;
  border-bottom: 1px solid #292929;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 100;
/* Mega Menu Override */
}
header.scrolled {
  background-color: var(--charcoal-color);
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .b2-call-menu {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
header .b2-call-menu--body {
  text-align: right;
}
header .b2-call-menu--body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.13125rem;
  text-transform: uppercase;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;
  justify-content: end;
  gap: 72px;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  letter-spacing: 0.64px;
  font-weight: 600 !important;
  font-family: 'Raleway', sans-serif !important;
  color: #ccc !important;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%) scaleX(0);
  width: 75px;
  height: 3px;
  background: linear-gradient(90deg, #54b5e2 0.08%, #52b0de 22.04%, #4ca4d5 44.01%, #4490c5 65.97%, #3774af 87.94%, #3062a1 99.92%);
  transition: transform 0.3s ease-in-out;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.b2-call-menu--body {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  margin: 10px 0 5px;
}
.b2-call-menu--body a {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.1px;
}
.b2-call-menu--body a:hover {
  opacity: 0.6;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  background: #1d1d1d;
  top: 51px;
  left: -20px;
  width: 270px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #1d1d1d;
  color: #ccc;
  font-weight: 500 !important;
  padding: 0 20px;
}
footer {
  background: var(--charcoal-color);
  border-top: 1px solid #3b3b3b;
  padding-top: 40px;
}
footer p {
  margin: 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .b2-row-mid {
  margin-top: 50px;
  margin-bottom: 30px;
}
footer .site-footer-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .site-footer-social {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}
footer .site-footer-social--items {
  display: flex;
  gap: 10px;
  align-items: center;
}
footer .site-footer-social--items i {
  font-size: 24px;
  color: #636363;
}
footer .site-footer-social--top {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-copyright,
footer .footer-copyright a {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.12px;
}
footer ul.footer-copyright-menu {
  display: flex;
  gap: 10px;
}
footer ul.footer-copyright-menu a {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.12px;
}
footer ul.footer-copyright-menu li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
footer ul.footer-copyright-menu li:first-child {
  margin-left: 0;
}
footer .footer-copyright-menu li:not(:last-child)::after {
  content: '|';
  position: absolute;
  right: -10px;
  color: #5ec0fc;
}
footer .site-footer-div {
  border-top: 1px solid #3b3b3b;
  padding-top: 20px;
  padding-bottom: 20px;
}
html {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.5rem;
  background-color: #1d1d1d;
  margin: 0;
}
.home main#primary {
  max-width: 100%;
  padding: 0;
}
.home article,
.home .entry-content,
.home ul {
  margin: 0;
  padding: 0;
}
.home ul {
  list-style: none;
}
.b2-ip-banner {
  position: relative;
}
.b2-ip-banner canvas {
  display: block;
  width: 100%;
  min-height: 200px;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--primary-color);
}
h1.entry-title {
  font-size: 4rem;
  text-transform: uppercase;
}
.ft-hero-banner {
  position: relative;
}
.ft-hero-slider--item {
  position: relative;
}
.ft-hero-slider--item img {
  width: 100%;
}
.ft-hero-slider--body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ft-hero-slider--body p {
  margin: 25px 0;
}
.ft-heading-body {
  text-align: center;
  margin-top: -100px;
}
.ft-heading-body--logo {
  margin-top: 20px !important;
}
.ft-heading-body--logo img {
  margin: 0 auto;
}
.ft-heading-body--logo .slick-track {
  display: flex;
  align-items: center;
}
.ft-heading-body--logo--item img {
  display: block;
  width: 125px;
  height: auto;
}
.ft-heading-body--logo--item img.walga-logo {
  width: 75px;
}
.ft-heading-body .b2-inner-content,
.ft-heading-text .b2-inner-content,
.ft-heading-body-half .b2-inner-content {
  position: relative;
  z-index: 1;
}
.dark-bg {
  background: #1d1d1d;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin {
  margin: 0;
}
.relative {
  position: relative;
  background: url("/wp-content/uploads/2025/08/windmill-full-background-image.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 120% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ft-heading-body-half {
  position: relative;
}
.outside-logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.ft-heading-text {
  text-align: center;
}
#industries h3 {
  margin-top: -20px;
}
.ft-heading-text-org {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}
.ft-heading-text-org--item {
  padding: 30px;
  background-repeat: no-repeat;
  background-size: 300%;
  background-position: 0 0;
  border-radius: 25px;
  border: 1px solid #353333;
/* Animation */
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: gradients;
}
.ft-heading-text-org--item:nth-child(1) {
  background-image: linear-gradient(229deg, rgba(53,51,51,0.29) 5.82%, rgba(217,217,217,0.29) 19.41%, rgba(154,151,151,0.29) 31.31%, rgba(189,185,185,0.29) 47.45%, rgba(187,183,183,0.29) 55.05%, rgba(29,29,29,0.29) 78.47%, rgba(115,115,115,0.29) 94.18%);
}
.ft-heading-text-org--item:nth-child(2) {
  background-image: linear-gradient(229deg, rgba(115,115,115,0.29) 5.82%, rgba(29,29,29,0.29) 21.53%, rgba(187,183,183,0.29) 44.95%, rgba(189,185,185,0.29) 52.55%, rgba(154,151,151,0.29) 68.69%, rgba(217,217,217,0.29) 80.59%, rgba(53,51,51,0.29) 94.18%);
}
.ft-heading-text-org--item:nth-child(3) {
  background-image: linear-gradient(229deg, rgba(53,51,51,0.29) 5.82%, rgba(217,217,217,0.29) 19.41%, rgba(154,151,151,0.29) 31.31%, rgba(189,185,185,0.29) 47.45%, rgba(187,183,183,0.29) 55.05%, rgba(29,29,29,0.29) 78.47%, rgba(115,115,115,0.29) 94.18%);
}
.ft-heading-text-org--item:nth-child(4) {
  background-image: linear-gradient(229deg, rgba(115,115,115,0.29) 5.82%, rgba(29,29,29,0.29) 21.53%, rgba(187,183,183,0.29) 44.95%, rgba(189,185,185,0.29) 52.55%, rgba(154,151,151,0.29) 68.69%, rgba(217,217,217,0.29) 80.59%, rgba(53,51,51,0.29) 94.18%);
}
.ft-heading-text-org--item:nth-child(5) {
  background-image: linear-gradient(229deg, rgba(53,51,51,0.29) 5.82%, rgba(217,217,217,0.29) 19.41%, rgba(154,151,151,0.29) 31.31%, rgba(189,185,185,0.29) 47.45%, rgba(187,183,183,0.29) 55.05%, rgba(29,29,29,0.29) 78.47%, rgba(115,115,115,0.29) 94.18%);
}
.ft-heading-text-org--item:nth-child(6) {
  background-image: linear-gradient(229deg, rgba(115,115,115,0.29) 5.82%, rgba(29,29,29,0.29) 21.53%, rgba(187,183,183,0.29) 44.95%, rgba(189,185,185,0.29) 52.55%, rgba(154,151,151,0.29) 68.69%, rgba(217,217,217,0.29) 80.59%, rgba(53,51,51,0.29) 94.18%);
}
.ft-heading-text-org--item h3 > a {
  color: #fff;
}
.ft-heading-text-org--item h3 > a:hover {
  opacity: 0.8;
}
.ft-heading-text-icon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 50px;
}
.ft-heading-text-icon--item {
  min-width: 0;
}
.ft-heading-text-icon--item .caption {
  color: #5ec0fc;
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.ft-heading-icon-text {
  margin: 100px 0 80px;
}
.ft-carousel-org {
  text-align: center;
  margin-bottom: 121px;
}
.ft-carousel-org .h4 {
  color: #5ec0fc;
  margin-bottom: 50px;
  margin-top: 0;
}
.ft-carousel-org-slider .slick-track {
  display: flex;
  align-items: center;
}
.ft-carousel-org-slider--item {
  display: block;
}
.ft-carousel-org-slider--item img {
  margin: 0 auto;
  width: 162px;
  height: 80px;
  object-fit: contain;
}
.ft-carousel-org-slider--item img.circle-logo {
  height: 125px;
}
.ft-carousel-org-slider--item img.goolum-logo {
  height: 150px;
}
.ft-carousel-org-slider--item img.longreach-logo {
  height: 125px;
}
.ft-carousel-org-slider--item img.box-logo {
  height: 170px;
}
.ft-result-partnership {
  position: relative;
  text-align: center;
  min-height: 804px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft-result-partnership .h4 {
  color: #5ec0fc;
  margin-top: 0;
}
.ft-result-partnership--bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ft-result-item blockquote p {
  font-family: "PT Serif", serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1rem;
}
.ft-result-item .cite {
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.ft-result-item .cite cite {
  display: block;
  font-style: normal;
}
.ft-carousel-partner {
  text-align: center;
}
.ft-carousel-partner .h4 {
  color: #5ec0fc;
}
.ft-carousel-partner-slider .slick-track {
  display: flex;
  align-items: center;
}
.ft-carousel-partner-slider--item {
  display: block;
}
.ft-carousel-partner-slider--item img {
  margin: 0 auto;
  width: 162px;
}
.ft-carousel-partner-slider--item img.hp-logo {
  height: 80px;
}
.ft-carousel-partner-slider--item img.iq-logo {
  height: 80px;
}
.ft-contact {
  margin: 200px 0 80px;
}
.footer-call {
  display: none;
}
.svg-button {
  position: relative;
  overflow: hidden;
  color: #52b0de;
  text-align: center;
  padding: 1.1em 3em;
  margin: 1em 0;
  font-family: 'Raleway', sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.175rem;
  text-transform: uppercase;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 47px;
}
.svg-button:hover {
  color: #fff;
  background: linear-gradient(87deg, #52b0de 22%, #4ca4d5 44%, #4490c5 66%, #3774af 88%, #3062a1 100%);
  border-radius: 50px;
}
.svg-button svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.svg-button span {
  position: relative;
  z-index: 1;
}
.svg-button.wide {
  width: 262px;
}
.gform_confirmation_wrapper {
  display: flex !important;
  height: 100% !important;
  align-items: anchor-center !important;
  padding-bottom: 20px !important;
}
.gform_confirmation_message {
  color: #1d1d1d !important;
  margin-top: 0 !important;
  background: #fff !important;
  border-radius: 5px !important;
  padding: 20px !important;
}
.gform-footer {
  position: relative !important;
  z-index: 1 !important;
  display: inline-block !important;
}
.gform-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(87deg, #52b0de 22%, #4ca4d5 44%, #4490c5 66%, #3774af 88%, #3062a1 100%);
  border-radius: 50px;
  width: 184px;
  height: 42px;
}
.gform_button {
  width: 180px !important;
}
.gform_button:hover {
  color: #fff !important;
  background: linear-gradient(87deg, #52b0de 22%, #4ca4d5 44%, #4490c5 66%, #3774af 88%, #3062a1 100%) !important;
  border-radius: 50px !important;
  border: 0 !important;
}
.gform-theme--foundation .gform_fields {
  gap: 20px !important;
}
.page-template-template-default-nobanner {
  background: #fff;
  color: #1d1d1d;
/* T&C */
}
.page-template-template-default-nobanner header {
  background-color: var(--charcoal-color);
}
.page-template-template-default-nobanner .site-footer {
  color: #fff;
}
.page-template-template-default-nobanner .sub-heading {
  font-size: 1.4rem;
}
.page-template-template-default-nobanner h2 {
  margin-top: 40px;
  font-size: 2rem;
}
.page-template-template-default-nobanner ul {
  margin: 0;
}
.page-template-template-default-nobanner .post-177 .sub-number {
  font-size: 1rem;
  margin-bottom: 20px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 35px 1fr;
}
.page-template-template-default-nobanner .post-177 .sub-number p {
  margin: 0;
}
.page-template-template-default-nobanner .post-177 .first-list {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: baseline;
  gap: 15px;
}
.page-template-template-default-nobanner .post-177 .first-list p {
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-template-default-nobanner .post-177 .second-list {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: baseline;
  gap: 15px;
  margin-left: 35px;
}
.page-template-template-default-nobanner .post-177 .second-list p {
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-template-default-nobanner .post-177 .third-list {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: baseline;
  gap: 15px;
  margin-left: 80px;
}
.page-template-template-default-nobanner .post-177 .third-list p {
  margin-top: 0;
  margin-bottom: 0;
}
.b2-default-page {
  padding: 150px 0 60px;
}
.admin-bar-search {
  display: none;
}
.align-end {
  align-items: flex-end;
}
.justify-center {
  justify-content: center;
}
.about-intro {
  margin-top: -185px;
}
.about-intro--img {
  transform: scale(1.3);
}
.about-values--item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.about-values--item-body h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.about-values--item p {
  margin-top: 0;
}
.about-values--container {
  margin-top: 60px;
}
.about-work {
  margin: 200px 0 150px;
}
.about-step {
  margin: 150px 0;
}
.about-step--content {
  height: 315px;
  position: relative;
  background: linear-gradient(0deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.28) 100%), linear-gradient(229deg, rgba(53,51,51,0.1) 5.82%, rgba(217,217,217,0.1) 19.41%, rgba(154,151,151,0.1) 31.31%, rgba(189,185,185,0.1) 47.45%, rgba(187,183,183,0.1) 55.05%, rgba(29,29,29,0.1) 78.47%, rgba(115,115,115,0.1) 94.18%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -6px;
  padding: 0 30px;
}
.about-step--shade {
  width: 100%;
}
.about-step--bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.about-step--content h2,
.about-step--content p {
  margin-top: 0;
}
.about-step--content .svg-button {
  text-align: center;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  align-items: center;
}
.gform_drop_area {
  background: #161616 !important;
  color: #fff !important;
  border: 1px solid #353333 !important;
}
.gfield_fileupload_filename,
.gfield_description {
  color: #fff !important;
}
.about-career {
  margin: 150px 0 200px;
}
.about-blog {
  margin: 200px 0;
}
.about-career form .gform-field-label {
  color: #fff !important;
}
.about-values-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 50px;
}
.about-values-container .values-container--item {
  width: 46%;
}
.about-blog {
  position: relative;
}
.about-blog--card {
  max-width: 410px;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.4);
  border-radius: 25px;
  border: 1px solid #353333;
  background: #0d0d0d;
}
.about-blog--slider .slick-slide {
  margin: 0 25px;
}
.about-blog--card img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 230px;
  width: 100%;
  object-fit: cover;
}
.about-blog--card-content {
  background: #0d0d0d;
  padding: 35px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.about-blog--card-heading {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
}
.about-blog--card-heading > a {
  color: #fff;
}
.about-blog--card-link {
  color: #5ec0fc;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.175rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.about-blog--card-link:hover {
  color: #fff;
}
.about-blog--card-link::after {
  content: '';
  background: linear-gradient(90deg, #54b5e2 0.08%, #52b0de 22.04%, #4ca4d5 44.01%, #4490c5 65.97%, #3774af 87.94%, #3062a1 99.92%);
  height: 3px;
  width: 100%;
  display: block;
  position: relative;
  top: 5px;
}
.about-blog--card img {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}
.about-blog--card:hover img {
  filter: grayscale(0%);
}
.about-blog--section {
  margin-top: 60px;
  margin-left: 180px;
}
.blog-slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.blog-slider-arrows svg {
  cursor: pointer;
}
.about-blog--card-more {
  position: relative;
  display: flex;
  justify-content: center;
  margin-right: 180px;
  margin-top: 60px;
}
.ft-work {
  margin: 100px 0;
}
.ft-work--container {
  margin-top: 50px;
}
.ft-work--down {
  width: 91px;
  height: 75px;
  margin: 0 auto;
}
.ft-work--graph {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.ft-work--graph svg#Layer_1 {
  width: 800px;
  max-width: 100%;
}
.ft-work--graph-wrap {
  margin-top: 60px;
}
.ft-work--item-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
.services .ft-carousel-partner {
  margin: 0 0 100px;
}
.services .ft-carousel-org {
  margin: 0 0 100px;
}
.services .about-values {
  margin: 100px 0;
}
.services .about-values p {
  text-align: center;
}
.services .about-values--item {
  display: grid;
  gap: 45px;
  grid-template-columns: 58px 1fr;
}
.services .about-values--item .svg-button {
  padding: 1em 2em;
  font-size: 12px;
  width: 190px;
  height: 37px;
}
.services .about-values--item .svg-button svg {
  width: 190px;
  height: 37px;
}
.services .values-container {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 160px;
  row-gap: 60px;
}
.services .ft-heading-text-org {
  grid-template-columns: repeat(2, 1fr);
}
.services .ft-heading-text {
  margin: 200px 0;
}
.services .ft-faq h2 {
  margin-top: 0;
}
.page-infosec header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:after {
  background: linear-gradient(227deg, #e7c51e 15.54%, #d32627 84.92%);
}
.page-infosec .svg-button,
.page-infosec .ft-carousel-org h2,
.page-infosec .ft-carousel-partner h2,
.page-infosec .ft-result-partnership h2,
.page-infosec .about-blog--card-link {
  color: #ec8a35;
}
.page-infosec .about-blog--card-link:after {
  background: linear-gradient(227deg, #e7c51e 15.54%, #d32627 84.92%);
}
.page-infosec .about-blog--card-link:hover {
  color: #fff;
}
.page-infosec .svg-button:hover {
  color: #fff;
  background: linear-gradient(88deg, #e5c534 3.21%, #d06831 96.07%);
}
.page-infosec .blog-slider-arrows svg:hover path {
  stroke: #ec8a35;
}
.page-infosec .blog-slider-arrows svg:hover path:last-child {
  fill: #ec8a35;
}
.page-infosec .b2-faq-item .b2-faq-item-q i {
  color: #ec8a35;
}
.page-infosec form .gform_button {
  color: #ec8a35 !important;
}
.page-infosec form .gform_button:hover {
  color: #fff !important;
  background: linear-gradient(227deg, #e5c534 15.54%, #d06831 84.92%) !important;
}
.page-infosec .gform-footer:before {
  background: linear-gradient(227deg, #e5c534 15.54%, #d06831 84.92%);
}
.page-technologies header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:after,
.page-template-template-technologies header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:after {
  background: linear-gradient(272deg, #27964e 10.33%, #45a55c 37.64%, #91cb80 96.8%);
}
.page-template-template-technologies .svg-button,
.page-template-template-technologies .ft-carousel-org h2,
.page-template-template-technologies .ft-result-partnership h2,
.page-template-template-technologies .ft-carousel-partner h2,
.page-template-template-technologies .about-blog--card-link,
.page-technologies .svg-button,
.page-technologies .ft-carousel-org h2,
.page-technologies .ft-carousel-partner h2,
.page-technologies .ft-result-partnership h2,
.page-technologies .about-blog--card-link {
  color: #5bb325;
}
.page-template-template-technologies .svg-button:hover,
.page-technologies .svg-button:hover {
  color: #fff;
  background: linear-gradient(269deg, #7cc577 -0.24%, #2e9b55 26.7%, #108b48 99.53%);
}
.page-template-template-technologies .about-blog--card-link:after,
.page-technologies .about-blog--card-link:after {
  background: linear-gradient(272deg, #27964e 10.33%, #45a55c 37.64%, #91cb80 96.8%);
}
.page-technologies .about-blog--card-link:hover {
  color: #fff;
}
.page-technologies .blog-slider-arrows svg:hover path,
.page-template-template-technologies .blog-slider-arrows svg:hover path {
  stroke: #5bb325;
}
.page-technologies .blog-slider-arrows svg:hover path:last-child,
.page-template-template-technologies .blog-slider-arrows svg:hover path:last-child {
  fill: #5bb325;
}
.page-technologies .b2-faq-item .b2-faq-item-q i,
.page-template-template-technologies .b2-faq-item .b2-faq-item-q i {
  color: #5bb325;
}
.page-technologies form .gform_button,
.page-template-template-technologies form .gform_button {
  color: #5bb325 !important;
}
.page-technologies form .gform_button:hover,
.page-template-template-technologies .gform_button:hover {
  color: #fff !important;
  background: linear-gradient(269deg, #7cc577 -0.24%, #2e9b55 26.7%, #108b48 99.53%) !important;
}
.page-template-template-technologies .gform-footer:before,
.page-technologies .gform-footer:before {
  background: linear-gradient(269deg, #7cc577 10.33%, #2e9b55 37.64%, #108b48 96.8%);
}
.page-technologies .ft-heading-text-icon--item:nth-child(1) svg g path:last-child,
.page-technologies .ft-heading-text-icon--item:nth-child(2) svg g path:first-child,
.page-technologies .ft-heading-text-icon--item:nth-child(3) svg g path:nth-child(2),
.page-technologies .ft-heading-text-icon--item:nth-child(3) svg g path:nth-child(3) {
  fill: #5bb325;
}
.page-template-template-technologies .ft-heading-text-icon--item:nth-child(1) svg g path:last-child,
.page-template-template-technologies .ft-heading-text-icon--item:nth-child(2) svg g path:first-child,
.page-template-template-technologies .ft-heading-text-icon--item:nth-child(3) svg g path:nth-child(2),
.page-template-template-technologies .ft-heading-text-icon--item:nth-child(3) svg g path:nth-child(3) {
  fill: #5bb325;
}
.page-template-template-technologies .b2-btt-toggle a,
.page-technologies .b2-btt-toggle a {
  background: linear-gradient(272deg, #27964e 10.33%, #45a55c 37.64%, #91cb80 96.8%) !important;
}
.service-item {
  margin: 0 172px;
}
.service-item .slick-initialized .slick-slide {
  margin: 0 10px;
}
.service-item .ft-heading-text-org--item img {
  margin: auto;
}
.services-slider-arrows {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.services-slider-arrows svg {
  cursor: pointer;
}
.services-slider-arrows svg:hover path {
  stroke: #5bb325;
}
.page-template-template-technologies .ft-hero-slider--item img {
  height: 615px;
  object-fit: cover;
}
.page-communications .ft-heading-text-icon--item:nth-child(1) svg g path:last-child,
.page-communications .ft-heading-text-icon--item:nth-child(2) svg g path:first-child,
.page-communications .ft-heading-text-icon--item:nth-child(3) svg g path:nth-child(2),
.page-communications .ft-heading-text-icon--item:nth-child(3) svg g path:nth-child(3) {
  fill: #5ec0fc;
}
.page-communications .blog-slider-arrows svg:hover path {
  stroke: #5ec0fc;
}
.page-communications .blog-slider-arrows svg:hover path:last-child {
  fill: #5ec0fc;
}
.page-communications .b2-faq-item .b2-faq-item-q i {
  color: #5ec0fc;
}
.service-item .svg-button {
  margin: 30px auto 10px;
}
.service-item .ft-heading-text-org {
  display: flex;
}
.contact-page .contact-form {
  border-radius: 1.5625rem;
  border: 1px solid #353333;
  background: #1d1d1d;
  padding: 25px 35px 35px;
}
.contact-page .contact-form h2 {
  margin: 0;
}
.contact-page .contact-wrap {
  background: radial-gradient(50% 50% at 50% 50%, rgba(77,77,77,0.84) 0%, rgba(29,29,29,0.73) 98.08%);
  margin-bottom: 100px;
}
.contact-page .contact-details h2 {
  line-height: 2.5rem;
}
.contact-page .contact-details .h3 {
  margin: 0 0 20px;
}
.contact-page .contact-details .h3>a {
  color: #52b0de !important;
}
.contact-page .contact-details .h3>a:hover {
  opacity: 0.8;
}
.contact-page .contact-details .b2-eyebrow {
  margin-top: 30px;
  margin-bottom: 0;
}
.contact-page .site-footer-social--items {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.contact-page .contact-bot {
  margin: 100px 0;
}
.contact-loc-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  margin-top: 55px;
}
.contact-loc-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
.contact-loc-item span {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.contact-loc-item p {
  margin: 10px 0 0 0;
}
.gfield--type-radio .gform-field-label {
  color: #fff !important;
}
.gfield--type-radio .gfield-choice-input {
  background: transparent !important;
}
.gfield--type-radio .gfield_required_text {
  display: none !important;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: var(--primary-color) !important;
  block-size: 14px !important;
  inline-size: 14px !important;
}
.blog-heading {
  margin: 200px 0 100px;
}
.ft-blogs-latest-item {
  background: radial-gradient(50% 50% at 55% 50%, rgba(77,77,77,0.84) 0%, rgba(29,29,29,0.73) 98.08%);
}
.ft-blogs-latest-item .ft-blogs-latest-item-img {
  display: flex;
  justify-content: end;
}
.ft-blogs-latest-item .b2-eyebrow {
  color: var(--primary-color);
}
.ft-blogs-latest-item h2 > a {
  color: #fff !important;
}
.ft-blogs-filter {
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  margin: 60px 0 25px;
}
.ft-blogs-filter-heading {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
#submit-filter {
  cursor: pointer;
  padding: 10px 30px;
}
#submit-filter:hover {
  color: #fff !important;
  background: linear-gradient(87deg, #54b5e2 4.27%, #52b0de 21.47%, #4ca4d5 38.67%, #4490c5 48.59%, #3774af 64.58%, #3062a1 82.46%) !important;
}
.ft-blogs-filter .ft-blogs-filter-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ft-blogs-filter .ft-blogs-filter-form .ft-blogs-filter-form-col.field {
  width: 30%;
}
.ft-blogs-filter-form-field {
  display: flex;
  align-items: center;
}
.ft-blogs-filter .ft-blogs-filter-form .ft-blogs-filter-form-field label {
  line-height: 1;
  margin-bottom: 0;
  margin-right: 12px;
}
.ft-blogs-filter .ft-blogs-filter-form .ft-blogs-filter-form-field label,
.ft-blogs-filter .ft-blogs-filter-form .ft-blogs-filter-form-field select {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.ft-blogs-filter .ft-blogs-filter-form .ft-blogs-filter-form-field select {
  background-image: url("/wp-content/uploads/2025/10/Chevron.svg") !important;
  background-position: center right 10px !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  height: 32px !important;
  padding: 0 12px !important;
}
.ft-blogs-listing .b2-row {
  justify-content: start;
}
.ft-blogs-listing .about-blog--card {
  margin-top: 35px;
}
.ft-blogs-pagination {
  display: flex;
  gap: 30px;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin: 60px 100px;
}
.ft-blogs-pagination .page-num,
.ft-blogs-pagination .next,
.ft-blogs-pagination .prev {
  color: #636363;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.ft-blogs-pagination a:hover {
  color: var(--primary-color);
}
.ft-blogs-pagination .page-numbers.current {
  background: #636363;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.single-blog {
  margin-top: 136px;
}
.single-post header {
  background: var(--charcoal-color);
}
.single-post .ft-ip-banner img {
  object-position: center;
  object-fit: cover;
  width: 100%;
}
.single-post ol,
.single-post ul {
  margin: 0;
}
.single-post ol li::marker {
  font-size: 2rem;
}
.single-post .entry-content {
  margin: 1.5em 0 30px;
}
.single-post .entry.ft-share {
  justify-content: end;
  margin-top: 40px;
  margin-bottom: 50px;
}
#breadcrumbs > span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}
#breadcrumbs a {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.175rem;
  text-transform: uppercase;
}
#breadcrumbs .breadcrumb_last {
  color: #6cbce9;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.175rem;
  text-transform: uppercase;
}
.ft-share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ft-share ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.ft-share ul li i {
  color: #636363;
  font-size: 24px;
}
.single-blog--nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-blog--nav .ft-share {
  margin-top: 0;
}
.ft-right-related {
  margin-top: 50px;
}
.ft-right--header p {
  color: #6cbce9;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.ft-right-related ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ft-right-related ul li a {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 25px;
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.125rem;
}
.ft-right-related ul li a:hover {
  color: #6cbce9;
}
.ft-right-related ul li p {
  margin: 0;
}
.ft-right-related img {
  object-fit: cover;
  width: 112px;
  height: 75px;
}
.ft-right-form {
  margin-top: 20px;
}
.ft-right-form .ft-right--header p {
  margin-bottom: 0;
}
.gform_button_select_files {
  background: transparent !important;
  color: #fff !important;
}
.page-id-410 .b2-btt-toggle a {
  background: linear-gradient(90deg, #54b5e2 0.08%, #52b0de 22.04%, #4ca4d5 44.01%, #4490c5 65.97%, #3774af 87.94%, #3062a1 99.92%) !important;
}
.page-id-396 .b2-btt-toggle a {
  background: linear-gradient(272deg, #27964e 10.33%, #45a55c 37.64%, #91cb80 96.8%) !important;
}
svg#Layer_1 #Arrows {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotateInfinite 8s linear infinite;
}
.ft-work--down path {
  animation: arrowGlow 1.5s ease-in-out infinite;
  transform-origin: center;
}
.ft-work--down path:nth-child(1) {
  animation-delay: 0s;
}
.ft-work--down path:nth-child(2) {
  animation-delay: 0.3s;
}
.ft-work--down path:nth-child(3) {
  animation-delay: 0.6s;
}
.error-404 .svg-button {
  margin: 30px auto;
}
.ft-score-widget {
  margin: 100px 0;
}
.page-template-template-technologies #services .svg-button,
.page-template-template-technologies #services .svg-button svg {
  max-width: 148px !important;
  max-height: 29px !important;
  font-size: 10px;
}
.page-template-template-technologies .about-work h2 {
  margin-top: -10px;
}
.ft-heading-text-org .ft-heading-text-org--btn {
  display: inline-block !important;
  text-align: center !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: 0.175rem !important;
  text-transform: uppercase !important;
  border-radius: 50px !important;
  padding: 10px 30px;
}
.ft-heading-text-org .technologies .ft-heading-text-org--btn {
  color: #5bb325 !important;
  border: 2px solid #5bb325;
}
.ft-heading-text-org .technologies .ft-heading-text-org--btn:hover {
  background-color: #5bb325 !important;
  color: #fff !important;
}
.ft-heading-text-org .communications .ft-heading-text-org--btn {
  color: #52b0de !important;
  border: 2px solid #52b0de;
}
.ft-heading-text-org .communications .ft-heading-text-org--btn:hover {
  background-color: #52b0de !important;
  color: #fff !important;
}
.ft-heading-text-org .infosec .ft-heading-text-org--btn {
  color: #ec8a35 !important;
  border: 2px solid #ec8a35;
}
.ft-heading-text-org .infosec .ft-heading-text-org--btn:hover {
  background-color: #ec8a35 !important;
  color: #fff !important;
}
@-moz-keyframes gradients {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50% 0;
  }
  50% {
    background-position: 90% 0;
  }
  60% {
    background-position: 60%;
  }
  75% {
    background-position: 40%;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradients {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50% 0;
  }
  50% {
    background-position: 90% 0;
  }
  60% {
    background-position: 60%;
  }
  75% {
    background-position: 40%;
  }
  100% {
    background-position: 0 0;
  }
}
@-o-keyframes gradients {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50% 0;
  }
  50% {
    background-position: 90% 0;
  }
  60% {
    background-position: 60%;
  }
  75% {
    background-position: 40%;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes gradients {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50% 0;
  }
  50% {
    background-position: 90% 0;
  }
  60% {
    background-position: 60%;
  }
  75% {
    background-position: 40%;
  }
  100% {
    background-position: 0 0;
  }
}
@-moz-keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes arrowGlow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes arrowGlow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes arrowGlow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes arrowGlow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1700px) {
  .ft-work--down {
    width: 75px;
  }
  .ft-work--graph svg#Layer_1 {
    width: 700px;
  }
  .about-intro--img {
    transform: scale(1.1);
  }
  .service-item {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-work .b2-inner-content {
    max-width: 1470px;
  }
}
@media only screen and (max-width: 1440px) {
  .about-intro {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .ft-hero-slider--item {
    min-height: 760px;
  }
  .about-blog--section {
    margin-left: 100px;
  }
  .about-intro {
    margin-top: -75px;
  }
}
@media only screen and (max-width: 1280px) {
  .ft-result-partnership {
    min-height: 500px;
  }
  .ft-result-partnership--bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section {
    margin: 100px 0;
  }
  .b2-inner-content {
    padding: 0 100px;
  }
  .footer-call {
    display: none;
  }
  .ft-carousel-org {
    margin-bottom: 100px;
  }
  .ft-contact {
    margin: 100px 0 80px;
  }
  .services .ft-heading-text {
    margin: 150px 0px;
  }
  .about-work .b2-row {
    display: block;
  }
  .about-work .b2-row .b2-col {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .about-work .b2-row .b2-col img {
    margin: 0 auto;
  }
  .about-work .b2-row .b2-col h2,
  .about-work .b2-row .b2-col p {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .b2-mh-wrap {
    padding: 12px 60px;
  }
  .ft-hero-slider--body p > br {
    display: none;
  }
  .about-blog--card-more {
    margin-top: 0;
  }
  .contact-page .contact-wrap {
    margin-top: 200px;
  }
  .contact-loc-item {
    flex-direction: column;
    text-align: center;
  }
  .ft-blogs-filter .ft-blogs-filter-form {
    display: block;
    text-align: center;
    padding: 20px 30px 30px;
  }
  .ft-blogs-filter-form-field {
    flex-direction: column;
    gap: 10px;
  }
  .ft-blogs-filter .ft-blogs-filter-form .ft-blogs-filter-form-col.field {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    text-align: center !important;
    font-size: 18px !important;
  }
  .home main#primary,
  body:not(.home) div#page {
    padding: 84px 0 0 !important;
  }
  .ft-heading-body {
    margin-top: -80px;
  }
  .b2-btt-toggle {
    bottom: 120px;
    right: 20px;
  }
  .grecaptcha-badge {
    bottom: 55px !important;
  }
  section {
    margin: 80px 0;
  }
  .ft-work {
    margin: 80px 0;
  }
  .b2-inner-content,
  main#primary {
    max-width: 100%;
  }
  .b2-row {
    display: block;
  }
  .b2-row .b2-col {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .b2-link {
    font-size: 16px;
  }
  form button,
  form input[type=submit],
  form input[type=button] {
    font-size: 16px;
    min-width: auto;
    width: 100%;
  }
  .b2-hp-banner .b2-hp-banner-slide-item > div {
    text-align: center;
  }
  .b2-hp-banner .b2-hp-banner-slide-item p {
    font-size: 12px;
  }
  .b2-hp-banner .b2-hp-banner-dots {
    bottom: 18px;
  }
  .b2-blog-item {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
  }
  .b2-about-template img {
    max-width: 100%;
  }
  .ft-hero-slider--body {
    top: 0;
    transform: translateY(0%);
    text-align: center;
    left: 0;
    padding-top: 70px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .ft-hero-slider--item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100%;
    margin-bottom: 0px;
  }
  .ft-heading-body-half {
    text-align: center;
  }
  .ft-heading-body-half .b2-inner-content {
    padding: 0 80px;
  }
  .ft-heading-body-half--bg {
    position: absolute;
    top: -60px;
    right: -140px;
  }
  .ft-heading-text-org,
  .ft-heading-text-icon {
    grid-template-columns: repeat(1, 1fr);
  }
  .ft-heading-text-icon {
    gap: 30px;
  }
  .ft-contact h2,
  .ft-contact p {
    text-align: center;
  }
  .gform-footer {
    justify-content: center !important;
  }
  footer {
    text-align: center;
  }
  footer .b2-row-mid {
    margin-top: 30px;
  }
  footer ul.footer-copyright-menu {
    justify-content: center;
  }
  footer .site-footer-social {
    justify-content: space-evenly;
  }
  footer .site-footer-div {
    text-align: center;
    padding-bottom: 60px;
  }
  .footer-call {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: env(safe-area-inset-bottom);
    margin: 0;
    width: 100%;
    z-index: 100;
    background: #1d1d1d;
    padding: 15px 20px;
    text-align: center;
    border-top: 1px solid #292929;
  }
  .footer-call a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  .svg-button {
    margin: 1em auto;
  }
  .ft-carousel-org {
    margin-bottom: 80px;
  }
  .ft-contact {
    margin: 80px 0 80px;
  }
  .ft-contact form {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .relative {
    background: none;
  }
  .about-intro {
    margin-top: -20px;
    text-align: center;
  }
  .about-step {
    margin: 80px 0;
  }
  .about-work {
    text-align: center;
    margin: 80px 0;
  }
  .about-work h2 {
    margin-top: 40px;
  }
  .about-career--content {
    text-align: center;
  }
  .about-career {
    margin-top: 0;
  }
  .about-blog--section {
    margin-left: 40px;
  }
  .about-blog--card-more {
    margin-right: 40px;
    margin-top: 40px;
  }
  .ft-work--down {
    width: 51px;
    height: 49px;
  }
  .ft-work--item-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-details {
    text-align: center;
  }
  .contact-page .contact-form h2,
  .contact-page .contact-form p {
    text-align: center;
  }
  .contact-page .contact-form h2 {
    font-size: 1.9rem;
  }
  .contact-page .contact-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .blog-heading {
    margin: 80px 0;
    text-align: center;
  }
  .ft-blogs-latest-item {
    text-align: center;
  }
  .ft-blogs-latest-item .ft-blogs-latest-item-img {
    justify-content: center;
    margin: 40px 0 0;
  }
  .ft-blogs-filter {
    margin: 70px 0 25px;
  }
  .about-blog--card {
    margin: 0 auto;
  }
  .single-blog {
    margin-top: 24px;
  }
  .single-blog--nav .ft-share {
    display: none !important;
  }
  .single-blog h1 {
    text-align: center;
  }
  .single-post .entry-content p,
  .single-post .entry-content h2,
  .single-post .entry-content h3,
  .single-post .entry-content h4,
  .single-post .entry-content h5 {
    text-align: center;
  }
  .single-post .entry-content ol,
  .single-post .entry-content ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .single-post .entry.ft-share {
    justify-content: center;
  }
  .single-blog--nav {
    justify-content: center;
  }
  .ft-right--header p,
  .ft-right-form p {
    text-align: center;
  }
  .ft-right-related {
    margin-top: 50px;
  }
  .ft-right-related ul {
    align-items: center;
  }
  .ft-right-related ul li a {
    display: flex;
    gap: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ft-right-related img {
    width: 400px;
    height: 300px;
  }
  .ft-right-related ul li p {
    margin-top: 20px;
  }
  .ft-right-form {
    margin-top: 60px;
  }
  .ft-right-form form {
    display: flex;
    flex-direction: column;
  }
  .ft-right-form .gform_footer {
    align-self: center;
  }
  .ft-right {
    margin-bottom: 60px;
  }
  .services .ft-carousel-partner,
  .services .about-values {
    margin: 80px 0;
  }
  .services .values-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .services .ft-faq h2 {
    text-align: center;
  }
  .services .about-values--item {
    gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .about-career form {
    display: flex;
    flex-direction: column;
  }
  .about-career form .gform-footer {
    align-self: center;
  }
  .about-values--item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about-values--item-body h3 {
    margin-bottom: 0;
  }
  .about-work img {
    margin: 0 auto;
    max-width: 125%;
    position: relative;
    left: -12%;
  }
  .services .ft-carousel-org {
    margin: 0px 0 80px;
  }
  .services .ft-heading-text {
    margin: 80px 0;
  }
  .about-career,
  .about-blog {
    margin: 80px 0;
  }
  .about-step--shade {
    display: none;
  }
  .about-intro img {
    margin: 0 auto;
    transform: scale(1);
    width: 70%;
  }
  .about-values-container .values-container--item {
    width: 44%;
  }
  .about-page .about-intro .b2-row.align-center {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-template-template-technologies .about-work h2 {
    margin-top: 40px;
  }
  .microsoft-logo {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .b2-inner-content {
    padding: 0 30px;
  }
  .b2-mh-wrap .b2-mh-top-bar-col.col-logo img {
    max-height: 60px;
  }
  .ft-heading-icon-text {
    margin: 80px 0;
  }
  .ft-hero-slider--item img {
    height: 670px;
    margin-bottom: 0px;
    object-position: 80%;
  }
  .ft-heading-body-half .b2-inner-content {
    padding: 0 30px;
  }
  .ft-heading-body-half--bg {
    top: -35px;
    right: -275px;
  }
  .b2-mh-wrap {
    padding: 12px 30px;
  }
  .ft-hero-slider--body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-blog--slider .slick-slide {
    margin: 0 18px;
  }
  .about-blog--section {
    margin-left: 0px;
  }
  .about-blog--card-more {
    margin-right: 8px;
    margin-left: 8px;
  }
  .ft-work--item-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .b2-faq-item .b2-faq-item-q i {
    top: 8px;
  }
  .services .ft-heading-text-org {
    grid-template-columns: repeat(1, 1fr);
  }
  .services .values-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-loc-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }
  .contact-page .contact-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .contact-page .contact-bot {
    margin: 40px 0;
  }
  .ft-blogs-filter {
    margin: 50px 0;
  }
  .ft-blogs-pagination {
    margin: 30px;
  }
  .single-blog {
    margin-top: 0;
  }
  .ft-right-form .gform_footer {
    margin-block-start: 10px !important;
  }
  .ft-right-related img {
    width: 100%;
    height: 300px;
  }
  .ft-carousel-org .h4 {
    margin-bottom: 25px;
  }
  .about-page .about-intro {
    margin-top: -140px;
    text-align: center;
  }
  .ft-heading-body {
    margin-top: -100px;
  }
  .services .ft-carousel-org {
    margin: -80px 0 80px;
  }
  .about-values-container {
    gap: 40px;
  }
  .about-values-container .values-container--item {
    width: 100%;
  }
  .about-intro img {
    width: 100%;
  }
  .about-step--content {
    height: 410px;
  }
}
@media only screen and (max-width: 500px) {
  .ft-work--down {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 409px) {
  .ft-hero-slider--item {
    min-height: 610px;
  }
}
