:root {
  --primary-color: #00457f;
  --secondary-color: #3F6AFF;
  --white-color: #ffffff;
  --accent-color: #707070;
  --light-grey: #f6f6f6;
  --dark-grey: #eeeeee;
  --form-border: #ebebeb;
  --form-color: #b1b1b1;
  --menu-color: #353535;
  --menu-color-item: #424141;
  --number-color: #f2f2f2;
  --black-color: #000000;
  --link-color: #495057;
  --card-title: #444242;
  --post-title: #333333;
  --widget-color: #788487;
  --font-secondary: "antonio";
  --yallow-color: #ffcc00;
  /* gradient */
  --gradient-primary: linear-gradient(89.88deg, #00457F 1.57%, #2947CB 95.72%);
  --gradient-secondary: linear-gradient(90deg, #6996FE 0%, #8082FF 24.52%, #A498FE 62.98%, #B0A6FE 100%);
  --gradient-tertiary: linear-gradient(180deg, #00457F 0%, #096FC5 40%, rgba(255, 255, 255, 0.5) 100%);
  --gradient-quaternary: linear-gradient(90deg, #379EF4 0%, #1C82D8 100%);
  --gradient-cta: linear-gradient(90deg, #7099fe 0%, #7e80fe 25.96%, #a799ff 66.35%, #b1a7fe 100%);
  --gradient-nav: linear-gradient(180deg, #5D6CE6 -95.94%, #2947CB 111.71%);
  --gradient-surface: linear-gradient(93.74deg, #00457F -60.4%, #2947CB 58.73%);
  --gradient-blue: linear-gradient(89.88deg, #00457F 1.57%, #2947CB 95.72%);
  --gradint-banner:linear-gradient(180deg, #00084F 0%, #1B52EA 31.16%, #9FA8FF 60.02%, #F9F6F0 100%);
  --gradint-primary-cta: radial-gradient(141.42% 141.42% at 0% 0%, #077AC7 0%, #6B21EF 100%);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  background-color: var(--white-color);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #707070;
  font-weight: 400;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 1rem;
  font-weight: 600;
  line-height: 1.21;
  color: initial;
}

h1 {
  font-size: 3.052em;
}
@media (max-width: 575px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 2.441em;
}
@media (max-width: 575px) {
  h2 {
    font-size: 1.8em;
  }
}

h3 {
  font-size: 1.953em;
}

h4 {
  font-size: 1.563em;
}

h5 {
  font-size: 1.25em;
}

p {
  font-size: 1rem;
}

p:not(:last-child) {
  margin-bottom: 1.25em;
}

small,
.text_small {
  font-size: 0.8em;
}

a {
  color: var(--primary-color);
  background-color: transparent;
  text-underline-offset: 3px;
}
a:hover {
  color: var(--primary-color);
}

li {
  color: #333333;
}

i {
  font-style: italic;
}

strong,
b {
  font-weight: 600 !important;
}

.custom-radius {
  border-radius: 15px;
}

.rounded {
  border-radius: 0.25rem !important;
}

.gray-light-bg {
  background: var(--light-grey);
}

.gray-dark-bg {
  background: var(--dark-grey);
}

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

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

.gradient-bg {
  background: linear-gradient(75deg, var(--primary-color) 10%, var(--primary-color)) !important;
}

.color-secondary {
  color: var(--primary-color);
}

.color-white {
  color: var(--white-color);
}

.pt-70 {
  padding-top: 124px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-114 {
  padding-top: 114px;
}
@media (max-width: 767px) {
  .pt-114 {
    padding-top: 113px;
  }
}
@media (max-width: 396px) {
  .pt-114 {
    padding-top: 140px;
  }
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.pad-cus {
  padding: 200px 0 50px 0;
}

.secondary-solid-btn {
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.25s ease-in-out;
  color: var(--white-color) !important;
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
.secondary-solid-btn:hover {
  background: transparent !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.secondary-solid-btn:focus {
  background: transparent !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.secondary-outline-btn {
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.25s ease-in-out;
  color: var(--primary-color);
  display: inline-block;
  border: 1px solid var(--primary-color);
}
.secondary-outline-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.secondary-outline-btn:focus {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.outline-white-btn {
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.25s ease-in-out;
  color: var(--white-color);
  display: inline-block;
  border: 1px solid var(--white-color);
  transition: all 0.5s ease-in-out 0s;
}
.outline-white-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.outline-white-btn:focus {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.white-btn {
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  background-color: var(--white-color);
  transition: all 0.25s ease-in-out;
  color: var(--primary-color);
  display: inline-block;
  border: 1px solid var(--white-color);
  transition: all 0.5s ease-in-out 0s;
}
.white-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.white-btn:focus {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.outline-yellow-btn {
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--white-color);
  display: inline-block;
  border: 1px solid #ffa431;
  transition: all 0.5s ease-in-out 0s;
  background: #ffa431;
}
.outline-yellow-btn:hover {
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ffa431;
}
.outline-yellow-btn:focus {
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ffa431;
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
}

.hover-grow {
  transform: perspective(1px) translateZ(0);
}
.hover-grow:hover {
  transform: scale(1.1);
}

.primary-btn {
  padding: 16px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffd900;
  color: var(--black-color);
  display: inline-block;
  border: 1px solid #ffd900;
  transition: all 0.25s ease-in-out;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .primary-btn {
    font-size: 13px;
    line-height: 21px;
  }
}
.primary-btn:hover {
  background: var(--white-color);
  color: var(--black-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--black-color);
}
.primary-btn:focus {
  background: var(--white-color);
  color: var(--black-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--black-color);
}

.secondary-white-btn {
  padding: 16px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--white-color);
  color: var(--black-color);
  display: inline-block;
  border: 1px solid var(--white-color);
  transition: all 0.25s ease-in-out;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .secondary-white-btn {
    font-size: 13px;
    line-height: 21px;
  }
}
.secondary-white-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--primary-color);
}
.secondary-white-btn:focus {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--primary-color);
}

.tertiary-btn {
  position: relative;
  padding: 16px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--white-color);
  display: inline-block;
  border: 1px solid #2947ca;
  border-radius: 10px;
  background: transparent;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease, border-color 0.4s ease;
}
.tertiary-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-blue);
  z-index: -1;
  transition: opacity 0.45s ease-in-out;
  opacity: 1;
}
.tertiary-btn:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.tertiary-btn:hover::before {
  opacity: 0;
}
.tertiary-btn:focus {
  color: var(--white-color);
  border-color: var(--primary-color);
}
.tertiary-btn:focus::before {
  opacity: 1;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.custom-shadow {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
}

.opacity-1 {
  opacity: 1 !important;
}

.text-right {
  text-align: right;
}

.icon-lg {
  font-size: 50px;
  line-height: 50px;
}

.icon-sm {
  font-size: 25px;
  line-height: 25px;
}

.icon-md {
  font-size: 40px;
  line-height: 40px;
}

.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: var(--primary-color);
  overflow: hidden;
}
.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid var(--white-color);
  border-right: 10px solid var(--white-color);
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: var(--white-color);
  text-align: center;
  cursor: pointer;
  background: #5d9dfb;
  transition: 1s ease;
  border: none;
}
.scroll-top span {
  color: var(--white-color);
}
.scroll-top.open {
  bottom: 30px;
}

.form-control {
  border-color: var(--form-border);
  padding: 0.75rem 0.85rem;
  height: 55px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.portfolio-section .portfolio-wrapper .tab-content .activetab {
  padding: 0;
}
.portfolio-section .portfolio-wrapper .tab-content .activetab.tabcontent {
  background: transparent;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
  color: var(--form-color) !important;
  font-size: 13px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
  /* Firefox 18- */
  color: var(--form-color) !important;
  font-size: 13px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
  /* Firefox 19+ */
  color: var(--form-color) !important;
  font-size: 13px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
  color: var(--form-color) !important;
  font-size: 13px;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.development-solutions {
  padding: 90px 0;
  background-image: url(../images/landing-page/development-solutions.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .development-solutions {
    padding: 60px 0;
  }
}
.development-solutions h2 {
  font-weight: 700;
  font-size: 60px;
  font-family: var(--font-secondary);
  color: var(--white-color);
}
@media (max-width: 991px) {
  .development-solutions h2 {
    font-size: 40px;
  }
}
.development-solutions p {
  color: var(--white-color);
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .development-solutions p {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
  }
}
.development-solutions .stats-flex {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid white;
  padding: 50px;
  border-radius: 22px;
}
@media (max-width: 767px) {
  .development-solutions .stats-flex {
    flex-wrap: wrap;
    padding: 15px 20px;
  }
}
.development-solutions .stats-flex .stat-item {
  flex: 1;
  padding: 0 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.development-solutions .stats-flex .stat-item:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .development-solutions .stats-flex .stat-item {
    flex: 0 0 50%;
    border-right: 0;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .development-solutions .stats-flex .stat-item {
    flex: 0 0 100%;
  }
}
.development-solutions .stats-flex .stat-item h3 {
  font-size: 48px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .development-solutions .stats-flex .stat-item h3 {
    font-size: 30px;
  }
}
.development-solutions .stats-flex .stat-item p {
  color: var(--white-color);
}

.testimonial {
  padding: 80px 0;
  background-color: #f9f6ed;
}
.testimonial .heading {
  max-width: 700px;
  margin: auto;
}
.testimonial .heading h2 {
  color: #0a4b8f;
  font-weight: 700;
  margin-bottom: 10px;
}
.testimonial .logo-slider-inner {
  height: 370px;
  overflow: hidden;
  gap: 20px;
}
.testimonial .logo-slider-inner .logo-item {
  background: #fff;
  border-radius: 18px;
  height: 110px;
  min-height: 110px;
}
.testimonial .logo-slider-inner .logo-item img {
  width: 100%;
  max-width: 120px;
  object-fit: cover;
}
.testimonial .tag {
  position: absolute;
  width: 56px;
  height: 52px;
  top: 44%;
  left: -25px;
  z-index: 1;
  opacity: 1;
}
@media (max-width: 991px) {
  .testimonial .tag {
    display: none;
  }
}
.testimonial .testimonial-box {
  background: #fff;
  border-radius: 25px;
  padding: 118px 43px;
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonial .testimonial-box {
    padding: 71px 28px;
  }
}
.testimonial .testimonial-box .quote-icon {
  position: absolute;
  top: 16px;
  right: 30px;
}
@media (max-width: 768px) {
  .testimonial .testimonial-box .quote-icon {
    max-width: 120px;
  }
}
.testimonial .testimonial-box .testimonial-text {
  color: #0b4c8f;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.8;
}
.testimonial .testimonial-box .read-more-btn {
  border: none;
  background: transparent;
  color: #0a4b8f;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}
.testimonial .testimonial-box .author {
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
}
.testimonial .testimonial-box .designation {
  font-size: 14px;
  color: #999;
}
.testimonial .testimonial-box .stars {
  color: #ffbf00;
  font-size: 18px;
  letter-spacing: 3px;
}
.testimonial .testimonial-box .slider-controls {
  position: absolute;
  right: 25px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media (max-width: 991px) {
  .testimonial .testimonial-box .slider-controls {
    bottom: 12px;
    flex-direction: row;
  }
}
.testimonial .testimonial-box .mobile-testimonial-images {
  display: none;
}
@media (max-width: 991px) {
  .testimonial .testimonial-box .logo-slider {
    display: none;
  }
  .testimonial .testimonial-box .mobile-testimonial-images {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
  .testimonial .testimonial-box .mobile-testimonial-img {
    display: none;
    max-width: 180px;
    width: 100%;
  }
  .testimonial .testimonial-box .mobile-testimonial-img.active {
    display: block;
  }
}
.testimonial .testimonial-box .slider-btn {
  width: 43px;
  height: 78px;
  border-radius: 30px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
  background: #e9e9ea;
  color: #0a4b8f;
}
@media (max-width: 991px) {
  .testimonial .testimonial-box .slider-btn {
    width: 66px;
    height: 50px;
  }
}
.testimonial .testimonial-box .slider-btn:hover {
  transform: scale(1.05);
}
.testimonial .testimonial-box .slider-btn.active {
  background: #0a4b8f;
  color: #fff;
}
@media (max-width: 991px) {
  .testimonial .testimonial-box .slider-btn i.fa.fa-arrow-up {
    rotate: -90deg;
  }
}
@media (max-width: 991px) {
  .testimonial .testimonial-box .slider-btn i.fa.fa-arrow-down {
    rotate: 270deg;
  }
}

.market-seo-service {
  padding: 100px 0;
  background-color: #f9f6ed;
  position: relative;
}
@media (max-width: 1200px) {
  .market-seo-service {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .market-seo-service {
    padding: 30px 0;
  }
}
.market-seo-service::before {
  content: "";
  position: absolute;
  width: 425px;
  height: 525px;
  background-image: url(../images/homepage/svg/businesses-left.svg);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .market-seo-service::before {
    display: none;
  }
}
.market-seo-service::after {
  content: "";
  position: absolute;
  width: 425px;
  height: 525px;
  background-image: url(../images/homepage/svg/businesses-bottom-img.svg);
  background-repeat: no-repeat;
  bottom: 10%;
  right: 0;
}
@media (max-width: 1024px) {
  .market-seo-service::after {
    display: none;
  }
}
.market-seo-service h2 {
  font-weight: 700;
  font-size: 30px;
  color: #1b1b1b;
}
@media (max-width: 576px) {
  .market-seo-service h2 {
    font-size: 25px;
  }
}
.market-seo-service p {
  color: #2e2e2e;
}
.market-seo-service .industry-wrapper {
  margin-top: 54px;
  padding: 40px 0px;
  z-index: 1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(50px);
}
@media (max-width: 768px) {
  .market-seo-service .industry-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .market-seo-service .industry-wrapper {
    margin-top: 30px;
  }
}
.market-seo-service .industry-wrapper .industry-big-heading {
  left: 50%;
  top: 0;
  bottom: 3%;
  z-index: 999;
  transform: translateX(-50%);
  text-transform: uppercase;
  gap: 54px;
  font-weight: 900;
  font-size: 190px;
  line-height: 180px;
  border-radius: 8px;
  padding: 70px 44px;
}
@media (max-width: 1400px) {
  .market-seo-service .industry-wrapper .industry-big-heading {
    padding: 70px 20px;
  }
}
@media (max-width: 1200px) {
  .market-seo-service .industry-wrapper .industry-big-heading {
    display: none !important;
  }
}
.market-seo-service .industry-wrapper .industry-big-heading span {
  color: var(--white-color);
  writing-mode: sideways-lr;
}
.market-seo-service .industry-wrapper .industry-big-heading span {
  color: #d8d8d8;
  opacity: 0.3;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.market-seo-service .industry-wrapper .industry-big-heading span.active {
  color: #0a4b8f;
  opacity: 1;
  transform: translateY(0);
  text-shadow: 0 0 20px rgba(10, 75, 143, 0.25);
}
.market-seo-service .industry-wrapper .industry-card {
  margin-bottom: 70px;
  width: 500px;
  padding: 20px 15px;
  transition: all 0.8s;
  border-radius: 20px;
  gap: 10px;
}
@media (max-width: 1400px) {
  .market-seo-service .industry-wrapper .industry-card {
    width: 442px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .market-seo-service .industry-wrapper .industry-card {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .market-seo-service .industry-wrapper .industry-card {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .market-seo-service .industry-wrapper .industry-card {
    gap: 10px;
    padding: 16px 11px;
    margin-bottom: 30px;
  }
}
.market-seo-service .industry-wrapper .industry-card h3 {
  font-weight: 700;
  font-size: 22px;
  color: var(--black-color);
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .market-seo-service .industry-wrapper .industry-card h3 {
    font-size: 20px;
  }
}
.market-seo-service .industry-wrapper .right-list .industry-card {
  margin-top: 70px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .market-seo-service .industry-wrapper .right-list .industry-card {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .market-seo-service .industry-wrapper .right-list .industry-card {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .market-seo-service .industry-wrapper .right-list .industry-card {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.seo-business {
  padding: 50px 0px;
  background-color: #f9f6ed;
}
@media (max-width: 1100px) {
  .seo-business {
    padding: 40px 0px;
  }
}
.seo-business .heading {
  max-width: 970px;
}
.seo-business .heading h2 span {
  display: block;
}
.seo-business .seo-business-card {
  background-image: url(../images/homepage/card-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  top: 120px;
  gap: 30px;
  border-radius: 24px;
  padding: 24px;
}
@media (max-width: 1199px) {
  .seo-business .seo-business-card {
    background: #2359e9;
    position: static !important;
    flex-direction: column-reverse;
  }
}
.seo-business .card-content {
  flex: 1;
}
.seo-business .card-content span {
  position: absolute;
  right: 20px;
  color: #1d56e7;
  top: 10px;
  font-size: 52px;
}
@media (max-width: 1400px) {
  .seo-business .card-content span {
    right: 10px;
    top: 0;
  }
}
@media (max-width: 1199px) {
  .seo-business .card-content span {
    display: none;
  }
}
.seo-business .card-content h3,
.seo-business .card-content p {
  color: var(--white-color);
}
.seo-business .card-content h3 {
  position: relative;
  padding-top: 30px;
}
.seo-business .card-content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 2px;
  background: var(--white-color);
}
@media (max-width: 1199px) {
  .seo-business .card-content h3::before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .seo-business .card-content h3 {
    font-size: 26px;
  }
}
.seo-business .card-content p {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .seo-business .card-content p {
    font-size: 16px;
  }
}
.seo-business img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.seo-business .seo-business-card:nth-child(1) {
  z-index: 1;
}
.seo-business .seo-business-card:nth-child(2) {
  z-index: 2;
}
.seo-business .seo-business-card:nth-child(3) {
  z-index: 3;
}
.seo-business .seo-business-card:nth-child(4) {
  z-index: 4;
}
.seo-business .seo-business-card:nth-child(5) {
  z-index: 5;
}
.seo-business .seo-business-card:nth-child(6) {
  z-index: 6;
}
.seo-business .seo-business-card:nth-child(7) {
  z-index: 7;
}
.seo-business .seo-business-card:nth-child(8) {
  z-index: 8;
}
.seo-business .seo-business-card:nth-child(9) {
  z-index: 9;
}
.seo-business .seo-business-card:nth-child(10) {
  z-index: 10;
}
.seo-business .seo-business-card:nth-child(11) {
  z-index: 11;
}
.seo-business .seo-business-card:nth-child(12) {
  z-index: 12;
}
.seo-business .seo-business-card:nth-child(13) {
  z-index: 13;
}
.seo-business .seo-business-card:nth-child(14) {
  z-index: 14;
}
.seo-business .seo-business-card:nth-child(15) {
  z-index: 15;
}

/*# sourceMappingURL=common.css.map */
