/* #08090b - black*/
body {
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden !important;
}

.header {
  font-weight: 500 !important;
}

.itim-regular {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header-area2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  background-color: #08090b;
  z-index: 99;
}

.header-area2 {
  padding: 0px 3%;
}

.header-logo {
  padding: 25px 0;
}

.active {
  color: #24bbd1 !important;
}

.header-area2.style-2 .nav-right {
  gap: 40px;
}

.header-area2.style-2 .header-btn a {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #06d895;
  border: 1px solid #06d895;
  border-radius: 5px;
  padding: 10px 35px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.header-area2 .main-menu {
  display: inline-block;
}

.header-area2 .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-area2 .main-menu ul>li {
  display: inline-block;
  position: relative;
  padding: 0 8px;
}

.header-area2 .main-menu ul>li.current_page_item>a,
.header-area2 .main-menu ul>li.current-menu-parent>a,
.header-area2 .main-menu ul>li.current-menu-ancestor>a {
  color: #06d895 !important;
}

.nav-link {
  padding: 32px 25px !important;
  color: #fff;
}

.nav-item a:hover {
  color: #24bbd1 !important;
}

.btn-custom {
  color: #24bbd1;
  border: 2px solid #24bbd1;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
  border-radius: 5px;
  padding: 10px 35px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-custom:hover {
  color: #1d1d1d !important;
}

.btn-custom:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.btn-custom::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: #24bbd1 !important;
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}

.custom-nav-items li:hover>a {
  color: #24bbd1 !important;
}

.dropdown-menu li a:hover {
  color: #24bbd1 !important;
  background: #fff !important;
}

.dropdown-menu>li a:hover::before {
  transform: scale(1) !important;
}

.dropdown-menu>li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, #fff, #24bbd1, #fff) !important;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s ease-in;
  z-index: 1;
}

.dropdown-menu li a {
  border-bottom: 1px solid #ddd !important;
  padding: 14px 20px !important;
}

.dropdown ul.dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  min-width: 215px;
  background: #fff !important;
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  text-align: left;
}

.dropdown-menu>li {
  padding: 0;
  display: block;
  position: relative;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.overlay {
  background-image: url("../img/Web 1920 – 2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 120vh;
}

.header-area2 .main-menu ul>li:hover>ul.sub-menu {
  display: block;
  animation: fade-up 0.45s linear;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
  animation: fade-up 0.45s linear;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}

.overlay-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5rem;
  padding: 200px 100px 70px;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); */
}

.banner-text {
  font-size: 60px;
  font-weight: bolder !important;
  padding: 70px 0px 20px;
}

.font-16 {
  font-size: 16px;
  text-shadow: none !important;
}

.line-35px {
  line-height: 35px;
}

.primary-btn5>svg {
  fill: #24bbd1 !important;
}

.primary-btn5 {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.primary-btn5 .content {
  margin-left: -40px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.5s;
}

.primary-btn5 .content svg {
  stroke: #fff;
  transition: 0.5s;
}

.text-decoration-none {
  text-decoration: none !important;
}

.primary-btn5:hover {
  color: #fff;
}

.primary-btn5:hover .content {
  color: #fff;
}

.primary-btn5:hover .content svg {
  transform: rotate(45deg);
}

.primary-btn5 .content svg {
  stroke: #fff;
  transition: 0.5s;
}

.background-text-slider {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
}

.background-text-slider h2 {
  font-weight: 700;
  font-size: 98px;
  line-height: 154px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  opacity: 0.03;
}

.banner-img {
  position: relative;
  display: inline-block;
}

.banner-img .banner-big-img {
  border-radius: 260px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.banner-img .banner-big-img img {
  border-radius: 260px;
  max-width: 400px;
  height: 500px;
}

.text-blue {
  color: #24bbd1 !important;
}

.about {
  background: #000;
  padding: 110px 10px 0px 10px;
}

.section-title-4>span {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(var(--theme-color));
  display: inline-block;
  margin-bottom: 10px;
}

.about p {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  margin-bottom: 0;
  padding-top: 20px;
}

.about h2 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #fff !important;
}

.section-title-4 h2 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #fff;
}

.section-title-4 p {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
}

.about-left-content .about-feature {
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 40px;
}

.about-left-content .about-feature ul {
  margin: 0;
  padding: 0;
  -moz-columns: 2;
  columns: 2;
}

.about-left-content .about-feature ul li {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.about-left-content .about-feature ul li svg path {
  fill: #24bbd1;
}

.potential {
  margin-top: 110px;
  padding: 0px 10px 110px 10px;
}

.solutions {
  background-color: #1b1f23;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 110px 10px 100px 10px;
}

.section-title-4>span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #24bbd1;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title-4 h2 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #fff;
}

.section-title-4 h2 span {
  color: #24bbd1;
}

/* .single-solution,
.home6-solution-archive .single-solution {
  position: relative;
  border-radius: 5px;
  z-index: 1;
  padding: 30px 30px 50px;
  overflow: hidden;
  transition: 0.5s;
}
.single-solution .background-img,
.home6-solution-archive .single-solution .background-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -2;
  transition: 0.5s;
  opacity: 0;
}
.single-solution .background-img::before,
.home6-solution-archive .single-solution .background-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 24, 28, 0.75);
  transition: 0.5s;
}
.single-solution .background-img img,
.home6-solution-archive .single-solution .background-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-solution .sl,
.home6-solution-archive .single-solution .sl {
  margin-bottom: 15px;
}
.single-solution .sl h2,
.home6-solution-archive .single-solution .sl h2 {
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.08);
  margin-bottom: 0;
}
.single-solution .solution-content h3,
.home6-solution-archive .single-solution .solution-content h3 {
  margin-bottom: 13px;
}
.single-solution .solution-content h3 a,
.home6-solution-archive .single-solution .solution-content h3 a {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #ffffff;
}
.single-solution .solution-content p,
.home6-solution-archive .single-solution .solution-content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  margin-bottom: 30px;
}
.single-solution .solution-btn-icon,
.home6-solution-archive .single-solution .solution-btn-icon {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
} */
.primary-btn9 span {
  text-decoration: underline;
}

.primary-btn9 svg {
  stroke: #24bbd1;
  transition: 0.5s;
}

/* .single-solution .icon,
.home6-solution-archive .single-solution .icon {
  position: absolute;
  right: 30px;
  bottom: 20px;
  transition: 0.5s;
  transform: scale(1);
  transform-origin: right bottom;
}
.single-solution .icon svg {
  width: 50px;
  height: 50px;
}
.single-solution .icon svg,
.home6-solution-archive .single-solution .icon svg {
  fill: #24bbd1;
}
.single-solution .icon::after,
.home6-solution-archive .single-solution .icon::after {
  content: "";
  background-color: #05cbe826;
  position: absolute;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  bottom: -78px;
  right: -55px;
  z-index: -1;
}
.single-solution::after,
.home6-solution-archive .single-solution::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/home-6/home6-solution-bg1.png),
    linear-gradient(#161519, #161519);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: 0.5s;
} */
.primary-btn9 svg {
  stroke: #24bbd1;
  transition: 0.5s;
}

/* .single-solution:hover .background-img,
.home6-solution-archive .single-solution:hover .background-img {
  opacity: 1;
}
.single-solution:hover .sl h2,
.home6-solution-archive .single-solution:hover .sl h2 {
  color: rgba(255, 255, 255, 0.2);
}
.single-solution:hover .solution-content h3 a,
.home6-solution-archive .single-solution:hover .solution-content h3 a {
  color: #ffffff;
}
.single-solution:hover .solution-content p,
.home6-solution-archive .single-solution:hover .solution-content p {
  color: rgba(255, 255, 255, 0.7);
}
.single-solution:hover .icon,
.home6-solution-archive .single-solution:hover .icon {
  opacity: 0;
  transform: scale(0);
}
.single-solution:hover::after,
.home6-solution-archive .single-solution:hover::after {
  opacity: 0;
} */
.primary-btn9 span {
  color: #24bbd1;
}

.font-weight-400 {
  font-weight: 400 !important;
}

/* .single-solution {
  height: 345px;
} */
.single-work {
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
}

.single-work .work-img {
  border-radius: 5px;
}

.single-work .work-content {
  background: linear-gradient(180deg,
      rgba(29, 29, 29, 0) 23.76%,
      #1d1d1d 90.19%);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 25px 25px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
  opacity: 0;
}

.single-work .work-content h3 {
  margin-bottom: 5px;
  line-height: 1.1;
}

.single-work .work-content h3 a {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  transition: 0.5s;
  line-height: 1.1;
}

.single-work .work-content>a {
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  opacity: 0.5;
}

.single-work:hover .work-content {
  opacity: 1;
  transform: scaleY(1);
}

.contact-wrapper {
  position: relative;
  padding-bottom: 250px;
}

.contact-wrapper .title {
  font-weight: 600;
  font-size: 120px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  margin-bottom: 30px;
}

.contact-wrapper .content {
  font-weight: 600;
  font-size: 220px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.08;
}

.contact-wrapper h2 {
  margin-bottom: 0;
}

.contact-wrapper .contact-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}

.contact-wrapper .contact-btn a {
  width: 259px;
  height: 259px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 25px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 50%;
  background-image: url(../img/contact-btn-bg.png),
    linear-gradient(#1b1f23, #1b1f23);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  transition: 0.8s;
  text-align: start;
}

.contact-wrapper .contact-btn a svg {
  stroke: #fff;
  transition: 0.5s;
}

.contact-wrapper .contact-btn a:hover {
  border-color: #24bbd1;
  box-shadow: inset 0 0 0 10em #24bbd1;
  color: #1d1d1d;
}

.contact-wrapper .contact-btn a:hover svg {
  transform: rotate(45deg);
  stroke: #000;
}

footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 80px;
}

footer {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

footer {
  background-image: url("../img/footer-bg.png"),
    linear-gradient(#1d1d1d, #1d1d1d);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

footer .footer-top .footer-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px;
}

footer .footer-top .footer-top-content .footer-contect {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .footer-top .footer-top-content .footer-contect .icon svg {
  fill: #24bbd1;
}

footer .footer-top .footer-top-content .footer-contect .content span {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #fff;
  display: inline-block;
  margin-bottom: 3px;
}

footer .footer-top .footer-top-content .footer-contect .content h6 {
  margin-bottom: 0;
}

footer .footer-top .footer-top-content .footer-contect .content h6 a {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #fff;
  transition: 0.5s;
}

footer .footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

footer .footer-btm .footer-btn-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px;
}

footer .footer-btm .footer-btn-content .copyright-area p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #e4e4e4;
}

footer .footer-btm .footer-btn-content .copyright-area p a {
  color: #fff;
  font-weight: 700;
  transition: 0.5s;
}

footer .footer-btm .footer-btn-content .footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
}

footer .footer-btm .footer-btn-content .footer-social ul li a {
  height: 28px;
  width: 28px;
  border-radius: 4px;
  background-color: rgba(15, 16, 18, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.5s;
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bxl-facebook:before {
  content: "\e926";
}

footer .footer-btm .footer-btn-content .footer-social ul li a:hover {
  color: #fff;
  background-color: #24bbd1;
}

footer .widget-title {
  margin-bottom: 25px !important;
}

footer .widget-title h4 {
  margin-bottom: 25px !important;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 0;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 18px;
}

footer ul li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #b4b4b4 !important;
  transition: 0.5s;
}

footer .footer-contact {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

footer .footer-contact h4 {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.03em;
  color: #fff;
}

.footer-contact h4 svg {
  fill: #24bbd1 !important;
}

footer .footer-contact a,
footer .footer-contact address {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  transition: 0.5s;
}

footer .footer-contact {
  max-width: 300px;
  width: 100%;
}

footer .footer-contact a,
footer .footer-contact address {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  transition: 0.5s;
}

/* .about-banner{
    background-image: url('../img/Web\ 1920\ –\ 2.png');
} */
.breadcrumbs {
  position: relative;
  background-image: linear-gradient(#1d1d1d, #1d1d1d);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.breadcrumbs .inner-banner-2 {
  position: absolute;
  bottom: 0;
  right: 170px;
  border-radius: 130px 130px 0px 0px;
}

.breadcrumbs .inner-banner-2 img {
  border-radius: 130px 130px 0px 0px;
}

.breadcrumbs .inner-banner-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 130px 130px 0px 0px;
  background: rgba(29, 29, 29, 0.6);
}

.breadcrumbs .breadcrumb-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 205px 0px 140px;
}

.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt {
  position: relative;
  text-align: center;
}

.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt h1 {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
  word-break: break-word;
}

.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt .breadcrumb-list {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt .breadcrumb-list a {
  color: #24bbd1;
}

.home3-about-section .section-title-3 {
  padding-left: 50px;
  margin-bottom: 80px;
  max-width: 700px;
}

.section-title-3 h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 7px;
}

.section-title-3 p {
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  margin-bottom: 0;
}

.home3-about-section .about-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.home3-about-section .about-left .about-img {
  position: relative;
}

.home3-about-section .about-left .about-img::after {
  content: "";
  border: 1px solid #05cbe826, 0.15;
  position: absolute;
  left: -15px;
  top: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home3-about-section .about-left .about-content {
  max-width: 470px;
  width: 100%;
}

.home3-about-section .about-left .about-content>p {
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  margin-bottom: 50px;
}

.home3-about-section .about-left .about-content .devider {
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}

.home3-about-section .about-left .about-content .devider::before {
  content: "";
  height: 21px;
  width: 21px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #24bbd1;
  position: absolute;
  right: 22%;
  top: 50%;
  transform: translateY(-50%);
}

.home3-about-section .about-left .about-content .devider::after {
  content: "";
  height: 21px;
  width: 21px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #24bbd1;
  position: absolute;
  left: 22%;
  top: 50%;
  transform: translateY(-50%);
}

.home3-about-section .about-left .about-content .about-feature li {
  text-align: center;
}

.home3-about-section .about-left .about-content .about-feature li p {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
}

.home3-about-section .about-left .about-content .about-feature {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
  -moz-columns: 2;
  columns: 2;
}

.home3-about-section .about-right .about-img {
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
}

.home3-about-section .about-right .about-img::after {
  content: "";
  border: 1px solid #24bbd133, 0.1;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home3-about-section .about-right .about-exprience {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  background-image: url("../img/exp-bg.png"), linear-gradient(#24bbd1, #ffffff);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home3-about-section .about-right .about-exprience .years {
  position: absolute;
  text-align: center;
}

.home3-about-section .about-right .about-exprience .years h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 38px;
  color: #263238;
  margin-bottom: 0;
}

.home3-about-section .about-right .about-exprience .years h2 span {
  font-size: 28px;
  font-weight: 400;
}

.bg_dark {
  background: #000 !important;
}

.banner-img .banner-big-img-1 {
  border-radius: 260px;
  max-width: 500px !important;
  position: relative;
  display: inline-block;
}

.error h1 {
  font-size: 80px !important;
}

.contact-content>span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #24bbd1;
  display: inline-block;
}

.contact-content h2 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #fff;
}

.contact-content p {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #b5b5b5;
  margin-bottom: 0;
}

.contact-content .informations {
  padding-top: 50px;
}

.contact-content .informations .single-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
}

.contact-content .informations .single-info .icon {
  height: 2.8rem;
  min-width: 2.8rem;
  border-radius: 50%;
  border: 1px solid #24bbd1;
  color: #24bbd1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-content .informations .single-info .icon i {
  font-size: 20px;
  color: #24bbd1;
}

.contact-content .informations .single-info .info p {
  font-size: 16px;
  font-weight: 400;
  color: #b5b5b5;
  display: block;
  transition: all 0.5s ease;
}

.contact-content .follow-area {
  padding: 30px 0px;
}

.contact-content .follow-area h5 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-bottom: 0px;
}

.contact-content .follow-area .para {
  font-size: 16px;
  font-weight: 400;
  color: #b5b5b5;
  line-height: 28px;
  margin-bottom: 10px;
}

.contact-content .follow-area .blog-widget-body .follow-list {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}

.contact-content .follow-area .blog-widget-body .follow-list li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  transition: all 0.35s ease-in-out;
}

.contact-form-wrap {
  background-image: url("../img/pricing-bg-3.png"),
    linear-gradient(#161a1e, #161a1e);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
}

.contact-form-wrap .form-tltle {
  padding: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-form-wrap .form-tltle h5 {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

.contact-form-wrap .contact-form {
  padding: 40px 45px;
}

.page-content-wrapper,
.page-content-wrapper p {
  color: #b5b5b5;
}

.contact-form-wrap .contact-form form input,
.contact-form-wrap .contact-form form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  height: 41px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #dedada;
  padding: 10px 15px;
}

.form-inner .btn-custom {
  padding: 12px 62px;
}

.mb-20 {
  margin-bottom: 20px;
}

.contact-form-wrap .contact-form form label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 8px;
}

.mb-100 {
  margin-bottom: 100px;
}

.contact-form-wrap .contact-form form textarea {
  height: 140px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block !important;
  left: 100%;
  margin-top: -54px;
  border-radius: 0px;
}

.nav-link:focus,
.nav-link:hover {
  color: #24bbd1 !important;
}

/* .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
} */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  outline: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.about-featue-global li {
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.02em;
  padding-top: 30px;
}

.about-featue-global li svg {
  fill: #24bbd1;
}

ul.about-featue-global.ps-0 {
  list-style-type: none;
}

.swiper marquee {
  background-color: #f0f0f0;
  padding: 10px;
}

.swiper img {
  height: 50px;
  /* Adjust height as needed */
  margin: 0 15px;
  /* Spacing between logos */
}

.elementor-9 .elementor-element.elementor-element-2a7d82b>.elementor-widget-container {
  margin: -150px 0px 0px 0px;
}

.home4-trusted-client-area {
  background: #161a1e;
  padding: 50px;
  overflow: hidden;
}

.home4-trusted-client-area .marque-wrap {
  overflow: hidden;
  padding: 0 50px;
}

.home4-trusted-client-area p {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #b5b5b5;
  margin-bottom: 70px;
}

.js-marquee {
  display: flex;
  align-items: center;
}

.single-client {
  display: flex;
  justify-content: center;
  max-width: 150px;
  width: 100%;
  margin-left: 50px;
}

.marquee-content {
  display: inline-block;
  animation: scroll 20s linear infinite;
  /* Adjust the duration for scrolling speed */
  opacity: 0;
  /* Initially hidden */
  animation-delay: 2s;
  /* Delay before starting scroll */
  animation-fill-mode: forwards;
  /* Keep the final state of the animation */
}

@keyframes show {
  to {
    opacity: 1;
  }

  /* Fade in effect */
}

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

  100% {
    transform: translateX(-100%);
  }
}

.single-service-card {
  background-image: url("../img/home4-service-bg.png"),
    linear-gradient(#17181c, #17181c);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 5px;
  padding: 40px 30px;
  transition: 0.5s;
}

.single-service-card .icon {
  margin-bottom: 25px;
}

.single-service-card .icon svg {
  width: 50px;
  height: 50px;
}

.single-service-card .icon svg {
  fill: #24bbd1;
  min-height: 50px;
}

.single-service-card .services-content h3 {
  margin-bottom: 10px;
}

.single-service-card .services-content h3 a {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  transition: 0.5s;
}

.single-service-card .services-content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #fff;
}

.single-service-card .services-content .services-btn {
  padding-top: 33px;
}

.primary-btn5>svg {
  fill: #24bbd1;
}

.primary-btn5 .content {
  margin-left: -40px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.5s;
}

.primary-btn5 .content svg {
  stroke: #fff;
  transition: 0.5s;
}

.single-service-card:hover {
  background-image: url("../img/home4-service-bg2.png"),
    linear-gradient(#17181c, #17181c);
}

.primary-btn5:hover {
  color: #fff;
}

.primary-btn5:hover .content svg {
  transform: rotate(45deg);
}

.testimonial-card4 {
  background: #1b1f23;
  border-radius: 10px;
  padding: 45px 35px;
  position: relative;
  height: 380px;
}

.testimonial-card4 .quate-icon {
  position: absolute;
  left: 50%;
  top: 0;
}

.testimonial-card4 .testimonial-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
  flex-wrap: wrap;
  gap: 10px;
}

.testimonial-card4 .testimonial-top .author-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-card4 .testimonial-top .author-area .author-img img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.testimonial-card4 .testimonial-top .author-area .author-content h4 {
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}

.testimonial-card4 .testimonial-top .author-area .author-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #24bbd1;
}

.testimonial-card4 .testimonial-top .review-date-and-time {
  text-align: end;
}

.testimonial-card4 .testimonial-top .review-date-and-time p {
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}

.testimonial-card4 .testimonial-top .review-date-and-time span {
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: #fff;
  opacity: 0.5;
}

.testimonial-card4 .testimonial-content {
  margin-bottom: 28px;
}

.testimonial-card4 .testimonial-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}

.testimonial-card4 .testimonial-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-card4 .testimonial-btm .review-left img {
  max-width: 200px;
}

.testimonial-card4 .testimonial-btm .review-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.star li svg {
  fill: #24bbd1;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.home4-feature-area .section-title-4 p {
  padding-top: 0;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.home4-feature-area .counter-area .single-counter .icon svg {
  fill: #24bbd1;
  height: 50px;
}

.home4-feature-area .counter-area .single-counter .icon img {
  height: 50px;
}

.home4-feature-area .counter-area .single-counter .content {
  padding-top: 25px;
}

.home4-feature-area .counter-area .single-counter .content .number {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 0;
}

.home4-feature-area .counter-area .single-counter .content p {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}

.home4-feature-area .counter-area .devider::after {
  content: "";
  height: 105px;
  width: 2px;
  background: #fff;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.padding-bottom-110px {
  padding-bottom: 110px !important;
}

.home4-feature-area {
  padding: 120px 7%;
}

.home4-feature-area .counter-area .single-counter .content .number h3 {
  font-weight: 600;
  font-size: 38px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}

.home4-feature-area .counter-area .single-counter .content .number {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 0;
}

.home4-feature-area .counter-area {
  width: 100%;
}

.home4-feature-area .counter-area .devider {
  position: relative;
}

.home4-feature-area .counter-area .single-counter .content .number span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}

.portfolio-img img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.portfolio-content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
}

.portfolio-content p {
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 15px;
}

.portfolio-info {
  background-image: url(../img/portfolio-info-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin-bottom: 50px;
}

.portfolio-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px 0;
}

.portfolio-info ul li {
  text-align: center;
  padding: 25px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.portfolio-info ul li span {
  font-weight: 400;
  font-size: 15px;
  color: #b5b5b5;
  display: inline-block;
  margin-bottom: 5px;
}

.portfolio-info ul li h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.portfolio-info ul li:last-child {
  border-bottom: unset;
}

.portfolio-content .working-process {
  padding-top: 20px;
  margin-bottom: 70px;
}

.portfolio-content .working-process h3 {
  margin-bottom: 25px;
}

.portfolio-content .working-process .single-process {
  background: rgba(217, 217, 217, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  padding: 35px 20px;
  position: relative;
}

.portfolio-content .working-process .single-process .icon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.portfolio-content .working-process .single-process span {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #24bbd1;
  display: inline-block;
  margin-bottom: 10px;
}

.portfolio-content .working-process .single-process h3 {
  font-weight: 600;
  font-size: 28px;
  text-transform: capitalize;
  color: #fff;
}

.portfolio-content .working-process h3 {
  margin-bottom: 25px;
}

.padding_120px {
  padding: 120px 0;
}

.elementor-heading-title {
  color: #ffffff;
  font-family: "Saira", Sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.service-details .how-we-work-section .work-item {
  position: relative;
  padding: 0px 100px;
  z-index: 1;
}

.service-details .single-work-step {
  max-width: 280px;
  width: 100%;
}

.service-details .how-we-work-section .work-item .single-work-step .work-icon {
  width: 65px;
  height: 65px;
  font-size: 10px;
}

.service-details .single-work-step .work-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #24bbd1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}

.service-details .single-work-step .work-icon svg {
  font-size: 40px;
  height: 40px;
}

.service-details .single-work-step .work-content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 8px;
}

.service-details .single-work-step .work-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: lighter;
}

.service-details .how-we-work-section .work-item::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ece3e3;
  position: absolute;
  left: 0;
  top: 82px;
  z-index: -1;
}

.padding_120px {
  padding: 120px 0;
}

.home4-experts-section .single-team {
  position: relative;
  padding: 25px 20px 20px;
  z-index: 1;
  transition: 0.5s;
}

.home4-experts-section .single-team .team-img {
  position: relative;
  transition: 0.5s;
}

.home4-experts-section .single-team .team-img img {
  border-radius: 5px;
  width: 100%;
}

.home4-experts-section .single-team .team-img .social-area {
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  bottom: 15px;
}

.home4-experts-section .single-team .team-img .social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.home4-experts-section .single-team .team-img .social-area ul li a {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  border: 1px solid #24bbd1;
  background-color: #24bbd1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.home4-experts-section .single-team .team-content {
  padding-top: 17px;
  text-align: center;
}

.home4-experts-section .single-team::after {
  content: "";
  background-image: url("../img/team-bg-1.png"),
    linear-gradient(#1e1e1e, #1e1e1e);
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.home4-experts-section .single-team .team-content h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}

.home4-experts-section .single-team .team-content span {
  font-weight: 400;
  font-size: 15px;
  color: #b5b5b5;
}

.home4-experts-section .single-team:hover .team-img .social-area {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.testing .nav-link {
  width: 220px;
  height: 90px;
  text-align: center;
}

.about-featue-global li,
.tab-pane p {
  color: #fff;
}

.testing .nav-link.active {
  font-weight: 600;
}

.testing .nav-link {
  font-weight: 600;
}

.testing .nav-item a {
  color: #24bbd1 !important;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.about-featue-global.ps-0 {
  margin-bottom: 0px;
}

.nav-link:focus-visible {
  border: none !important;
  outline: 0;
}

.logo_size {
  height: 60px;
}

.banner-img .banner-big-img::after {
  content: "";
  opacity: 0.1;
  border: 1px solid #24bbd1;
  border-radius: 260px;
  position: absolute;
  left: 20px;
  top: 0;
  height: 98%;
  width: 100%;
  z-index: -1;
}

.banner-img .banner-sm-img::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(23, 22, 26, 0.3);
}

.banner-area4 .banner-img .banner-sm-img img {
  width: 120px;
  height: 120px;
}

.banner-img .banner-sm-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.banner-area4 .banner-img .banner-sm-img {
  width: 120px;
  height: 120px;
  top: -90px;
}

.banner-img .banner-sm-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: -70px;
  right: -115px;
}

.banner-img .banner-sm-img .down-arrow {
  position: absolute;
  right: -75px;
  top: 0;
}

.home4-trusted-client-area p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rating {
  display: flex !important;
  list-style-type: none;
  letter-spacing: 8px;
}

.text-gold {
  color: #f2c300 !important;
}

.font-15 {
  font-size: 15px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
}

.font-18 {
  font-size: 18px !important;
}

.form-call-back .field-one-third {
  float: left;
  width: 270px;
  margin-right: 10px;
}

.form-call-back .field-one-third .field-select {
  position: relative;
}

.form-call-back .field-one-third .field-select:before {
  position: absolute;
  font-family: 'Fontawesome';
  top: 10px;
  right: 15px;
  color: #5a596a;
  z-index: 3;
}

.form-call-back .field-one-third select,
.form-call-back .field-one-third input {
  height: 46px;
  border-radius: 2px;
  padding-left: 15px;
  border-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.form-call-back .field-one-third select,
.form-call-back .field-one-third input {
  height: 46px;
  border-radius: 2px;
  padding-left: 15px;
  border-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.form-call-back .field-one-third:nth-child(3) {
  margin-right: 0;
}

/* .form-call-back .btn-submit button {
  width: 170px;
  margin-left: 30px;
} */
.form-call-back {
  padding: 0 90px;
}

.careers .accordion-button {
  background: #24bbd1 !important;
  font-weight: bold !important;
}

.careers .accordion-button:not(.collapsed) {
  color: #000 !important;
  font-weight: bold !important;
}

.list_style_type_none {
  list-style-type: none;
}

.careers .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.careers .accordion-body p {
  color: #fff !important;
}

.careers .accordion-body {
  background: #1b1f23;
}

.list_style_type_none li {
  color: #fff;
}

#paypal-form-fields-container-CJQWJH8PGMREL .input-label {
  color: #fff !important;
}

#paypal-form-fields-container-CJQWJH8PGMREL {
  background-image: url(../img/pricing-bg-3.png), linear-gradient(#161a1e, #161a1e);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  padding: 10px 30px 10px 30px;
}

.single-service-card {
  height: 430px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  footer .footer-btm .footer-btn-content {
    display: inline;
  }

  footer .footer-contact {
    max-width: none !important;
  }

  .contact-wrapper .content {
    font-size: 130px;
  }

  .contact-wrapper .contact-btn a {
    height: 200px;
    width: 200px;
    padding: 35px;
  }

  .contact-wrapper .title {
    font-size: 80px;
  }

  .home3-about-section .section-title-3 {
    padding: 0px;
  }

  .offcanvas-body {
    background: #08090b;
  }

  .nav-link {
    padding: 25px 25px !important;
    color: #fff;
    font-size: 22px;
  }

  .offcanvas-start {
    width: 100%;
  }

  .caret {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }

  /* Rotate caret when dropdown is open */
  .nav-link[aria-expanded="true"] .caret {
    transform: rotate(135deg);
  }

  .single-service-card {
    margin-top: 40px;
  }

  .mbl-text {
    padding: 20px;
    padding-top: 10px;
    top: 50%;
  }

  .banner-text {
    font-size: 38px;
    padding: 0px;
  }

  .overlay-text {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    padding: 0px 30px 0px;
  }

  .overlay {
    min-height: 100vh !important;
  }

  .background-text-slider {
    bottom: -140px;
  }

  .single-client {
    display: flex;
    justify-content: center;
    max-width: 150px;
    width: auto;
    margin-left: 50px;
  }

  .swiper-slide {
    width: 100% !important;
  }

  .testimonial-card4 {
    height: 550px;
  }

  .about {
    background: #000;
    padding: 10px 10px 0px 10px;
  }

  .section-title-4 h2 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 40px;
  }

  .home4-feature-area {
    padding: 50px 7%;
  }

  .home4-feature-area .counter-area .devider::after {
    height: 0px;
  }

  .form-call-back {
    padding: 0 50px;
  }

  .field-one-third .btn-submit {
    text-align: center;
  }

  /* Ensure navbar has background in mobile */
  .header-area2 .navbar-brand img {
    max-height: 50px !important;
    /* slightly smaller on mobile */
    width: auto !important;
  }

  .navbar-brand {
    display: flex !important;
    align-items: center !important;
  }

  .navbar-brand img {
    max-height: 60px !important;
    /* keep this for mobile */
    width: auto !important;
    height: auto !important;
  }

  .navbar-toggler {
    display: flex !important;
    align-items: center !important;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
}

/* Make sure logo scales consistently */
.logo_size {
  max-height: 55px !important;
  /* Control height */
  width: auto !important;
  /* Prevent distortion */
  /* Avoid inline issues */
}
#subscribe-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#subscribe-content .field-one-third {
  flex: 1;
}

#subscribe-content .btn-submit {
  flex: 0 0 180px; /* Fixed width for button */
}

#subscribe-content .btn-submit button {
  width: 100%;
}
.work-img img{
      height: 250px;
}