

@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&amp;display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background-color: #fff;
  color: #000;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lexend', sans-serif;
  margin: 0;
  text-transform: capitalize;
}

h1 {
  font-size: 85px;
  font-weight: 500;
  line-height: 105px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 24px;
  }
}

h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

h6 {
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #DA242B;
}

p {
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #878C8F;
  margin: 0;
}

a {
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

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

button {
  font-size: 16px;
  color: #fff;
  border: none;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  outline: none;
}

i {
  line-height: 0;
  margin: 0;
  padding: 0;
}


/*------------------------------------
	Marquee
------------------------------------*/
.marquee-inner {
  position: absolute;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200%;
}
.marquee-inner.to-left {
  animation: marqueeLeft 10s linear infinite;
}

/*------------------------------------
	05/ Keyframes
------------------------------------*/
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes loading {
  0%, 75%, 100% {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  25%, 50% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*------------------------------------
	08/ About
------------------------------------*/
.zirox-about__wrapper {
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .zirox-about__wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zirox-about__wrapper {
    padding-right: 0;
  }
}
.zirox-about__left {
  position: relative;
}
.zirox-about__left-exp {
  width: 150px;
  height: 150px;
  padding: 30px;
  background-color: #DA242B;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
.zirox-about__left-exp::before {
  content: "";
  top: 0;
  left: -49px;
  position: absolute;
  border-bottom: solid 25px #df0009;
  border-right: solid 31px #df0009;
  border-left: solid 18px transparent;
  border-top: solid 45px transparent;
}
@media (min-width: 1281px) {
  .zirox-about__left-exp::before {
    left: -48px;
  }
}
@media (max-width: 767px) {
  .zirox-about__left-exp::before {
    height: 92px;
    border-bottom: solid 35px #df0009;
    border-right: solid 31px #df0009;
    border-left: solid 18px transparent;
    border-top: solid 57px transparent;
  }
}
.zirox-about__left-exp h3 {
  color: #fff;
  text-align: center;
}
.zirox-about__left-exp p {
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zirox-about__left__bg__img {
    position: unset;
    height: 500px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .zirox-about__left__bg__img {
    position: unset;
    height: 370px;
    margin-bottom: 100px;
  }
}
.zirox-about__left__front__img {
  background-image: url(../images/about/about-front.html) !important;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 70px;
  left: auto;
  right: 0px;
  width: 85%;
  height: 500px;
  z-index: 1;
}
@media (min-width: 1600px) {
  .zirox-about__left__front__img {
    top: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zirox-about__left__front__img {
    left: 196px;
    z-index: 1;
    width: auto;
  }
}
@media (max-width: 767px) {
  .zirox-about__left__front__img {
    left: 50px;
    z-index: 1;
    width: auto;
    top: 92px;
    height: 329px;
  }
}
.zirox-about__left img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zirox-about__right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .zirox-about__right {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zirox-about__right h6, .zirox-about__right h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .zirox-about__right h6, .zirox-about__right h2 {
    text-align: center;
  }
}
.zirox-about__right-text {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .zirox-about__right-text {
    margin: 20px 0 40px 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .zirox-about__right button {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .zirox-about--introduction .zirox-about__right {
    text-align: center;
    margin-top: 30px;
  }
}
.zirox-about--introduction .zirox-about__right h2 {
  margin-bottom: 25px;
}
.zirox-about--introduction .zirox-about__right-text {
  margin: 0 0 40px 0;
}
.zirox-about--introduction .zirox-about__right ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zirox-about--introduction .zirox-about__right ul {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (max-width: 767px) {
  .zirox-about--introduction .zirox-about__right ul {
    -ms-flex-pack: center;
        justify-content: center;
    gap: 20px;
    margin-bottom: 24px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.zirox-about--introduction .zirox-about__right ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  margin: 0 40px 28px 0;
}
@media (max-width: 767px) {
  .zirox-about--introduction .zirox-about__right ul li {
    margin: 0;
  }
}
.zirox-about--introduction .zirox-about__right ul li i {
  font-size: 22px;
}
@media (max-width: 767px) {
  .zirox-about--introduction .zirox-about__right ul li i {
    font-size: 20px;
  }
}
.zirox-about--introduction .zirox-about__right ul li p {
  font-size: 24px;
  font-weight: 500;
  color: #1c1b1f;
}
@media (max-width: 767px) {
  .zirox-about--introduction .zirox-about__right ul li p {
    font-size: 20px;
  }
}
.zirox-about--introduction .zirox-about__right button {
  margin-top: 15px;
}

/*------------------------------------
	11/ Working Process
------------------------------------*/
.zirox-working-process {
  background-image: url("../images/about/working-process-bg.html");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.zirox-working-process h2 {
  max-width: 600px;
}
@media (max-width: 767px) {
  .zirox-working-process h2 {
    font-size: 38px;
  }
}
.zirox-working-process-box {
  border: 2px solid rgba(135, 140, 143, 0.17);
  padding: 30px;
  transition: all 0.4s ease-in-out;
}
.zirox-working-process-box h3 {
  transition: all 0.4s ease-in-out;
}
.zirox-working-process-box:hover {
  border: 2px solid #DA242B;
}
.zirox-working-process-box:hover h3 {
  color: #DA242B !important;
}
.zirox-working-process-box__img {
  width: 80px;
  height: 80px;
  background-color: #DA242B;
  margin-bottom: 24px;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.zirox-working-process-box__img i {
  font-size: 40px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zirox-working-process-box {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .zirox-working-process-box {
    padding: 20px;
    margin-bottom: 30px;
  }
}

/* new styling  */
.zirox-projects span {
  text-align: center !important;
}

.zirox-working-process .font-alt {
  color: #c30101 !important;
  text-align: center !important;
}

.testimonials span {
  color: #fbc6ce !important;
}


.zirox-hero-section h1 {
  font-size: 50px !important;
  line-height: 70px !important;
  font-family: 'Spartan' !important;
  font-weight: 800 !important;
}

.zirox-hero-section  .col-12 {
  width: 100% !important;
  justify-content: left !important;
}

.testimonials span {
  color: #fff !important;
}

.zirox-breadcrumb {
  display: flex !important;
  gap: 40px !important;
}


.zirox-box:hover {
  background-color: #f02042 !important;
  box-shadow: none !important;
  transition: 0.3s ease !important;
}

.zirox-box:hover i {
  font-size: 50px !important;
  margin: 0px !important;
  line-height: 0px !important;
  text-align: center !important;
  display: block !important;
  padding: 20px !important;
  background: #ffffff !important;
  color: #f02042 !important;
  border-radius: 10px !important;
  transition: 0.3s ease !important;
}

.zirox-box:hover  h3 {
  color: #fff !important;
}

.zirox-box:hover p {
  color: #fff !important;
}


.zirox-about__right .text-center {
  text-align: left !important;
}

.zirox-about__right .text-center a {
  border-radius: 30px !important;
}

.zirox-working-process h2 {
  color: #000 !important;
}

.zirox-working-process .zirox-working-process-box {
  border-radius: 20px !important;
  background-color: #e83f5c !important;
  border: 1px solid #000 !important;
  padding: 20px !important;
  margin-bottom: 50px !important;
  height: 320px !important;
}

.zirox-working-process .zirox-working-process-box h3 {
  font-size: 20px !important;
}

.zirox-working-process .zirox-working-process-box  p {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

.zirox-working-process .zirox-working-process-box .zirox-working-process-box__img {
  background-color: #000000 !important;
  margin: 0px 0px 10px 0px !important;
}

.zirox-working-process .zirox-working-process-box:hover {
  background-color: #000 !important;
  transition: 0.3s ease !important;
}

.zirox-working-process .zirox-working-process-box:hover .zirox-working-process-box__img {
  background-color: #e83f5c !important;
}

.zirox-working-process .zirox-working-process-box:hover h3 {
  color: #e83f5c !important;
}