:root {
  --color-two-80: rgba(223, 10, 10, 0.8);
  --color-two-70: rgba(223, 10, 10, 0.7);
  --color-two: rgb(223, 10, 10) !important;
  --main-color: #1d1d1b !important;
}

a:hover {
  color: var(--color-two);
}

.main {
  padding: var(--space-100) 0;
}

.progress-wrap,
.progress-circle,
.progress-circle::after {
  z-index: 1000 !important;
}

.sec-title h2 {
  margin-top: 0.4rem;
}

/* Header */

.header-top .container {
  padding: 0.8rem 0;
}

.header-lower .logo img {
  width: 70%;
}

.main-header .logo-box {
  padding: 15px 0px !important;
}

.ma5menu__toggle {
  background-color: var(--main-color);
}

.ma5menu__toggle i {
  color: white;
}

@media (max-width: 400px) {
  .main-header .logo-box img {
    width: 95%;
  }
}

@media (max-width: 1200px) {
  .nav-outer .main-menu {
    display: none !important;
  }

  .ma5menu__toggle {
    display: block !important;
  }
}

/* Header End */

/* Hero */
#hero .content-column {
  background: var(--color-two-70);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.2px);
  -webkit-backdrop-filter: blur(9.2px);
  border: 1px solid rgba(223, 10, 10, 0.17);
  padding: 3.5rem 2.5rem;
  border-radius: 5px;
}

#hero .inner-column {
  position: relative;
}

#hero .inner-column::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

#hero h1 {
  padding-left: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-variant: small-caps;
  margin-bottom: 2.2rem;
}

#hero h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: var(--main-color);
}

/* Hero End */

#hero .content-column * {
  color: white;
}

/* Solutions */

#solutions {
  padding: var(--space-100) 0;
}

#solutions .case-block .block-image {
  background-color: rgb(0, 0, 0);
}
#solutions .case-block .block-image img {
  opacity: 100%;
  transition: all 0.3s ease;
  height: 402px;
  object-fit: cover;
}

#solutions .case-block:hover .block-image img {
  opacity: 70%;
}

#solutions .case-block .block-bottom {
  height: 80px;
}

#solutions .case-block .block-bottom .back,
#solutions .case-block .block-bottom .front {
  height: 100%;
  display: flex;
  align-items: center;
}

#solutions .owl-prev,
#solutions .owl-next {
  background-color: var(--color-two);
  color: white;
}

#solutions .owl-prev:hover,
#solutions .owl-next:hover {
  background-color: var(--main-color);
}

/* Solutions End */

#cases .case-block .block-bottom .front {
  justify-content: center;
}

/* Services */

#services {
  background-color: rgb(228, 228, 228);
}

#services .service-block {
  text-align: center;
  display: block;
  margin-bottom: 3rem;
  transition: all 0.3s ease;
  transform: translateY(0);
}

#services .service-block:hover {
  transform: translateY(-5%);
}

#services .service-block h5:hover,
#services .service-block:hover h5 {
  color: var(--color-two);
}

#services .service-block .icon {
  display: flex;
  justify-content: center;
}

#services .service-block .icon img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

#services .service-block h5 {
  font-size: 1.5em;
  padding: 0 2em;
}

/* Services End */

/* About Us */

#about .image-column {
  padding-right: 3rem;
}

#about .text {
  font-size: clamp(16px, 2vw, 17px);
}

@media (max-width: 772px) {
  #about .image-column {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 1.5rem;
    width: 100%;
  }

  #about .image-column iframe {
    width: 100%;
  }
}

/* About Us End */

/* Process */
#process {
  background: url(assets/images/background/red-black-dots.jpg);
  background-attachment: fixed;
  background-position: center center;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: var(--space-100) 0;
}

#process::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(227, 5, 19, 0.6), #e30513);
  opacity: 0.9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#process .process-block h4,
#process .process-block .text {
  color: white;
}

#process .process-block .text {
  font-size: clamp(16px, 2.2vw, 18px);
  padding: 0 0.3em;
}

#process .process-block .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border: solid 4px white;
}

#process .process-block .image img {
  width: 40%;
  height: 40%;
}

#process .process-block .number {
  top: -0.5em;
  left: -0.5em;
  transition: all 0.3s ease;
}

#process .process-block:hover .number {
  background-color: white;
  color: var(--color-two);
}

#process .read-more {
  margin-top: 3rem;
}

#process .read-more-box {
  position: relative !important;
  display: flex;
  justify-content: center;
  overflow-x: hidden !important;
}

#process .read-more {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1rem 2.5rem;
  color: white;
  border: solid 2px transparent;
  transition: all 0.3s ease;
}

#process .read-more::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  background-color: white;
  width: 200%;
  max-width: 90vw;
  height: 2px;
  transition: all 0.3s ease;
}

#process .read-more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  background-color: white;
  width: 200%;
  max-width: 90vw;
  height: 2px;
  transition: all 0.3s ease;
}

#process .read-more:hover {
  border-color: white;
}

#process .read-more:hover::before {
  transform: translateY(-50%) translateX(-110%);
}

#process .read-more:hover::after {
  transform: translateY(-50%) translateX(110%);
}

@media (max-width: 600px) {
  #process .read-more {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
  }
}

/* Process End */

/* Cases */

.news-block .lower-content .text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-block .lower-content {
  max-height: 290px;
  min-height: 290px;
}

.news-block .image {
  width: 100%;
  height: 315px;
}

.news-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
  #cases .news-block h5 {
    margin-top: 0.5em;
  }

  .news-block .lower-content {
    height: auto;
    max-height: none;
    min-height: none;
  }
}

/* Cases End */

/* News */

#news {
  padding: var(--space-100) 0;
  background-color: rgb(228, 228, 228);
}

#news .upper-box {
  padding: 0;
  height: 250px;
}

#news .upper-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#news .box-inner {
  padding: 0;
}

#news .news-title {
  display: block;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

#news .news-title:hover {
  color: var(--color-two);
}

/* News End */

/* Contact */

#contact {
  background-color: rgb(228, 228, 228);
}

#contact .content p,
#contact .content li {
  font-size: 1.2em;
  color: var(--color-three);
}

#contact .content li {
  margin-bottom: 0.5rem;
}

#contact .content p:first-of-type {
  margin-bottom: 1rem;
}

#contact .content p:last-of-type {
  margin-top: 1rem;
}

#contact i {
  color: var(--color-two);
  margin-right: 0.5em;
}

#contact li span {
  transition: all 0.2s ease;
}

#contact li:hover span {
  padding-left: 0.8rem;
}

/* Contact End */

/* Footer */

footer h4 {
  margin-bottom: 2rem !important;
}

footer .links li a {
  font-size: 1.2em !important;
  font-weight: 200 !important;
}

.footer-bottom .left-box {
  width: 60%;
}

.footer-bottom .right-box {
  width: 30%;
}

.footer-bottom .text {
  color: white;
  font-size: 1em;
  line-height: 2em;
  margin-bottom: 2em;
}

footer .copyright {
  background-color: var(--main-color);
  width: 100%;
  color: white;
  text-align: center;
  font-size: 1.2em;
  padding: 0.7rem;
}

footer .copyright a {
  color: white;
  transition: all 0.3s ease;
}

footer .copyright a:hover {
  color: var(--color-two);
}

@media (max-width: 763px) {
  footer .footer-column {
    text-align: center;
  }

  footer .footer-column h4::before {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .footer-bottom > div {
    flex-direction: column;
  }

  .footer-bottom .right-box,
  .footer-bottom .left-box {
    text-align: center;
    width: 100%;
    padding: 0 1em;
  }
}

/* Footer End */

.second-slider h1 {
  color: white !important;
}

/* Sidebar */
#sidebar h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

#sidebar p,
#sidebar li {
  font-size: 14px;
  padding: 0;
  padding-bottom: 14px;
}

#sidebar .links {
  margin-bottom: 2.5rem;
}

#sidebar .links div {
  display: flex;
  padding: 12px 0;
}

#sidebar a {
  color: var(--main-color) !important;
}

#sidebar a:hover {
  color: var(--color-two) !important;
}

#sidebar .location {
  margin-bottom: 1rem;
}

#sidebar h5 {
  font-size: 1rem;
}

#sidebar i {
  margin-right: 0.5rem;
  margin-left: 0.2rem;
}

#sidebar .location div {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}

#sidebar .location img {
  display: inline;
  height: 100%;
  width: 20px;
  margin-right: 0.6rem;
}

/* Sidebar End */

.second-slider .slide {
  padding: 0;
}

.second-slider .content-column {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

/* Main */

.main section:first-of-type {
  padding: 0;
}

.main section:first-of-type img {
  max-height: 600px;
  object-fit: cover;
}

.main section.margin {
  padding: var(--space-40) 0rem !important;
}

.main section.margin-b {
  padding-top: 0 !important;
  padding-bottom: var(--space-40) !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

@media (max-width: 1000px) {
  .main section.margin {
    padding: var(--space-40) 2rem !important;
  }

  .main section.margin-b {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (max-width: 600px) {
  .main section.margin {
    padding: var(--space-40) 1rem !important;
  }

  .main section.margin-b {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.main p,
.main li {
  font-size: 1rem;
  color: var(--color-three);
}

.main p.large {
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-weight: 300;
  color: var(--main-color);
  margin-bottom: 2rem;
}

.main:not(.root) .sec-title {
  margin: 2rem 0;
}

.main:not(.root) .sec-title h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.main:not(.root) .sec-title .separator {
  margin-top: 0;
}

.main ul.circle {
  margin-top: 2rem !important;
}

.main ul.circle li {
  margin-bottom: 0.5rem;
  display: flex;
}

.main ul.circle li::before {
  content: "\2022";
  color: var(--color-two);
  font-size: 1.7rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 1.5rem;
}

.main .gallery {
  height: 350px;
  padding: var(--space-40) 0;
}

@media (max-width: 1000px) {
  .main .gallery {
    height: auto !important;
  }
}

@media (max-width: 600px) {
  .main .npb img {
    max-width: none !important;
    max-height: none !important;
  }
}

.main .gallery * {
  height: 100%;
}

.main .gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
  padding: 0;
}

.main .project-block-five {
  position: relative;
}

.main .project-block-five .inner-box:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 0%;
  bottom: 0;
  background-image: -moz-linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 100%
  );
  opacity: 0;
  transition: 0.5s;
}

.main .project-block-five .inner-box:hover:before {
  height: 100%;
  opacity: 1;
}

.main .npt .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main .npb img {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 400px;
}

.main .npb .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}

.main .npb.image-right .image-wrap {
  justify-content: end;
}

.main .npb.image-left .image-wrap {
  justify-content: start;
}

.main .main-img {
  width: 100%;
  height: 500px;
}

.main .main-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.main .circle span {
  color: var(--color-two);
  font-weight: 600;
  font-size: 1.3rem;
}

.main .circle p {
  margin-top: 0.5rem;
}

.main:not(.root) .sec-title .separator {
  width: 30px !important;
}

.main .teambox {
  height: unset;
  aspect-ratio: 1;
}

.main .teambox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main textarea {
  color: black !important;
}

/* Main End */
