/** @format */
/** @format */
* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}
.btn
{
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  -o-border-radius:50px;
}
.btn-md {
  padding: 12px 26px;
}

html {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
}
html body {
  font-family: "Open Sans", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
html body a {
  color: black;
  text-decoration: none;
}
html body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
html body #top {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  position: fixed;
  top: -60px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color:#d74140;
  opacity: 0.7;
  z-index: 9999;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
html body #top .top {
  font-size: 20px;
  color: white;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
html body #top:hover .top {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
}
.navbar-brand a:hover,
.navbar-brand a:focus,
.navbar-brand a:active
{
  outline: none;
}
/*p {
    font-size: 0.9em;
    line-height: 1.7em;
}*/

::-webkit-scrollbar {
  width: 0;
}
.breadcrumbs .text-center h2 {
  color: #d74140 !important;
}
.protofolio .buttons button {
    padding: 10px 25px !important;
}

.landing .landing-inner .btn-custom
{
  border-radius:0.375rem !important;
  -webkit-border-radius:0.375rem !important;
  -moz-border-radius:0.375rem !important;
  -o-border-radius:0.375rem !important;
}

.btn-custom.btn-primary {
    background: #d74140 !important;
    border: 1px #f05454 solid !important;
}
.btn-custom.btn-primary:hover,
.btn-custom.btn-primary:active,
.btn-custom.btn-primary:focus {
    background: #f05454 !important;
    border: 1px #d74140 solid !important;
}
.btn-custom.btn-default
{
  background:rgba(255,255,255,0.9) !important;
  color: #f05454 !important;
  border: 1px #d74140 solid !important;
}
.btn-custom.btn-default .fa-circle-play
{
  margin-right:6px !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d74140;
    --bs-btn-border-color:#d74140;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg:#d74140;
    --bs-btn-hover-border-color:#d74140;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg:#d74140;
    --bs-btn-active-border-color:#d74140;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

canvas {
  display: block;
  aspect-ratio: auto 1314/957;
}

#particles-js {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
header.bg-white {
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.header {
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding-bottom: 40px;
}
.header .title {
  color: #d74140 !important;
  font-size: 34px;
}
.header .para {
  color:#212529 !important;
}

.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  cursor: zoom-out;
}

.popUp {
  position: fixed;
  padding: 40px;
  width: 850px;
  z-index: 2001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.popUp img {
  max-width: 100%;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  cursor: grab;
}
.popUp img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/** @format */
.landing .landing-inner .btn-custom {
  --button-bg: ;
  font-size: 14px;
  margin-right: 20px;
  margin-top: 20px;
  padding:13px 25px 14px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  background: var(--button-bg);
  color: var(--button-fg, inherit);
}
@media (prefers-reduced-motion: no-preference) {
  .landing .landing-inner .btn-custom {
    --_percentage: calc(100% / var(--ripples, 1));
    --ripple-speed: 2s;
    background: linear-gradient(var(--button-bg), var(--button-bg)) padding-box, repeating-conic-gradient(from var(--gradient-angle), transparent, var(--button-bg) calc(var(--_percentage) * 0.5), transparent var(--_percentage)) border-box;
    animation: var(--ripple-speed) ripple linear infinite;
  }
  .landing .landing-inner .btn-custom::before {
    content: "";
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    translate: -50% -50%;
    width: 150%;
    aspect-ratio: 1;
    background: linear-gradient(transparent, hsla(0, 0%, 100%, 0.1), transparent);
    animation: calc(var(--ripple-speed) * 3 / var(--ripples)) shimmer linear infinite;
    pointer-events: none;
  }
  @keyframes ripple {
    to {
      --gradient-angle: 360deg;
    }
  }
  @keyframes shimmer {
    to {
      rotate: 360deg;
    }
  }
}

@media (prefers-reduced-motion: no-preference) {
  @property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }
}
@keyframes up-and-down {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -40px;
  }
}
* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

header {
  color: white !important;
  height: 88px;
  padding-top: 5px;
  width:100vw;
}
@media (max-width: 767px) {
  .popUp {
    width: 370px;
  }
  header {
    padding:20px 15px 20px 5px;
  }
  p {
    font-size: 15px;
}
  header .container {
    padding: 0 5px !important;
}
.landing .landing-inner {
  padding:23vh 15px 6vh!important;
}
.h5, h5 {
  font-size: 1.15rem !important;
}
.services .container div h4 {
  margin: 12px 0 10px !important;
  font-size: 18px !important;
}
.testimonials .swiper-slide img
{
  width:100%;
  height:100%;
  object-fit: cover;
}
.testimonials
{
  padding:50px 0 !important
}
#particles-js {
  height: 80vh;
}
.header .title {
  font-size: 24px !important;
}
.landing {
  height: auto;
}
.services
{
  padding: 50px 0 !important;
}

.landing .landing-inner h2 {
  font-size: 26px !important;
}

.landing .landing-inner p {
  font-size: 15px;
}

.landing .landing-inner .social a svg {
  color: white;
}

header nav .navbar-brand img {
  width: 150px !important;
  margin-right: 0 !important;
}


.container {
padding: 0 20px;
}
.about-info {
padding: 50px 0 !important;
}

header nav .get-quotes {
  width: 90%;
  margin-bottom: 10px !important;
}

header nav [id=darkmode-button] {
  width: 90%;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  margin-left: 0px;
}

.breadcrumbs {
  background: url(../images/group-people-working.jpg) center top no-repeat !important;
}

}
header .navbar-brand
{
  outline: none;
  border:none;
  text-decoration: none;
}
header nav .navbar-brand img {
  width:165px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  margin-right:10px;
}

header nav .navbar-brand img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
header nav .navbar-toggler {
    margin: 0!important;
    border-color: #fff;
    float: right;
    width: 40px;
    height: 38px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}
header nav .navbar-toggler .fa-sliders {
  color: white !important;
}
header.header-logo-dark nav .navbar-toggler {
  border-color:#d74140bf;
}
header.header-logo-dark nav .navbar-toggler .fa-sliders{
  color: #d74140bf !important;
}

@media (max-width: 991px) {
  header nav .navbar-collapse {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    position: absolute;
    top: 100%;
    left: 12px;
    width: 96%;
    border: 1px #f3f3f3 solid;
}

}
header nav .navbar-collapse ul li:first-child {
  margin-left:0;
}
header nav .navbar-collapse ul li {
  margin-left:15px;
  font-size:15px;
}
header nav .navbar-collapse ul li ul.dropdown-menu.show li
{
  margin-left:0;
}
header nav .navbar-collapse ul li ul.dropdown-menu.show li a {
  background: transparent;
}
header nav .navbar-collapse ul li ul.dropdown-menu.show li a:hover,
header nav .navbar-collapse ul li ul.dropdown-menu.show li a:active,
header nav .navbar-collapse ul li ul.dropdown-menu.show li a:focus
{
  background: #d74140;
  color:#fff !important;
}
header nav .navbar-collapse ul li a {
  font-weight: 400;
  color:#fff;
}
header.header-logo-dark nav .navbar-collapse ul li a {
  color: #333;
}

@media (max-width: 991px) {
  header nav .navbar-collapse ul li a {
    color: black !important;
  }
}
header nav .navbar-collapse ul li a.active, header nav .navbar-collapse ul li a:hover, header nav .navbar-collapse ul li a:focus {
  color:#de605f!important;
}
header nav .navbar-collapse ul li.dropdown ul li a {
  color: rgba(128, 128, 128, 0.829) !important;
  font-weight: normal !important;
  padding: 8px 18px;
  font-size: 14px !important;
}
header nav .navbar-collapse ul li.dropdown ul li a:hover {
  color: #d74140 !important;
  background-color: transparent;
}
header nav .get-quotes {
  margin: 0 0 0 15px !important;
  height: 45px;
  min-width: 142px;
  font-size: 13px;
}
header nav .get-quotes a {
  color: white;
  font-weight: 400;
  font-size:inherit;
}
@media (max-width: 992px) {
  header nav .get-quotes {
    margin-left: 0px !important;
  }

}
header nav [id=darkmode-button] {
  background-color: #e4e3e3;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 30px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav [id=darkmode-button]:hover svg {
  color:#d74140 !important;
}
header nav [id=darkmode-button]:hover svg.fa-sun {
  color: #ffc107 !important;
}
header nav [id=darkmode-button] svg {
  color: black !important;
}
header nav [id=darkmode-button]:hover {
  background-color: #d5d5d5 !important;
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity:inherit;
  transition-property: opacity, transform;
}

.landing {
  background: url(../images/spadez-solutions-team-scaled.jpg)  center -120px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  max-height:85vh;
  color: white;
}

.landing .overlay.bg-dark {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 999;
  margin-top: 0;
  background-color: #000000;
}
.landing-inner {
  padding:30vh 30px 15vh 50px;
  color: #fff;
  z-index: 222;
}
@media (max-width:1030px) {
  .landing .landing-inner h2 {
  font-size:32px !important;
}
.landing {
    background: url(../images/spadez-solutions-team-scaled.jpg)  center -70px;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
    max-height: 85vh;
    color: white;
}

.breadcrumbs {
    height:50vh !important;
    background: url(../images/group-people-working.jpg) center top no-repeat!important;
    padding-top: 160px !important;
    background-size: cover !important;
}
header nav .navbar-collapse ul li {
    margin-left: 3px;
}

}

@media (max-width: 992px) {
  .landing-inner {
    padding:22vh 40px 10vh;
}

.breadcrumbs {
    height: 33vh !important;
}

}
.landing .landing-inner h2 {
  font-weight: 650;
  margin-bottom: 22px;
  font-size: 46px;
  margin-bottom:10px;
}
.landing .landing-inner h2 span {
  color: #d74140;
  margin-top: 5px;
  display: inline-block;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.landing .landing-inner p {
  font-size: 16px;
  margin-bottom:20px;
}

 .landing::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.35);
    z-index: 111;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.landing .landing-inner .social a {
    margin-right: 10px;
    border: 1px #ffffff solid;
    border-radius: 2px;
    padding: 4px 5px;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.landing .landing-inner .social a svg {
  font-size: 16px;
  color: #fff;
}

@media (max-width:567px) {
  .landing .landing-inner {
    padding: 20px 20px;
}
}
.landing .landing-inner .social a:hover,
.landing .landing-inner .social a:focus,
.landing .landing-inner .social a:active {
    background: #d94a49;
    color: #fff;
    border-color: #d94a49;
}
@media (max-width: 992px) {
  .landing .landing-inner .buttons {
    margin: left;
  }
}

.header-logo-dark .logo-dark {
    display: inline-block !important;
}
.header-logo-dark .loge-hide
{
display: none; 
}
.services {
  padding: 70px 0;
  background: url(../images/hero-breadcrumbs.jpg) center left;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  position: relative;
}
.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359deg, #25364e, #214f72);
  opacity: 0.5;
}
.services .header .para
{
  color:#fff !important;
}
.services .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 10px 30px;
  padding: 0 50px 0 40px;
}
.services .container div {
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0 1px 20px rgba(82, 90, 101, 0.1);
  margin-bottom: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
  z-index:666;
}
.services .container div::before, .services .container div::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color:#d94a49;
  transition: 1s;
  height: 0;
}
.services .container div::before {
  left: 0;
  bottom: 5px;
}
.services .container div::after {
  top: 5px;
  right: 0;
}
.services .container div:hover {
  opacity: 1;
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.services .container div:hover::before, .services .container div:hover::after {
  height: calc(100% - 10px);
}
.services .container div img {
  width: 70px;
  background: #255073;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 4%;
  /* Continuous slow rotation */
  animation: rotate 5s linear infinite;
}

/* Pause the animation on hover */
.services .container div img:hover {
  animation-play-state: paused;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.swiper-pagination.swiper-pagination-clickable {
  top: 5px;
  position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d74140;
}


.services .container div h4 {
  color: #d74140;
  margin: 18px 0 12px;
  font-size: 24px;
  cursor: pointer;
}
.services .container div p {
  color: #3a3a3a;
  font-size: 15px;
  margin-bottom: 10px;
}

.services .container > div:hover img, .services .container > div:focus img, .services .container > div:active img {
    background: #d74140;
}


.about-info {
  padding:70px 0;
}

#about-us ul.nav.nav-tabs {
  border-bottom: none;
  position: relative;
  z-index: 999;
}
#about-us ul.nav.nav-tabs li {
  margin-right:4px;
}
#about-us ul.nav.nav-tabs li:last-child
{
  margin-right:0;
}
#about-us ul.nav.nav-tabs li .nav-link {
  border: 1px #dee2e6 solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  color: #333;
}
#about-us ul.nav.nav-tabs li .nav-link.active {
  background: #d74140;
  opacity: inherit;
  color: #fff;
}
#about-us #pills-tabContent {
  background: #fff;
  border: 1px #dee2e6 solid;
  display: block;
  padding: 40px 20px;
}
.about-info .para
{
    color: #fff !important;
}
/* .about-info img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
} */
.service-development h5
{
  color:#d74140;
}
.service-development img {
  width: 100%;
  margin-bottom: 12px;
}
.service-development p {
  font-size: 13px;
}


.about-us {
  padding:70px 0;
}
.about-us .para
{
    color: #fff !important;
}
.about-us img {
  width: 60px;
  position: relative;
  z-index: 1004;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}
.about-us img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.about-us .box {
  margin-bottom: 25px;
}
.about-us .text {
  width: 78%;
  display: inline-block;
}
.about-us .left {
  text-align: right;
}
.about-us .left img {
  float: right;
  margin-left: 15px;
}
.about-us .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .center img {
  width: 300px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.about-us .left img, .about-us .right img {
    padding: 8px 8px;
    background: #f3f3f3;
    border-radius: 50%;
    cursor: pointer;
    border: 2px #db3e4075 solid;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}


@media (min-width: 992px) {
  .about-us .center img {
    animation: up-and-down 2s linear infinite;
    -webkit-animation: up-and-down 2s linear infinite;
  }
}
.about-us .right img {
  float: left;
  margin-right: 15px;
}

.about-us img {
  width: 60px;
  transition: 0.25s;
}
.about-us img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.about-us .box {
  margin-bottom: 25px;
}
.about-us .text {
  width: 78%;
  display: inline-block;
}
.about-us .text p {
  color: #3a3a3a;
}
.about-us .left {
  text-align: right;
}
.about-us .left img {
  float: right;
  margin-left: 15px;
}
.about-us .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .center img {
  width: 300px;
}
.about-us .right img {
  float: left;
  margin-right: 15px;
}



 .portfolio {
      padding:70px 0;
      background-color:#f1f6fb;
    }
  
    .portfolio .filter-buttons {
      text-align: center;
      margin-bottom: 30px;
    }
    .portfolio .filter-buttons button {
      padding: 10px 20px;
      font-size: 16px;
      border: none;
      background: transparent;
      color: #d74140;
      transition: 0.3s;
      margin: 0 2px;
      border: 1px #d74140 solid;
  }
    .portfolio .filter-buttons button.active, 
    .portfolio .filter-buttons button:hover {
      background: #b5302f;
      color:#fff;
    }
    .portfolio .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    gap: 10px;
    padding: 10px;
    }
    .project-card a {
      height: 100%;
      width: 100%;
      display: table-cell;
      position:relative;
  }
.project-card .overlay-item {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    font-size: 30px;
    opacity: 0;
    transition: all .35s ease;
    background: #d74140;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
    z-index:444;
}
.project-card .overlay-item svg {
    vertical-align: middle;
    height: inherit;
    width: 28px;
    color: #f2f2f2;
}

.project-card a:hover .overlay-item ,
.project-card a:focus .overlay-item,
.project-card a:active .overlay-item  {
    opacity: 9;
}
  .portfolio .project-card {
      background: #fff;
      border-radius:4px;
      -webkit-border-radius:4px;
      -moz-border-radius:4px;
      -o-border-radius:4px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
      position: relative;
  }
  .portfolio .project-card a::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 111;
}
    .portfolio .project-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 7px 30px -10px rgba(133, 153, 162, .9);
    }
    .portfolio .project-card a:hover::after {
      opacity: 1;
    }
   .portfolio .project-card img {
      width: 100%;
      min-height: 180px;
      object-fit:fill;
      transition: transform 0.3s ease-in-out;
  }
  .portfolio .project-card img:hover
  {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  .portfolio .project-info {
    padding: 10px;
    text-align: center;
    border-top: 1px #f7f7f7 solid;
}
  .portfolio .project-info h3 {
    font-size: 20px;
    margin: 10px 0 5px;
}
  .portfolio .project-info p {
    font-size: 14px;
    color: #666;
  }



  .testimonials {
    padding:70px 0;
    /* background: linear-gradient(359deg, #25364e, #214f72); */
    /* background: linear-gradient(359deg, #c1baba4a, #6d686814); */
    background: linear-gradient(359deg, #25364e, #214f72);
}
.testimonials .container .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}


.testimonials .swiper-slide {
    width: 100% !important;
    text-align: center;
}




.testimonials .container .swiper .swiper-slide .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 0px;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.1);
  width: 345.333px;
  margin-bottom: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.testimonials .container .swiper .swiper-slide .testimonial-item:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  box-shadow: 0 1px 30px rgba(82, 90, 101, 0.1);
  -webkit-box-shadow: 0 1px 30px rgba(82, 90, 101, 0.1);
  -moz-box-shadow: 0 1px 30px rgba(82, 90, 101, 0.1);
  -ms-box-shadow: 0 1px 30px rgba(82, 90, 101, 0.1);
  -o-box-shadow: 0 1px 30px rgba(82, 90, 101, 0.1);
}
.testimonials .container .swiper .swiper-slide .testimonial-item .info-box {
  min-width: 276px;
}
.testimonials .container .swiper .swiper-slide .testimonial-item .info-box .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}
.testimonials .container .swiper .swiper-slide .testimonial-item .info-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #d74140;
}
.testimonials .container .swiper .swiper-slide .testimonial-item .info-box h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .container .swiper .swiper-slide .testimonial-item .info-box .stars {
  margin: 7px 0;
  font-size: 15px;
}
.testimonials .container .swiper .swiper-slide .testimonial-item .info-box .stars .filled {
  color: #ffc107;
}
.testimonials .container .swiper .swiper-slide .testimonial-item p {
  font-size: 17px;
  font-style: italic;
  margin: 15px auto 15px auto;
  color: #3a3a3a;
}
.testimonials .container .swiper .swiper-slide .testimonial-item p svg {
  color: #d74140;
}
.testimonials .container .swiper .swiper-slide .testimonial-item p svg::before {
  content: "\f6b0";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.6;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}
.testimonials .container .swiper .swiper-slide .testimonial-item p svg.fa-quote-left {
  margin-right: 5px;
  font-size: 20px;
}
.testimonials .container .swiper .swiper-slide .testimonial-item p svg.fa-quote-right {
  margin-left: 5px;
  font-size: 20px;
}

   .breadcrumbs nav {
    position: absolute;
    background: linear-gradient(113deg, #d94b4a, #1b2026);
}

.breadcrumbs nav ol.breadcrumb {
    padding: 7px 14px;
    margin: 0;
    line-height: 26px;
}

.status {
  padding:75px 0;
  background: url(../images/hero-breadcrumbs.jpg) center left;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  color: white;
}
.status::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background :linear-gradient(359deg, #25364e, #214f72);
  opacity: 0.2;
}
.status .container .box {
  text-align: center;
  position: relative;
  z-index: 2;
}
.status .container .box img {
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  cursor: pointer;
  width: 85px;
}
.status .container .box img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.status .container .box span {
  display: block;
  font-size: 30px;
  margin: 6px 0;
}
.status .container .box h4 {
  font-size: 20px;
  margin-bottom: 6px;
}
.status .container .box p {
  font-size: 15px;
}

.clients {
  padding:50px 0;
}
.clients .clients-slider {
  position: relative;
  width: 95%;
  padding: 0 65px;
  overflow: hidden;
}
.clients .clients-slider .swiper-wrapper {
  display: flex;
  transition: transform ease-in-out;
  -webkit-transition: transform ease-in-out;
  -moz-transition: transform ease-in-out;
  -ms-transition: transform ease-in-out;
  -o-transition: transform ease-in-out;
}
.clients .clients-slider .swiper-wrapper .swiper-slide {
  flex: 0 0 auto;
  width: 20%;
  margin-right: 15px;
}
.clients-slider img {
    max-width: 100%;
    height: auto;
  }

  #clients .swiper-button-prev {
    left: auto;
    top: 24px !important;
    right: 0;
}

#clients .swiper-button-next {
  top: 60px;
  right: 0;
}

  #team .swiper-button-next {
      right:0 !important;
  }
  #team .swiper-button-prev {
    left:0 !important;
  }
    /* Swiper Navigation Buttons */
    .swiper-button-next, .swiper-button-prev {
      background-color: #d74140;
      width: 32px !important;
      height: 32px !important;
      display: flex !important;
      align-items: center;
      justify-content: center;
      opacity: 0.2;
      top:50% !important;
      border-radius:50%;
      -webkit-border-radius:50%;
      -moz-border-radius:50%;
      -o-border-radius:50%;
    }

    .swiper-button-next:hover,
    .swiper-button-next:active,
    .swiper-button-next:focus, 
    .swiper-button-prev:hover,
    .swiper-button-prev:active,
    .swiper-button-prev:focus
    {
      opacity: 9;
    }

    /* Change Swiper Arrow Icon Color */
    .swiper-button-next::after, .swiper-button-prev::after {
      font-size: 15px !important;
     color: white;
    }



    /* Hover Effect */
    .swiper-button-next:hover, .swiper-button-prev:hover {
      background-color: #b5302f; 
    }


.clients .clients-slider .swiper-wrapper .swiper-slide img.img-fluid {
  display: block;
  width:260px;
  height: auto;
  text-align: center;
  filter: none;
  -webkit-filter: none;
}
.clients .clients-slider .swiper-wrapper .swiper-slide:hover img.img-fluid {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: filter 0.25s;
  -webkit-transition: filter 0.25s;
  -moz-transition: filter 0.25s;
  -ms-transition: filter 0.25s;
  -o-transition: filter 0.25s;
  cursor: pointer;
}

 .photos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .photo {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  .photo img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
  }
  .photo:hover img {
    transform: scale(1.1);
  }
  .post-grid-description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
  }
  .photo:hover .post-grid-description {
    opacity: 1;
  }
  .post-grid-description h3 a {
    color: #f9a825;
    text-decoration: none;
  }



.team {
  padding:65px 0;
  background-color: #f8f8f8;
}
.team .container .box {
  text-align: center;
  margin-bottom: 20px;
}
.team .container .box img {
  width: 90%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
}
.team .container .box img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.team .container .box h5 {
  margin: 20px 0;
  color:#d74140;
  font-weight: 500;
}
.team .container .box p {
  margin-top: -17px;
  font-size: 14px;
  font-style: italic;
  color: #3a3a3a;
}
.team .container .box .social a {
    margin: 0 2px;
    color: #666;
    border: 2px solid #c4c4c4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 3px 8px;
    font-size: 16px;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
}
.team .container .box .social a:hover,
.team .container .box .social a:active,
.team .container .box .social a:focus {
  border-color:#d74140;
   color:#fff;
   background:#d74140;
}

.faqs {
  padding:70px 0;
}
.faqs .container {
  padding: 0 40px;
}
.faqs .container .accordion-item {
  overflow: hidden;
  margin-top: 20px;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border: 1px solid rgba(221, 221, 221, 0.5764705882);
  background-color: #f8f8f8;
}
.faqs .container .accordion-item .accordion-header {
  border: none;
}
.faqs .container .accordion-item .accordion-header button {
  background-color: #f8f8f8; 
  align-items: self-start;
}
.faqs .container .accordion-item .accordion-header button::after {
  color:#d74140;
  filter: invert(1);
}
.faqs .container .accordion-item .accordion-header button span svg {
  padding-right: 10px;
}
.faqs .container .accordion-item .accordion-body {
  border: none;
  padding:25px 20px;
  line-height: 1.8;
}
.faqs .accordion-button:focus,
.faqs .accordion-button:active {
  box-shadow: none;
  outline: none;
}

.discuss {
  padding: 150px 0;
  background: url(../images/spadez_solutions_priv_limited_cover.jpg) top left;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}
.discuss::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255,0.9);
    /* opacity: 0.6; */
/*    clip-path: polygon(0 0, 45% 0, 57% 100%, 0% 100%);*/
clip-path: polygon(0 20%, 50% 20%, 50% 80%, 0 80%);
}
.discuss .container {
  text-align: center;
  position: relative;
  z-index: 2;
}
.discuss .container p {
  margin:12px 0 27px;
  font-weight: 500;
}
.discuss .container button {
  margin: auto;
  padding: 12px 32px;
  font-weight: 600;
  letter-spacing: 1px;
}

.blogs {
  padding:70px 0;
  background: #f1f6fb;
}
.blogs .container {
  padding: 0 40px;
}
.blogs .container .card {
  border: 1px solid #f3f3f3;
  margin-bottom: 20px;
  box-shadow: 0 1px 20px rgba(82, 90, 101, 0.1);
}
.blogs .container .card .box {
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.blogs .container .card .box img {
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: crosshair;
}
.blogs .container .card .box img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.blogs .container .card .card-body {
  padding: 20px 25px;
}
.blogs .container .date, .name-block {
  display: inline-block;
  width: auto;
}
.blogs .container .card .card-body p, .date, .name-block {
  padding: 0;
  margin: 0;
  color: rgba(58, 58, 58, 0.6588235294);
}
.blogs .container .card .card-body .card-text {
  color: #333;
  padding: 10px 0;
  font-size: 21px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.4;
}
.blogs .container .card .card-body .card-text:hover {
  color: #d74140;
}

.contact-us {
  padding:70px 0;
}
.contact-us .container {
  padding: 0 40px;
}
.contact-us form [class=input-group-text] {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
}
.contact-us form input,
.contact-us form textarea {
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
}
.contact-us form input {
  max-height: 55px;
}
.contact-us form textarea {
  resize: none;
}
.contact-us form button {
  padding: 10px 30px;
}

footer {
  padding: 50px 0;
  background: url(../images/spadez-group-industrial.jpg) top left;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  color: white;
  margin-top:-7px;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
footer .container {
  position: relative;
  z-index: 2;
}
footer .container .footer-logo img {
  width: 175px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  margin-bottom: 15px;
  position: relative;
  left: -13px;
}
footer .container .footer-logo img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
footer .container .footer-text p {
  font-size: 14px;
}
footer .container .footer-social-icon {
  margin-bottom:20px;
}
footer .container .footer-social-icon span {
  color:#d74140;
  font-size: 20px;
  display: block;
  margin-bottom:16px;
}
footer .container .footer-social-icon a {
  margin-right: 15px;
  background: #d8453f;
  color: white;
  padding:3px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  border:1px transparent solid;
}
footer .container .footer-social-icon a:hover,
footer .container .footer-social-icon a:active,
footer .container .footer-social-icon a:focus{
  background:transparent;
  color:#d8453f;
  border:1px #d8453f solid;
}
footer .container .footer-social-icon a svg {
  font-size:21px;
}
footer .container .footer-column {
  margin-bottom: 30px;
}
footer .container .footer-column h3 {
  font-size: 20px;
  color:#d74140;
  margin-bottom: 20px;
}
footer .container .footer-column ul li {
  margin: 10px 0 0;
}
footer .container .footer-column ul li a {
  color: white;
  font-weight: normal !important;
  font-size: 14px;
}
footer .container .footer-column ul li a:hover {
  color:#d74140;
}
footer .container .footer-widget h3 {
  font-size: 20px;
  color:#db3e40;
  margin-bottom: 20px;
}
footer .container .footer-widget .footer-text svg {
  font-size: 16px;
  margin-right: 4px;
}
footer .container .footer-widget form {
  position: relative;
}
footer .container .footer-widget form input {
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 17px 30px;
  width: 100%;
  background-color: #ddd;
  outline: none;
  border: none;
}
footer .container .footer-widget form button {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  outline: none;
  border: none;
}
footer .container .footer-widget form button svg {
  font-size: 50px;
  color: #d74140;
}
footer .container .copyright-text {
  font-size: 14px;
  margin-top: 30px;
}
footer .container .copyright-text span {
  color: #db3e40;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */


#testimonials .swiper-pagination.swiper-pagination-clickable {
  display: none;
}

#testimonials .swiper-pagination.swiper-pagination-clickable{
  display: none !important;
}

.contact-widget.footer-widget a {
  cursor: pointer;
  display: flex;
  margin-bottom:15px;
}
.contact-widget.footer-widget a svg {
  top: 3px;
  position: relative;
  margin-right: 12px;
  word-wrap: break-word;
}




/* topbar css  */

.scroll-to-top-btn {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 9999;
  border: none;
  background-color: #d74140;
  color: #fff;
  font-size: 1rem;
  padding: 0.6rem 0.9rem;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  opacity:0.3;
} 
.scroll-to-top-btn:hover {
  background-color: #d74140;
  opacity:inherit;
}


#faqs span.num {
  font-size: 1em;
  color: #d8453f;
  padding-right: 0.6em;
  font-weight: 600;
  transition: 350ms ease all;
  max-width: 2em;
}

.faqs .container .accordion-item .accordion-header button:hover, .faqs .container .accordion-item .accordion-header button:focus, .faqs .container .accordion-item .accordion-header button:active {
  color: #d74140;
}

.faqs .accordion-button:not(.collapsed)
{
  color: #d8453f;
}

.faq-img {
  opacity: 0.83 !important;
  margin:1.5em 0;
}

#clients .swiper-wrapper .swiper-slide
{
  min-height:100px;
  padding:10px 20px;
  box-shadow: rgba(193, 193, 193, 0.5) 0px 7px 30px -10px;
  border: 1px solid rgb(222, 222, 222);
}

.services-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom:8px;
  transition: color 0.3s ease;
}

.services-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #d8453f;
  margin-right: 10px;
  transition: color 0.3s ease;
}

.services-list li:hover {
  color: #d8453f; 
}

.services-list li:hover::before {
  color: #d8453f; 
}

.service-development img {
    width: 100%;
    margin-bottom: 12px;
}

.services-inner-block li {
  list-style: outside;
  list-style-position: inside;
  line-height: 1.7em;
}

.contact-widget.footer-widget address svg {
  top: 3px;
  position: relative;
  font-size: 16px;
}
.contact-widget.footer-widget address {
  cursor: default;
  display: inline-flex;
  gap: 10px;
  font-size: 0.9em;
}

#teamviewer-test h5
{
  margin-bottom:15px;
}
#teamviewer-test .step
{
  margin:10px 0;
}

.technologies  .swiper-wrapper p {
  margin: 0;
}


a:hover {
  color:#d74140;
}

#gallery {
  padding:60px 0 45px;
  background: rgba(240, 248, 255, 0.4);
  display: flex;
}


#navbarNavDropdown
{
  justify-content: end;
}

.technologies .image-gallery {
  display: flex;
  gap: 15px;
}
#project-details
{
  padding:60px 0;
}



/* project slider css start */

.technologies .project-slider-block .swiper-slide img {
  width: auto;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  max-height: -webkit-fill-available;
}

.technologies   .project-slider-block .swiper-slide {
  padding: 0 !important;
  border:none;
}

.project-image
{
  border-color:rgba(0, 0, 0, 0.1) !important;
}

/* project slider css end */

/* .technologies .card .card-header h5 {
  background: linear-gradient(181deg, #d94b4a, #601016);
} */



.project-slider-block .project-slide {
  position: relative;
  text-align: center;
}

.project-slider-block .project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background:#fff;
  padding:15px 12px;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s ease-in-out;
  min-height:85px;
  cursor: pointer;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  border:1px rgba(0, 0, 0, 0.1) solid;
}

.project-slider-block .project-slide:hover .project-info {
  background: rgba(0, 0, 0, 0.8);
  color:#fff;
  min-height:100px;
}

.project-slider-block .project-title {
  font-size: 1.2rem;
  font-weight:600;
  margin: 0 0 5px;
}

.project-slider-block .project-description {
  font-size: 0.875rem;
  margin: 0;
}


.status-block {
  border: 1px rgb(255 255 255 / 12%) solid;
  padding: 30px 15px;
  display: flow-root;
  cursor: pointer;
}
.status-block:hover, .status-block:active, .status-block:focus {
  border-color:#d74140;
}
.status-block:hover h4, .status-block:active  h4, .status-block:focus h4
{
  color:#d74140;
}