:root {
  --black: #1d1f20;
  --blue: #83e4e2;
  --green: #a2ed56;
  --yellow: #fddc32;
  --white: #fafafa;
}
h2 {
  margin: 30px 0 10px 0;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #D61523;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #151535;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

.owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-list:before {
  content: "\f03a";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
::selection {
  background-color: var(--sp-primary);
  color: #ffffff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: var(--sp-border-extra-light);
}
::-webkit-scrollbar-thumb {
  background-color: var(--sp-scrollbar-thumb);
  border-radius: 10px;
}
::-webkit-scrollbar-corner {
  background-color: var(--sp-border-extra-light);
}
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
  word-break: break-word;
}
a:focus {
  outline: 1px dotted;
  text-decoration: none;
  outline-offset: -3px;
}
a:hover,
a:focus {
  color: var(--sp-primary);
}
a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
h5 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  word-break: break-word;
}
h5 {
  font-size: 20px;
}
p {
  margin: 0 0 10px;
  word-break: break-word;
}
.service-item {
  width: 100%;
  min-height: 263px;
  display: block;
  padding: 47px 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.owl-item {
  height: 100%;
}
.service-item .service-icon {
  font-size: 44px;
  display: inline-block;
  line-height: normal;
  margin-bottom: 8px;
  color: #9a9a9a;
  -webkit-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.service-item p {
  color: #777777;
  margin-top: 16px;
  margin-bottom: 0;
}
.service-item:hover {
  border-bottom-color: var(--sp-primary);
}
.service-item:hover .service-icon {
  color: var(--sp-primary);
}
.service-icon,
.service-item,
.service-item:before,
a {
  -webkit-transition: var(--sp-transition);
  transition: var(--sp-transition);
}
.service-item .service-icon i {
  height: 60px;
  width: 60px;
  line-height: 65px;
  text-align: center;
  border-radius: 50px;
  font-size: 30px;
}
.read-more {
  margin-top: 15px;
}
.read-more a i {
  margin: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  margin-right: 10px;
  box-shadow: 1px 2px 10px 0px #00000059;
}
.service-item .transparent-bg {
  position: absolute;
  bottom: -59px;
  right: -60px;
  height: 150px;
  width: 150px;
  border-radius: 100px;
  text-align: center;
  line-height: 120px;
  font-size: 32px;
}
.service-item .transparent-bg .bg-icon {
  position: relative;
}
.service-item .transparent-bg .bg-icon i {
  position: absolute;
  top: 38px;
  left: 24%;
}
.service-item {
  transform: scale(1);
}
.service-item:hover {
  transform: scale(1.04);
}
.service-item {
  position: relative;
}
.service-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/img/pattern.png);
  background-repeat: no-repeat;
  left: -21px;
}
.service-item {
  background-color: #f8f8f8;
}
.service-item .service-icon i {
  background-color: #26252a;
}
.service-item:hover {
  background-color: #262626;
}
.service-item .service-content h5.service-title {
  color: var(--sp-primary);
}
.service-item .service-content p {
  color: #ffffff;
}
.service-item:hover .transparent-bg {
  color: #ffffff;
  background-color: var(--sp-primary);
}
.service-item:hover .service-icon i {
  background-color: var(--sp-primary);
  color: #ffffff;
}
.service-item .service-icon i {
  background-color: #262626;
  color: #ffffff;
}
.service-item .service-content h5 a,
.service-item .service-content p {
  color: #262626;
}
.service-item:hover .service-content p,
.service-item:hover .service-content .read-more span {
  color: #ffffff;
}
.read-more a i {
  background-color: #ffffff;
  color: #262626;
}
.read-more a span {
  color: #262626;
}
.service-item:hover .service-content h5 a {
  color: var(--sp-primary);
}
.service-item:hover .read-more a i {
  background-color: var(--sp-primary);
  color: #ffffff;
}
.service-item .transparent-bg {
  background-color: #ececec;
  color: var(--sp-primary);
  z-index: -20;
}
.service-item:hover {
  border-bottom: transparent;
}
.service-item {
  width: 93%;
  margin: 10px;
}
.st-separator {
  display: table;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  width: 100%;
  max-width: 225px;
  margin: 0 auto 20px auto;
}
.st-separator span {
  display: table-cell;
  position: relative;
  z-index: 0;
  padding: 0;
}
.sepBg i {
  width: 30px;
  height: 25px;
  font-size: 14px;
  line-height: 23px;
  vertical-align: middle;
}
.st-separator span:first-child,
.st-separator span:last-child {
  width: 50%;
  top: 15px;
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}
.st-separator span:first-child {
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(transparent),
    to(#212529)
  );
  background-image: -webkit-linear-gradient(180deg, transparent, #212529);
  background-image: -moz-linear-gradient(180deg, transparent, #212529);
  background-image: -o-linear-gradient(180deg, transparent, #212529);
  background-image: linear-gradient(90deg, transparent, #212529);
}
.st-separator span:last-child {
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#212529),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(180deg, #212529, transparent);
  background-image: -moz-linear-gradient(180deg, #212529, transparent);
  background-image: -o-linear-gradient(180deg, #212529, transparent);
  background-image: linear-gradient(90deg, #212529, transparent);
}
.sepBg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 90px;
  max-height: 90px;
  border-radius: 40% 60% 45% 55%/71% 67% 33% 29%;
  transform: rotate(305deg);
  z-index: -1;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-bell:before {
  content: "\f0f3";
}
.sepBg:after {
  background: #d61523;
}
@media (max-width: 991px) {
  .d-mdd-none {
    display: none !important;
  }
}
.contact-info span {
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact-info span {
  display: block;
  line-height: normal;
}
.contact-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 24px;
  color: var(--sp-primary);
  margin-right: 12px;
  position: relative;
  z-index: 1;
}
.contact-area .contact-icon i {
  display: inline-block;
  vertical-align: super;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.contact-area:hover .contact-icon * {
  -webkit-animation-name: avril-float, avril;
  animation-name: avril-float, avril;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.contact-info {
  display: inline-block;
  text-align: left;
  color: inherit;
}
.contact-info span.title {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.contact-info span.text {
  font-size: 16px;
  margin: 0;
  word-break: break-word;
  margin-bottom: 1px;
}
.info-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-wrapper .info-first {
  position: relative;
  list-style: none;
}
.info-wrapper .widget {
  padding: 28px 55px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  display: block;
  color: var(--sp-white);
  background-color: var(--sp-primary);
  height: 100%;
  z-index: 0;
}
.avril-theme .info-wrapper .contact-area {
  flex-wrap: wrap;
}
.info-wrapper .widget:after,
.info-wrapper .widget:before {
  content: "";
  position: absolute;
  width: 105%;
  height: 105%;
  z-index: -1;
  transition: all 0.5s;
}
.info-wrapper .widget:before {
  top: 0;
  right: 100%;
  background-color: var(--sp-primary);
}
.info-wrapper .widget:hover:before {
  right: 0;
}
.info-wrapper .widget:after {
  bottom: 0;
  left: 100%;
  background-image: url(/img/info-hover.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
}
.info-wrapper .widget:hover:after {
  left: 0;
}
.info-wrapper .info-second .widget:before,
.info-wrapper .info-first .widget,
.info-wrapper .info-third .widget {
  background-color: var(--sp-secondary);
}
.info-wrapper .info-first .widget:before,
.info-wrapper .info-third .widget:before,
.info-wrapper .info-second .widget {
  background-color: var(--sp-primary);
}
.info-wrapper .contact-icon {
  font-size: 44px;
  height: 44px;
  transition: all 0.5s;
  color: var(--sp-white);
}
.info-wrapper .widget .contact-info {
  color: var(--sp-white);
}
.info-wrapper .contact-icon i {
  text-shadow: 1200px -17px 0 rgb(255 255 255 / 0.2);
  transition: text-shadow 0.5s ease;
}
.info-wrapper .widget:hover .contact-icon i {
  text-shadow: 235px -17px 0 rgb(255 255 255 / 0.2);
}
@media (max-width: 991px) {
  .info-wrapper .info-first {
    flex: 1 1 100%;
  }
  .info-wrapper .info-first:not(:last-child) {
    margin-bottom: 15px;
  }
  .info-wrapper .info-first:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 540px) {
  .info-wrapper .widget {
    padding: 28px 14px;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes avril-float {
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes avril-float {
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@-webkit-keyframes avril-float {
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes avril-float {
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@-webkit-keyframes avril {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes avril {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@-webkit-keyframes avril {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes avril {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.info-first span {
  font-weight: 600;
  font-size: 21px;
  color: #d61523;
  display: block;
  margin-bottom: 20px;
}
.info-first:hover span {
  color: #fff;
}
.breadcrumb-area {
  background-image: url(/img/tracking-software.jpg) !important;
  background-position: bottom;
}
.breadcrumb-content {
  min-height: auto !important;
  padding: 114px 0 !important;
}
.box-shadow {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.service-item {
  width: 100%;
  min-height: 263px;
  display: block;
  padding: 47px 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.service-item .service-icon {
  font-size: 44px;
  display: inline-block;
  line-height: normal;
  margin-bottom: 8px;
  color: #9a9a9a;
  -webkit-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.service-item p {
  color: #777777;
  margin-top: 16px;
  margin-bottom: 0;
}
.service-content > span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62px;
  height: 75px;
  display: flow-root;
  text-align: center;
  color: var(--sp-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.service-content > span i {
  margin: 1.15rem 0 0 1.9rem;
  font-size: 30px;
  line-height: 2.35;
  right: 11px;
  position: relative;
}
.service-content > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 120px;
  min-height: 120px;
  background-color: var(--sp-primary);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(0px) translateY(20px) rotate(50deg);
  transform: translateX(0px) translateY(20px) rotate(50deg);
  -webkit-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.service-item:hover {
  border-bottom-color: var(--sp-primary);
}
.service-item:hover .service-content > span:before {
  opacity: 1;
  visibility: visible;
}
.service-item:hover .service-icon {
  color: var(--sp-primary);
}
.service-item:hover .service-content > span {
  opacity: 1;
  visibility: visible;
}
.features-icon {
  justify-content: center;
  align-items: center;
}
.service-icon,
.service-content > span,
.service-item,
.service-item:before,
span {
  -webkit-transition: var(--sp-transition);
  transition: var(--sp-transition);
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.bg-primary {
  background-color: var(--sp-primary) !important;
}
.f-section .features-item {
  color: var(--sp-white);
  padding: 20px;
  border-radius: 6px;
}
.f-section.features-title {
  padding-bottom: 16px;
}
.f-section .features-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--sp-white);
}
.f-section .features-item p {
  margin: 16px 0 0;
}
.f-section .features-icon {
  font-size: 26px;
  width: 153px;
  max-width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.f-section .features-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-radius: 100%;
  border: 1px solid var(--sp-white);
  transition: 0.3s ease-in-out;
}
.f-section .features-item:hover .features-icon:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  border: 3px dashed #fff;
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
.features-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
}
.features-icon {
  display: inherit;
  margin-right: 25px;
  width: 75px;
  position: relative;
  font-size: 75px;
}
.features-title {
  position: relative;
  z-index: 0;
}
.features-item p {
  margin: 7px 0 0;
}
.features-title a:hover,
.features-title a:focus {
  color: var(--sp-white);
}
.features-item,
.features-icon,
a {
  -webkit-transition: var(--sp-transition);
  transition: var(--sp-transition);
}
@media (min-width: 992px) and (max-width: 1124px) {
  .f-section .features-icon {
    max-width: 45px;
    height: 45px;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.box {
  background-color: #d61523;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
}
.box:hover {
  box-shadow: inset 0 0 0px 2px #d61523;
  background-color: #fff;
  color: #212529;
}
.iw-2 .widget::after,
.iw-2 .widget::before {
  width: 123% !important;
}
.iw-2 .contact-area {
  align-items: flex-start !important;
}
.features-section.bg-primary .features-item {
  color: var(--sp-white);
  padding: 0;
}
.features-section.bg-primary .features-title {
  padding-bottom: 16px;
}
.features-section.bg-primary .features-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--sp-white);
}
.features-section.bg-primary .features-item p {
  margin: 16px 0 0;
}
.features-section.bg-primary .features-icon {
  font-size: 26px;
  width: 153px;
  max-width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.features-section.bg-primary .features-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-radius: 100%;
  border: 1px solid var(--sp-white);
  transition: 0.3s ease-in-out;
}
.features-section.bg-primary .features-item:hover .features-icon:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  border: 3px dashed #fff;
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
.bg-primary .features-title a:hover,
.bg-primary .features-title a:focus {
  color: var(--sp-white);
}
.feature-section-1.bg-primary .features-item {
  margin-bottom: 15px;
  padding: 10px 14px;
}
.feature-section-1.bg-primary .features-title:after {
  display: none;
}
.feature-section-1.bg-primary .features-item p {
  margin-top: 0;
}
.feature-section-1 .features-item {
  align-items: center;
  position: relative;
}
.feature-section-1 .features-item::before {
  content: "";
  position: absolute;
  transition: 0.5s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 8% 0, 19% 100%, 0% 100%);
}
.feature-section-1.bg-primary .features-icon {
  border: 4px #ffffff solid;
  width: 100%;
  max-width: 60px;
  height: 60px;
  margin-right: 10px;
}
.feature-section-1 .feature-image img {
  margin: auto;
}
.feature-section-1 {
  position: relative;
  counter-reset: my-counter;
}
.feature-section-1 .features-item::after {
  content: "0" counter(my-counter);
  counter-increment: my-counter 1;
  font-size: 30px;
  font-weight: 600;
  color: var(--sp-primary);
  position: absolute;
  right: 6px;
  top: 0;
  opacity: 0.4;
}
.feature-section-1::before {
  content: "";
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0px;
  opacity: 5%;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(https://www.nayrathemes.com/demo/pro/avenza/wp-content/themes/avril-pro/assets/images/avenza-images/feature_bg.png);
}
.feature-section-1 .features-item:hover::after {
  color: #ffffff;
}
.feature-section-1.bg-primary .features-title {
  width: 90%;
}
.feature-section-1.bg-primary .features-item {
  background-color: #ffffff;
}
.feature-section-1.bg-primary .features-item:hover {
  background-color: var(--sp-primary);
}
.feature-section-1.bg-primary .features-title {
  color: var(--sp-primary);
}
.feature-section-1.bg-primary .features-item p {
  color: #262626;
}
.feature-section-1.bg-primary .features-icon {
  background: #26252a;
}
.feature-section-1 .features-item::before {
  background-color: var(--sp-primary);
}
.feature-section-1 .features-item:hover::before {
  background-color: #ffffff;
}
.feature-section-1 .features-item:hover .features-title,
.feature-section-1 .features-item:hover .features-content p {
  color: #ffffff;
}
.feature-section-1 .features-item:hover .features-icon {
  border-color: var(--sp-primary);
}
.bg-c .bg-primary {
  background-color: #fff !important;
}
.feature-section-1 .features-item::before {
  z-index: 20;
}
.feature-section-1.bg-primary .features-item p {
  z-index: 40;
  position: relative;
}
.feature-section-1.bg-primary .features-icon {
  z-index: 25;
}
@media (min-width: 550px) and (max-width: 991px) {
  .feature-section-1.bg-primary .features-item:hover p {
    margin-left: 50px;
  }
}
.text-p {
  color: #d61523;
  font-size: 17px;
}
.cmd-box {
  background-color: black;
  color: #c0c0c0;
  padding: 20px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  overflow-y: auto;
  box-shadow: 0 0 10px #c0c0c056;
  margin-bottom: 10px;
}
.cmd-box p {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .av-container-fluid,
  .av-container {
    padding: 0px 10px !important;
  }
  .info-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .contact-area {
    flex-direction: column !important;
  }
  .info-wrapper .contact-icon i {
    margin-bottom: 20px !important;
  }
  .feature-section-1.bg-primary .features-item {
    padding: 0px 5px !important;
  }
}
.features-content span {
  color: #d61523;
  font-weight: 600;
  font-size: 20px;
  z-index: 30;
  position: relative;
  background: #fff;
  border-radius: 9px;
  padding: 0px 10px;
}
.features-item:hover .features-content span {
  color: #fff;
}
.service-title {
  color: #d61523;
  font-weight: 600;
  font-size: 20px;
}
.boxshadow {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05),
    0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}
.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}
.gradient-list > li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05),
    0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
.gradient-list > li::before,
.gradient-list > li::after {
  background: linear-gradient(135deg, var(--blue) 0%, var(--green) 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}
.gradient-list > li::before {
  align-items: flex-end;
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05),
    0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
  content: counter(gradient-counter);
  color: var(--black);
  display: flex;
  font: 900 1.5em/1 "Montserrat";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}
.gradient-list > li:nth-child(10n + 1)::before {
  background: linear-gradient(
    135deg,
    rgba(162, 237, 86, 0.2) 0%,
    rgba(253, 220, 50, 0.2) 100%
  );
}
.gradient-list > li:nth-child(10n + 2)::before {
  background: linear-gradient(
    135deg,
    rgba(162, 237, 86, 0.4) 0%,
    rgba(253, 220, 50, 0.4) 100%
  );
}
.gradient-list > li:nth-child(10n + 3)::before {
  background: linear-gradient(
    135deg,
    rgba(162, 237, 86, 0.6) 0%,
    rgba(253, 220, 50, 0.6) 100%
  );
}
.gradient-list > li:nth-child(10n + 4)::before {
  background: linear-gradient(
    135deg,
    rgba(162, 237, 86, 0.8) 0%,
    rgba(253, 220, 50, 0.8) 100%
  );
}
.gradient-list > li:nth-child(10n + 5)::before {
  background: linear-gradient(
    135deg,
    rgba(162, 237, 86, 1) 0%,
    rgba(253, 220, 50, 1) 100%
  );
}
.gradient-list > li:nth-child(10n + 6)::before {
  background: linear-gradient(
    135deg,
    rgba(162, 237, 86, 1) 0%,
    rgba(253, 220, 50, 1) 100%
  );
}
.gradient-list > li:nth-child(10n + 7)::before {
  background: linear-gradient(
    135deg,
    rgba(162, 237, 86, 0.8) 0%,
    rgba(253, 220, 50, 0.8) 100%
  );
}
.gradient-list > li:nth-child(10n + 8)::before {
  background: linear-gradient(
    135deg,
    rgba(162, 237, 86, 0.6) 0%,
    rgba(253, 220, 50, 0.6) 100%
  );
}
.gradient-list > li:nth-child(10n + 9)::before {
  background: linear-gradient(
    135deg,
    rgba(162, 237, 86, 0.4) 0%,
    rgba(253, 220, 50, 0.4) 100%
  );
}
.gradient-list > li:nth-child(10n + 10)::before {
  background: linear-gradient(
    135deg,
    rgba(162, 237, 86, 0.2) 0%,
    rgba(253, 220, 50, 0.2) 100%
  );
}
.gradient-list > li + li {
  margin-top: 1rem;
}
.features-item:hover .f-c span {
  color: #262626;
}
.accordion h2 {
  margin-top: 0px;
}
.accordion-button:not(.collapsed) {
  background-color: #d61523;
  color: #fff;
}
.f-section .features-icon {
  width: 100%;
}
.f-se:hover .features-item span {
  color: #26252a;
}
.f-section .features-title:after {
  transition: all 0.7s ease;
}
.f-section .features-content span {
  color: #fff;
  display: block;
  padding-bottom: 10px;
}
.f-section .features-content:hover .features-title:after {
  width: 100%;
}
.service-item .service-content h5 a,
.service-item .service-content .st-c {
  color: #d61523;
}
.features-content:hover span {
  color: #262626 !important;
}
.av-text-404 p {
  font-size: 515px;
  line-height: 0.8;
}
.av-text-404 p,
.av-text-404 img {
  display: inline-flex;
  max-width: 916px;
}
.sitemap a {
  display: block;
  margin-bottom: 10px;
}
.sitemap p {
  font-weight: 600;
  font-size: 25px;
  color: #d61523;
}
.search-submit {
  background-color: #d61523;
  padding: 8px 22px;
  cursor: pointer;
}
.hamburger-menu span {
  display: block;
  height: 3px !important;
  width: 100% !important;
  margin: 0 0 5px;
  background: var(--sp-secondary-dark);
}
.flex-grow-1 {
  z-index: 100;
}
.f-section .features-content span {
  background-color: transparent;
}
.features-section .features-item:hover span {
  color: #262626 !important;
}
@media (max-width: 600px) {
  .features-icon {
    width: 60px;
    font-size: 60px;
  }
  .fs-m .features-item {
    display: block;
    padding: 0px 22px;
  }
  .features-content span {
    padding: 0px;
  }
  .footer-main {
    padding: 0px !important;
  }
  .footer-section {
    padding-top: 30px;
  }
  .service-item {
    padding: 37px 12px;
  }
}
.accordion-button {
  white-space: normal !important;
}
.faq {
  background: #ffffff; 
  padding: 26px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  color: #222;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  line-height: 1.6;
}
.faq h2 {
  text-align: left!important;
  color: #D61523; 
  font-size: 1.60rem;
  margin: 2rem 0 0.35rem 0;
  padding-left: 12px;
  border-left: 4px solid rgba(122,0,0,0.12);
  letter-spacing: -0.2px;
  font-weight: 700;
}
.faq p {
  margin: 0 0 1rem 0;
  color: #222; 
  font-size: 0.98rem;
}
.faq h2 + p {
  margin-top: 0.25rem;
}
@media (max-width: 600px) {
  .faq {
    padding: 18px;
  }
  .faq h2 {
    font-size: 1rem;
    margin-top: 0.9rem;
  }
  .faq p {
    font-size: 0.96rem;
  }
}
.styled-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #151535;
}
.styled-list li {
  background: linear-gradient(135deg, #dfe7f3, #f0f5fa);
  border-left: 5px solid #D61523;
  margin-bottom: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.styled-list li i,
.styled-list li span.icon {
  color: #4AB0B8;
  font-size: 1.2rem;
  margin-right: 10px;
}
.styled-list li:hover {
  transform: translateX(4px);
  box-shadow: 0 5px 14px rgba(0,0,0,0.12);
}
.styled-list li span,
.styled-list li p {
  color: #1B2A49;
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 600px) {
  .styled-list li {
    padding: 10px 14px;
  }
}


.custom-section {
  background: linear-gradient(5deg, #151535, #D61523);
  color: #fff;
  padding: 60px 30px;
  border-radius: 15px;
}

.custom-section {
}
.custom-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  padding: 30px;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
}

.custom-box:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.custom-box h2 {
  color: #FFD700;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.custom-box h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #fff;
  margin: 10px auto 0;
  border-radius: 2px;
}

.custom-box p {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #f5f5f5;
}


.styled-list-two {
  background: linear-gradient(135deg, #1a2a6c, #2e8bc0, #a9c9ff);
  color: #f4f4f4;
  padding: 40px 25px;
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.styled-list-two h2 {
  text-align: center;
  color: #a9c9ff;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 20px;
  letter-spacing: 1.2px;
  position: relative;
}

.styled-list-two h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #2e8bc0;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

.styled-list-two p {
  color: #e6f0ff;
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 15px;
  text-align: justify;
}
