/** @format */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("../fonts/fonts.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

body {
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
  color: #000;
}
body::-webkit-scrollbar {
  display: none;
}

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

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

.glb-btn {
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.9rem 2.2rem;
  justify-content: center;
  align-items: center;
  border-radius: 3.125rem;
  background: var(--Client-Blue, #123458);
  color: var(--Background-White, #fff);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.glb-btn:hover {
  color: #fff;
  border: 1px solid #123458;
  background: transparent;
  color: #123458;
}
.glb-btn img {
  height: 1.25rem;
}
.glb-btn.white-fill {
  background: var(--Background-White, #fff);
  color: var(--Client-Blue, #123458);
  border: 1px solid #fff;
}
.glb-btn.white-fill:hover {
  background: transparent;
  color: #fff;
}
.glb-btn.white-bd {
  background: transparent;
  border: 1px solid var(--Background-White, #fff);
}
.glb-btn.white-bd:hover {
  background: #fff;
  color: #123458;
}

.btn-sec a:not(:last-child) {
  margin-right: 1.5rem;
}

.default-padding {
  padding: 6.25rem 0;
}

h1 {
  color: var(--Background-White, #fff);
  font-family: "Akira Expanded";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.25rem;
}
h1 span {
  color: var(--Background-White, #fff);
  font-family: "Akira Expanded";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}

h2 {
  color: var(--Client-Blue, #123458);
  font-family: "Akira Expanded";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.75rem;
}

p {
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header {
  background: #fff;
  box-shadow: 0rem 0.0625rem 0rem 0rem rgba(0, 0, 0, 0.1);
}
header.sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header.sticky .top-header {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}
header .top-header {
  background: var(--Client-Red, #ac2228);
  padding: 0.5rem 0;
}
header .top-header h6 {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
header .logo-sec a {
  display: flex;
  align-items: center;
  max-width: 14rem;
}
header .logo-sec a img {
  display: block;
}
@media (min-width: 62rem) {
  header nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
  }
  header nav > ul li a {
    display: flex;
    align-items: center;
    padding: 2.37rem 0;
    position: relative;
  }
  header nav > ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.25rem;
    width: 100%;
    background: transparent;
    transition: all ease 0.5s 0s;
  }
  header nav > ul li a:hover::before {
    background: #123458;
  }
  header nav > ul .current-menu-item a::before {
    background: #123458;
  }
  header nav > ul.sub-menu li a::before {
    display: none;
  }
  header nav > ul.sub-menu li a:hover::before {
    display: none;
  }
  header nav .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
  }
  header nav .menu-item-has-children > a {
    margin-right: 0.3125rem;
  }
  header nav .menu-item-has-children::after {
    content: "";
    height: 0.375rem;
    width: 11px;
    background: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    background-position-y: center;
  }
  header nav .menu-item-has-children i {
    margin-left: 0.75rem;
  }
  header nav .menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 5rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0rem 0.25rem 1.875rem 0.5rem rgba(0, 0, 0, 0.07);
    left: 0;
    z-index: 5;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    max-height: 0;
  }
  header nav .menu-item-has-children ul.sub-menu li {
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transition: all ease 1s;
  }
  header nav .menu-item-has-children ul.sub-menu li a {
    padding: 0.5rem 0.625rem;
    min-width: 18.5625rem;
    margin-right: 0;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 0.0625rem dashed #4c8589;
    transition: all ease 0.3s 0s;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header nav .menu-item-has-children ul.sub-menu li a:hover:hover {
    color: #4c8589;
    padding-left: 15px;
  }
}
@media (min-width: 62rem) {
  header nav .menu-item-has-children ul.sub-menu li a::before {
    display: none;
  }
  header nav .menu-item-has-children ul.sub-menu li:last-child a {
    border-bottom: 0;
  }
  header nav .menu-item-has-children ul.sub-menu li.current-menu-item a::before {
    display: none;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header nav .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    max-height: 62.5rem;
    visibility: visible;
    overflow-y: auto;
  }
  header nav .menu-item-has-children:hover ul.sub-menu li {
    opacity: 1;
    transition: all ease 1s;
  }
}

.banner {
  position: relative;
}
.banner > img {
  width: 100%;
}
.banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 64.3%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.banner .tx {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner .tx p {
  color: var(--Background-White, #fff);
  margin-bottom: 1.5rem;
  max-width: 57.875rem;
}
.banner .tx .glb-btn:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(60%) saturate(1788%) hue-rotate(190deg) brightness(92%) contrast(90%);
}

.our-service-production p {
  color: var(--Client-Blue, #123458);
  max-width: 57.875rem;
  margin: auto;
  text-align: center;
}

.service-card {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 3.75rem;
}
.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 43.14%, rgba(30, 30, 30, 0.8) 89.42%);
  opacity: 1;
  transition: all ease 1.5s 0s;
}
.service-card .txt {
  position: absolute;
  bottom: 0;
  z-index: 3;
  padding: 0rem 1.25rem 0rem;
  transform: translateY(-4%);
  transition: all ease-in 1s 0.7s;
}
.service-card .txt h3 {
  color: var(--white-neutral-300, #faf9f6);
  font-family: "Akira Expanded";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.25rem;
}
.service-card .txt p {
  color: var(--white-neutral-300, #faf9f6);
  text-align: left;
  margin-bottom: 1.25rem;
  font-size: 1.025rem;
  margin-top: 0.63rem;
}
.service-card .txt .glb-btn {
  width: 100%;
  margin-bottom: 3.06rem;
}
.service-card .txt .glb-btn:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(60%) saturate(1788%) hue-rotate(190deg) brightness(92%) contrast(90%);
}
.service-card .txt .hov-txt {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all ease-out 1.5s 0s;
}
.service-card::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.4) 0%, #1e1e1e 86.55%);
  opacity: 0;
  transition: all ease 1.5s 0s;
}
.service-card:hover::after {
  opacity: 1;
}
.service-card:hover::before {
  opacity: 0;
}
.service-card:hover .txt {
  transform: translateY(0%);
}
.service-card:hover .hov-txt {
  max-height: 500px;
  opacity: 1;
}

.about {
  padding: 3.75rem 0;
  background: var(--Client-Blue, #123458);
}
.about .explore {
  margin-bottom: 13.69rem;
}
.about .explore img {
  max-width: 3.8125rem;
  margin-bottom: 0.75rem;
}
.about .explore p {
  color: var(--Background-White, #fff);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.25rem;
}
.about .explore a {
  color: var(--Background-White, #fff);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.about .explore a img {
  max-height: 1.25rem;
  margin-bottom: 0;
}
.about .wrp {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about .img-wrp {
  position: relative;
}
.about .img-wrp::before {
  content: "";
  position: absolute;
  width: 4.875rem;
  height: 5.8125rem;
  background: var(--Background-White, #fff);
  z-index: 1;
}
.about .img-wrp img {
  border-radius: 0 0.5rem;
  position: relative;
  z-index: 2;
}
.about .img1 {
  margin-top: auto;
}
.about .img1 .img-wrp::before {
  left: -0.25rem;
  top: -0.25rem;
}
.about .img2 .img-wrp::before {
  right: -0.25rem;
  bottom: -0.25rem;
}
.about .txt-block h3 {
  color: var(--Background-White, #fff);
  font-family: "Akira Expanded";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.about .txt-block p {
  color: var(--Background-White, #fff);
}
.about .rating {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
.about .rating h2 {
  color: var(--Background-White, #fff);
  font-family: "Akira Expanded";
  font-size: 2.875rem;
  margin-bottom: 0;
}
.about .rating .star-wrp img {
  max-width: 6.25rem;
}
.about .rating h6 {
  color: var(--Background-White, #fff);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.work-card {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  margin-top: 3.75rem;
}
.work-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 43.14%, rgba(30, 30, 30, 0.8) 89.42%);
  z-index: 1;
}
.work-card .tx {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2rem 1.25rem;
  z-index: 2;
}
.work-card .tx h4,
.work-card .tx h3 {
  color: var(--white-neutral-300, #faf9f6);
  font-family: "Akira Expanded";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.work-card .tx h3 {
  font-size: 1.25rem;
  margin: 0.5rem 0 1rem;
}
.work-card .tx .glb-btn {
  padding-inline: 1.5rem;
  padding-block: 0.7rem;
  font-size: 1.125rem;
}

.owl-carousel .owl-item img {
  width: auto;
}

.work-in-action .btn-wrp {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .work-in-action .btn-wrp {
    margin-top: -1rem;
  }
}
.work-in-action p {
  margin-bottom: 0;
}
.work-in-action .work-cara .owl-nav {
  position: absolute;
  top: -4rem;
  right: 0;
  display: flex;
  gap: 1.31rem;
}
.work-in-action .work-cara .owl-nav button {
  margin: 0;
}
.work-in-action .work-cara .owl-nav button:hover {
  background: transparent;
}

.partner-sec p {
  max-width: 57.875rem;
  margin: auto;
}
.partner-sec .logo-sec {
  margin-top: 2.75rem;
}

.testimonials p {
  max-width: 57.875rem;
  margin: auto;
}

.testi-card {
  margin-top: 3.75rem;
  margin-bottom: 1rem;
  padding: 2.97rem 1.25rem;
  border-radius: 1.25rem;
  background: var(--Background-White, #fff);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}
.testi-card .ratings {
  max-width: 7.373rem;
  margin-bottom: 1.16rem;
}
.testi-card p {
  color: var(--Client-Blue, #123458);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140.58%;
  /* 1.40581rem */
  margin-bottom: 1rem;
}
.testi-card .prof {
  display: flex;
  gap: 1.12rem;
}
.testi-card .prof .image img {
  max-width: 3.125rem;
  max-height: 3.125rem;
  border-radius: 50%;
}
.testi-card .prof .tx h5 {
  color: var(--Client-Blue, #123458);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.17rem;
}
.testi-card .prof .tx h6 {
  color: var(--Client-Blue, #123458);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}
.testi-card:hover {
  background: var(--Client-Blue, #123458);
}
.testi-card:hover * {
  color: #fff !important;
}

.testi-cara .owl-dots {
  margin-top: 1rem !important;
}
.testi-cara .owl-dots button span {
  background: rgba(172, 34, 40, 0.3) !important;
}
.testi-cara .owl-dots button.active span {
  background: #ac2228 !important;
}

.map-sec .wrp {
  position: relative;
}
.map-sec .wrp iframe {
  display: block;
  width: 100%;
  height: 29.125rem;
}
.map-sec .wrp .btm-bar {
  padding: 2.5rem 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  max-width: 68.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  border-radius: 0.5rem 0.5rem 0 0;
  background: var(--Background-White, #fff);
}
.map-sec .wrp .btm-bar li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.map-sec .wrp .btm-bar li img {
  width: 1.5rem;
  height: 1.5rem;
}
.map-sec .wrp .btm-bar li p,
.map-sec .wrp .btm-bar li a {
  color: var(--Client-Blue, #123458);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.site-footer {
  background: #12385f;
  color: #ffffff;
  padding-top: 60px;
}
.site-footer h6 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}
.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer ul li {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.9;
}

.footer-van img {
  max-width: 100%;
}

.footer-col {
  margin-bottom: 30px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding: 20px 0;
  font-size: 14px;
}
.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
  opacity: 0.9;
}

.footer-social a {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
}

footer {
  padding: 3.75rem 0 0;
  background: var(--Client-Blue, #123458);
  position: relative;
  z-index: 0;
}
footer .top-ft {
  padding-bottom: 6.19rem;
  position: relative;
}
footer .top-ft ul li {
  margin-bottom: 0.88rem;
}
footer .top-ft ul li a:hover {
  color: #fff;
}
footer .top-ft ul li:last-child {
  margin: 0;
}
footer .top-ft > img {
  max-height: 14.3125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
footer * {
  color: #fff;
}
footer .btm-ft {
  padding: 1.38rem 0;
  border-top: 1px solid var(--Background-White, #fff);
}
footer .btm-ft .flex-links {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
footer .btm-ft .flex-links a:hover {
  color: #fff;
}
footer .btm-ft .social {
  display: flex;
  justify-content: flex-end;
  gap: 0.57rem;
}
footer .btm-ft .social li a {
  width: 1.89369rem;
  height: 1.89369rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .btm-ft .social li a i {
  color: #123458;
  font-size: 1.2rem;
}
footer h5 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.94rem;
}
footer ul.links li a {
  color: var(--Background-White, #fff);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer ul.links li:not(:last-child) {
  margin-bottom: 0.88rem;
}

section.inner-banner {
  position: relative;
  overflow: hidden;
}
section.inner-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.inner-banner img.bg-inr-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.inner-banner .container-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
section.inner-banner .container-wraper h1 {
  color: var(--Background-White, #fff);
  font-family: "Akira Expanded";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.5rem;
}

ul.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0;
}
ul.breadcrumbs li {
  color: var(--Background-White, #fff);
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-right: 1.3rem;
}
ul.breadcrumbs li:last-child {
  padding-right: 0;
}
ul.breadcrumbs li:last-child::after {
  display: none;
}
ul.breadcrumbs li::after {
  content: "/";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  z-index: 1;
}
ul.breadcrumbs li a {
  color: #ffffff;
}

section.trusted-commercial-sec {
  padding: 6.25rem 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
section.trusted-commercial-sec h2 {
  margin-bottom: 2.5rem;
}
section.trusted-commercial-sec p {
  max-width: 45.9375rem;
  width: 100%;
  margin-left: auto;
  margin-bottom: 0;
}

section.who-we-are {
  padding: 3.75rem 0;
  background-color: #123458;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
section.who-we-are img.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
section.who-we-are h2 {
  color: #fff;
  margin-bottom: 0.75rem;
  text-align: center;
}
section.who-we-are p {
  max-width: 40.125rem;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto 4rem;
}
section.who-we-are .img-wraper {
  position: relative;
  overflow: hidden;
  padding: 0.25rem;
}
section.who-we-are .img-wraper::before {
  content: "";
  width: 4.875rem;
  height: 5.8125rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.who-we-are .img-wraper::after {
  content: "";
  width: 4.875rem;
  height: 5.8125rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
section.who-we-are .img-wraper img {
  width: 100%;
  height: 30.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0.75rem;
  position: relative;
  z-index: 2;
}

section.what-we-do-sec {
  padding: 6.25rem 0;
}
section.what-we-do-sec h2 {
  max-width: 57.875rem;
  margin-bottom: 0.75rem;
}
section.what-we-do-sec p {
  max-width: 57.875rem;
  margin-bottom: 3.75rem;
}
section.what-we-do-sec ul {
  counter-reset: decimal-counter;
}
section.what-we-do-sec ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  justify-content: space-between;
  counter-increment: decimal-counter;
  padding: 2.25rem 0;
  border-top: 1px solid rgba(77, 77, 77, 0.28);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
section.what-we-do-sec ul li:last-child {
  border-bottom: 1px solid rgba(77, 77, 77, 0.28);
}
section.what-we-do-sec ul li::before {
  content: counter(decimal-counter, decimal-leading-zero);
  width: 5.5119rem;
  height: 4.4294rem;
  padding: 0 1.3125rem 1.5rem;
  color: var(--Client-Blue, #123458);
  font-family: "DM Sans";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.5s ease-in-out;
}
section.what-we-do-sec ul li:hover {
  background: rgba(77, 77, 77, 0.12);
}
section.what-we-do-sec ul li:hover::before {
  padding: 0 0 1.5rem 1.3125rem;
}
section.what-we-do-sec ul li:hover span.arow {
  padding: 0.94rem 1.31rem 0.94rem 0;
}
section.what-we-do-sec ul li span.arow {
  width: 5.575rem;
  height: 5.125rem;
  padding: 0.94rem 1.31rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
}
section.what-we-do-sec ul li span.arow img {
  max-width: 2.5rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.what-we-do-sec ul li h4 {
  max-width: 36rem;
  min-height: 5.0625rem;
  width: 100%;
  color: var(--Client-Blue, #123458);
  font-family: "Akira Expanded";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
section.what-we-do-sec ul li a.absolute {
  position: absolute;
  inset: 0;
}

section.kysor-warren-sec {
  padding: 1.97rem 0;
  position: relative;
  overflow: hidden;
}
section.kysor-warren-sec::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.45) 0%, rgba(30, 30, 30, 0.45) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
section.kysor-warren-sec img.bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.kysor-warren-sec .text-box-wraper {
  padding: 3.75rem;
  background: var(--Background-White, #fff);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 3;
}
section.kysor-warren-sec .text-box-wraper h2 {
  margin-bottom: 0.75rem;
}
section.kysor-warren-sec .text-box-wraper p {
  color: var(--Client-Blue, #123458);
  margin: 0;
}

section.work-with-team-sec {
  padding-bottom: 6.25rem;
}
section.work-with-team-sec .wraper-box {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 2.5rem;
  z-index: 0;
}
section.work-with-team-sec .wraper-box img.bg-img {
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
section.work-with-team-sec .wraper-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.25rem;
  background: linear-gradient(0deg, rgba(18, 52, 88, 0.46) 0%, #123458 100%);
  z-index: -1;
}
section.work-with-team-sec .wraper-box .text-wraper {
  width: 50%;
}
section.work-with-team-sec .wraper-box .text-wraper h2 {
  color: #fff;
  font-family: "Akira Expanded";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem;
  /* 122.222% */
  margin-bottom: 0.75rem;
}
section.work-with-team-sec .wraper-box .text-wraper p {
  max-width: 32.375rem;
  color: #fff;
  margin: 0;
}
section.work-with-team-sec .wraper-box .contact-form-wraper {
  width: 45%;
}
section.work-with-team-sec .wraper-box .contact-form-wraper textarea {
  min-height: 5.375rem;
}

section.support-anytime-sec {
  padding: 6.25rem 0;
  position: relative;
  overflow: hidden;
}
section.support-anytime-sec h2 {
  margin-bottom: 0.75rem;
}
section.support-anytime-sec p {
  margin-bottom: 1.75rem;
}
section.support-anytime-sec ul.contact-details li {
  display: grid;
  grid-template-columns: 3.125rem auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
section.support-anytime-sec ul.contact-details li:last-child {
  margin: 0;
}
section.support-anytime-sec ul.contact-details li figure {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  background: var(--Client-Red, #ac2228);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.support-anytime-sec ul.contact-details li figure img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.support-anytime-sec ul.contact-details li span,
section.support-anytime-sec ul.contact-details li a {
  color: var(--Text-Black, #1e1e1e);
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
section.support-anytime-sec ul.contact-details li .flex-box {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
section.support-anytime-sec .contact-form-wraper {
  width: 100%;
  height: auto;
}

.contact-form-wraper {
  border-radius: 0.75rem;
  background: var(--Background-White, #fff);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.07);
  padding: 1.25rem;
}
.contact-form-wraper h3 {
  color: var(--Client-Blue, #123458);
  font-family: "DM Sans";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.25rem;
}
.contact-form-wraper .fild-wraper {
  width: 100%;
  margin-bottom: 1.25rem;
}
.contact-form-wraper .fild-wraper label {
  color: var(--Text-Black, #1e1e1e);
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 133.333% */
  display: block;
  margin-bottom: 0.75rem;
}
.contact-form-wraper .fild-wraper input:not([type=submit]),
.contact-form-wraper .fild-wraper textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 0.25rem;
  background: #f3f3f1;
  border: none;
  outline: none;
  color: #000;
  font-size: 0.875rem;
}
.contact-form-wraper .fild-wraper input:not([type=submit])::-moz-placeholder, .contact-form-wraper .fild-wraper textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.42);
  font-family: "DM Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
}
.contact-form-wraper .fild-wraper input:not([type=submit])::placeholder,
.contact-form-wraper .fild-wraper textarea::placeholder {
  color: rgba(51, 51, 51, 0.42);
  font-family: "DM Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
}
.contact-form-wraper .fild-wraper input[type=text] {
  background-image: url(../images/profile-icon.svg);
  background-repeat: no-repeat;
  background-position: right 1.38rem center;
  background-size: 1.25rem;
  padding-right: 3.5rem;
}
.contact-form-wraper .fild-wraper input[type=email] {
  background-image: url(../images/email-icon.svg);
  background-repeat: no-repeat;
  background-position: right 1.38rem center;
  background-size: 1.25rem;
  padding-right: 3.5rem;
}
.contact-form-wraper .fild-wraper input[type=number] {
  background-image: url(../images/phone-icon.svg);
  background-repeat: no-repeat;
  background-position: right 1.38rem center;
  background-size: 1.25rem;
  padding-right: 3.5rem;
}
.contact-form-wraper .fild-wraper input[type=tel] {
  background-image: url(../images/phone-icon.svg);
  background-repeat: no-repeat;
  background-position: right 1.38rem center;
  background-size: 1.25rem;
  padding-right: 3.5rem;
}
.contact-form-wraper .fild-wraper textarea {
  height: 8.875rem;
  resize: none;
  background-image: url(../images/resize-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 1.25rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}
.contact-form-wraper .submit-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-wraper .submit-wraper input[type=submit] {
  border: none;
}
.contact-form-wraper .submit-wraper input[type=submit]:hover {
  color: #fff;
  border: 1px solid #123458;
  background: transparent;
  color: #123458;
}

span.wpcf7-spinner {
  display: none;
}

section.latest-insights-sec {
  padding: 6.25rem 0;
}
section.latest-insights-sec .row {
  gap: 3.75rem 0;
}
section.latest-insights-sec a.glb-btn {
  width: 12.125rem;
}
section.latest-insights-sec h2 {
  margin-bottom: 0.75rem;
}
section.latest-insights-sec p {
  margin-bottom: 0;
}

.resources-option-box {
  padding: 0.75rem;
  border-radius: 1.5rem;
  background: var(--Background-White, #fff);
  transition: all 0.3s ease-in-out;
}
.resources-option-box:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
}
.resources-option-box .img-wraper {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
.resources-option-box .img-wraper img.main-img {
  width: 100%;
  height: 16.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
.resources-option-box .img-wraper span {
  padding: 0.3125rem 0.625rem;
  border-radius: 0.25rem;
  background: var(--Client-Blue, #123458);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 3.6875rem;
  height: 3.5625rem;
}
.resources-option-box .img-wraper span strong {
  color: var(--Background-White, #fff);
  text-align: center;
  font-family: "DM Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: block;
}
.resources-option-box .img-wraper span small {
  color: var(--Background-White, #fff);
  text-align: center;
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: block;
}
.resources-option-box .text-wraper {
  margin-top: 0.75rem;
}
.resources-option-box .text-wraper h4 {
  color: var(--Client-Blue, #123458);
  font-family: "DM Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  /* 150% */
  margin-bottom: 0.5rem;
}
.resources-option-box .text-wraper h4 a {
  color: var(--Client-Blue, #123458);
}
.resources-option-box .text-wraper p {
  color: var(--Client-Blue, #123458);
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 133.333% */
  margin-bottom: 0.5rem;
}
.resources-option-box .text-wraper a.rm-btn {
  color: var(--Client-Blue, #123458);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 162.5% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.resources-option-box .text-wraper a.rm-btn img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.stay-connected-sec {
  background: var(--Client-Blue, #123458);
  padding: 3.75rem 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
section.stay-connected-sec img.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
section.stay-connected-sec h2 {
  color: #fff;
  margin-bottom: 0.75rem;
}
section.stay-connected-sec p {
  color: #fff;
  margin-bottom: 1.75rem;
}
section.stay-connected-sec ul.contact-details li {
  display: grid;
  grid-template-columns: 3.125rem auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
section.stay-connected-sec ul.contact-details li:last-child {
  margin: 0;
}
section.stay-connected-sec ul.contact-details li figure {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  background: var(--Client-Red, #ac2228);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.stay-connected-sec ul.contact-details li figure img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.stay-connected-sec ul.contact-details li span,
section.stay-connected-sec ul.contact-details li a {
  color: #fff;
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
section.stay-connected-sec ul.contact-details li .flex-box {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

section.resources-details-sec {
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
}
section.resources-details-sec ul.breadcrumbs li {
  color: var(--Client-Blue, #123458);
}
section.resources-details-sec ul.breadcrumbs li::after {
  color: var(--Client-Blue, #123458);
}
section.resources-details-sec ul.breadcrumbs li a {
  color: var(--Client-Blue, #123458);
}
section.resources-details-sec .flex-box {
  margin: 1.75rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
section.resources-details-sec .flex-box h2 {
  margin: 0;
  font-family: "DM Sans";
}
section.resources-details-sec .flex-box .wraper-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
section.resources-details-sec .flex-box .wraper-box span {
  color: var(--Client-Blue, #123458);
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding: 0.25rem 0.75rem 0.25rem 0;
  border-right: 2px solid var(--Client-Blue, #123458);
}
section.resources-details-sec .flex-box .wraper-box ul {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.resources-details-sec .flex-box .wraper-box ul li {
  display: block;
}
section.resources-details-sec .flex-box .wraper-box ul li a {
  display: block;
}
section.resources-details-sec .flex-box .wraper-box ul li a img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
section.resources-details-sec img.main-bg-img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
section.resources-details-sec .text-wraper {
  margin-top: 3.75rem;
}
section.resources-details-sec .text-wraper h4 {
  color: var(--Text-Black, #1e1e1e);
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}
section.resources-details-sec .text-wraper p {
  margin: 0;
}
section.resources-details-sec .text-wraper ul {
  margin: 2.5rem 0;
}
section.resources-details-sec .text-wraper ul li {
  color: var(--Text-Black, #1e1e1e);
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.6875rem */
  padding-left: 1.25rem;
  margin-bottom: 2.5rem;
}
section.resources-details-sec .text-wraper ul li:last-child {
  margin: 0;
}
section.resources-details-sec .text-wraper ul li h6 {
  color: var(--Text-Black, #1e1e1e);
  font-family: "DM Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}

section.product-sec1 {
  padding: 6.25rem 0;
}
section.product-sec1 .heading-wraper {
  width: 100%;
  margin-bottom: 3.75rem;
}
section.product-sec1 .heading-wraper h2 {
  max-width: 46.8125rem;
  width: 100%;
  margin-bottom: 0.75rem;
}
section.product-sec1 .heading-wraper p {
  max-width: 46.8125rem;
  width: 100%;
  margin: 0;
}
section.product-sec1 ul.servicing li {
  display: grid;
  grid-template-columns: 1fr 2fr 5.4rem;
  align-items: center;
  gap: 8.8rem;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(77, 77, 77, 0.28);
  background: var(--Background-White, #fff);
  padding: 1.25rem;
  transition: all 0.3s ease-in-out;
}
section.product-sec1 ul.servicing li:last-child {
  border-bottom: 1px solid rgba(77, 77, 77, 0.28);
}
section.product-sec1 ul.servicing li:hover {
  border: none;
  border-radius: 0.5rem;
  background: var(--Client-Blue, #123458);
}
section.product-sec1 ul.servicing li:hover .text-wraper {
  min-height: 5.75rem;
}
section.product-sec1 ul.servicing li:hover .text-wraper h4 {
  display: none;
}
section.product-sec1 ul.servicing li:hover .text-wraper p {
  display: block;
  color: #fff;
}
section.product-sec1 ul.servicing li:hover .arow {
  padding: 0.94rem 2.31rem 0.94rem 0.31rem;
}
section.product-sec1 ul.servicing li:hover .arow img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(16%) hue-rotate(60deg) brightness(103%) contrast(100%);
}
section.product-sec1 ul.servicing li a.absolute {
  position: absolute;
  inset: 0;
  z-index: 9;
  opacity: 0;
}
section.product-sec1 ul.servicing li .img-wraper {
  display: block;
}
section.product-sec1 ul.servicing li .img-wraper img {
  max-width: 18.625rem;
  max-height: 7.4375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
section.product-sec1 ul.servicing li .text-wraper {
  min-height: 5.08rem;
  overflow: hidden;
}
section.product-sec1 ul.servicing li .text-wraper h4 {
  max-width: 35.5rem;
  color: var(--Client-Blue, #123458);
  font-family: "Akira Expanded";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
section.product-sec1 ul.servicing li .text-wraper p {
  max-width: 24.5rem;
  width: 100%;
  display: none;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
section.product-sec1 ul.servicing li .arow {
  padding: 0.94rem 0.31rem 0.94rem 2.31rem;
  transition: all 0.3s ease-in-out;
}
section.product-sec1 ul.servicing li .arow img {
  max-width: 2.5rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}

section.product-sec2 {
  padding: 3.75rem 0;
  background: var(--Client-Blue, #123458);
}
section.product-sec2 .heading-wraper {
  width: 100%;
  margin-bottom: 3.75rem;
}
section.product-sec2 .heading-wraper h2 {
  max-width: 46.8125rem;
  width: 100%;
  color: #fff;
  margin-bottom: 0.75rem;
}
section.product-sec2 .heading-wraper p {
  max-width: 46.8125rem;
  width: 100%;
  color: #fff;
  margin: 0;
}
section.product-sec2 ul.servicing li {
  display: grid;
  grid-template-columns: 1fr 2fr 5.4rem;
  align-items: center;
  gap: 8.8rem;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgb(255, 255, 255);
  background: transparent;
  padding: 1.25rem;
  transition: all 0.3s ease-in-out;
}
section.product-sec2 ul.servicing li:last-child {
  border-bottom: 1px solid rgb(255, 255, 255);
}
section.product-sec2 ul.servicing li:hover {
  border: none;
  border-radius: 0.5rem;
  background: #ffffff;
}
section.product-sec2 ul.servicing li:hover .text-wraper {
  min-height: 5.75rem;
}
section.product-sec2 ul.servicing li:hover .text-wraper h4 {
  display: none;
}
section.product-sec2 ul.servicing li:hover .text-wraper p {
  display: block;
}
section.product-sec2 ul.servicing li:hover .arow {
  padding: 0.94rem 2.31rem 0.94rem 0.31rem;
}
section.product-sec2 ul.servicing li:hover .arow img {
  filter: unset;
}
section.product-sec2 ul.servicing li a.absolute {
  position: absolute;
  inset: 0;
  z-index: 9;
  opacity: 0;
}
section.product-sec2 ul.servicing li .img-wraper {
  display: block;
}
section.product-sec2 ul.servicing li .img-wraper img {
  max-width: 18.625rem;
  max-height: 7.4375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
section.product-sec2 ul.servicing li .text-wraper {
  min-height: 5.08rem;
  overflow: hidden;
}
section.product-sec2 ul.servicing li .text-wraper h4 {
  max-width: 35.5rem;
  color: #fff;
  font-family: "Akira Expanded";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
section.product-sec2 ul.servicing li .text-wraper p {
  max-width: 24.5rem;
  width: 100%;
  display: none;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
section.product-sec2 ul.servicing li .arow {
  padding: 0.94rem 0.31rem 0.94rem 2.31rem;
  transition: all 0.3s ease-in-out;
}
section.product-sec2 ul.servicing li .arow img {
  max-width: 2.5rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
  filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(16%) hue-rotate(60deg) brightness(103%) contrast(100%);
}

section.product-details-sec1 {
  padding: 6.25rem 0 0;
}
section.product-details-sec1 .text-wraper h2 {
  margin-bottom: 1.25rem;
}
section.product-details-sec1 .text-wraper p {
  margin-bottom: 1.75rem;
}
section.product-details-sec1 .text-wraper p + p {
  margin: 0;
}

.product-details-sec2 + .work-with-team-sec {
  padding-top: 0;
}

section.product-details-sec2 {
  padding: 6.25rem 0;
}
section.product-details-sec2.color-sec {
  background: var(--Client-Blue, #123458);
  padding: 3.75rem 0;
}
section.product-details-sec2.color-sec h3,
section.product-details-sec2.color-sec p {
  color: #fff;
}
section.product-details-sec2.color-sec ul li {
  color: #fff;
}
section.product-details-sec2 h3 {
  color: var(--Client-Blue, #123458);
  font-family: "Akira Expanded";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}
section.product-details-sec2 h3 + p {
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
section.product-details-sec2 ul {
  margin-bottom: 30px;
}
section.product-details-sec2 ul li {
  padding: 0.03rem 0 0.03rem 2.15rem;
  color: var(--Text-Black, #1e1e1e);
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.1rem;
  background-image: url(../images/tick-mark.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5rem;
}
section.product-details-sec2 ul li:last-child {
  margin: 0;
}
section.product-details-sec2 img.side-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
section.product-details-sec2 .bottom-text-wraper {
  margin-top: 2.5rem;
  width: 100%;
}
section.product-details-sec2 .bottom-text-wraper p {
  margin-bottom: 1.75rem;
}
section.product-details-sec2 .bottom-text-wraper p + p {
  margin: 0;
}

section.product-details-sec3 {
  padding: 6.25rem 0;
}
section.product-details-sec3 h2 {
  max-width: 46.8125rem;
  width: 100%;
  margin-bottom: 0.75rem;
}
section.product-details-sec3 p {
  max-width: 46.8125rem;
  width: 100%;
  margin-bottom: 2.5rem;
}
section.product-details-sec3 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.87rem;
}
section.product-details-sec3 ul li {
  display: block;
}
section.product-details-sec3 ul li img {
  max-width: 19.125rem;
  max-height: 16.375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}

.product-details-sec2.color-sec + .work-with-team-sec {
  padding-top: 6.25rem;
}

section.inner-banner::after {
  background: rgba(0, 0, 0, 0.3);
}

.banner::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 64.3%, rgba(0, 0, 0, 0) 100%);
}

.partner-sec .logo-sec > .col-md-12 > .row {
  justify-content: center;
}

.work-cara {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .work-cara {
    margin-top: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */