@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");
.goog-te-gadget,
.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

*,
body,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 span,
strong {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

input,
select,
textarea label {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media (max-width: 1599px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1560px;
    padding: 0 33px;
  }
}
@media (min-width: 1200px) {
  .language_wrapper {
    gap: 20px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1560px;
    padding: 0 33px;
  }
}
p {
  margin-bottom: 0;
  color: #393B3F;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

.btn_custom {
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #C40C0C;
  background-color: #C40C0C;
  color: #fff;
  transition: all 0.2s ease-in-out;
  padding: 10px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}


.btn_custom_panos {
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #C40C0C;
  background-color: #C40C0C;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .btn_custom {
    font-size: 15px;
  }
}
.btn_custom:hover {
  background-color: transparent;
  color: #C40C0C;
  transform: scale(1.1);
}
.btn_custom.dark {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.btn_custom.dark:hover {
  border: 1px solid #C40C0C;
  background-color: #C40C0C;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 575px) {
  header .container {
    padding: 0 15px !important;
  }
}
header .navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}
header .navbar-toggler:not(.collapsed) .open_icon {
  display: none !important;
}
header .navbar-toggler:not(.collapsed) .close_icon {
  display: block !important;
}
header .navbar-left.logo img {
  max-height: 73px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1280px) {
  header .navbar-left.logo img {
    max-height: 55px;
  }
}
@media screen and (max-width: 575px) {
  header .navbar-left.logo img {
    max-height: 44px;
  }
}
header .navbar-collapse {
  gap: 15px;
}
header .navbar-collapse .menu_wrapper {
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  header .navbar-collapse .menu_wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header .navbar-collapse {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100vw;
    background-color: #fff;
    transform: translateY(100%);
  }
  header .navbar-collapse .menu_wrapper {
    padding: 25px 20px 20px 20px;
    flex-direction: column;
    align-items: flex-start !important;
    min-height: calc(100vh - 50px);
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 1199px) and (max-width: 575px) {
  header .navbar-collapse .menu_wrapper {
    min-height: calc(100vh - 25px);
  }
}
header .navbar-collapse a.nav-link {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1199px) {
  header .navbar-collapse a.nav-link {
    font-size: 24px;
  }
}
header .navbar-collapse a.nav-link:hover {
  color: #C40C0C;
}
header .navbar-collapse a.nav-link.active {
  color: #C40C0C;
  font-weight: 600;
}
header .white_logo {
  display: none;
}
header.sticky {
  background-color: #000 !important;
}
@media screen and (max-width: 1199px) {
  header.sticky .navbar-collapse {
    background-color: #000;
  }
}
header.sticky .navbar-toggler span svg path {
  stroke: #ffffff;
}
header.sticky .white_logo {
  display: block;
}
header.sticky .black_logo {
  display: none;
}
header.sticky .navbar-collapse .language_wrapper .language:checked + .language__label {
  color: #fff !important;
}
header.sticky .navbar-collapse .language_wrapper .arrow {
  color: #fff;
}
header.sticky .navbar-collapse a.nav-link {
  color: #fff;
}
header.sticky .navbar-collapse a.nav-link.active {
  color: #C40C0C;
  font-weight: 600;
}
header.sticky .user_menu .profile .img-box img {
  filter: invert(1);
}
header.sticky .navbar-toggler-icon {
  filter: invert(1) !important;
}

footer {
  padding: 80px 0 65px 0;
  background-color: #000;
}
footer .footer_imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 190px;
  gap: 20px;
  width: 100%;
}
footer .inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  footer .inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
}
footer .footer_text h3 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  footer .footer_text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer_text h3 {
    font-size: 22px;
  }
}
footer .footer_text p {
  color: #ffffff;
  margin-bottom: 5px;
}
footer .footer_text p a {
  color: #fff;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
footer .footer_text p a span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
footer .footer_text p a span i {
  width: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
footer .footer_text p a:hover {
  color: #C40C0C;
}
footer .footer_text p a:hover span {
  border-color: #C40C0C;
}
footer .footer_text .social_links {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .footer_text .social_links a span {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
footer .footer_text .social_links a span i {
  width: 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.user_menu {
  margin-left: 10px;
  /* menu (the right one) */
  /* menu links */
}
.user_menu .profile {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: end;
}
.user_menu .profile h3 {
  text-align: end;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: 600;
}
.user_menu .profile p {
  line-height: 1;
  font-size: 14px;
  opacity: 0.6;
}
.user_menu .profile .img-box {
  position: relative;
  width: 20px;
  height: 26px;
  border-radius: 0;
}
.user_menu .profile .img-box .active_circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C40C0C;
  position: absolute;
  right: -2.5px;
  bottom: 0;
}
.user_menu .profile .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.user_menu .menu {
  position: absolute;
  top: calc(100% + 24px);
  right: -15px;
  width: 200px;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 0 6px 0.2px rgba(196, 12, 12, 0.15);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
  z-index: 99;
}
.user_menu .menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
  box-shadow: 0 0 6px 0.2px rgba(196, 12, 12, 0.15);
}
.user_menu .menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.user_menu .menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
  padding: 0;
  margin: 0;
}
.user_menu .menu ul li {
  list-style: none;
}
.user_menu .menu ul li:hover {
  background: #eee;
}
.user_menu .menu ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  gap: 6px;
  font-size: 14px;
}
.user_menu .menu ul li a i {
  font-size: 1.2em;
}

.language_wrapper .language__container {
  width: 100% !important;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  float: right;
}
.language_wrapper .language {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.language_wrapper .language__label {
  line-height: 20px;
  padding: 0 5px;
  cursor: pointer;
  color: silver;
  transition: all 0.4s ease;
  font-size: 13px;
}
.language_wrapper .language:checked + .language__label {
  color: #000 !important;
  font-size: 16px;
}
.language_wrapper .arrow {
  font-size: 20px;
  transition: transform 0.4s ease;
}
.language_wrapper input:checked ~ .arrow {
  transform: rotate(-180deg);
}
.language_wrapper input.pl2:checked ~ .border_2 {
  right: calc(100% - 25px);
}
.language_wrapper input.pl:checked ~ .border_2 {
  right: calc(100% - 25px);
}
.language_wrapper .border_2 {
  height: 20px;
  width: 20px;
  border-bottom: 1px solid black;
  position: absolute;
  right: 5px;
  pointer-events: none;
  transition: all 0.4s ease;
}
.language_wrapper .smoothUnderline {
  animation: underline 0.4s ease forwards;
}
@keyframes underline {
  0% {
    width: 30px;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 30px;
  }
}

h6 {
  color: #393B3F;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h1 {
  color: #393B3F;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

.custom_h3 {
  color: #393B3F;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2 {
  color: #393B3F;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  color: #000;
  font-family: "Inter", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

.nav-tabs {
  justify-content: center;
  border: none !important;
  max-width: 1100px;
  justify-content: space-between;
  gap: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nav-tabs {
    flex-direction: column;
    align-items: center;
  }
}
.nav-tabs .nav-item .nav-link {
  color: #393B3F;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  opacity: 0.63;
  border: none;
}
.nav-tabs .nav-item .nav-link.active {
  border: none;
  color: #c40c0c;
  opacity: 1;
  text-decoration: underline;
}
.nav-tabs .nav-item.show .nav-link {
  border: none;
}

.custom_card {
  padding: 60px;
  border-radius: 37px;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .custom_card {
    padding: 35px;
  }
}

.radiused {
  border-radius: 27px;
  overflow: hidden;
}
.radiused.business_img {
  max-height: 245px;
  min-height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .radiused.business_img {
    margin-bottom: 37px;
  }
}

section {
  padding: 95px 0;
}
section.colored {
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  section {
    padding: 60px 0;
  }
}

.master_hero {
  min-height: 480px;
  padding: 50px 0;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .master_hero {
    padding: 0 0;
    flex-direction: column;
    min-height: auto;
  }
}
.master_hero .hero_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  .master_hero .hero_img {
    position: static;
    min-height: 435px;
    -o-object-position: right;
       object-position: right;
  }
}
.master_hero .container {
  position: relative;
  z-index: 3;
}
.master_hero .container .inner {
  max-width: 600px;
  width: 100%;
}
.master_hero .container .inner h1 {
  text-shadow: 0 0 7px #ffffff;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .master_hero .container .inner h1 {
    text-shadow: none;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .master_hero .container .inner {
    padding-top: 40px;
  }
}
.master_hero.page_hero {
  min-height: 390px;
}
@media screen and (max-width: 767px) {
  .master_hero.page_hero {
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    min-height: 390px;
  }
}
@media screen and (max-width: 767px) {
  .master_hero.page_hero .hero_img {
    position: absolute;
    min-height: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
.master_hero.page_hero .inner {
  max-width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.master_hero.page_hero .inner h1 {
  text-shadow: none;
  color: #ffffff;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .master_hero.page_hero .inner h1 {
    text-shadow: none;
    margin-bottom: 28px;
  }
}
.master_hero.page_hero .inner .btn_custom:hover {
  color: #ffffff;
}

.head {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .head {
    text-align: left !important;
  }
}

.big_img {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}

.agile_img {
  max-height: 143px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  margin-top: 50px;
}
@media screen and (min-width: 991px) {
  .agile_img {
    max-height: 100px;
    margin-top: 40px;
  }
}

#loom-companion-mv3 {
  display: none;
}

@media screen and (max-width: 767px) {
  .our_clients {
    padding-bottom: 120px;
  }
}
.our_clients .clients_slider {
  position: relative;
  margin-top: 30px;
}
.our_clients .clients_slider img,
.our_clients .clients_slider picture {
  max-width: 100%;
  display: block;
}
.our_clients .clients_slider .c-carousel {
  position: relative;
  width: 100%;
}
.our_clients .clients_slider .c-carousel__wrapper.swiper {
  position: static;
}
.our_clients .clients_slider .c-carousel__inner-wrapper.swiper-wrapper {
  display: flex;
  align-items: center;
}
.our_clients .clients_slider .c-carousel img {
  margin: 0 auto;
}
.our_clients .clients_slider .c-carousel__controls {
  position: absolute;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  right: 0;
  top: -22px;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .our_clients .clients_slider .c-carousel__controls {
    right: auto;
    top: auto;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 100%);
  }
}
.our_clients .clients_slider .c-carousel__controls .c-carousel__button--next,
.our_clients .clients_slider .c-carousel__controls .c-carousel__button--prev {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.our_clients .clients_slider .c-carousel__controls .c-carousel__button--next svg,
.our_clients .clients_slider .c-carousel__controls .c-carousel__button--prev svg {
  width: 100%;
}
.our_clients .clients_slider .c-carousel__controls .c-carousel__button--next:hover,
.our_clients .clients_slider .c-carousel__controls .c-carousel__button--prev:hover {
  transform: scale(1.2);
}
.our_clients .clients_slider .c-carousel__item.swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.two_cards_bg .custom_card img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.two_cards_bg .text-wrapper h2 {
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .two_cards_bg .text-wrapper h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .two_cards_bg .text-wrapper h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .two_cards_bg .text-wrapper h2 {
    font-size: 18px;
  }
}

.certifications .certification_images {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .custom_accordion {
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .custom_accordion .row {
    width: 100%;
  }
}
.custom_accordion .img-fluid {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .custom_accordion .img-fluid {
    max-height: 460px;
    height: auto;
  }
}
.custom_accordion .content {
  max-width: 855px;
}
.custom_accordion.inverted {
  overflow: hidden;
}
.custom_accordion.inverted .row {
  width: auto;
}
.custom_accordion.inverted .tet_wrap {
  max-width: 870px;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .custom_accordion.inverted .tet_wrap {
    max-width: 100%;
  }
}
.custom_accordion .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  margin-bottom: 2px;
}
.custom_accordion .accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.custom_accordion .accordion .accordion-button::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: bold;
  background-image: none;
  transition: transform 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_accordion .accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}
.custom_accordion .accordion h2 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom_accordion .accordion .accordion-button {
  box-shadow: none;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom_accordion .accordion .accordion-button:focus, .custom_accordion .accordion .accordion-button:not(.collapsed) {
  color: #c40c0c;
  box-shadow: none;
  background-color: transparent;
}

.info_cards .info_card {
  border-radius: 37px;
  padding: 70px 55px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .info_cards .info_card {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  .info_cards .info_card {
    padding: 0;
    border-radius: 0;
  }
}
.info_cards .info_card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .info_cards .info_card::after {
    content: none;
  }
}
.info_cards .info_card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .info_cards .info_card img {
    position: static;
    border-radius: 37px;
    min-height: 222px;
    max-height: 222px;
    margin-bottom: 33px;
  }
}
.info_cards .info_card h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .info_cards .info_card h4 {
    font-size: 18px;
    padding: 0 15px;
  }
}

.logo_div {
  max-width: 270px;
}

.sap_logo img {
  max-height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 991px) {
  .sap_logo img {
    -o-object-position: center;
       object-position: center;
  }
}

.logo_col {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 510px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .logo_col {
    max-width: 460px;
  }
}
.logo_col img {
  transform: scaleX(-1);
  max-height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.logo_col h4 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}

.dark_features {
  min-height: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabled_features .logo_col img {
  max-height: 190px;
}

.services_ul {
  margin-bottom: 0;
}
.services_ul li {
  margin-bottom: 10px;
}
.services_ul li p {
  font-size: 22px;
  font-weight: 500;
}

.border_div {
  width: 100%;
  height: 15px;
  border-radius: 20px;
  background: linear-gradient(45deg, #c40c0c, transparent);
  margin: 30px 0;
}

.form-control {
  background: transparent;
  box-shadow: none !important;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0 !important;
  border-color: #000;
  color: #393B3F;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  resize: none;
}
.form-control:focus {
  border-color: #C40C0C;
}

.services_img {
  min-height: 393px;
  max-height: 393px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .services_img {
    max-height: 245px;
  }
}

.services_wrapper h3 {
  color: #000;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.services_wrapper p {
  font-size: 20px;
  font-weight: 400;
}
.services_wrapper .service_icon {
  width: 105px;
  height: 105px;
  background: #EEECE1;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.services_wrapper .service_icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

label {
  color: #393B3F;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.contact_form .form_wrapper {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.custom_accordion_wrapper .custom_accordion {
  max-width: 642px;
  width: 100%;
  margin: 0 auto;
}

.contact_us_page .inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .contact_us_page .inner {
    flex-direction: column;
    gap: 45px;
  }
}
.contact_us_page .contact_form_page {
  max-width: 600px;
  width: 100%;
}
.contact_us_page .contact_details {
  max-width: 420px;
  width: 100%;
}
.contact_us_page .contact_form_img {
  max-height: 118px;
}
.contact_us_page .contact_text {
  margin-top: 20px;
}
.contact_us_page .contact_text p {
  color: #0C0C0C;
  margin-bottom: 15px;
}
.contact_us_page .contact_text p a {
  color: #0C0C0C;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #0C0C0C;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.contact_us_page .contact_text p a span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  border: 1px solid #910A0F;
}
.contact_us_page .contact_text p a span i {
  width: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  color: #910A0F;
}
.contact_us_page .contact_text p a:hover {
  color: #C40C0C;
}
.contact_us_page .contact_text p a:hover span {
  border-color: #000;
}
.contact_us_page .contact_text p a:hover span i {
  color: #000;
}

.map .responsive-map {
  overflow: hidden;
  padding-bottom: 495px;
  position: relative;
  height: 0;
}
.map .responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.img_selector label img {
  border: 2px solid transparent;
}

.img_selector label:has(input:checked) img {
  opacity: 0.8;
  border: 2px solid #c40c0c;
}/*# sourceMappingURL=style.css.map */



#about_nexus strong {
  font-style:bold;
  font-weight:600;
  color: #C40C0C;
}

#about_nexus b {
  font-style:bold;
  font-weight:600;
}

/* CODE TO ADJUST END OF HANDWRITTEN INVOICES - START */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #end_of_handwritten_header{
    color:black;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #end_of_handwritten_header{
    color:black;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #end_of_handwritten_header{
    color:white;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #end_of_handwritten_header{
    color:white;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #end_of_handwritten_header{
    color:white;
  }
}

/* CODE TO ADJUST END OF HANDWRITTEN INVOICES - END */