@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Semibold';
  src: url('../fonts/Poppins/Poppins-Semibold.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2'), url('fonts/Poppins/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Extrabold';
  src: url('../fonts/Poppins/Poppins-Extrabold.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Black';
  src: url('../fonts/Poppins/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
:root {
  --gradient3: linear-gradient(90deg, #ef146e 0, #fea958 51%, #ef146e);
  --gradient: linear-gradient(90deg, #ef146e 0, #fea958 51%, #ef146e);
  --gradient-sec: linear-gradient(90deg, #111c58 0, #5c2782 51%, #663695);
  --color-primary: #3570ca;
  --color-secondary: #ef461f;
  --span-primary-bg: #e4e3ff;
  --color-black: #141414;
  --white: #ffffff;
  --bg-gray: linear-gradient(90deg, #f1f3f5 0%, #f0f4f9 100%);
  --bg-dark: #0e1e2a;
  --bg-gradient: linear-gradient(90deg, #2771f2 20%, var(--color-secondary) 100%);
}
body {
  margin: 0px;
  font-family: 'Poppins-Regular';
}
body ul {
  margin: 0px;
  padding: 0px;
}
body a:hover {
  text-decoration: none;
}
.fadein {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.fadein.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.main-banner {
  min-height: 600px;
  max-height: 600px;
  margin-bottom: 0px;
  padding: 0px 0px;
}
.main-banner .background-overlay {
  height: 100%;
  max-height: 500px;
  width: 100%;
  top: 70px;
  left: 0;
  position: absolute;
}
.main-banner .banner-wrapper {
  position: relative;
  height: 100%;
  min-height: 500px;
}
.main-banner .banner-wrapper .banner-head {
  width: 100%;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.main-banner .banner-wrapper .banner-head h1 {
  font-size: 2.75rem;
  color: #141414;
  font-family: 'Poppins-Medium';
  line-height: 1.35;
  margin-bottom: 20px;
}
.main-banner .banner-wrapper .banner-head h1 span {
  background: var(--span-primary-bg);
  border-radius: 15px;
  line-height: 54px;
  padding: 2px 8px;
}
.main-banner .banner-wrapper .banner-head h4 {
  font-size: 1.175rem;
  color: #343434;
  line-height: 1.6;
  margin-bottom: 60px;
  font-family: 'Poppins-Medium';
  max-width: 100%;
}
.main-banner .banner-wrapper .banner-vector {
  width: 80%;
  position: absolute;
  background: #d3f1ff;
  top: 20px;
  border-radius: 30px;
  height: auto;
  bottom: 0px;
  right: 14px;
}
.main-banner .banner-wrapper .banner-vector .banner-one {
  width: auto;
  height: 460px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.btn-em {
  font-family: 'Poppins-Medium';
  position: relative;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  border-radius: 30px 30px 30px 30px;
  padding: 14px 28px 14px 28px;
}
.btn-em:before {
  background-repeat: no-repeat;
  position: absolute;
  content: '\ea1d';
  font-family: 'boxicons' !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: auto;
  width: 18px;
  font-size: 1.1rem;
  -webkit-transform: translate(-60px, 25px);
          transform: translate(-60px, 25px);
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-em:hover {
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}
.btn-em:hover:before {
  opacity: 1;
  text-indent: 0px;
  -webkit-transform: translate(-10px, 14px);
          transform: translate(-10px, 14px);
}
.btn-em.primary-btn {
  background-color: #ef461f;
  border: 1px solid #ef461f;
  color: #ffffff;
}
.btn-em.primary-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #3570ca;
  border: 1px solid #3570ca;
}
.btn-em.secondary-btn {
  background-color: transparent;
  border: 1px solid #141414;
  color: #ffffff;
  margin-left: 20px;
  color: #141414;
}
.btn-em.secondary-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #3570ca;
  border: 1px solid #3570ca;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
.default-section {
  padding: 80px 0px;
  overflow: hidden;
}
.default-section h2.section-head {
  font-size: 2.75rem;
  font-family: 'Poppins-Medium';
  line-height: 60px;
  color: #04091E;
  margin-bottom: 45px;
}
.default-section h2.section-head span {
  background: var(--span-primary-bg);
  border-radius: 15px;
  line-height: 54px;
  padding: 2px 8px;
}
.ai-partners {
  padding-top: 60px;
}
.ai-partners .cybrox-wrap {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  background: #022d60;
  padding: 30px 20px;
  border-radius: 16px;
}
.ai-partners .cybrox-wrap .cybro-box {
  background: #0a3b75;
  border-radius: 10px;
  line-height: 100%;
  text-align: center;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai-partners .cybrox-wrap .cybro-box h3 {
  font-size: 1.5rem;
  color: #fff;
  font-family: 'Poppins-Bold';
}
.ai-partners .cybrox-wrap .cybro-box p {
  color: #f7f7f7;
  font-size: 15px;
  line-height: 1.4;
  margin: 0px;
}
.ai-partners .cybrox-wrap .cybro-box p span {
  display: inline-block;
}
.ai-partners .section-head {
  text-align: center;
  max-width: 75%;
  margin: auto;
}
.ai-partners .slider .slide-track {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  overflow: hidden;
}
.ai-partners .slider .slide-track.second-child {
  margin-top: 40px;
  gap: 2em;
}
.ai-partners .slider .slide-track img {
  width: 200px;
  height: 50px;
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: scroll 60s linear infinite;
          animation: scroll 60s linear infinite;
}
.ai-partners .slider .slide-track img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translatex(-1000%);
            transform: translatex(-1000%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translatex(-1000%);
            transform: translatex(-1000%);
  }
}
.ai-choose {
  background: var(--bg-gray);
}
.ai-choose h2.section-head {
  text-align: center;
  max-width: 75%;
  margin: 0px auto 15px;
}
.ai-choose h3 {
  font-size: 1.375rem;
  color: #344242;
  font-family: 'Poppins-Regular';
  text-align: center;
  max-width: 70%;
  line-height: 1.4;
  margin: 0px auto 55px;
}
.ai-choose .row > div {
  display: table;
  margin: 10px 0px;
}
.ai-choose .choose-item {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: table-cell;
  text-align: center;
}
.ai-choose .choose-item .icon img {
  margin: 0px auto 10px;
  margin-bottom: 0.8rem;
  max-height: 65px;
  width: 65px;
  background: #fff;
  height: 68px;
  border: 1px solid #e3dcfe;
  border-radius: 16px;
  padding: 10px 10px;
}
.ai-choose .choose-item h4 {
  margin-bottom: 0;
  font-family: 'Poppins-Medium';
  font-size: 1.375rem;
  padding-top: 15px;
  line-height: 30px;
  color: #04091E;
}
.ai-choose .choose-item p {
  font-family: 'Poppins-Regular';
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  padding-top: 14px;
  margin-bottom: 15px;
  color: #717277;
}
.ai-choose .choose-item .ai-section-btn {
  font-size: 1rem;
  color: #717277;
  position: relative;
}
.ai-choose .choose-item .ai-section-btn:after {
  content: "\e988";
  position: absolute;
  font-family: 'boxicons' !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: -22px;
  line-height: 25px;
  top: 0;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
  width: 18px;
  font-size: 1.1rem;
}
.ai-choose .choose-item .ai-section-btn:hover {
  color: var(--color-secondary);
}
.ai-choose .choose-item .ai-section-btn:hover:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--color-secondary);
}
.ai-service h2.section-head {
  text-align: center;
  max-width: 85%;
  margin: 0px auto 15px;
}
.ai-service h3 {
  font-size: 1.375rem;
  color: #344242;
  font-family: 'Poppins-Regular';
  text-align: center;
  max-width: 70%;
  line-height: 1.4;
  margin: 0px auto 55px;
}
.ai-service .card {
  border-radius: 30px;
  border: 0px;
}
.ai-service .card.left-top-card {
  background: #c5e6fe;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.ai-service .card.left-middle-card {
  background: #fef6d6;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.ai-service .card.left-bottom-card {
  background: #f4fed6;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.ai-service .card.right-card {
  background: #fec5c5;
  border-radius: 20px;
  padding: 0;
}
.ai-service .card.right-card .content-info {
  width: 100%;
  padding-bottom: 5px;
  padding-right: 40px;
}
.ai-service .card.right-bottom-card {
  background: #fec5c5;
  border-radius: 20px;
  padding: 0;
}
.ai-service .card.right-bottom-card .content-info {
  width: 100%;
  padding-bottom: 5px;
  padding-right: 40px;
}
.ai-service .card.right-down-card {
  background: #eef2fe;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  height: 100%;
  max-height: 388px;
}
.ai-service .card .content-info {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-top: 40px;
  width: 60%;
}
.ai-service .card h4 {
  font-family: 'Poppins-Medium';
  font-size: 1.375rem;
  padding-top: 15px;
  line-height: 30px;
  color: #04091E;
}
.ai-service .card p {
  font-family: 'Poppins-Regular';
  text-align: left;
  font-size: 15px;
  padding-right: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #717277;
}
.ai-service .card .illustrator {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ai-service .card .illustrator img {
  max-width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.ai-service .card .illustrator-bottom {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.ai-service .card .illustrator-bottom.down {
  top: 0px;
}
.ai-service .card .illustrator-bottom img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  max-height: 100%;
  height: 100%;
}
.ai-service .right-illustrator img {
  max-width: 100%;
  max-height: 358px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  display: block;
}
.ai-workflow {
  background: var(--bg-gray);
}
.ai-workflow h2.section-head {
  text-align: left;
  margin: 0px auto 40px;
}
.ai-workflow .description {
  margin-bottom: 40px;
}
.ai-workflow .description h4 {
  font-size: 1.25rem;
  color: #344242;
  font-family: 'Poppins-Medium';
  text-align: left;
  line-height: 1.4;
  margin: 0px auto 10px;
}
.ai-workflow .description p {
  font-size: 0.9rem;
  color: #344242;
  font-family: 'Poppins-Regular';
  text-align: left;
  line-height: 1.4;
  margin: 0px auto 20px;
}
.ai-workflow .next-gen-list {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  line-height: normal;
}
.ai-workflow .next-gen-list li {
  list-style: disc;
  margin-bottom: 8px;
  margin-left: 15px;
  font-size: 1.125rem;
  font-family: 'Poppins-Medium';
}
.ai-workflow .para {
  font-size: 0.9rem;
  color: #344242;
  font-family: 'Poppins-Regular';
  text-align: left;
  line-height: 1.7;
  margin: 0px auto 30px;
}
.ai-touch h2.section-head {
  text-align: center;
  margin-bottom: 20px;
}
.ai-resource {
  background: var(--white);
}
.ai-resource h2.section-head {
  text-align: center;
}
.ai-resource .blg-bloom {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.04);
  padding: 20px 20px 30px;
  position: relative;
  margin-bottom: 20px;
  display: table-cell;
}
.ai-resource .blg-bloom .screen-wall {
  max-height: 180px;
  min-height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.ai-resource .blg-bloom .blg-content {
  padding-top: 20px;
}
.ai-resource .blg-bloom .blg-content .blog-charset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0px 50px 0px;
  position: relative;
}
.ai-resource .blg-bloom .blg-content .blog-charset:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -26px;
  background: #f5f7fc;
}
.ai-resource .blg-bloom .blg-content p {
  font-size: 1rem;
  color: #717277;
  line-height: 1.7;
  font-family: 'Poppins-Regular';
  margin-bottom: 10px;
}
.ai-resource .blg-bloom .blg-content .ai-section-btn {
  font-size: 1rem;
  color: #717277;
  position: relative;
}
.ai-resource .blg-bloom .blg-content .ai-section-btn:after {
  content: "\e988";
  position: absolute;
  font-family: 'boxicons' !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: -22px;
  line-height: 25px;
  top: 0;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
  width: 18px;
  font-size: 1.1rem;
}
.ai-resource .blg-bloom .blg-content .ai-section-btn:hover {
  color: var(--color-secondary);
}
.ai-resource .blg-bloom .blg-content .ai-section-btn:hover:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--color-secondary);
}
.footer-main {
  background: var(--bg-gray);
  padding: 80px 0px 20px;
}
.footer-main .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.footer-main .footer-row .foot-brand {
  max-height: 60px;
}
.footer-main .footer-row .list-head {
  color: #141414;
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-family: 'Poppins-Medium';
}
.footer-main .footer-row .foot-points {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-main .footer-row .foot-points li {
  list-style: none;
}
.footer-main .footer-row .foot-points li a {
  position: relative;
  display: inline-block;
  padding: 0px 0px 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Poppins-Regular';
  color: rgba(36, 36, 36, 0.7);
  line-height: 1.6;
}
.footer-main .footer-row .foot-points li a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: var(--color-secondary);
  bottom: 0px;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.footer-main .footer-row .foot-points li a:hover {
  color: #ef461f;
}
.footer-main .footer-row .foot-points li a:hover:before {
  width: 100%;
  -webkit-transform-origin: left;
          transform-origin: left;
  left: 0;
  right: auto;
}
.footer-main .footer-row .foot-points li a.icon-phone:after {
  content: "\eb7c";
}
.footer-main .footer-row .foot-points li a.icon-map:after {
  content: "\eb21";
}
.footer-main .footer-row .foot-points li a.icon-map:before {
  content: none;
}
.footer-main .footer-row .foot-points li a.icon-mail:after {
  content: "\ea8e";
}
.footer-main .footer-row .foot-points li a.bx-ico {
  padding-left: 24px;
}
.footer-main .footer-row .foot-points li a.bx-ico:after {
  font-family: boxicons;
  font-size: 1.15rem;
  color: rgba(36, 36, 36, 0.7);
  position: absolute;
  line-height: 1;
  width: 18px;
  left: 0px;
  top: 4px;
}
.footer-main .footer-row .foot-points li a.bx-ico:hover:after {
  color: #ef461f;
}
.footer-main .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-main .footer-bottom ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-main .footer-bottom ul li {
  list-style: none;
}
.footer-main .footer-bottom ul li a {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: 'Poppins-Regular';
  color: rgba(36, 36, 36, 0.7);
  line-height: 1.2;
}
.footer-main .footer-bottom ul li a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: var(--color-secondary);
  bottom: 0px;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.footer-main .footer-bottom ul li a:hover {
  color: #ef461f;
}
.footer-main .footer-bottom ul li a:hover:before {
  width: 100%;
  -webkit-transform-origin: left;
          transform-origin: left;
  left: 0;
  right: auto;
}
.footer-main p {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-top: 30px;
  font-family: 'Poppins-Regular';
  margin-right: 20px;
  color: rgba(36, 36, 36, 0.9);
  line-height: 1.7;
}
.footer-main .network-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-main .network-list li {
  list-style: none;
  display: inline-block;
}
.footer-main .network-list li a {
  position: relative;
  padding: 0.5rem;
  font-size: 1.15rem;
  line-height: 1.1;
  margin-left: 5px;
  background: rgba(36, 36, 36, 0.5);
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.footer-main .network-list li a:hover {
  background: rgba(36, 36, 36, 0.8);
}
.footer-main .select-origin {
  padding: 10px;
  width: 100%;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.footer-main .select-origin:focus,
.footer-main .select-origin:focus-visible {
  outline: #484848;
}
.footer-main .app-list li {
  list-style: none;
  display: inline-block;
}
.footer-main .app-list li a {
  margin: 0px 5px;
}
.footer-main .footer-bottom-col ul {
  margin: 0px;
  padding: 0px;
}
.footer-main .footer-bottom-col ul li {
  list-style: none;
  display: inline-block;
}
.footer-main .footer-bottom-col ul li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Poppins-Regular';
  margin-right: 20px;
  color: rgba(36, 36, 36, 0.9);
  line-height: 1.2;
}
.footer-main .footer-bottom-col ul li a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: var(--color-secondary);
  bottom: 0px;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.footer-main .footer-bottom-col ul li a:hover {
  color: #ef461f;
}
.footer-main .footer-bottom-col ul li a:hover:before {
  width: 100%;
  -webkit-transform-origin: left;
          transform-origin: left;
  left: 0;
  right: auto;
}
.footer-main .footer-bottom-col span {
  font-size: 14px;
  font-family: 'Poppins-Regular';
  color: rgba(36, 36, 36, 0.9);
  line-height: 1.2;
}
.ai-workflow .slideshow img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ai-partners .cybrox-wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .ai-partners .cybrox-wrap .cybro-box h3 {
    font-size: 1.25rem;
  }
  .btn-em {
    padding: 10px 24px 10px 24px;
    font-size: 14px;
  }
  .btn-em:before {
    line-height: 14px;
    width: 10px;
  }
  .main-banner {
    min-height: 730px;
    max-height: 730px;
  }
  .main-banner .background-overlay {
    min-height: 620px;
    max-height: 620px;
    top: 95px;
  }
  .main-banner .banner-wrapper {
    min-height: 610px;
    max-height: 610px;
  }
  .main-banner .banner-wrapper .banner-head {
    width: 100%;
    left: auto;
    right: 0;
    padding: 10px;
  }
  .main-banner .banner-wrapper .banner-head .vector-line {
    bottom: 82px;
    left: 0;
    right: auto;
  }
  .main-banner .banner-wrapper .banner-head h1 {
    font-size: 2rem;
    font-family: 'Poppins-Medium';
  }
  .main-banner .banner-wrapper .banner-head h4 {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .main-banner .banner-wrapper .banner-vector {
    left: 0px;
    width: 80%;
    height: 100%;
    margin: 10px auto 0px;
    position: relative;
  }
  .main-banner .banner-wrapper .banner-vector .banner-one {
    height: 100%;
    overflow: hidden;
    top: 0px;
  }
  .ai-workflow h2.section-head {
    margin: 0px auto 35px;
    max-width: 100%;
  }
  .ai-workflow .slideshow img {
    width: 100%;
  }
  .ai-choose h3 {
    font-size: 1.2rem;
    max-width: 100%;
  }
  .ai-choose .choose-item {
    margin-bottom: 25px;
    display: block;
  }
  .ai-choose .choose-item p {
    font-size: 14px;
  }
  .ai-service h3 {
    font-size: 1.2rem;
    max-width: 100%;
  }
  .ai-service .cover-story {
    width: 100%;
    min-height: 400px;
  }
  .ai-service .card .content-info {
    padding: 20px 20px 0px 20px;
    width: 100%;
  }
  .ai-service .card .illustrator {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .ai-service .card .illustrator img {
    max-height: 165px;
  }
  .ai-service .card.left-bottom-card {
    margin-bottom: 1.5rem;
  }
  .ai-service .card.left-bottom-card .illustrator-bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%;
  }
  .ai-service .card.left-bottom-card .illustrator-bottom img {
    max-height: 250px;
    border-radius: 20px;
  }
  .ai-service .card .right-illustrator img {
    max-height: 280px;
  }
  .ai-service .card.left-middle-card .illustrator-bottom,
  .ai-service .card.right-down-card .illustrator-bottom {
    width: 100%;
    position: relative;
    border-radius: 20px;
  }
  .ai-service .card.left-middle-card .illustrator-bottom img,
  .ai-service .card.right-down-card .illustrator-bottom img {
    max-height: 230px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ai-service .card.left-middle-card .illustrator-bottom img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .default-section {
    padding: 40px 0px;
  }
  .default-section h2.section-head {
    font-size: 1.75rem;
    max-width: 100%;
    line-height: 1.3;
    margin-bottom: 25px;
    font-family: 'Poppins-Medium';
  }
  .default-section h2.section-head span {
    display: inline-block;
  }
  .ai-workflow .description h4 {
    font-size: 1.1rem;
  }
  .ai-workflow .slideshow img {
    width: 100%;
    margin: 40px auto 0px;
  }
  .ai-workflow .md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ai-resource .row > div {
    margin-bottom: 20px;
  }
  .footer-main {
    padding: 40px 0px 20px;
  }
  .footer-main .footer-row .footer-col {
    padding: 0px 10px;
  }
  .footer-main .network-list {
    margin-bottom: 15px;
  }
  .footer-main .footer-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-main .footer-bottom .footer-bottom-col {
    width: 100%;
    text-align: center !important;
  }
  .footer-main .footer-bottom .footer-bottom-col ul {
    text-align: center;
  }
  .footer-main p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-main .footer-row .foot-points li a {
    position: relative;
    width: 100%;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  .footer-main .footer-row .foot-brand {
    max-height: 45px;
  }
}
@media screen and (max-width: 448px) {
  .ai-partners .cybrox-wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .ai-partners .cybrox-wrap .cybro-box h3 {
    font-size: 1.25rem;
  }
}
