@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(../fonts/fonts.css);
body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

p:empty {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.global-black-btn {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 3.125rem;
  background: var(--Black, #241F20);
  padding: 0.375rem 0.375rem 0.375rem 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  max-width: -moz-max-content;
  max-width: max-content;
  text-transform: capitalize;
}
.global-black-btn span {
  width: 2.4375rem;
  height: 2.4375rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.global-black-btn span img {
  width: 100%;
  height: 100%;
}
.global-black-btn:hover {
  color: #ffffff;
}

.page-color-btn {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 3.125rem;
  background: #C30004;
  padding: 0.375rem 0.375rem 0.375rem 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  max-width: -moz-max-content;
  max-width: max-content;
  text-transform: capitalize;
}
.page-color-btn span {
  width: 2.4375rem;
  height: 2.4375rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.page-color-btn span img {
  width: 100%;
  height: 100%;
}
.page-color-btn:hover {
  color: #ffffff;
}

h2 {
  color: var(--Black, #241F20);
  font-family: "Poppins", sans-serif;
  font-size: 2.85rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5rem;
  text-transform: capitalize;
  margin: 0;
}

header.new-header {
  padding: 0.5rem 0;
  background-color: #ffffff;
}
header.new-header button {
  display: none;
}
header.new-header .header-content-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.new-header .header-content-wraper .logo-wraper {
  display: block;
}
header.new-header .header-content-wraper .logo-wraper a {
  display: block;
}
header.new-header .header-content-wraper .logo-wraper a img {
  max-width: 18.5625rem;
  max-height: 5.5625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header.new-header .header-content-wraper .btn-wraper {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
header.new-header .header-content-wraper .btn-wraper a strong {
  font-weight: 500;
}
header.new-header .header-content-wraper .btn-wraper a.menu-option {
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  width: 3.1875rem;
  height: 3.1875rem;
  margin-left: 1.26rem;
}
header.new-header .header-content-wraper .btn-wraper a.menu-option img {
  max-width: 3.1875rem;
  max-height: 3.1875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer.new-footer {
  background-color: #241F20;
}
footer.new-footer .footer-top {
  padding: 6.25rem 0 3.125rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
footer.new-footer .footer-top::after {
  content: "";
  width: 100%;
  height: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #C30004;
  clip-path: polygon(0 0, 100% 0, 100% 98%, 0 2%);
}
footer.new-footer .footer-top a.logo-wraper {
  border-radius: 0.4375rem;
  background: #FFF;
  display: table;
  overflow: hidden;
}
footer.new-footer .footer-top a.logo-wraper img {
  max-width: 18rem;
  max-height: 15rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.4375rem;
}
footer.new-footer .footer-top h4 {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2rem;
  text-transform: capitalize;
  padding-bottom: 1.25rem;
  margin-bottom: 1.88rem;
  position: relative;
}
footer.new-footer .footer-top h4::after {
  content: "";
  width: 3.0625rem;
  height: 0.125rem;
  background: #C30004;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2rem;
}
footer.new-footer .footer-top h5 {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2rem;
  text-transform: capitalize;
  margin-bottom: 1.8rem;
}
footer.new-footer .footer-top h6 {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  text-transform: capitalize;
  margin-bottom: 2.4rem;
}
footer.new-footer .footer-top h6 span {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.65rem;
}
footer.new-footer .footer-top h6 small {
  opacity: 0.8;
}
footer.new-footer .footer-top ul.social-icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin-bottom: 2.96rem;
}
footer.new-footer .footer-top ul.social-icon li {
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
footer.new-footer .footer-top ul.social-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer.new-footer .footer-top ul.social-icon li a img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.new-footer .footer-top ul.menu li {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  text-transform: capitalize;
  margin-bottom: 1.1rem;
}
footer.new-footer .footer-top ul.menu li:last-child {
  margin: 0;
}
footer.new-footer .footer-top ul.menu li a {
  color: rgba(255, 255, 255, 0.8);
}
footer.new-footer .footer-top ul.menu li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer.new-footer .footer-top ul.contact-details li {
  display: flex;
  align-items: center;
  gap: 0.94rem;
  margin-bottom: 1.1rem;
}
footer.new-footer .footer-top ul.contact-details li:last-child {
  margin: 0;
}
footer.new-footer .footer-top ul.contact-details li img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.new-footer .footer-top ul.contact-details li span, footer.new-footer .footer-top ul.contact-details li a {
  max-width: 12.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
}
footer.new-footer .footer-top .map-wraper {
  width: 100%;
  height: 10.625rem;
  overflow: hidden;
  margin-bottom: 1.88rem;
}
footer.new-footer .footer-top .map-wraper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.new-footer .footer-top .flex-wraper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
footer.new-footer .footer-top .flex-wraper .mt-auto {
  margin-top: auto;
}
footer.new-footer .footer-bottom {
  padding: 0.85rem 0;
  background-color: rgba(255, 255, 255, 0.2);
}
footer.new-footer .footer-bottom .bottom-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
footer.new-footer .footer-bottom .bottom-flex h6 {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  text-transform: capitalize;
  margin: 0;
}
footer.new-footer .footer-bottom .bottom-flex h6 a {
  color: var(--White, #FFF);
}
footer.new-footer .footer-bottom .bottom-flex h6 a:hover {
  color: var(--White, #FFF);
}

section.kratos-banner {
  padding: 4.31rem 0 4.25rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
section.kratos-banner.ptb-100-177 {
  padding: 6.31rem 0 11.06rem;
}
section.kratos-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(257deg, rgba(36, 31, 32, 0) -27.73%, rgba(36, 31, 32, 0.8) 41.1%, #241F20 97.97%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.kratos-banner::before {
  content: "";
  background: #C30004;
  height: 3.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(-2% 100%, 100% 100%, 100% 0%);
  z-index: 2;
}
section.kratos-banner .video-wraper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.kratos-banner .video-wraper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.kratos-banner h1 {
  color: var(--White, #FFF);
  font-family: "Poppins", sans-serif;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.6rem;
  margin-bottom: 2.5rem;
}
section.kratos-banner h1 span {
  color: #C30004;
}
section.kratos-banner p {
  max-width: 37rem;
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
  text-transform: unset;
  margin-bottom: 1.8rem;
}
section.kratos-banner p.txt-upc {
  text-transform: unset;
}
section.kratos-banner .form-wraper {
  padding: 2.25rem 1.5rem;
  border-radius: 1.5rem;
  border: 4px solid #C30004;
  background: #FFF;
  width: 93.08%;
  margin-left: auto;
}
section.kratos-banner .form-wraper h3 {
  color: var(--Black, #241F20);
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1rem;
  margin-bottom: 1.5rem;
}
section.kratos-banner .form-wraper .flex-wraper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
section.kratos-banner .form-wraper .flex-wraper .fild-wraper-label-animation {
  width: 48%;
}
section.kratos-banner .form-wraper .fild-wraper-label-animation {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
section.kratos-banner .form-wraper .fild-wraper-label-animation.location input {
  background-image: url(../images/location-mark.svg);
  background-repeat: no-repeat;
  background-position: right 1.3rem center;
  background-size: 1.25rem;
  padding-right: 3rem !important;
}
section.kratos-banner .form-wraper .fild-wraper-label-animation.calender input {
  background-image: url(../images/calender.svg);
  background-repeat: no-repeat;
  background-position: right 1.3rem center;
  background-size: 1.25rem;
  padding-right: 1.3rem !important;
}
section.kratos-banner .form-wraper .fild-wraper-label-animation.animated label {
  background-color: #fff;
  top: -0.8625rem;
}
section.kratos-banner .form-wraper .fild-wraper-label-animation.animated input, section.kratos-banner .form-wraper .fild-wraper-label-animation.animated textarea {
  background-color: #fff;
}
section.kratos-banner .form-wraper .fild-wraper-label-animation label {
  color: var(--Black-2, #504A49);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.25rem 0.5rem;
  background-color: transparent;
  position: absolute;
  top: 0.75rem;
  left: 0.625rem;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
section.kratos-banner .form-wraper .fild-wraper-label-animation input, section.kratos-banner .form-wraper .fild-wraper-label-animation textarea {
  width: 100%;
  padding: 1.125rem;
  border-radius: 0.75rem;
  border: 1px solid #EDEDED;
  background-color: #F7F7F7;
  color: #000;
  outline: none;
}
section.kratos-banner .form-wraper .fild-wraper-label-animation select {
  width: 100%;
  padding: 1.125rem;
  padding-right: 3rem;
  border-radius: 0.75rem;
  border: 1px solid #EDEDED;
  background-color: #F7F7F7;
  color: #000;
  outline: none;
  color: var(--Black-2, #504A49);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  background-image: url(../images/select-arow.svg);
  background-repeat: no-repeat;
  background-position: right 1.12rem center;
  background-size: 1.25rem;
}
section.kratos-banner .form-wraper .fild-wraper-label-animation .custom-dropdown {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #EDEDED;
  background-color: #F7F7F7;
  position: relative;
}
section.kratos-banner .form-wraper .fild-wraper-label-animation textarea {
  resize: none;
  height: 7.3125rem;
}
section.kratos-banner .form-wraper .fild-wraper-label-animation span.wpcf7-not-valid-tip {
  margin-top: 0.6rem;
}
section.kratos-banner .form-wraper .page-color-btn {
  max-width: unset;
  width: 100%;
  display: flex;
  position: relative;
}
section.kratos-banner .form-wraper .page-color-btn span {
  transition: all 0.3s ease-in-out;
}
section.kratos-banner .form-wraper .page-color-btn:hover span {
  transform: rotate(45deg);
}
section.kratos-banner .form-wraper .page-color-btn input[type=submit] {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  border-radius: 3.125rem;
}
section.kratos-banner .home-banner-form-wraper {
  padding: 2.25rem 1.5rem;
  border-radius: 1.5rem;
  border: 4px solid #FF9902;
  background: #FFF;
  width: 93.08%;
  margin-left: auto;
}
section.kratos-banner .home-banner-form-wraper h3 {
  color: var(--Black, #241F20);
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.5rem;
}
section.kratos-banner .home-banner-form-wraper h3 span {
  font-weight: 700;
}
section.kratos-banner .home-banner-form-wraper .flex-wraper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
section.kratos-banner .home-banner-form-wraper .fild-wraper-label-animation {
  width: 100%;
  margin-bottom: 1.5rem;
}
section.kratos-banner .home-banner-form-wraper .fild-wraper-label-animation.location input {
  background-image: url(../images/location-mark.svg);
  background-repeat: no-repeat;
  background-position: right 1.3rem center;
  background-size: 1.25rem;
  padding-right: 3rem !important;
}
section.kratos-banner .home-banner-form-wraper .fild-wraper-label-animation.calender input {
  background-image: url(../images/calender.svg);
  background-repeat: no-repeat;
  background-position: right 1.3rem center;
  background-size: 1.25rem;
  padding-right: 1.3rem !important;
}
section.kratos-banner .home-banner-form-wraper .fild-wraper-label-animation input:not([type=submit]) {
  width: 100%;
  padding: 1.125rem;
  border-radius: 3.375rem;
  border: 1px solid var(--Moving, #FF9902);
  background-color: #FFF7EB;
  outline: none;
  color: #000000;
}
section.kratos-banner .home-banner-form-wraper .fild-wraper-label-animation input:not([type=submit])::-moz-placeholder {
  color: var(--Black-2, #504A49);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
section.kratos-banner .home-banner-form-wraper .fild-wraper-label-animation input:not([type=submit])::placeholder {
  color: var(--Black-2, #504A49);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
section.kratos-banner .home-banner-form-wraper .fild-wraper-label-animation input:not([type=submit]):focus-visible {
  border: 1px solid #382673;
}
section.kratos-banner .home-banner-form-wraper .fild-wraper-label-animation select {
  width: 100%;
  padding: 1.125rem;
  border-radius: 3.375rem;
  border: 1px solid var(--Moving, #FF9902);
  background-color: #FFF7EB;
  outline: none;
  color: #000000;
  color: var(--Black-2, #504A49);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-right: 3rem;
  background-image: url(../images/select-arow.svg);
  background-repeat: no-repeat;
  background-position: right 1.12rem center;
  background-size: 1.25rem;
}
section.kratos-banner .home-banner-form-wraper .fild-wraper-label-animation select:focus-visible {
  border: 1px solid #382673;
}
section.kratos-banner .home-banner-form-wraper .global-black-btn {
  display: flex;
  position: relative;
}
section.kratos-banner .home-banner-form-wraper .global-black-btn span {
  transition: all 0.3s ease-in-out;
}
section.kratos-banner .home-banner-form-wraper .global-black-btn:hover span {
  transform: rotate(45deg);
}
section.kratos-banner .home-banner-form-wraper .global-black-btn input[type=submit] {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  border-radius: 3.125rem;
}
section.kratos-banner .home-banner-form-wraper span.wpcf7-not-valid-tip {
  margin-top: 0.6rem;
}

section.steps-process {
  padding: 6.25rem 0;
}
section.steps-process h2 {
  text-align: center;
  margin-bottom: 4.69rem;
}
section.steps-process h2 span {
  color: #C30004;
}
section.steps-process .process-card {
  min-height: 22.3125rem;
  padding: 1.87rem 2.06rem 1.78rem 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid var(--Accent-light-BG, #f6f6f6);
  background: var(--White, #fff);
  position: relative;
  box-shadow: 198px 150px 70px 0 rgba(205, 202, 198, 0), 127px 96px 64px 0 rgba(205, 202, 198, 0.01), 71px 54px 54px 0 rgba(205, 202, 198, 0.05), 32px 24px 40px 0 rgba(205, 202, 198, 0.09), 8px 6px 22px 0 rgba(205, 202, 198, 0.1);
}
section.steps-process .process-card .num {
  display: block;
  position: absolute;
  right: 1.56rem;
  top: -1.36rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #C30004;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
section.steps-process .process-card .num::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.125rem;
  height: 3.125rem;
  background: rgba(195, 0, 3, 0.2);
  border-radius: 50%;
}
section.steps-process .process-card .image {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(195, 0, 3, 0.1);
  border-radius: 50%;
  margin-bottom: 1.58rem;
}
section.steps-process .process-card .image img {
  max-width: 3.125rem;
  max-height: 3.125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) saturate(100%) invert(7%) sepia(100%) saturate(7020%) hue-rotate(342deg) brightness(99%) contrast(115%);
}
section.steps-process .process-card .tx h4 {
  color: var(--Black, #241f20);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.25rem;
}
section.steps-process .process-card .tx p {
  color: var(--Paragraph, #716a6c);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  margin-bottom: 0;
}

section.customers-experiences {
  padding: 6.25rem 0 5rem;
  background-color: #EFEFEF;
  position: relative;
}
section.customers-experiences .container {
  position: relative;
}
section.customers-experiences:before {
  content: "";
  background: #C30004;
  height: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 3.75rem, 100% 0);
}
section.customers-experiences h2 {
  max-width: 34rem;
  position: absolute;
  top: 0;
  left: 0.5rem;
  z-index: 9;
}
section.customers-experiences h2 span {
  color: #C30004;
}
section.customers-experiences .customers-slider {
  padding-top: 9.887rem;
  position: relative;
}
section.customers-experiences .customers-slider .item {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
section.customers-experiences .customers-slider .item img {
  width: 100%;
  height: 31.25rem;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.customers-experiences .customers-slider .item .video-wraper-box a {
  align-items: flex-end;
  justify-content: flex-end;
}
section.customers-experiences .customers-slider .item .video-wraper-box a span {
  margin: 1.25rem;
}
section.customers-experiences .customers-slider .owl-nav {
  margin: 0;
  position: absolute;
  top: 1.56rem;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
section.customers-experiences .customers-slider .owl-nav button {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #C30004;
  border-radius: 50%;
  margin: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
section.customers-experiences .customers-slider .owl-nav button:hover {
  background-color: #C30004;
}
section.customers-experiences .customers-slider .owl-nav button:hover::after {
  color: #000;
}
section.customers-experiences .customers-slider .owl-nav button::after {
  content: "\f104";
  width: 1.5rem;
  height: 1.5rem;
  font-family: fontawesome;
  position: relative;
  color: #C30004;
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out;
}
section.customers-experiences .customers-slider .owl-nav button.owl-next {
  transform: scaleX(-1);
}
section.customers-experiences .customers-slider .owl-nav button span {
  display: none;
}

section.our-mission {
  padding: 5rem 0 6.25rem;
  background-color: #ffffff;
}
section.our-mission .text-wraper {
  padding-left: 1.5rem;
}
section.our-mission img {
  width: 100%;
  height: 34.375rem;
  border-radius: 1.125rem;
  background: #C8C8C8;
  -o-object-fit: cover;
     object-fit: cover;
}
section.our-mission h2 {
  margin-bottom: 3.1rem;
}
section.our-mission h2 span {
  color: #C30004;
}
section.our-mission h2 span br {
  display: none;
}
section.our-mission p {
  color: var(--Paragraph, #716A6C);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 187.5% */
  margin-bottom: 1.2rem;
}

section.why-choose-us {
  padding: 6.25rem 0;
  background-color: #EFEFEF;
  position: relative;
}
section.why-choose-us:before {
  content: "";
  background: #C30004;
  height: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 0 3.75rem, 100% 0);
}
section.why-choose-us h2 {
  max-width: 63.25rem;
  text-align: center;
  margin: 0 auto 1.87rem;
}
section.why-choose-us h2 span {
  color: #C30004;
}
section.why-choose-us .video-wraper-box {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
section.why-choose-us .video-wraper-box video, section.why-choose-us .video-wraper-box img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.why-choose-us .video-wraper-box a.play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.why-choose-us .video-wraper-box a.play-btn span {
  width: 3.375rem;
  height: 3.375rem;
  background-color: #C30004;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
section.why-choose-us .video-wraper-box a.play-btn span:hover {
  transform: scale(1.1);
}
section.why-choose-us .video-wraper-box a.play-btn span i {
  font-size: 1.125rem;
  color: #000;
}

section.companies-group {
  padding: 6.25rem 0;
}
section.companies-group h2 {
  text-align: center;
  margin-bottom: 2.75rem;
}
section.companies-group h2 span {
  color: #C30004;
}
section.companies-group p {
  max-width: 68.625rem;
  color: var(--Paragraph, #716A6C);
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  margin: 0 auto 3.12rem;
}
section.companies-group .global-black-btn {
  margin: 3rem auto;
}
section.companies-group .brand-logo-sec .logo-card {
  padding: 2.31rem 2.06rem 2.25rem;
  border-radius: 20px;
  border: 1px solid var(--Accent-light-BG, #f6f6f6);
  background: var(--White, #fff);
  transition: all 0.3s ease-in-out;
}
section.companies-group .brand-logo-sec .logo-card:hover {
  box-shadow: 198px 150px 70px 0 rgba(205, 202, 198, 0), 127px 96px 64px 0 rgba(205, 202, 198, 0.01), 71px 54px 54px 0 rgba(205, 202, 198, 0.05), 32px 24px 40px 0 rgba(205, 202, 198, 0.09), 8px 6px 22px 0 rgba(205, 202, 198, 0.1);
}
section.companies-group .brand-logo-sec .logo-card img {
  max-height: 7.9375rem;
  width: auto;
  margin: auto;
}

section.reviews {
  position: relative;
  padding: 6.25rem 0;
  background-color: var(--Light-Background, #efefef);
}
section.reviews:before {
  content: "";
  background: #C30004;
  height: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 3.75rem, 100% 0);
}
section.reviews h2 {
  text-align: center;
  margin: 0 0 3.125rem;
}

section.our-customers {
  padding: 6.25rem 0;
}
section.our-customers .heading-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.88rem;
  gap: 2rem;
}
section.our-customers .heading-wraper h2 {
  max-width: 49rem;
}
section.our-customers .heading-wraper h2 span {
  color: #C30004;
}
section.our-customers .heading-wraper a.page-color-btn {
  color: var(--Black, #241F20);
  flex-direction: row-reverse;
  padding: 0.375rem 1.25rem 0.375rem 0.375rem;
  white-space: nowrap;
}
section.our-customers .instagram-video-slider {
  position: relative;
}
section.our-customers .instagram-video-slider .owl-nav {
  margin: 0;
  position: absolute;
  top: 42%;
  width: 100%;
  transform: translateY(-50%);
}
section.our-customers .instagram-video-slider .owl-nav button {
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #C30004;
  border-radius: 50%;
  margin: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
section.our-customers .instagram-video-slider .owl-nav button:hover {
  background-color: #ffffff;
}
section.our-customers .instagram-video-slider .owl-nav button::after {
  content: "\f104";
  width: 1.5rem;
  height: 1.5rem;
  font-family: fontawesome;
  position: relative;
  color: #C30004;
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out;
}
section.our-customers .instagram-video-slider .owl-nav button.owl-prev {
  left: -4.6875rem;
}
section.our-customers .instagram-video-slider .owl-nav button.owl-next {
  right: -4.6875rem;
  transform: scaleX(-1);
}
section.our-customers .instagram-video-slider .owl-nav button span {
  display: none;
}

section.every-service {
  padding: 6.25rem 0;
}
section.every-service img.service-images {
  width: 100%;
  height: 21.94569rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.every-service .text-wraper {
  max-width: 35.2875rem;
  margin-left: auto;
}
section.every-service h2 {
  margin-bottom: 3.12rem;
}
section.every-service h2 span {
  color: #C30004;
}
section.every-service p {
  color: var(--Paragraph, #716A6C);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 187.5% */
  margin-bottom: 2.15rem;
}
section.every-service p + p {
  margin: 0;
}

section.kratos-all-services {
  padding: 6.25rem 0;
}
section.kratos-all-services .row {
  align-items: center;
  padding-bottom: 12.5rem;
}
section.kratos-all-services .row:last-child {
  padding-bottom: 0;
}
section.kratos-all-services .row:nth-child(even) {
  flex-direction: row-reverse;
}
section.kratos-all-services .row.kratos-moving-page h2 span {
  color: #FF9902;
}
section.kratos-all-services .row.kratos-moving-page .page-color-btn {
  background: #FF9902;
}
section.kratos-all-services .row.kratos-painting-page h2 span {
  color: #27AAE0;
}
section.kratos-all-services .row.kratos-painting-page .page-color-btn {
  background: #27AAE0;
}
section.kratos-all-services .row.kratos-cleaning-page h2 span {
  color: #8EC63F;
}
section.kratos-all-services .row.kratos-cleaning-page .page-color-btn {
  background: #8EC63F;
}
section.kratos-all-services .row.kratos-cleaning-page .img-wraper img.pabs {
  right: unset;
  left: 1rem;
}
section.kratos-all-services .row.kratos-contracting-page h2 span {
  color: #F7941D;
}
section.kratos-all-services .row.kratos-contracting-page .page-color-btn {
  background: #F7941D;
}
section.kratos-all-services .row.kratos-contracting-page .img-wraper img.pabs {
  right: unset;
  left: 1rem;
}
section.kratos-all-services .row.kratos-security-page h2 span {
  color: #C30000;
}
section.kratos-all-services .row.kratos-security-page .page-color-btn {
  background: #C30000;
}
section.kratos-all-services .row.kratos-hvac-page h2 span {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.kratos-all-services .row.kratos-hvac-page .page-color-btn {
  background: linear-gradient(90deg, #F24604 0%, #FE9D00 100%);
}
section.kratos-all-services .row.kratos-electrical-page h2 span {
  color: #FFD409;
}
section.kratos-all-services .row.kratos-electrical-page .page-color-btn {
  background: #FFD409;
}
section.kratos-all-services h2 {
  margin-bottom: 2.2rem;
}
section.kratos-all-services p {
  color: var(--Paragraph, #716A6C);
  font-family: Poppins;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 187.5% */
  margin-bottom: 1.2rem;
}
section.kratos-all-services .img-wraper {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
}
section.kratos-all-services .img-wraper img.side-img {
  width: 100%;
  height: 33.75rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.kratos-all-services .img-wraper img.pabs {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 0.84613rem;
  background: #FFF;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

section.kratos-partners {
  padding: 6.25rem 0;
}
section.kratos-partners h2 {
  text-align: center;
  margin-bottom: 2.75rem;
}
section.kratos-partners h2 span {
  color: #C30004;
}
section.kratos-partners .partners-slider {
  position: relative;
}
section.kratos-partners .partners-slider .owl-stage-outer {
  padding: 1rem 0;
}
section.kratos-partners .partners-slider .item {
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0 4px 12.2px 0 rgba(126, 126, 126, 0.25);
  margin: 0 0.5rem;
}
section.kratos-partners .partners-slider .item img {
  width: 100%;
  height: 5.625rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.kratos-partners .partners-slider .owl-nav {
  position: absolute;
  top: 20%;
  width: 100%;
  transform: translateY(-50%);
  margin: 0;
}
section.kratos-partners .partners-slider .owl-nav button {
  position: absolute;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 6.25rem;
  background-color: #C30004;
  margin: 0;
}
section.kratos-partners .partners-slider .owl-nav button:hover {
  background-color: #C30004;
}
section.kratos-partners .partners-slider .owl-nav button::after {
  content: "";
  background-image: url(../images/arow-left.svg);
  width: 2.625rem;
  height: 2.625rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  border-radius: 6.25rem;
  position: absolute;
  top: 0;
  left: -0.15rem;
}
section.kratos-partners .partners-slider .owl-nav button span {
  display: none;
}
section.kratos-partners .partners-slider .owl-nav button.owl-prev {
  left: -0.83rem;
}
section.kratos-partners .partners-slider .owl-nav button.owl-next {
  right: -0.83rem;
}
section.kratos-partners .partners-slider .owl-nav button.owl-next::after {
  transform: scale(-1);
  left: unset;
  right: -0.15rem;
}
section.kratos-partners .partners-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2.75rem;
}
section.kratos-partners .partners-slider .owl-dots button span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 3.125rem;
  background: #DBDBDB;
  margin: 0;
}
section.kratos-partners .partners-slider .owl-dots button.active span {
  width: 2.6875rem;
  height: 0.75rem;
  background: var(--Kratos-Company, #C30004);
}

.video-wraper-box {
  width: 100%;
  height: 31.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.video-wraper-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
.video-wraper-box a.play-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wraper-box a.play-btn span {
  width: 3.375rem;
  height: 3.375rem;
  background-color: #F7941D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.video-wraper-box a.play-btn span:hover {
  transform: scale(1.1);
}
.video-wraper-box a.play-btn span i {
  font-size: 1.125rem;
  color: #000;
}

body.kratos-cleaning-page .page-color-btn {
  background: var(--Cleaning, #8EC63F);
}
body.kratos-cleaning-page section.kratos-banner h1 span {
  color: var(--Cleaning, #8EC63F);
}
body.kratos-cleaning-page section.kratos-banner .form-wraper {
  border: 4px solid var(--Cleaning, #8EC63F);
}
body.kratos-cleaning-page section.kratos-banner::before {
  background: #8EC63F;
}
body.kratos-cleaning-page section.steps-process h2 span {
  color: var(--Cleaning, #8EC63F);
}
body.kratos-cleaning-page section.steps-process .process-card .image {
  background: rgba(142, 198, 63, 0.1);
}
body.kratos-cleaning-page section.steps-process .process-card .image img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(11%) saturate(2300%) hue-rotate(43deg) brightness(111%) contrast(83%);
}
body.kratos-cleaning-page section.steps-process .process-card .num {
  background: #8EC63F;
}
body.kratos-cleaning-page section.steps-process .process-card .num::before {
  background: rgba(142, 198, 63, 0.2);
}
body.kratos-cleaning-page section.customers-experiences:before {
  background: #8EC63F;
}
body.kratos-cleaning-page section.customers-experiences h2 span {
  color: #8EC63F;
}
body.kratos-cleaning-page section.customers-experiences .customers-slider .owl-nav button {
  border: 1px solid #8EC63F;
}
body.kratos-cleaning-page section.customers-experiences .customers-slider .owl-nav button:hover {
  background-color: #8EC63F;
}
body.kratos-cleaning-page section.customers-experiences .customers-slider .owl-nav button::after {
  color: #8EC63F;
}
body.kratos-cleaning-page section.customers-experiences .customers-slider .owl-nav button:hover::after {
  color: #000;
}
body.kratos-cleaning-page section.our-mission h2 span {
  color: #8EC63F;
}
body.kratos-cleaning-page section.why-choose-us:before {
  background: var(--Main-Orange, #8EC63F);
}
body.kratos-cleaning-page section.why-choose-us h2 span {
  color: #8EC63F;
}
body.kratos-cleaning-page section.why-choose-us .video-wraper-box a.play-btn span {
  background-color: #8EC63F;
}
body.kratos-cleaning-page section.companies-group h2 span {
  color: #8EC63F;
}
body.kratos-cleaning-page section.reviews:before {
  background: #8EC63F;
}
body.kratos-cleaning-page section.our-customers .heading-wraper h2 span {
  color: #8EC63F;
}
body.kratos-cleaning-page section.our-customers .instagram-video-slider .owl-nav button {
  border: 1px solid #8EC63F;
}
body.kratos-cleaning-page section.our-customers .instagram-video-slider .owl-nav button::after {
  color: #8EC63F;
}
body.kratos-cleaning-page .video-wraper-box a.play-btn span {
  background-color: #8EC63F;
}
body.kratos-cleaning-page footer.new-footer .footer-top::after {
  background-color: #8EC63F;
}
body.kratos-cleaning-page footer.new-footer .footer-top h4::after {
  background: #8EC63F;
}
body.kratos-cleaning-page .custom-dropdown .dropdown-list li:hover {
  background-color: #8EC63F;
}
body.kratos-cleaning-page .side-menu-ber {
  border: 3px solid #8EC63F;
}
body.kratos-cleaning-page .side-menu-ber ul li:hover {
  background: #8EC63F;
}
body.kratos-cleaning-page .side-menu-ber a.menu-close:hover {
  border: 2px solid #8EC63F;
}
body.kratos-cleaning-page .side-menu-ber a.menu-close:hover i {
  color: #8EC63F;
}

body.kratos-contracting-page .page-color-btn {
  background: #F7941D;
}
body.kratos-contracting-page section.kratos-banner h1 span {
  color: #F7941D;
}
body.kratos-contracting-page section.kratos-banner .form-wraper {
  border: 4px solid #F7941D;
}
body.kratos-contracting-page section.kratos-banner::before {
  background: #F7941D;
}
body.kratos-contracting-page section.steps-process h2 span {
  color: #F7941D;
}
body.kratos-contracting-page section.steps-process .process-card .image {
  background: rgba(247, 149, 29, 0.1);
}
body.kratos-contracting-page section.steps-process .process-card .image img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(32%) saturate(3273%) hue-rotate(347deg) brightness(100%) contrast(94%);
}
body.kratos-contracting-page section.steps-process .process-card .num {
  background: #F7941D;
}
body.kratos-contracting-page section.steps-process .process-card .num::before {
  background: rgba(247, 149, 29, 0.2);
}
body.kratos-contracting-page section.customers-experiences:before {
  background: #F7941D;
}
body.kratos-contracting-page section.customers-experiences h2 span {
  color: #F7941D;
}
body.kratos-contracting-page section.customers-experiences .customers-slider .owl-nav button {
  border: 1px solid #F7941D;
}
body.kratos-contracting-page section.customers-experiences .customers-slider .owl-nav button:hover {
  background-color: #F7941D;
}
body.kratos-contracting-page section.customers-experiences .customers-slider .owl-nav button::after {
  color: #F7941D;
}
body.kratos-contracting-page section.customers-experiences .customers-slider .owl-nav button:hover::after {
  color: #000;
}
body.kratos-contracting-page section.our-mission h2 span {
  color: #F7941D;
}
body.kratos-contracting-page section.why-choose-us:before {
  background: #F7941D;
}
body.kratos-contracting-page section.why-choose-us h2 span {
  color: #F7941D;
}
body.kratos-contracting-page section.why-choose-us .video-wraper-box a.play-btn span {
  background-color: #F7941D;
}
body.kratos-contracting-page section.companies-group h2 span {
  color: #F7941D;
}
body.kratos-contracting-page section.reviews:before {
  background: #F7941D;
}
body.kratos-contracting-page section.our-customers .heading-wraper h2 span {
  color: #F7941D;
}
body.kratos-contracting-page section.our-customers .instagram-video-slider .owl-nav button {
  border: 1px solid #F7941D;
}
body.kratos-contracting-page section.our-customers .instagram-video-slider .owl-nav button::after {
  color: #F7941D;
}
body.kratos-contracting-page .video-wraper-box a.play-btn span {
  background-color: #F7941D;
}
body.kratos-contracting-page footer.new-footer .footer-top::after {
  background-color: #F7941D;
}
body.kratos-contracting-page footer.new-footer .footer-top h4::after {
  background: #F7941D;
}
body.kratos-contracting-page .custom-dropdown .dropdown-list li:hover {
  background-color: #F7941D;
}
body.kratos-contracting-page .side-menu-ber {
  border: 3px solid #F7941D;
}
body.kratos-contracting-page .side-menu-ber ul li:hover {
  background: #F7941D;
}
body.kratos-contracting-page .side-menu-ber a.menu-close:hover {
  border: 2px solid #F7941D;
}
body.kratos-contracting-page .side-menu-ber a.menu-close:hover i {
  color: #F7941D;
}

body.kratos-security-page .page-color-btn {
  background: #C30000;
}
body.kratos-security-page section.kratos-banner h1 span {
  color: #C30000;
}
body.kratos-security-page section.kratos-banner .form-wraper {
  border: 4px solid #C30000;
}
body.kratos-security-page section.kratos-banner::before {
  background: #C30000;
}
body.kratos-security-page section.steps-process h2 span {
  color: #C30000;
}
body.kratos-security-page section.steps-process .process-card .image {
  background: rgba(195, 0, 0, 0.1);
}
body.kratos-security-page section.steps-process .process-card .image img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6474%) hue-rotate(17deg) brightness(87%) contrast(119%);
}
body.kratos-security-page section.steps-process .process-card .num {
  background: #C30000;
}
body.kratos-security-page section.steps-process .process-card .num::before {
  background: rgba(195, 0, 0, 0.2);
}
body.kratos-security-page section.customers-experiences:before {
  background: #C30000;
}
body.kratos-security-page section.customers-experiences h2 span {
  color: #C30000;
}
body.kratos-security-page section.customers-experiences .customers-slider .owl-nav button {
  border: 1px solid #C30000;
}
body.kratos-security-page section.customers-experiences .customers-slider .owl-nav button:hover {
  background-color: #C30000;
}
body.kratos-security-page section.customers-experiences .customers-slider .owl-nav button::after {
  color: #C30000;
}
body.kratos-security-page section.customers-experiences .customers-slider .owl-nav button:hover::after {
  color: #000;
}
body.kratos-security-page section.our-mission h2 span {
  color: #C30000;
}
body.kratos-security-page section.why-choose-us:before {
  background: #C30000;
}
body.kratos-security-page section.why-choose-us h2 span {
  color: #C30000;
}
body.kratos-security-page section.why-choose-us .video-wraper-box a.play-btn span {
  background-color: #C30000;
}
body.kratos-security-page section.companies-group h2 span {
  color: #C30000;
}
body.kratos-security-page section.reviews:before {
  background: #C30000;
}
body.kratos-security-page section.our-customers .heading-wraper h2 span {
  color: #C30000;
}
body.kratos-security-page section.our-customers .instagram-video-slider .owl-nav button {
  border: 1px solid #C30000;
}
body.kratos-security-page section.our-customers .instagram-video-slider .owl-nav button::after {
  color: #C30000;
}
body.kratos-security-page .video-wraper-box a.play-btn span {
  background-color: #C30000;
}
body.kratos-security-page footer.new-footer .footer-top::after {
  background-color: #C30000;
}
body.kratos-security-page footer.new-footer .footer-top h4::after {
  background: #C30000;
}
body.kratos-security-page section.our-customers .heading-wraper a.page-color-btn {
  color: #ffffff;
}
body.kratos-security-page section.our-customers .heading-wraper a.page-color-btn span img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(29%) saturate(0%) hue-rotate(261deg) brightness(115%) contrast(100%);
}
body.kratos-security-page section.why-choose-us .video-wraper-box a.play-btn span i {
  color: #ffffff;
}
body.kratos-security-page .video-wraper-box a.play-btn span i {
  color: #ffffff;
}
body.kratos-security-page .custom-dropdown .dropdown-list li:hover {
  background-color: #C30000;
}
body.kratos-security-page .side-menu-ber {
  border: 3px solid #C30000;
}
body.kratos-security-page .side-menu-ber ul li:hover {
  background: #C30000;
}
body.kratos-security-page .side-menu-ber ul li:hover a {
  color: #ffffff;
}
body.kratos-security-page .side-menu-ber a.menu-close:hover {
  border: 2px solid #C30000;
}
body.kratos-security-page .side-menu-ber a.menu-close:hover i {
  color: #C30000;
}

body.kratos-painting-page .page-color-btn {
  background: #27AAE0;
}
body.kratos-painting-page section.kratos-banner h1 span {
  color: #27AAE0;
}
body.kratos-painting-page section.kratos-banner .form-wraper {
  border: 4px solid #27AAE0;
}
body.kratos-painting-page section.kratos-banner::before {
  background: #27AAE0;
}
body.kratos-painting-page section.steps-process h2 span {
  color: #27AAE0;
}
body.kratos-painting-page section.steps-process .process-card .image {
  background: rgba(39, 168, 224, 0.1);
}
body.kratos-painting-page section.steps-process .process-card .image img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(98%) saturate(1046%) hue-rotate(165deg) brightness(90%) contrast(94%);
}
body.kratos-painting-page section.steps-process .process-card .num {
  background: #27AAE0;
}
body.kratos-painting-page section.steps-process .process-card .num::before {
  background: rgba(39, 168, 224, 0.2);
}
body.kratos-painting-page section.customers-experiences:before {
  background: #27AAE0;
}
body.kratos-painting-page section.customers-experiences h2 span {
  color: #27AAE0;
}
body.kratos-painting-page section.customers-experiences .customers-slider .owl-nav button {
  border: 1px solid #27AAE0;
}
body.kratos-painting-page section.customers-experiences .customers-slider .owl-nav button:hover {
  background-color: #27AAE0;
}
body.kratos-painting-page section.customers-experiences .customers-slider .owl-nav button::after {
  color: #27AAE0;
}
body.kratos-painting-page section.customers-experiences .customers-slider .owl-nav button:hover::after {
  color: #000;
}
body.kratos-painting-page section.our-mission h2 span {
  color: #27AAE0;
}
body.kratos-painting-page section.why-choose-us:before {
  background: #27AAE0;
}
body.kratos-painting-page section.why-choose-us h2 span {
  color: #27AAE0;
}
body.kratos-painting-page section.why-choose-us .video-wraper-box a.play-btn span {
  background-color: #27AAE0;
}
body.kratos-painting-page section.companies-group h2 span {
  color: #27AAE0;
}
body.kratos-painting-page section.reviews:before {
  background: #27AAE0;
}
body.kratos-painting-page section.our-customers .heading-wraper h2 span {
  color: #27AAE0;
}
body.kratos-painting-page section.our-customers .instagram-video-slider .owl-nav button {
  border: 1px solid #27AAE0;
}
body.kratos-painting-page section.our-customers .instagram-video-slider .owl-nav button::after {
  color: #27AAE0;
}
body.kratos-painting-page .video-wraper-box a.play-btn span {
  background-color: #27AAE0;
}
body.kratos-painting-page footer.new-footer .footer-top::after {
  background-color: #27AAE0;
}
body.kratos-painting-page footer.new-footer .footer-top h4::after {
  background: #27AAE0;
}
body.kratos-painting-page .custom-dropdown .dropdown-list li:hover {
  background-color: #27AAE0;
}
body.kratos-painting-page .side-menu-ber {
  border: 3px solid #27AAE0;
}
body.kratos-painting-page .side-menu-ber ul li:hover {
  background: #27AAE0;
}
body.kratos-painting-page .side-menu-ber a.menu-close:hover {
  border: 2px solid #27AAE0;
}
body.kratos-painting-page .side-menu-ber a.menu-close:hover i {
  color: #27AAE0;
}

body.kratos-hvac-page .page-color-btn {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page section.kratos-banner h1 span {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.kratos-hvac-page section.kratos-banner .form-wraper {
  border: none;
  position: relative;
}
body.kratos-hvac-page section.kratos-banner .form-wraper::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1.015);
}
body.kratos-hvac-page section.kratos-banner .col-lg-6:nth-child(2) {
  position: relative;
  z-index: 1;
}
body.kratos-hvac-page section.kratos-banner::before {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page section.steps-process h2 span {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.kratos-hvac-page section.steps-process .process-card .image {
  background: var(--HVAC, linear-gradient(270deg, rgba(242, 70, 4, 0.1) 0%, rgba(254, 157, 0, 0.1) 100%));
}
body.kratos-hvac-page section.steps-process .process-card .image img {
  filter: unset;
}
body.kratos-hvac-page section.steps-process .process-card .num {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page section.steps-process .process-card .num::before {
  background: var(--HVAC, linear-gradient(270deg, rgba(242, 70, 4, 0.2) 0%, rgba(254, 157, 0, 0.2) 100%));
}
body.kratos-hvac-page section.customers-experiences:before {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page section.customers-experiences h2 span {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.kratos-hvac-page section.customers-experiences .customers-slider .owl-nav button {
  border: 1px solid #F7941D;
}
body.kratos-hvac-page section.customers-experiences .customers-slider .owl-nav button:hover {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page section.customers-experiences .customers-slider .owl-nav button::after {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.kratos-hvac-page section.customers-experiences .customers-slider .owl-nav button:hover::after {
  color: #000;
  background: unset;
  -webkit-text-fill-color: unset;
}
body.kratos-hvac-page section.our-mission h2 span {
  background: var(--HVAC, linear-gradient(188deg, #F24604 0%, #FE9D00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.kratos-hvac-page section.why-choose-us:before {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page section.why-choose-us h2 span {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.kratos-hvac-page section.why-choose-us .video-wraper-box a.play-btn span {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page section.companies-group h2 span {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.kratos-hvac-page section.reviews:before {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page section.our-customers .heading-wraper h2 span {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.kratos-hvac-page section.our-customers .instagram-video-slider .owl-nav button {
  border: 1px solid #F7941D;
}
body.kratos-hvac-page section.our-customers .instagram-video-slider .owl-nav button::after {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.kratos-hvac-page .video-wraper-box a.play-btn span {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page footer.new-footer .footer-top::after {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page footer.new-footer .footer-top h4::after {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page section.kratos-banner p {
  max-width: 39rem;
}
body.kratos-hvac-page section.our-customers .heading-wraper a.page-color-btn {
  color: #ffffff;
}
body.kratos-hvac-page section.our-customers .heading-wraper a.page-color-btn span img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(13%) hue-rotate(39deg) brightness(99%) contrast(103%);
}
body.kratos-hvac-page section.kratos-banner .form-wraper {
  background: #ffffff;
}
body.kratos-hvac-page .custom-dropdown .dropdown-list li:hover {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page .side-menu-ber {
  border: 3px solid #FE9D00;
}
body.kratos-hvac-page .side-menu-ber ul li:hover {
  background: var(--HVAC, linear-gradient(270deg, #F24604 0%, #FE9D00 100%));
}
body.kratos-hvac-page .side-menu-ber a.menu-close:hover {
  border: 2px solid #FE9D00;
}
body.kratos-hvac-page .side-menu-ber a.menu-close:hover i {
  color: #FE9D00;
}

body.kratos-electrical-page .page-color-btn {
  background: #FFD409;
  color: #241F20;
}
body.kratos-electrical-page .page-color-btn span {
  background-color: rgba(36, 31, 32, 0.3019607843);
}
body.kratos-electrical-page .page-color-btn span img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(90%) saturate(0%) hue-rotate(264deg) brightness(110%) contrast(101%);
}
body.kratos-electrical-page section.kratos-banner h1 span {
  color: #FFD409;
}
body.kratos-electrical-page section.kratos-banner .form-wraper {
  border: 4px solid #FFD409;
}
body.kratos-electrical-page section.kratos-banner::before {
  background: #FFD409;
}
body.kratos-electrical-page section.steps-process h2 span {
  color: #FFD409;
}
body.kratos-electrical-page section.steps-process .process-card .image {
  background: rgba(255, 214, 9, 0.1);
}
body.kratos-electrical-page section.steps-process .process-card .image img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(17%) saturate(7498%) hue-rotate(8deg) brightness(114%) contrast(112%);
}
body.kratos-electrical-page section.steps-process .process-card .num {
  background: #FFD409;
}
body.kratos-electrical-page section.steps-process .process-card .num::before {
  background: rgba(255, 214, 9, 0.2);
}
body.kratos-electrical-page section.customers-experiences:before {
  background: #FFD409;
}
body.kratos-electrical-page section.customers-experiences h2 span {
  color: #FFD409;
}
body.kratos-electrical-page section.customers-experiences .customers-slider .owl-nav button {
  border: 1px solid #FFD409;
}
body.kratos-electrical-page section.customers-experiences .customers-slider .owl-nav button:hover {
  background-color: #FFD409;
}
body.kratos-electrical-page section.customers-experiences .customers-slider .owl-nav button::after {
  color: #FFD409;
}
body.kratos-electrical-page section.customers-experiences .customers-slider .owl-nav button:hover::after {
  color: #000;
}
body.kratos-electrical-page section.our-mission h2 span {
  color: #FFD409;
}
body.kratos-electrical-page section.why-choose-us:before {
  background: #FFD409;
}
body.kratos-electrical-page section.why-choose-us h2 span {
  color: #FFD409;
}
body.kratos-electrical-page section.why-choose-us .video-wraper-box a.play-btn span {
  background-color: #FFD409;
}
body.kratos-electrical-page section.companies-group h2 span {
  color: #FFD409;
}
body.kratos-electrical-page section.reviews:before {
  background: #FFD409;
}
body.kratos-electrical-page section.our-customers .heading-wraper h2 span {
  color: #FFD409;
}
body.kratos-electrical-page section.our-customers .instagram-video-slider .owl-nav button {
  border: 1px solid #FFD409;
}
body.kratos-electrical-page section.our-customers .instagram-video-slider .owl-nav button::after {
  color: #FFD409;
}
body.kratos-electrical-page .video-wraper-box a.play-btn span {
  background-color: #FFD409;
}
body.kratos-electrical-page footer.new-footer .footer-top::after {
  background-color: #FFD409;
}
body.kratos-electrical-page footer.new-footer .footer-top h4::after {
  background: #FFD409;
}
body.kratos-electrical-page section.customers-experiences h2 {
  max-width: 34rem;
}
body.kratos-electrical-page section.our-customers .heading-wraper a.page-color-btn span {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
body.kratos-electrical-page .custom-dropdown .dropdown-list li:hover {
  background: #FFD409;
}
body.kratos-electrical-page .side-menu-ber {
  border: 3px solid #FFD409;
}
body.kratos-electrical-page .side-menu-ber ul li:hover {
  background-color: #FFD409;
}
body.kratos-electrical-page .side-menu-ber a.menu-close:hover {
  border: 2px solid #FFD409;
}
body.kratos-electrical-page .side-menu-ber a.menu-close:hover i {
  color: #FFD409;
}

body.kratos-group-of-companies-page header.new-header .header-content-wraper .btn-wraper a.page-color-btn {
  background: #C30004;
}
body.kratos-group-of-companies-page header.new-header .header-content-wraper .btn-wraper a.global-black-btn {
  background: #C30004;
}
body.kratos-group-of-companies-page section.kratos-banner::after {
  background: linear-gradient(266deg, rgba(36, 31, 32, 0) -16%, rgba(36, 31, 32, 0.83) 95.6%);
}
body.kratos-group-of-companies-page section.kratos-banner h1, body.kratos-group-of-companies-page section.kratos-banner p {
  max-width: 100%;
}
body.kratos-group-of-companies-page section.kratos-banner a.page-color-btn {
  background: #C30004;
}
body.kratos-group-of-companies-page section.kratos-banner h1 span {
  color: #C30004;
}
body.kratos-group-of-companies-page section.kratos-banner .goc-slider .item img {
  width: 100%;
  height: 39.375rem;
  border-radius: 1.125rem;
}
body.kratos-group-of-companies-page section.kratos-banner .goc-slider {
  position: relative;
  border-radius: 1.125rem;
  overflow: hidden;
}
body.kratos-group-of-companies-page section.kratos-banner .goc-slider .owl-dots {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: absolute;
  bottom: 1.63rem;
  left: 0;
  right: 0;
}
body.kratos-group-of-companies-page section.kratos-banner .goc-slider .owl-dots button span {
  margin: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 3.125rem;
  background: #FFF;
}
body.kratos-group-of-companies-page section.kratos-banner .goc-slider .owl-dots button.active span {
  width: 2.6875rem;
  height: 0.75rem;
  background-color: #C30004;
}
body.kratos-group-of-companies-page section.kratos-banner {
  padding: 5.12rem 0 5.19rem;
}
body.kratos-group-of-companies-page section.kratos-banner::before {
  background: #C30004;
}
body.kratos-group-of-companies-page section.steps-process h2 span {
  color: #C30004;
}
body.kratos-group-of-companies-page section.steps-process .process-card .image {
  background: rgba(195, 0, 0, 0.1);
}
body.kratos-group-of-companies-page section.steps-process .process-card .image img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6474%) hue-rotate(17deg) brightness(87%) contrast(119%);
}
body.kratos-group-of-companies-page section.steps-process .process-card .num {
  background: #C30000;
}
body.kratos-group-of-companies-page section.steps-process .process-card .num::before {
  background: rgba(195, 0, 0, 0.2);
}
body.kratos-group-of-companies-page footer.new-footer .footer-top::after {
  background-color: #C30000;
}
body.kratos-group-of-companies-page footer.new-footer .footer-top h4::after {
  background: #C30000;
}
body.kratos-group-of-companies-page .side-menu-ber {
  border: 3px solid #C30000;
}
body.kratos-group-of-companies-page .side-menu-ber ul li:hover {
  background-color: #C30000;
}
body.kratos-group-of-companies-page .side-menu-ber ul li:hover a {
  color: #ffffff;
}
body.kratos-group-of-companies-page .side-menu-ber a.menu-close:hover {
  border: 2px solid #C30000;
}
body.kratos-group-of-companies-page .side-menu-ber a.menu-close:hover i {
  color: #C30000;
}

body.kratos-moving-page .page-color-btn {
  background: #F7941D;
}
body.kratos-moving-page section.kratos-banner h1 span {
  color: #F7941D;
}
body.kratos-moving-page section.kratos-banner .form-wraper {
  border: 4px solid #F7941D;
}
body.kratos-moving-page section.kratos-banner::before {
  background: #F7941D;
}
body.kratos-moving-page section.steps-process h2 span {
  color: #F7941D;
}
body.kratos-moving-page section.steps-process .process-card .image {
  background: rgba(247, 149, 29, 0.1);
}
body.kratos-moving-page section.steps-process .process-card .image img {
  filter: brightness(0) saturate(100%) invert(83%) sepia(33%) saturate(6755%) hue-rotate(345deg) brightness(98%) contrast(98%);
}
body.kratos-moving-page section.steps-process .process-card .num {
  background: #F7941D;
}
body.kratos-moving-page section.steps-process .process-card .num::before {
  background: rgba(247, 149, 29, 0.2);
}
body.kratos-moving-page section.customers-experiences:before {
  background: #F7941D;
}
body.kratos-moving-page section.customers-experiences h2 span {
  color: #F7941D;
}
body.kratos-moving-page section.customers-experiences .customers-slider .owl-nav button {
  border: 1px solid #F7941D;
}
body.kratos-moving-page section.customers-experiences .customers-slider .owl-nav button:hover {
  background-color: #F7941D;
}
body.kratos-moving-page section.customers-experiences .customers-slider .owl-nav button::after {
  color: #F7941D;
}
body.kratos-moving-page section.customers-experiences .customers-slider .owl-nav button:hover::after {
  color: #000;
}
body.kratos-moving-page section.our-mission h2 span {
  color: #F7941D;
}
body.kratos-moving-page section.why-choose-us:before {
  background: #F7941D;
}
body.kratos-moving-page section.why-choose-us h2 span {
  color: #F7941D;
}
body.kratos-moving-page section.why-choose-us .video-wraper-box a.play-btn span {
  background-color: #F7941D;
}
body.kratos-moving-page section.companies-group h2 span {
  color: #F7941D;
}
body.kratos-moving-page section.reviews:before {
  background: #F7941D;
}
body.kratos-moving-page section.our-customers .heading-wraper h2 span {
  color: #F7941D;
}
body.kratos-moving-page section.our-customers .instagram-video-slider .owl-nav button {
  border: 1px solid #F7941D;
}
body.kratos-moving-page section.our-customers .instagram-video-slider .owl-nav button::after {
  color: #F7941D;
}
body.kratos-moving-page .video-wraper-box a.play-btn span {
  background-color: #F7941D;
}
body.kratos-moving-page footer.new-footer .footer-top::after {
  background-color: #F7941D;
}
body.kratos-moving-page footer.new-footer .footer-top h4::after {
  background: #F7941D;
}
body.kratos-moving-page .custom-dropdown .dropdown-list li:hover {
  background-color: #F7941D;
}
body.kratos-moving-page .side-menu-ber {
  border: 3px solid #F7941D;
}
body.kratos-moving-page .side-menu-ber ul li:hover {
  background-color: #F7941D;
}
body.kratos-moving-page .side-menu-ber a.menu-close:hover {
  border: 2px solid #F7941D;
}
body.kratos-moving-page .side-menu-ber a.menu-close:hover i {
  color: #F7941D;
}

.custom-dropdown .selected {
  background: #f9f9f9;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.75rem;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.custom-dropdown .arrow {
  font-size: 1rem;
  color: #4a4a4a;
  transition: transform 0.3s ease;
}

.custom-dropdown.active .arrow {
  transform: rotate(180deg);
}

.custom-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  list-style: none;
  display: none;
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 10;
  margin: 0;
  padding: 0;
}

.custom-dropdown.active .dropdown-list {
  display: block;
}

.custom-dropdown .dropdown-list li {
  padding: 1.12rem;
  color: var(--Black-2, #504A49);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  cursor: pointer;
  white-space: nowrap;
}

.custom-dropdown .dropdown-list li:hover {
  background-color: #86bb44;
  color: white;
  transition: background-color 0.25s ease;
}

.custom-dropdown .selected-text {
  color: var(--Black-2, #504A49);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-menu-ber {
  width: 21.875rem;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: 9;
  padding: 6rem 1.12rem;
  border: 3px solid #c30004;
  transition: all 0.3s ease-in-out;
}
.side-menu-ber.open-menu {
  right: 0;
}
.side-menu-ber a.menu-close {
  background-color: #ffffff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  position: absolute;
  top: 1.5rem;
  right: 1.12rem;
  transition: all 0.3s ease-in-out;
}
.side-menu-ber a.menu-close:hover {
  border: 2px solid #c30003;
}
.side-menu-ber a.menu-close:hover i {
  color: #c30003;
}
.side-menu-ber a.menu-close i {
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
}
.side-menu-ber ul {
  width: 100%;
}
.side-menu-ber ul li {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 1.12rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  text-transform: capitalize;
  padding: 0.6rem 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 0.8rem;
  overflow: hidden;
}
.side-menu-ber ul li:hover {
  background-color: #c30003;
}
.side-menu-ber ul li:hover a {
  color: #fff;
}
.side-menu-ber ul li a {
  transition: all 0.3s ease-in-out;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.8rem;
}

section.kratos-banner .form-wraper .fild-wraper-label-animation.calender label {
  display: none;
}

span.wpcf7-spinner {
  display: none;
}

section.kratos-banner .form-wraper .fild-wraper-label-animation .custom-dropdown span.wpcf7-form-control-wrap {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

section.comn_supt {
  padding: 6.25rem 0;
}
section.comn_supt h3.wp-block-heading {
  color: var(--Black, #241F20);
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.1375rem;
  text-transform: capitalize;
  margin: 0 0 2rem;
}
section.comn_supt h5 {
  color: var(--Black, #241F20);
  font-family: Poppins;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
}
section.comn_supt p {
  color: var(--Paragraph, #716A6C);
  font-family: Poppins;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.8rem;
}
section.comn_supt ul {
  margin: 2.2rem 0 2rem;
}
section.comn_supt ul li {
  color: var(--Paragraph, #716A6C);
  font-family: Poppins;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
}
section.comn_supt ul li::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #716A6C;
}
section.comn_supt ul li:last-child {
  margin: 0;
}
section.comn_supt ol {
  margin: 2.2rem 0 2rem;
  counter-reset: decimal-counter;
}
section.comn_supt ol li {
  color: var(--Paragraph, #716A6C);
  font-family: Poppins;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
  position: relative;
  counter-increment: decimal-counter;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
}
section.comn_supt ol li::after {
  content: counter(decimal-counter) ". ";
  position: relative;
  color: #716A6C;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 0.2rem;
  font-family: Poppins;
}
section.comn_supt ol li:last-child {
  margin: 0;
}

section.page-404 {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 100000000000000000000000000000000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.page-404 h1 {
  color: #C30000;
  font-size: 7.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0;
  text-align: center;
}
section.page-404 h3 {
  color: var(--Black, #241F20);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.1375rem;
  text-transform: capitalize;
  margin: 0 0 1.5rem;
  text-align: center;
}
section.page-404 p {
  color: var(--Paragraph, #716A6C);
  font-family: Poppins;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
section.page-404 .page-color-btn {
  margin: 0 auto;
  background: #C30004;
}

body.error404 header.new-header {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.side-menu-ber a.menu-close:hover {
  border: 2px solid #c30003;
}

.side-menu-ber a.menu-close:hover i {
  color: #c30003;
}/*# sourceMappingURL=style.css.map */