.row {
  margin: 0 !important;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a:hover {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  transition: 0.35s;
}

main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  background: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.container {
  width: 100%;
  max-width: 1200px !important;
  height: auto;
  margin-inline: auto;
}

#contact_ban h1 {
  margin: 0;
  font-size: 40px;
  margin-top: 5%;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  text-shadow: 0px -1px 2px #2c4949;
}
.amenities_sec {
    padding: 80px 80px 100px;
    background: #f1f1f1 !important;
}
.testimonial-contentt .row {
  align-items: center;
  background: #fff;
      box-shadow: 0px 2px 20px #ccc;
}
.padding {
  padding-left: 0px !important;
}
.onging_pic img {
    width: 100%;
}
.ongoing_cont h2 {
    font-size: 36px;
    color: #134170;
    font-weight: 500;
    padding-bottom: 10px;
    margin-top: 25px;
    letter-spacing: 1px;
}
.ongoing_cont p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    font-weight: 300;
}
.benefits_content li{
list-style: circle;
}
#contact_ban p {
  font-size: 20px;
  margin-top: 20px;
  color: #fff;
}

.contact_sec {
  padding: 80px 0px;
}

.touch_sec {
  padding: 0px;
  width: 90%;
}

.touch_sec p {
  font-size: 19px;
  color: #444;
}

.img-responsive {
  max-width: 100%;
}

ul.connect {
  padding: 10px 0px;
}

ul.connect li {
  font-size: 16px;
  color: #444;
  margin: 20px 0px;
  list-style: none;
}

ul.connect li i {
  margin-right: 5px;
  color: #266989;
  font-size: 24px;
}

.frm_box {
  background-color: #266989;
  padding: 30px;
  width: 90%;
}

ul.clients-step-1-img-sub li {
  display: inline-block;
  padding: 15px 10px;
  width: 21%;
  margin: 15px;
  box-shadow: 3px 5px 10px #eee;
  background: #fff;
  transition: 0.8s !important;
  border: 1px solid #eee;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #212529;
  text-align: center;
}

.touch_title {
  font-size: 32px;
  line-height: 1em;
  padding: 10px 0px;
  display: block;
  margin: 0 auto 0px;
}

#contact_ban {
  width: 100%;
  height: 60vh;
  background-image: url(https://pothera.com/assets/img/contact-banner.jpg);
  background-size: cover;
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#plastic_industry_erp {
  width: 100%;
  height: 60vh;
  background-image: url(../images/distribution-banner.jpg);
  background-size: cover;
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#plastic_industry_erp h1 {
  margin: 0;
  font-size: 40px;
  margin-top: 8%;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  text-shadow: 0px -1px 2px #2c4949;
}

#plastic_industry_erp p {
  color: #ffffff;
  padding-top: 13px;
  font-size: 20px;
  font-weight: 500;
}

.erp-section {
  display: flex;
  flex-wrap: wrap;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  position: relative;
}

.why_Businesses h2 {
  font-size: 2.1em !important;
}

.manufacturing_section {
  padding: 80px 0px;
}

.section-left {
  flex: 1;
  min-width: 300px;
  padding: 60px 50px;
  background: linear-gradient(145deg, #1a3a5f 0%, #2c5282 100%);
  color: white;
  position: relative;
  z-index: 1;
}

.section-left::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.05)"/></svg>');
  background-size: cover;
  z-index: -1;
}

.section-right {
  flex: 1.2;
  min-width: 300px;
  padding: 60px 50px;
  background: white;
}

.section-header {
  margin-bottom: 40px;
}

.section-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.section-header h2 {
  font-size: 2.1em;
  margin-bottom: 20px;
  font-weight: 600 !important;
}

.section-header p {
  font-size: 16px;
  opacity: 0.9;
  max-width: 500px;
}

.benefits-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.benefit-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid #1a73e8;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  background: #e6f2ff;
  color: #1a73e8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.benefit-card h3 {
  font-size: 1.3rem;
  color: #1a3a5f;
  margin-bottom: 12px;
}

.benefit-card p {
  color: #4a5568;
  font-size: 0.95rem;
}

.industries-section {
  margin-top: 20px;
}

.industries-section h2 {
  font-size: 2.1em;
  color: #134170;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  font-weight: 600 !important;
}

.industries-section h3 i {
  margin-right: 10px;
  color: #1a73e8;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.industry-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background: #f8fafc;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.industry-item:hover {
  background: #e6f2ff;
  transform: translateX(5px);
}

.industry-icon {
  width: 39px;
  height: 39px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.cta-section {
  margin-top: 50px;
  text-align: center;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to right, #1a73e8, #0d5bb9);
  color: white;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(26, 115, 232, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(26, 115, 232, 0.4);
}

.cta-button i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.cta-button:hover i {
  transform: translateX(5px);
}

.stats-container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .erp-section {
    flex-direction: column;
  }

  .section-left,
  .section-right {
    padding: 40px 30px;
  }

  .section-header h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .benefits-container {
    grid-template-columns: 1fr;
  }

  .industries-grid {
    grid-template-columns: 1fr;
  }

  .stats-container {
    flex-direction: column;
    gap: 25px;
  }

  .section-header h2 {
    font-size: 1.5rem;
  }

  .industries-section h3 {
    font-size: 19px;
  }
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  z-index: 0;
}

.shape-1 {
  width: 150px;
  height: 150px;
  background: #1a73e8;
  top: 10%;
  right: 10%;
}

.shape-2 {
  width: 100px;
  height: 100px;
  background: #1a73e8;
  bottom: 20%;
  left: 5%;
}







.submenu.megamenu__text.menu_set {
  right: 35%;
}

.submenu.megamenu__text.menu_client {
  right: 15%;
}

.testimonial-area {
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 50px 0;
}

.testimonial-area .owl-carousel {
  overflow: hidden;
  margin: 0px -20px;
}

.testimonial-area .owl-stage-outer {
  width: calc(100% + 100px);
}
    .contact_box1 {
        text-align: center !important;
        background: #fff;
        box-shadow: 0px 2px 12px #f4f4f4;
        list-style: none;
        padding: 30px 15px;
        width: 100%;
        float: left;
        transition: all 300ms ease 0s;
        position: relative;
        overflow: hidden;
        border-radius: 22px;
        border: 1px #d8d8d8 solid;
        margin-bottom: 30px;
        display: block !important;
    }
    .contact_box1 img {
          margin: 0 auto;
    width: 25%;
    }
    h3.key_fox {
    font-size: 18px;
    font-weight: bold;
    color: #134170;
}
.key_cards {
    padding-top: 5%;
}
.key_modules {
      padding: 80px 0px;
}
.key_modules h2 {
    color: #134170;
    font-size: 2.1em;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600 !important;
}

.comp_contact1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.contact_box1 p {
    font-size: 14px;
}
.single-testimonial {
  text-align: center;
  box-shadow: 0px 6px 18px #dee4e9;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}

.single-testimonial p {
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 15px !important;
  padding: 40px;
  padding-top: 50px;
  position: relative;
  z-index: 3;
  overflow-y: scroll;
  height: 120px;
}

#footer .footer-top .footer-contact i {
  margin-top: 1.5%;
  font-size: 16px;
}

.single-testimonial p::-webkit-scrollbar {
  width: 1px;
}

.single-testimonial p::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.single-testimonial p::-webkit-scrollbar-thumb {
  background: #266989;
}

.single-testimonial::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -25px;
  background: url(../images/qote.png) no-repeat;
  background-size: 50%;
  width: 90px;
  height: 90px;
  transform: rotate(180deg);
  background-position: 34px 15px;
}

.testimonial-area .owl-nav {
  display: none;
}

.small b {
  font-size: 2em;
  font-weight: normal;
}

.custom_erp {
  padding-left: 3%;
}

.custom_erp li {
  list-style: circle;
  font-size: 16px;
}

.single-testimonial::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -15px;
  background: url(../images/qote.png) no-repeat;
  background-size: 50%;
  width: 90px;
  height: 90px;
  background-position: 34px 19px;
}

.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  border-radius: 30px;
}

.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  border-radius: 30px;
}

.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  border-radius: 30px;
  z-index: 1;
}

.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  border-radius: 30px;
  z-index: 1;
}

.client-video {
  padding-right: 15px;
}

.client-info {
  position: relative;
  z-index: 3;
}

.client-info a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-bottom: 50px;
}

.client-info h6 {
  color: #266989;
  font-weight: 600;
  font-size: 17px;
}

.client-info span {
  display: inline-block;
  color: #000000;
  font-size: 12px;
}

.owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}

.owl-dots {
  text-align: center;
  margin-top: 50px;
}

.owl-nav.disabled {
  display: none;
}

button:focus {
  outline: none !important;
}

:focus-visible {
  outline: none !important;
}

.next_erp {
  position: relative;
  width: 100%;
  padding: 80px 0px;
  background: url(../images/erp-background.jpg);
  background-size: cover;
}

.gap {
  margin: 20px 0px;
}

.erpsections {
  padding: 80px 0px;
}

.erpsections .row {
  align-items: center;
}

.logo-slid {
  padding: 70px 0px;
  background-image: linear-gradient(to right, #266989, #dcd7fc);
}

.cloud {
  background: url(../images/cloud-bg.jpg);
  background-size: cover;
  padding: 80px 0px;
}

.int_content {
  color: #266989;
  font-weight: bold;
  font-size: 30px;
}

.int_content span {
  color: #000;
  font-size: 18px;
}

.discover {
  text-align: center;
  background: #eaeaea;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 10px;
}

.cloud_icon {
  display: flex;
  background: #fff;
  align-items: center;
  padding: 20px;
  gap: 16px;
  margin-bottom: 6%;
  height: 190px;
  border-radius: 10px;
}

.cloud_content h3 {
  color: #134170;
  font-weight: 600 !important;
}

.cloud_icon img {
  width: 12%;
}

.sec-title {
  text-align: center;
  padding: 5px 50px;
  color: #333;
  line-height: 28px;
}

.small h2 {
  color: #134170;
  font-size: 2.1em;
  margin-bottom: 25px;
  font-weight: 600 !important;
}

.small p {
  color: #333;
  line-height: 28px;
  padding: 8px 0px;
  font-size: 16px;
  margin: 0px;
}

.flex-vertical {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.flex-horizontal {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.track-vertical {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-vertical 20s linear infinite;
}

.track-vertical-alt {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-vertical-alt 20s linear infinite;
}

.marquee-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #e4e4e4),
    linear-gradient(180deg, #e4e4e4, hsla(0, 0%, 100%, 0) 30%);
}

.marquee-cover-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

@keyframes marquee-vertical {
  from {
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes marquee-vertical-alt {
  from {
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0%);
  }
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes marquee-horizontal-alt {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0%);
  }
}

#myCarousel img {
  width: 100%;
}

.home-form {
  background: #266989;
  border-radius: 10px;
  padding: 30px 20px 20px 20px !important;
}

.home-form p {
  color: #fff;
}

input.sendBtn.form_btn {
  background: #ff7129;
  color: #ffffff;
  text-transform: capitalize;
}

.key_ifferentiators {
  padding: 80px 0;
}

.choose_icon img {
  width: 12%;
}

.choose_icon {
  display: flex;
  height: 180px;
  align-items: center;
  gap: 16px;
  background: #eaeaea;
  padding: 20px;
  margin-bottom: 6%;
}

.why_Businesses {
  padding: 80px 0;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #00838d;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.box_key img {
  border-radius: none;
  width: 100%;
}

.card1 {
  display: block;
  position: relative;
  background-color: #f2f8f9;
  padding: 32px 24px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #266989;
    height: 80px;
    width: 80px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}

.card1:hover {
  p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }

  h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}

.key_content h3 {
  letter-spacing: -.01em;
  font-size: 1.5rem;
  color: #134170;
  line-height: 1.4;
}

.key_content {
  padding: 20px;
  width: 100%;
}

.box_key {
  display: flex;
  margin-bottom: 5%;
  height: 165px;
  width: fit-content;
  align-items: center;
  padding: 0 !important;
  background: #fff;
  border: 1px #d8d8d8 solid;
  border-radius: 10px;
}

.spacer-100 {
  width: 100px;
  height: 100px;
}

.spacer-60 {
  width: 60px;
  height: 60px;
}

.spacer-30 {
  width: 30px;
  height: 30px;
}

.spacer-15 {
  width: 15px;
  height: 15px;
}

.marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}

.marquee-horizontal {
  position: relative;
  z-index: 200;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 60px;
  justify-content: flex-start;
  align-items: center;
  background-color: #000000;
}

.track-horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 40s linear infinite;
}

.marquee-horizontal-large {
  position: relative;
  z-index: 200;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 150px;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
}

.marquee-text {
  margin-right: 8vw;
  flex: 0 0 auto;
  color: #ffffff;
  text-transform: uppercase;
}

.track-horizontal-alt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.track-horizontal-alt {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal-alt 40s linear infinite;
}

.icon-container {
  display: flex;
  width: 210px;
  height: 15vw;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
}

.icon-container-alt {
  display: flex;
  width: 250px;
  height: 100px;
  padding-right: 30px;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
}

.icon {
  width: 90%;
}

.icon {
  width: 90%;
}

.spacer-30 {
  width: 30px;
  height: 30px;
}

.sec-title.smalll h2 {
  text-align: left;
}

.sec-title b {
  color: #266989;
}

.sec-title h2 {
  color: #134170;
  font-size: 2.1em;
  margin-bottom: 25px;
  font-weight: 600 !important;
}

#footer {
  color: #fff;
  font-size: 14px;
  background: #266989;
}

#footer .footer-top {
  padding: 35px 0 0px 0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 12px;
  margin: 20px 0px;
  color: white;
}

#footer .footer-top .bottom_line h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #ffffff;
  bottom: 0;
  left: 0;
}

li.ftmenu.bottom_linee {
  margin: 20px 0px;
}

.bottom_linee::after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 2px;
  background: #ffffff;
  top: 60px;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  color: white;
  ALIGN-ITEMS: flex-start;
}

#footer .container .container {
  border-top: 1px solid #ffffff;
}

#footer .footer-top .footer-links ul li {
  padding: 7px 0;
  display: flex;
  align-items: center;
}

.footer-contact .bx {
  font-size: 18px;
  margin-top: 4px;
}

.footer-contact a {
  color: #fff;
}

.footer-contact p {
  padding: 10px 0px;
}

.footer-contact a:hover {
  color: #ccc;
}

.section-title h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #3498db, #2ecc71);
  border-radius: 2px;
}

.industry_sec {
  padding: 80px 0;
  background: url(../images/bg-industries.jpg);
  background-size: cover;
}

.industry_box {
  background: white;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.industry_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.industry_box img {
  width: 20%;
  margin: 0 auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.industry_box:hover img {
  transform: scale(1.05);
}

.industry_cont {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.industry_cont h3 {
  font-size: 1.5rem;
  color: #134170;
  margin-bottom: 15px;
}

.industry_cont p {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

/* Carousel Styles */
.testimonials-slider {
  position: relative;
  overflow: hidden;
}

.owl-stage {
  display: flex;
}

.owl-item {
  padding: 10px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: none;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-prev,
.owl-next {
  background: rgba(255, 255, 255, 0.9) !important;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  pointer-events: all;
}



.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bdc3c7 !important;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.owl-dot.active {
  background: #266989 !important;
  transform: scale(1.2);
}

i.fas.fa-chevron-right {
  color: #266989;
  font-size: 12px;
}

i.fas.fa-chevron-left {
  color: #266989;
  font-size: 12px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .testimonials-slider {
    padding: 0 40px;
  }

  .industry_box img {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2rem;
  }

  .testimonials-slider {
    padding: 0 30px;
  }

  .industry_box img {
    height: 160px;
  }

  .industry_cont {
    padding: 20px;
  }

  .industry_cont h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .section-title h2 {
    font-size: 1.8rem;
  }

  .testimonials-slider {
    padding: 0 20px;
  }

  .owl-prev,
  .owl-next {
    width: 40px;
    height: 40px;
  }

  .industry_box img {
    height: 140px;
  }
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.menubtn {
  background: #266989;
  padding: 10px 20px;
  border-radius: 6px;
}

.menubtn:hover {
  background: #266989d6;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0px;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #EEE;
}

.darkmode .header {
  background-color: var(--color2);
  border-bottom: 1px solid transparent;
}

video.banner_video {
  padding-top: 6%;
  width: 100%;
}

ul.submenu__list {
  margin: 0px 5px;
}

ul.submenu__list.sec_dorpdown {
  padding: 0px 20px;
}

.menu_icon {
  padding: 3px 5px;
  display: flex;
  align-items: center;
}

.menu_icon img {
  width: 10%;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 65px;
  margin: 0 auto;
}

.navbar .navbar__left {
  display: flex;
  align-items: center;
  flex: 0 0 15%;
}

.yrsec {
  position: absolute;
  top: 8px;
  left: 94%;
}

.yrsec img {
  width: 75px !important;
}

.menu_heading {
  padding: 10px 15px 5px;
  width: 100%;
  display: block;
  color: #266989;
  font-weight: 500;
  font-size: 17px;
}

.ftmenu {
  font-size: 16px;
  font-weight: 600;
}

.modal {
  position: fixed;
  z-index: 1;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .7);
  z-index: 999999;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 0;
  width: 45% !important;
}

.close,
.close1 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700
}

.close1:focus,
.close1:hover,
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 100px auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.modal-header {
  padding: 5px 20px !important;
}

.popUpBtn {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/* The Close Button */
.close {
  color: #222;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  color: white;
}

.ord_pic {
  order: 2;
}

.ord_cont {
  order: 1;
}

.modal-body {
  padding: 10px 40px;
}

.modal-body p {
  font-size: 24px;
  font-weight: 500;
  padding-left: 10px;
}

.send_messageForm .inp {
  width: 100%;
  border: 0px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 45px;
  padding: 10px;
  font-size: 16px;
  border: 1px #ccc solid;
  background: #fff;
  color: #333;
}

.send_messageForm select {
  width: 100%;
  border: 0px;
  border-radius: 5px;
  margin-bottom: 20px;
  height: 45px;
  padding: 10px;
  font-size: 16px;
  outline: none;
  background: url(../img/contact-drop-icon.png) right center no-repeat #fff;
  background-position-x: 95%;
  -webkit-appearance: none;
  border: 1px #ccc solid;
  background: #fff;
  color: #666;
}

.send_messageForm .inp2 {
  width: 100%;
  border: 0px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 100px;
  padding: 10px;
  font-size: 16px;
  border: 1px #ccc solid;
}

input.sendBtn {
  background: #266989;
  border: 0px;
  color: #fff;
  padding: 10px 30px !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer;
}

input.sendBtn:hover {
  background: #ff894d;
  color: #fff;
}

@media (max-width: 766px) {
  .navbar .navbar__left {
    display: flex;
    flex: inherit;
  }
}

.navbar .navbar__center {
  display: flex;
}

@media (max-width: 766px) {
  .navbar .navbar__center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
  }
}

.navbar .navbar__right {
  display: flex;
  flex: 0 0 13%;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

@media (max-width: 766px) {
  .navbar .navbar__right {
    flex: 0 0 auto;
    align-items: center;
  }
}

.brand {
  display: flex;
  align-items: center;
  order: 1;
}

.brand svg {
  width: 60px;
  height: 60px;
}

@media (max-width: 766px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    max-width: 85%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    background-color: #fff;
    transform: translate(-100%);
    transition: all 0.4s ease-in-out;
  }

  .menu.is-active {
    transform: translate(0%);
  }

  .darkmode .menu {
    background-color: var(--color2);
  }
}

.menu .menu__header {
  display: none;
  border-bottom: 1px solid #DDD;
  transition: 0.25s;
}

@media (max-width: 766px) {
  .menu .menu__header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }

  .menu .menu__header.is-active {
    visibility: visible;
    background-color: #fff;
  }

  .menu .menu__header.is-active>.menu__arrow {
    display: flex;
  }

  .darkmode .menu .menu__header.is-active {
    background-color: var(--color2);
  }
}

@media (max-width: 766px) {
  .menu .menu__header .menu__arrow {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 3rem;
  }

  .menu .menu__header .menu__arrow:hover i {
    color: var(--color);
  }

  .menu .menu__header .menu__arrow>i {
    font-size: 1.5rem;
    color: #000;
    transition: all 0.25s ease;
  }

  .darkmode .menu .menu__header .menu__arrow>i {
    color: #fff;
  }
}

@media (max-width: 766px) {
  .menu .menu__header .menu__title {
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    transition: all 0.25s ease;
  }

  .menu .menu__header .menu__title:hover {
    color: var(--color);
  }

  .darkmode .menu .menu__header .menu__title {
    color: #fff;
  }
}

@media (max-width: 766px) {
  .menu .menu__inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.menu .menu__inner .menu__item {
  position: static;
  display: inline-block;
  padding-right: 20px;
  padding: 22px 10px 10px 10px;
}

.menu .menu__inner .menu__item:last-child {
  padding-right: 0;
}

.menu .menu__inner .menu__item:hover>.menu__link {
  color: #266989;
}

.darkmode .menu .menu__inner .menu__item:hover>.menu__link {
  color: var(--color);
}

@media (max-width: 766px) {
  .menu .menu__inner .menu__item {
    display: block;
    padding: 0;
  }
}

@media (min-width: 767px) {
  .menu .menu__inner .menu__item:hover>.menu__link i {
    transform: rotate(-90deg);
  }
}

@media (min-width: 767px) {
  .menu .menu__inner .menu__item.menu__dropdown:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: 95%;
  }
}

.menu .menu__inner .menu__item .menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  transition: all 0.25s ease;
}

@media (max-width: 766px) {
  .menu .menu__inner .menu__item .menu__link {
    justify-content: space-between;
    padding: 20px;
  }
}

.menu .menu__inner .menu__item .menu__link>i {
  margin-left: 5px;
  font-size: 1.35rem;
  transform: rotate(90deg);
  transition: 0.35s;
}

@media (max-width: 766px) {
  .menu .menu__inner .menu__item .menu__link>i {
    margin-left: 10px;
    transform: rotate(0deg);
  }
}

.darkmode .menu .menu__inner .menu__item .menu__link {
  color: #fff;
}

.submenu {
  position: absolute;
  z-index: 100;
  top: 110%;
  left: 50%;
  width: 100%;
  height: auto;
  padding: 20px 0px;
  border-radius: 0.25rem;
  border-top: 2px solid #266989;
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transform: translateX(-50%);
}

.darkmode .submenu {
  border-top: 2px solid var(--color);
  background-color: var(--color2);
}

@media (max-width: 766px) {
  .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 100px 15px 0 15px;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
  }

  .submenu.is-active {
    display: block;
  }
}

@media (min-width: 767px) {
  .submenu {
    -webkit-animation: none !important;
    animation: none !important;
  }
}

@media (min-width: 767px) {
  .submenu.megamenu__normal {
    left: 65%;
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media (min-width: 767px) {

  .submenu.megamenu__text,
  .submenu.megamenu__image {
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
    height: auto;
    margin: 10px auto;
  }
}

@media (min-width: 975px) {

  .submenu.megamenu__text,
  .submenu.megamenu__image {
    max-width: max-content;
  }
}

.submenu.megamenu__image .submenu__inner a {
  display: flex;
  flex-flow: column;
  align-items: center;
}

@media (max-width: 766px) {
  .submenu.megamenu__image .submenu__inner a {
    flex-flow: row;
    align-items: center;
    padding-bottom: 20px;
  }
}

.submenu.megamenu__image .submenu__inner a img {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 766px) {
  .submenu.megamenu__image .submenu__inner a img {
    width: 30%;
    height: 80px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.submenu .submenu__inner {
  width: fit-content;
  padding: 0 15px;
}

@media (max-width: 766px) {
  .submenu .submenu__inner {
    width: 100%;
    padding: 0;
  }
}

.submenu .submenu__inner .submenu__title {
  font-size: 16px;
  font-weight: 500;
  color: #266989;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.darkmode .submenu .submenu__inner .submenu__title {
  color: var(--color);
}

@media (max-width: 766px) {
  .submenu .submenu__list {
    margin-bottom: 20px;
  }
}

.submenu .submenu__list li {
  display: block;
  line-height: 2;
}

.submenu .submenu__list li a {
  display: inline-block;
  padding-left: 5px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #000;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
}

.submenu .submenu__list li a:hover {
  color: #266989;
}

@media (max-width: 766px) {
  .submenu .submenu__list li a {
    display: block;
  }
}

.darkmode .submenu .submenu__list li a {
  color: #fff;
}

.darkmode .submenu .submenu__list li a:hover {
  color: var(--color);
}

.switch {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
}

.switch .switch__light,
.switch .switch__dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}

.switch .switch__light {
  font-size: 20px;
  visibility: visible;
  color: #000;
}

.darkmode .switch .switch__light {
  font-size: 0;
  visibility: hidden;
}

.switch .switch__dark {
  font-size: 0;
  visibility: hidden;
  color: #fff;
}

.darkmode .switch .switch__dark {
  font-size: 20px;
  visibility: visible;
}

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
  pointer-events: none;
}

@media (max-width: 766px) {
  .overlay {
    cursor: url("https://i.imgur.com/cPh9Zm5.png"), zoom-out;
    pointer-events: visible;
  }

  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 15px;
  margin-right: 25px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

@media (max-width: 766px) {
  .burger {
    opacity: 1;
    visibility: visible;
    width: 50px;
  }
}

.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: #000;
}

.darkmode .burger .burger-line {
  background: #fff;
}

.burger .burger-line:nth-child(1) {
  top: 0px;
}

.burger .burger-line:nth-child(2) {
  top: 8px;
  width: 70%;
}

.burger .burger-line:nth-child(3) {
  top: 16px;
}

.content {
  padding-top: 100px;
  display: flex;
  justify-content: center;
}

.content .container-wrapper {
  padding: 45px 15px;
}

.content h1 {
  text-align: center;
  margin-bottom: 30px;
}

.content ul {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.content ul li {
  padding: 10px 0;
  line-height: 1.4;
  text-align: center;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@media only screen and (max-width: 600px) {
  .navbar__left img {
    width: 35%;
  }

  .header {
    position: relative;
  }

  .navbar .navbar__right {
    flex: 0 0 100% !important;
  }

  .menubtn {
    font-size: 11px;
    top: 10px;
    position: absolute;
    right: 15px;
    padding: 10px 15px;
  }

  .sec-title h2 {
    font-size: 1.5em !important;
  }

  .next_erp {
    padding: 30px 0px;
    background: none;
  }

  video.banner_video {
    padding: 0px;
  }

  .menu .menu__inner .menu__item .menu__link {
    padding: 10px 20px;
  }

  .sec-title {
    padding: 5px;
  }

  .logo-slid {
    padding: 40px 0px;
  }

  .sec-title h2 {
    margin-bottom: 10px;
  }

  .erpsections {
    padding: 40px 0px;
  }

  .small {
    padding-left: 0px;
  }

  .small h2 {
    font-size: 1.6em;
    margin: 15px 0px;
  }

  .industry_sec {
    padding: 40px 0;
  }

  .owl-dots,
  .owl-nav {
    display: none;
  }

  .testimonials-slider {
    padding: 0 5px;
  }

  .yrsec {
    top: 18px;
    left: 55%;
  }

  .yrsec img {
    width: 50px !important;
  }

  #footer .footer-top .footer-contact {
    margin-bottom: 0px;
  }

  #footer .footer-top h4 {
    margin: 0px;
  }

  .popUpBtn {
    font-size: 11px;
  }

  .box_key {
    display: block;
    height: auto;
  }

  .key_content h3 {
    font-size: 1rem;
  }

  input.sendBtn.form_btn {
    margin: 0 auto;
    display: block;
  }

  .choose_icon {
    display: block;
    height: auto;
  }

  .choose_icon img {
    width: 20%;
  }

  .industry_box img {
    height: auto !important;
  }

  .cloud_icon img {
    width: 15%;
  }

  .cloud_content h3 {
    font-size: 19px;
    padding-top: 5%;
  }

  .icon {
    width: 90%;
  }

  .icon-container-alt {
    width: 200px;
    height: 80px;
  }

  .cloud_icon {
    display: block;
    height: auto;
    margin-bottom: 5%;
  }

  .card1:before {
    right: -85px;
  }

  .modal-content {
    width: 90% !important;
  }
  .listdesignss ul li {
    width: 100% !important;
    height: auto !important;
  }
}
.listdesignss {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
}
.client-video img {
  border-radius: 50%;
}
.listdesignss ul li {
    margin: 0px 35px 35px 0px;
    background: #fff;
    box-shadow: 0px 2px 12px #eee;
    height: 160px;
    list-style: none;
    padding: 20px 10px;
    width: 30%;
    height: 105px;
    float: left;
    background: #fff;
    transition: all 300ms ease 0s;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 1px #d8d8d8 solid;
    min-height: 150px;
    display: flex;
    color: #2f5951;
    text-align: center;
    font-size: 19px;
    justify-content: center;
    flex-flow: column-reverse;
    font-weight: 700;
    position: relative;
}
.listdesignss ul li:before {
    position: absolute;
    content: '';
    left: -60px;
    width: 170px;
    height: 230px;
    z-index: 1;
    background: #e12a63;
    bottom: -150px;
    border-radius: 40% 70% 70% 40% / 40% 40% 70% 70%;
    background: linear-gradient(45deg, #ccf1ff, #b7ebfe);
    opacity: .2;
    display: block;
    animation: dotcircle 30s 
linear infinite;
}
.popup-bt {
    height: 104px;
    width: 0;
    position: fixed;
    top: 30%;
    right: -12px;
    z-index: 1000;
    -webkit-transform: rotate(-90deg);
    float: right;
    background: #30F;
}
.popup-bt a {
    display: block;
    background: #ff7626;
    height: 40px;
    width: 150px;
    padding: 8px 16px;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    float: right;
    border-radius: 2px;
    border: 0;
}
.popup-bt a {
    background: #ff5e00 !important;
}
.clients-main-step-1 {
    text-align: center;
    background: #f5f5f5 url(../images/about-bg.jpg) top center no-repeat;
    padding: 70px 0px;
}
ul.clients-step-1-img-sub {
    padding: 0px;
    margin: 0;
    list-style: none;
    display: block;
}