@import "../../util/util.css";
.service--page--banner,
.description_section,
.get_in_touch_section_colOneHeading,
.get_in_touch_section_colOneSubHeading,
.get_in_touch_section_colTwo_card,
.get_in_touch_section_btn_text a {
  font-family: "Roboto", sans-serif;
  padding: var(--padding-md);
}

.custom-nav{
   padding: var(--padding-xl);
}

.testimonial--section--sevice--page {
  background-color: #f6f6f6;
  padding: 3rem 2rem;
  position: relative;
  /* z-index: -1; */
}
.testimonial--section--sevice--page:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: bottom right;
  transform: skewY(-2deg);
  z-index: -1;
}
.service-page-footer {
  margin-top: -1.4rem;
}
.heading-hr {
  width: 64px;
  border: 2px solid #67fbf1;
  height: 0px;
  background-color: #67fbf1;
  margin: auto;
  /* margin-bottom: var( --margin-xxl); */
}

.navbar {
  background-color: transparent !important;
}

.banner hr {
  margin-top: 0rem;
}
.service_header_container{
  width: 100%;
  padding: 3% 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service_sect1_container{
  padding: 0 10%;
}
.hero_content {
  padding-top: 9%;
  padding-left: 5%;
  padding-right: 5%;
}
.compliance--button {
  color: #67fbf1;
}

.compliance--button:hover {
  text-decoration: none;
}

.main-heading-hr {
  width: 95px;
  border: 2px solid #67fbf1;
  height: 0px;
  background-color: #67fbf1;
}

/* .description_section_img {
  margin: 0rem 10%;
} */
.description_section_img {
  width: 100%;
  height: 100%;
}
.main-heading {
  font-weight: 900;
  font-size: 36px;
  color: #353e47;
  font-family: "Roboto", sans-serif;
}

.imporatance_section_cards {
  background: #ffffff;
  box-shadow: 0px 4px 40px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border: none;
  padding: 2rem 2rem;
}

.card-heading {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  margin: 1.5rem 0rem;
  color: #2b3541;
}

.importance {
  margin: var(--margin-xxl) 0;
}

.navbar_menu {
  float: left;
  color: aqua;
}
.navbar_menu:hover {
  cursor: pointer;
}
.navbar {
  background-color: #2b3541;
  height: 4.5rem;
}

.navbar-brand {
  color: white;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
}

.imporatance_section_row_two {
  margin-top: 5%;
}
.description_section {
  margin: 6rem 0rem;
}

.how_it_works_section_card {
  background-color: #2b3541;
  border: none;
  color: #dededecc;
  border-radius: 10px;
  padding-top: var(--padding-xs);
  margin-bottom: var(--margin-xxl);
}

.how_it_works_section_heading {
  font-size: var(--font-xs);
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.banner {
  position: relative;
  top: 0;
  width: 100%;
  /* height: 700px; */
  height: 100%;
  /* min-height: 120vh; */
  /* background: linear-gradient(var(--primary--background), var(--secondary--background)); */
  background: url("../../img/DigitalForensicService/Group36.png") repeat-y;
  background-size: cover;
}

.hero_content h1 {
  font-weight: 900;
  color: white;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 3%;
}

.hero_content p {
  color: rgba(255, 255, 255, 0.747);
  font-size: 16px;
}
.hero_card {
  background-color: #1b2f3a;
  box-shadow: 3px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
}
p.hero_card_heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
p.hero_card_subheading {
  font-weight: normal;
  font-size: 12px;
  line-height: 150.69%;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.49);
}
.hero_card_form {
  background-color: #1b2f3a;
  border: 2px solid rgba(255, 255, 255, 0.17);
  box-sizing: border-box;
  border-radius: 4px;
  color: #c1c1c1;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.hero_card_btn {
  background: #42525b;
  border-radius: 4px;
}
p.hero_card_btn_text {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

/* .about_service {
  margin-top: 10%;
} */

.about_service h5 {
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #747474;
}
.about_service p {
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: rgba(45, 45, 45, 0.85);
}
.get_in_touch_section_colOneHeading {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #383838;
}
.get_in_touch_section_colOneSubHeading {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: rgba(45, 45, 45, 0.7);
}
.get_in_touch_section_btn {
  background: #1f2833;
  border-radius: 4px;
  display: block;
  max-width: fit-content;
}
.get_in_touch_section_btn_text a {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #67fbf1;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.get_in_touch_section_btn_text a:hover {
  text-decoration: none;
}
.get_in_touch_section_btn_text_services {
  color: #00b2aa;
  text-decoration: none;
  display: block;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
.get_in_touch_section_btn_text_services:hover {
  text-decoration: none;
  color: #00b2aa;
  cursor: pointer;
}
/* .get_in_touch_section_colTwo_card {
  background: #ffffff;
  box-shadow: 0px 4px 40px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
} */
.get_in_touch_section_colTwo_card {
  background: #ffffff;
  box-shadow: 0px 4px 40px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
}
.get_in_touch_section_colThree_card {
  background: #ffffff;
  box-shadow: 0px 4px 40px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
}
.get_in_touch_section_card_heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #656565;
}
.get_in_touch_section_card_subheading {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #a6a4a4;
}
.get_in_touch_section_card_content {
  font-weight: normal;
  font-size: 14px;
  line-height: 151.69%;
  color: #656565;
}

.serviceBtn {
  color: #fff;
  font-weight: 500;
}

/* compliance additional section */

/* #compliance--content--div {
  display: none;
} */

.aboutServiceHeadingli {
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: rgba(45, 45, 45, 0.85);
}
