@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #defbe6;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif !important;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}
a,
button,
input {
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
}
.position-relative {
  position: relative;
}
.action-container {
  display: flex;
  justify-content: end;
}
/* ==============Button=================== */
.btn {
  color: #0f62fe;
  font-size: 18px;
  background-color: #ffe034;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffe034;
  border-radius: 30px 30px 30px 30px;
  font-weight: 500;
  padding: 15px 19px;
  cursor: pointer;
}
.btn:hover {
  color: #000000;
  background-color: #efc100;
  border-color: #efc100;
  cursor: pointer;
}
.btn2 {
  background-color: #491d8b;
  color: #ffffff;
  padding: 16px 46px 16px 16px;
  max-width: 140px;
}
.btn2:hover {
  color: #fff;
}
.security-btn {
  padding: 12px 24px;
  color: #198038;
  background-color: #69727d;
  border-radius: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
}
.security-btn:hover {
  color: #000;
}
/* ==============section background=================== */
.bg-gray {
  background-color: #f6f6f6;
}
.bg-green {
  background-color: #defbe6;
}
.bg-pink {
  background-color: #fff0f1;
}
/* ==============heading and subheading=================== */
.heading {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  display: block;
}
.subheading {
  color: #000;
  line-height: 26px;
  font-size: 18px;
  font-weight: 400;
}
/*===================scroll top=================== */
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 40px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  font-size: 17px;
  border-radius: 5px;
  z-index: 2;
  color: #fff;
  text-align: center;
  transition: opacity 0.4s ease-in-out;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
}
.scroll-top:hover {
  color: #fff;
}
.scroll-top.open {
  opacity: 1;
  pointer-events: auto;
}
/* ==============Footer=================== */
.footer {
  background: #fff;
  padding: 80px 0 40px;
  position: relative;
}
.footer::after {
  background: linear-gradient(
    to right,
    #9a39db 10%,
    #9a39db 10%,
    #d42357 20%,
    #d42357 40%,
    #157486 50%,
    #157486 50%,
    #177a5e 70%,
    #177a5e 70%,
    #1370a1 80%,
    #1370a1 80%,
    #265bfd 100%,
    #265bfd 100%
  );
  position: absolute;
  content: "";
  height: 6px;
  right: 0;
  left: 0;
  bottom: 0;
}
.footer .footer-top {
  padding-bottom: 20px;
}
.footer h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #525252;
  text-transform: uppercase;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin-bottom: 12px;
}
.footer ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  transition: color 0.3s;
  font-weight: 400;
}
.footer ul li a:hover {
  color: #000;
}
.footer .new {
  font-size: 10px;
  color: #0073e6;
  margin-left: 4px;
}
.cert-logos img,
.trust-logos img {
  max-height: 100%;
}
.cert-logos img,
.cert-logos,
.trust-logos img {
  margin-bottom: 20px;
}
.footer .cert-col h4 {
  margin-bottom: 20px;
  font-size: 14px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  flex-wrap: wrap;
}
.footer-bottom .left {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  color: #555;
}
.footer-bottom .left img {
  max-width: 175px;
}
.footer .social a {
  color: #000;
  font-size: 26px;
  transition: color 0.3s;
}
.footer .social a + a {
  margin-left: 15px;
}
.footer .social a:hover {
  color: #666666;
}
.footer-bottom span,
.footer-bottom .subheading {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}
.trust-logos img {
  max-width: 140px;
}
/* ==============Inner Banner=================== */
.inner-banner {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  /* padding: 258px 0 200px; */
  padding: 88px 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00539a 0%, #002a4d 100%);
  position: relative;
}
.inner-overlay {
  background-image: url(../image/application-security-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  mix-blend-mode: screen;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}
.inner-banner .row {
  align-items: center;
}
.banner-left {
  position: relative;
  z-index: 1;
}
.banner-left .heading {
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 25px;
}
.banner-left .subheading {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 42px;
  color: #ffe034;
  max-width: 717px;
}
.banner-left .looking a {
  margin-top: 50px;
}
.inner-banner .insights-part-release {
  margin-top: 0;
  z-index: 1;
  position: relative;
  height: auto;
  padding-bottom: 15px;
  border-radius: 0;
  background-color: #ffffff1a;
  background-image: url(../image/blur-bg.png);
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
  background-size: cover;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #e0e0e0;
}
.inner-banner .each-release h3.heading {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
.inner-banner .each-release p.subheading {
  color: #ffe034;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 115px;
}
.inner-banner.rbi-security .each-release .second-subheading {
  color: #ffe034;
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.inner-banner .releaseSwiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 86%;
  transform: translateX(0);
  width: auto;
}
.inner-banner .each-release .btn {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  border-width: 2px;
  border-radius: 33px;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.inner-banner .each-release .btn:hover {
  background-color: #ffe034;
  color: #000;
  border-color: transparent;
}
.inner-banner .releaseSwiper .swiper-slide {
  margin-bottom: 0;
}
/* ==============Header=================== */
.main_header {
  padding: 18px 0;
  width: 100%;
  display: block;
  background: #fff;
  transition: all 0.5s;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  z-index: 3;
  position: relative;
}
.main_header .logo img {
  max-width: 220px;
}
.navigation-container {
  text-align: right;
}
.navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec .overlay {
  pointer-events: none;
}
.mobile-nav {
  display: none;
}
span.toggle-menu {
  display: none;
}
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
}
.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.navigation_sec .nav_sec > ul > li > ul {
  position: absolute;
  top: auto;
  left: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  right: 0;
  top: 63px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  min-width: 250px;
  min-height: 490px !important;
  border-top: 1px solid #ddd;
  text-align: left;
}
.navigation_sec .nav_sec > ul > li > ul.width_70_percentage {
  width: 70% !important;
}
.navigation_sec .nav_sec > ul > li > ul.solutions-dropdown {
  max-width: 100%;
  width: 60%;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
}
.navigation_sec .nav_sec > ul > li > ul.compliance_dropdown {
  max-width: 100%;
  width: 60%;
  left: 0;
  background-color: #fff;
  min-width: 1100px;
  padding: 20px;
}
.navigation_sec .nav_sec > ul > li > ul.resources_dropdown {
  max-width: 100%;
  width: 200px;
  left: 0;
  right: 110px;
  background-color: #fff;
  min-width: 200px;
  min-height: auto !important;
  top: 42px;
}
.navigation_sec .nav_sec > ul > li > ul.resources_dropdown > li a {
  text-align: left;
  padding: 15px 12px;
  font-weight: 700;
  font-size: 15px;
}
navigation_sec .nav_sec ul li ul li.active ul {
  display: block;
}
.navigation_sec .nav_sec > ul > li.nav_item {
  position: relative;
}
.navigation_sec .nav_sec > ul > li > ul.resources_dropdown > li a:hover {
  background: #d9d9d9;
}
.navigation_sec .nav_sec > ul > li > ul > li > ul {
  position: absolute;
  left: 320px;
  top: -1px;
  min-height: 490px;
  border-top: 1px solid #ddd;
}
.navigation_sec .nav_sec > ul > li > ul > li > ul > li > ul {
  display: flex;
  gap: 30px;
  background-color: #f4f4f4;
  border-left: 1px solid #ddd;
  min-height: 615px;
  padding: 28px;
  height: 100%;
}
.navigation_sec .nav_sec > ul > li > ul > li > ul > li > ul > li ul {
  height: 100%;
}
.resources.service-nav {
  width: 346px;
  max-width: 346px;
}
.resources,
.resource-part.service-resource {
  height: 446px;
}
.navigation_sec .nav_sec .resources .resource-part img.spcl-image {
  height: 100%;
  width: 346px;
  max-width: 346px;
}
.navigation_sec .nav_sec li.app-security {
  width: 626px;
}
.navigation_sec .nav_sec > ul > li > ul > li > ul > li > ul > li span,
.solutions-right span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security
  > a {
  padding: 8px;
  margin: 10px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  background-color: #fff;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security
  > a::after {
  display: none;
}
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security
  > a::before,
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security
  > a.active {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px !important;
  background-color: #00539a;
  transition: width 0.3s ease;
}
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security.network
  > a::before,
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security.network
  > a.active {
  background-color: #007d79;
}
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security.cloud
  > a::before,
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security.cloud
  > a.active {
  background-color: #198038;
}
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security.simulation
  > a::before,
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security.simulation
  > a.active {
  background-color: #da1e28;
}
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security.staffing
  > a::before,
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security.staffing
  > a.active {
  background-color: #d12771;
}
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security
  > a:hover::before,
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li.app-security
  > a.active::before {
  width: 100%;
}
.navigation_sec
  .nav_sec
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a
  img {
  max-width: 40px;
}
.navigation_sec .nav_sec .service-list {
  background-color: #fff;
  padding: 8px 10px;
  margin: 10px 0;
  max-width: 598px;
  height: 60px;
  display: flex;
  align-items: center;
}
.navigation_sec .nav_sec > ul > li > ul > li > ul > li > ul > li {
  width: 100%;
}
.navigation_sec .nav_sec > ul > li > ul > li > ul > li img {
  width: 300px;
}
.navigation_sec .nav_sec .resources .resource-part,
.solutions-right .resource-part {
  position: relative;
  z-index: 9;
}
.solutions-right .resource-part,
.solutions-right .resource-part img {
  min-height: 446px;
  object-fit: cover;
}
.resource_text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  color: #fff;
  z-index: 1;
}
.resource_text h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.navigation_sec .nav_sec .resource_text .link {
  color: #ffe034;
  font-weight: bold;
  margin-top: 30px;
  padding: 0;
}
.navigation_sec .nav_sec .resource_text .link::after {
  display: none;
}
.navigation_sec .nav_sec .resources img {
  max-width: 300px;
  min-height: 389px;
  object-fit: cover;
  position: relative;
}
.navigation_sec .nav_sec .resources .resource-part::before,
.solutions-right .resource-part::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 50%,
    transparent 100%
  ) !important;
  content: "";
  z-index: 1;
  content: "";
}
.navigation_sec .nav_sec .resources a::after {
  display: none;
}
.navigation_sec .nav_sec > ul > li > ul > li > a,
.navigation_sec .nav_sec > ul > li a {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #000;
  text-transform: capitalize;
  line-height: 16.9px;
  position: relative;
  display: inline-block;
}
.navigation_sec .nav_sec > ul > li a {
  padding: 12px 0;
}
.navigation_sec .nav_sec > ul > li > ul > li > a {
  background-color: #fff;
  color: #000;
  padding: 27px 27px;
  width: 100%;
  max-width: 320px;
  text-align: right;
  border-bottom: 1.5px solid #f6f6f6;
}
.navigation_sec .nav_sec > ul > li > ul > li.active > a {
  background-color: #f4f4f4;
}
.navigation_sec .nav_sec > ul > li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px !important;
  background-image: url(../image/nav-hover.png);
  transition: width 0.3s ease;
}
.navigation_sec .nav_sec > ul > li > ul > li > a::after {
  display: none;
}
.navigation_sec .nav_sec > ul > li a:hover::after {
  width: 100%;
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 25px;
}
.main_header.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: transform 0.3s ease;
}
.header-hide {
  transform: translateY(-100%);
}
.main_header .btn {
  max-width: 158px;
  max-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.solutions-dropdown {
  width: 600px;
  padding: 20px;
}
.solutions-wrapper {
  display: flex;
  gap: 30px;
}
.solutions-left {
  flex: 1;
}
.solutions-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.solutions-left li {
  margin-bottom: 10px;
}
.solutions-right {
  flex: 1;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}

.resource-part img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
}
.solutions-left span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
}
.nav_sec .solutions-dropdown .solutions-left ul li.app-security {
  /* width: 626px; */
  width: 100%;
}
.nav_sec .solutions-dropdown .solutions-left ul li.app-security a {
  padding: 10px;
  margin: 20px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  background-color: #fff;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.nav_sec .solutions-dropdown .solutions-left ul li.app-security a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px !important;
  background-color: #ff5800;
  transition: width 0.3s ease;
}
.nav_sec
  .solutions-dropdown
  .solutions-left
  ul
  li.app-security
  a:hover::before {
  width: 100%;
}
.nav_sec .compliance_dropdown .solutions-left ul li a::after,
.nav_sec .solutions-dropdown .solutions-left ul li.app-security a::after {
  display: none;
}
.nav_sec .solutions-dropdown .solutions-left ul li.app-security a img {
  max-width: 36px;
}
.nav_sec .compliance_dropdown .solutions-left ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav_sec .compliance_dropdown .solutions-left ul li img {
  width: 36px;
  height: 36px;
}
.nav_sec .manage-solution .solutions-left {
  width: 64%;
  flex: none;
}
.navigation_sec .nav_sec > ul > li > ul,
.navigation_sec .nav_sec > ul > li > ul > li > ul {
  display: none;
}
/* ==============Home=================== */
/* banner */
.hero {
  padding: 40px 0;
}
.hero-content .heading {
  max-width: 400px;
  line-height: 76px;
  font-weight: 800;
}
.hero-content .heading span {
  font-size: 55px;
  line-height: 40px;
  color: #da1e28;
}
.hero-content .subheading {
  margin-bottom: 15px;
  max-width: 810px;
}
.hero .btn {
  padding: 14.6px 32px;
}
.hero-right {
  padding: 20px;
  border: 2px solid #000;
  border-radius: 8px;
  display: grid;
}
.hero-right .logo img {
  max-width: 300px;
}
.hero-right .subheading {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
.ceo {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.ceo-image img {
  /* max-width: 80px; */
  max-width: 90px;
  border-radius: 8px;
}
.ceo .heading {
  font-size: 28px;
  line-height: normal;
}
.ceo span {
  font-size: 17px;
}
/* client */
.client {
  padding: 30px 0 45px;
}
.client-slider img {
  max-width: 163px;
}
/* Complete Stack of Offensive Security Solutions for your Enterprise */
.complete-stack {
  padding: 60px 0 0;
}
.complete-stack .heading {
  font-weight: 600;
  max-width: 1278px;
  margin-bottom: 20px;
}
.all-solution {
  padding: 35px 0;
}
.each-solution {
  padding: 30px;
  border: 4px solid #e6e6e6;
}
.each-solutionImage {
  margin-bottom: 50px;
}
.each-solution img {
  max-width: 65px;
}
.each-solution .heading {
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  max-width: 253px;
  min-height: 60px;
}
.each-solution .subheading {
  margin-top: 30px;
  line-height: 30px;
  font-size: 17px;
}
.solution-listing {
  margin-top: 30px;
}
.solution-listing li {
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.solution-listing li:last-child {
  border-bottom: none;
}
.solution-listing li + li {
  margin-top: 5px;
}
.solution-listing li::before {
  content: "\f285";
  color: #0f62fe;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}
.solution-listing li a {
  font-size: 17px;
  font-weight: 600;
  line-height: 28.322px;
  color: #0f62fe;
  margin-left: 5px;
}
/* In the words of our privileged clients */
.privileged-clients {
  padding: 75px 0;
}
.privileged-clients .heading {
  font-weight: 600;
  margin-bottom: 30px;
}
.all-testimonial {
  display: flex;
  align-items: flex-start;
}
.client-image {
  padding-right: 30px;
  width: 100%;
  max-width: 330px;
}
.client-left {
  max-width: 968px;
}
.client-left .subheading {
  font-size: 17px;
  line-height: 30px;
}
.client-details h6 {
  font-size: 17px;
  font-weight: 700;
  color: #0f62fe;
  line-height: 30px;
  text-transform: uppercase;
}
.client-details span {
  font-size: 14px;
  line-height: 24px;
}
.client-name {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
}
.client-name img {
  max-width: 50px;
  border-radius: 100px;
}
.clientsSlider {
  position: relative;
}
.clientsSlider .swiper-slide {
  margin-bottom: 40px;
}
.clientsSlider .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  text-align: right;
  padding-right: 20px;
}
.clientsSlider .swiper-pagination-bullet {
  background: #cccccc;
  opacity: 0.5;
  margin: 0 0 0 6px;
  width: 10px;
  height: 10px;
}
.clientsSlider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffe034;
}
/* Our Security Services */
.our-security {
  padding: 75px 0 60px;
}
.our-security .heading {
  font-weight: 600;
  margin-bottom: 40px;
}
.all-security {
  margin: 40px 0;
  padding: 0 20px;
}
.security1 {
  background-image: url(../image/security-1.png);
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 30px 30px 30px;
  display: block;
  min-height: 365px;
  background-position: center right;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.security1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 67, 206, 0.6);
  transition: background 0.4s ease-in-out;
  z-index: 0;
}
.security-content {
  position: relative;
  z-index: 1;
}
.security1:hover::before {
  background: rgba(0, 67, 206, 0);
}
.security2::before {
  background-color: rgba(0, 125, 121, 0.6);
}
.security3::before {
  background-color: rgba(25, 128, 56, 0.6);
}
.security4::before {
  background-color: rgba(138, 63, 252, 0.6);
}
.security5::before {
  background-color: rgba(0, 83, 154, 0.6);
}
.security6::before {
  background-color: rgba(218, 30, 40, 0.6);
}
.security7::before {
  background-color: rgba(209, 39, 113, 0.6);
}
.security8::before {
  background-color: rgba(218, 30, 40, 0.6);
}
.security-content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.devider {
  width: 40px;
  display: block;
  height: 3px;
  background-color: #ffffff80;
  margin: 20px auto 0;
  float: left;
}
.security-content .subheading {
  margin: 50px 0 17px;
  color: #fff;
  min-height: 134px;
}
.security-content i {
  font-size: 32px;
  text-align: right;
  display: block;
}
.all-security .row {
  --bs-gutter-y: 20px;
}
/* Trust our elite team of cybersecurity experts to enhance your security */
.trust-cybersecurity {
  padding: 80px 0 100px;
}
.trust-cybersecurity .heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 56px;
  color: #0f62fe;
  text-align: center;
}
.certifcate img {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0;
}
/* From Boardroom to Endpoint */
.boardroom {
  padding: 120px 0;
}
.boardroom .heading {
  font-weight: 600;
  margin-bottom: 20px;
}
.all-boardroom {
  margin-top: 50px;
}
.each-boardroom {
  padding: 30px;
  border: 4px solid #e6e6e6;
  max-width: 289px;
  margin: 0 auto;
}
.boardroom-image {
  margin-bottom: 50px;
}
.boardroom-image img {
  max-width: 65px;
}
.boardroom .each-boardroom .heading {
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.boardroom .each-boardroom .subheading {
  line-height: 32px;
  min-height: 192px;
}
/* Stay on the Right Side of Regulation */
.stay-regulation {
  padding: 120px 0;
}
.stay-regulation .heading,
.insights .heading {
  font-weight: 600;
  margin-bottom: 30px;
}
.stay-regulation .subheading {
  font-weight: 600;
}
.all-regulations {
  margin: 40px 0 30px;
}
/* Securing Offensively */
.securing {
  padding: 120px 0;
  position: relative;
}
.securing .row {
  --bs-gutter-y: 20px;
}
.each-secure {
  padding: 0 20px 20px 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  min-height: 486px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.each-secure .heading,
.secure-bottom .heading {
  margin: 10px 0;
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  line-height: 28px;
}
.each-secure span,
.secure-bottom span {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #5a5a5a;
}
.each-secure.secure-top-right img {
  margin-bottom: 50px;
}
.each-secure.secure-top-right .heading-secure {
  font-weight: 400;
}
.secure-bottom {
  padding: 40px 20px 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.secure-bottom img {
  margin-bottom: 60px;
}
.top-data {
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.dataSlider {
  margin: 45px 40px;
}
.all-data .heading {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  line-height: 36px;
}
.all-data .subheading {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 35px;
  color: #5a5a5a;
}
.dataSlider .btn {
  background-color: #0f62fe;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  border-width: 2px;
  border-radius: 33px;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
  padding: 12px 24px;
}
.dataSlider .btn:hover {
  border: 2px solid #efc100;
  color: #000;
}
.dataSlider .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  text-align: right;
  padding-right: 20px;
}
.dataSlider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.dataSlider .swiper-slide {
  margin-bottom: 25px;
}
/* Insights Press Releases */
.release {
  padding: 120px 0;
}
.insight1 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
.insight1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 16%,
    transparent 100%
  ) !important;
  top: 0;
  left: 0;
}
.insight1 {
  height: 540px;
  max-width: 405px;
}
.post-header {
  padding: 40px;
  position: absolute;
  bottom: 0;
}
.post-header span {
  display: ruby;
}
.post-header a {
  margin-bottom: 10px;
  color: #fff;
}
.post-header span a {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline;
  text-transform: uppercase;
  position: relative;
}
.post-header span .circle {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin-right: 6px;
  margin-left: 6px;
}
.post-header .heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin: 5px 0 15px;
  max-width: 329px;
}
.post-button-wrapper {
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
}
.post-button-wrapper .continue-reading {
  position: relative;
  display: block;
  text-decoration: none;
  transition: 0.3s;
  float: left;
  transform: translateX(45px);
  font-size: 16px;
  line-height: 29px;
  color: #ffe034;
  font-weight: 700;
}
.continue-reading::before {
  background: #ffe034;
  width: 30px;
  right: 110%;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  top: 50%;
  border-radius: 4px;
  transition: 0.3s;
}
a.continue-reading span {
  position: absolute;
  display: block;
  width: 30px;
  height: 100%;
  left: calc(100% + 8px);
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
a.continue-reading span i {
  color: #ffe034;
  font-size: 30px;
}
.insight1:hover .continue-reading span {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
.insight1:hover .post-button-wrapper .continue-reading {
  transform: translateX(0);
}
.insight1:hover .continue-reading::before {
  opacity: 0;
  visibility: hidden;
}
.insights-part {
  margin-top: 40px;
}
.insights-part-release {
  padding: 45px 40px;
  background-color: #fff;
  margin-top: 40px;
  height: 540px;
}
.each-release h3.heading {
  margin-bottom: 30px;
  line-height: 42px;
  font-size: 26px;
  font-weight: 700;
}
.each-release p.subheading {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 30px;
  max-width: 327px;
}
.releaseSwiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.releaseSwiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.releaseSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffe034;
}
.releaseSwiper .swiper-slide {
  margin-bottom: 56px;
}
.each-release .btn {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
}
@keyframes fadeInRightCustom {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.releaseSwiper .swiper-slide .each-release {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.6s ease;
}
.releaseSwiper .swiper-slide-active .each-release {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInRightCustom 0.8s ease forwards;
}
/* Looking for the best security approach to protect your data? */
.best-security {
  padding: 90px 0;
  position: relative;
  background-image: url(../image/best-security-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.best-security::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  mix-blend-mode: screen;
  top: 0;
  left: 0;
  background-color: #0043ce4d;
}
.looking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.looking .heading {
  color: #fff;
  max-width: 966px;
  font-weight: 600;
  font-size: 42px;
  line-height: 56px;
}
.looking a {
  padding: 12px 24px;
  color: #fff;
  background-color: #69727d;
  border-radius: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
}
/* ==============Web App Pentest=================== */
/* client slider */
.client-slider1 img {
  max-width: 100%;
}
/* Use penetration testing as your first line of defense */
.penetration {
  padding: 75px 0;
}
.penetration .heading,
.cover-application .heading,
.work-content .heading,
.vulnerabilities .heading,
.expect .heading,
.know .heading,
.detect-content .heading,
.weSecureApp .heading,
.sample-content .heading,
.types-threat .heading,
.trust-cybersecurity.threat-security .heading,
.modeling-methodology .heading,
.why-threat .heading,
.why-application .heading,
.application-architecture .heading,
.unsecured-device .heading,
.challanges .heading,
.supported .heading,
.deliverables .heading,
.pentesting-do .heading,
.our-approach .heading,
.values .heading,
.locations .heading,
.teams .heading,
.employee-grow .heading,
.learn-more .heading,
.process-recruitment .heading,
.unsecured-device.know-devops .heading,
.integrated-tools .heading,
.devscops-workflows .heading,
.virtual-engagement.soc2-report .heading,
.tags .heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 50px;
}
.penetration .subheading {
  font-size: 17px;
  line-height: 30px;
}
/* We cover everything for your application */
.cover-application {
  padding: 75px 0;
  position: relative;
}
.penetration-testing {
  padding: 20px 23px;
  background-color: #00539a;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  box-shadow: 2px 2px 0px 0px #000000;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 15px 0px 0px;
  --e-column-margin-right: 15px;
  --e-column-margin-left: 0px;
}
.penetration-testing h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
}
.all-applications {
  margin: 20px 0 40px;
}
.each-application {
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #e6e6e6;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 15px 10px 15px;
  --e-column-margin-right: 15px;
  --e-column-margin-left: 15px;
  padding: 30px 30px 30px 30px;
}
.each-application img {
  max-width: 64px;
}
.each-application h4 {
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #00539a;
}
.each-application p {
  margin: 20.4px 0;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 17px;
  min-height: 270px;
}
.automated-penetration p {
  margin: 20.4px 0 40.4px;
  font-size: 17px;
  line-height: 30px;
}
/* How it works? */
.how-works {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 70px 0px 75px 0px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.how-works .overlay {
  inset: 0;
  position: absolute;
  background-color: #00539a;
  opacity: 1;
  mix-blend-mode: screen;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.work-content {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.how-works span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.work-content .heading {
  color: #ffe034;
}
.work-content .subheading {
  margin: 20.4px 0;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
}
.process {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  z-index: 1;
}
.each-process {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  /* padding: 55px 0px 55px 15px; */
}
.how-works span.process-text {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  z-index: 2;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  text-transform: none;
}
.tooltip {
  position: absolute;
  transform: translateX(-50%);
  background: #ffe034;
  color: #000;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  width: 231px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  line-height: 21.658px;
  bottom: calc(100% + -50px);
  left: 50%;
  transform: translateX(-50%);
}
.tooltip::after {
  content: "";
  position: absolute;
  bottom: -9%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #ffe034 transparent;
  rotate: 179deg;
}
.each-process:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
/* The common vulnerabilities we tackled in the past */
.vulnerabilities {
  padding: 85px 0;
  position: relative;
}
.vulnerabilities .subheading {
  max-width: 958px;
  font-size: 26px;
  font-weight: 400;
  line-height: 42px;
}
.common-vulnerabilities {
  margin-top: 50px;
}
.each-vulnerabilities {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #00539a;
  box-shadow: 2px 2px 0px 0px #00539a;
  --e-column-margin-right: 15px;
  --e-column-margin-left: 0px;
  padding: 20px 23px;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.common-vulnerabilities .row {
  --bs-gutter-y: 30px;
}
/* What to expect? */
.expect {
  padding: 75px 0;
  position: relative;
}
.all-expect {
  margin-top: 45.4px;
}
.all-expect .row {
  --bs-gutter-y: 35px;
}
.expect .each-application {
  margin: 0;
}
.expect .each-application h4 {
  min-height: 60px;
}
.expect .each-application p {
  min-height: 240px;
}
/* Do you know? */
.know {
  padding: 75px 0;
  position: relative;
}
.knowSlider h6 {
  color: #00539a;
  font-size: 42px;
  font-weight: 400;
  line-height: 56px;
}
.knowSlider .subheading {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  line-height: 42px;
}
.knowSlider .swiper-slide {
  margin-bottom: 56px;
}
.knowSlider .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
}
.knowSlider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.knowSlider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00539a;
}
.assessment {
  border-style: solid;
  border-width: 8px 8px 8px 8px;
  border-color: #00539a;
  padding: 30px 30px 30px 30px;
}
.assessment .heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #00539a;
  margin-bottom: 50px;
}
.assessment form label {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
}
.assessment form label span {
  color: #ff0000;
}
.assessment form input {
  padding: 0 15px;
  min-height: 40px;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  font-size: 16px;
  color: #33475b;
  border-radius: 3px;
}
.each-input {
  margin-bottom: 15px;
}
.submit {
  margin: 35px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  background: #ffe034;
  border-color: #ffe034;
  color: #0f62fe;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
}
/* Detect & prevent attacks, before they succeed */
.detect {
  padding: 95px 0 85px;
  position: relative;
}
.detect-content {
  max-width: 500px;
}
.detect-content .subheading {
  font-size: 26px;
  padding: 31.2px 0;
  line-height: 42px;
  margin-bottom: 20px;
}
.detect-content .btn {
  padding: 19px 20px;
  font-size: 14px;
  line-height: 14px;
}
/* Get more with Digital Defence */
.weSecureApp {
  padding: 85px 0;
  position: relative;
}
.each-get {
  padding: 30px;
  background-color: #e5f6ff;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #00539a;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.each-get img {
  max-width: 65px;
  margin-bottom: 20px;
}
.get-content {
  margin-top: 30px;
}
.get-content h6 {
  margin: 20px 0 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #00539a;
}
.get-content .subheading {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 17px;
  min-height: 150px;
}
/* Take a peek into sample report & Businesses love us */
.reportlove {
  padding: 75px 0;
  background-image: linear-gradient(to right, #00539a 58.6%, #004b8a 33.4%);
  background-repeat: no-repeat;
  background-position: center;
}
.sample img {
  max-width: 95px;
}
.sample-content {
  margin-top: 70px;
}
.sample-content .heading {
  color: #fff;
  margin: 0;
}
.sample-content .subheading {
  margin: 25px 0 60px;
  font-size: 26px;
  font-weight: 400;
  line-height: 42px;
  color: #ffe034;
  max-width: 710px;
}
.sample-content .btn {
  padding: 19px 20px;
  font-size: 14px;
  line-height: 14px;
}
/* ==============Mobile App Pentest=================== */
/* What do you get? */
.weSecureApp.what-get .each-get {
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #e6e6e6;
  background: #fff;
}
/* ==============Thread Modeling=================== */
/* Inner Banner */
.inner-banner.threat {
  background-color: #da1e28;
  background-image: none;
}
/* Types of Threat Modeling */
.types-threat {
  padding: 75px 0;
}
.types-threat .each-application {
  margin: 0;
}
.types-threat .each-application h4 {
  margin-top: 0;
  color: #da1e28;
}
.types-threat .each-application p {
  min-height: 330px;
}
.all-applications .row {
  --bs-gutter-y: 65px;
}
/* Benefits of Threat Modeling */
.weSecureApp.benifits .each-get {
  background: #fff1f1;
  border-color: #e6e6e6;
}
.weSecureApp.benifits .each-get h6 {
  color: #da1e28;
}
.weSecureApp.benifits .row {
  --bs-gutter-y: 65px;
}
.weSecureApp.benifits .each-get .subheading {
  min-height: auto;
}
/* Elite Team of Security Experts with Top Certifications */
.trust-cybersecurity.threat-security .heading {
  color: #000;
}
/* Methodology */
.modeling-methodology {
  padding: 75px 0;
}
.modeling-methodology img {
  border-radius: 20px;
}
.total-modeling,
.why-choose-modeling {
  margin-top: 40px;
}
.methodology-process {
  padding-left: 0;
  list-style: none;
  position: relative;
}
.each-methodology {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 50px;
}
.icon-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #da1e28;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.icon-box svg {
  fill: #da1e28;
  max-width: 20px;
}
.content-box {
  margin-left: 30px;
  flex: 1;
}
.content-box h3 {
  margin: 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 44.8px;
  margin-bottom: 20.4px;
}
.content-box p {
  margin-bottom: 20.4px;
  font-size: 17px;
  line-height: 28.322px;
}
.connector {
  position: absolute;
  top: 60px;
  left: 36px;
  width: 2px;
  height: calc(100% - 10px);
  border-left: 2px dotted #da1e28;
  z-index: 1;
}
.each-methodology:last-child .connector {
  display: none;
}
/* Strengthen Your Security: Embrace Threat Modeling Today! */
.strengthen {
  padding: 90px 0;
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(290deg, #000000 0%, #000000 100%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.strengthen .overlay {
  background-color: #da1e28;
  opacity: 1;
  mix-blend-mode: screen;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}
.strengthen .looking .heading {
  color: #ffe034;
}
.strengthen .looking a {
  color: #198038;
}
.strengthen .looking a:hover {
  color: #000;
}
/* Strengthen Your Security: Embrace Threat Modeling Today! */
.why-threat {
  padding: 90px 0;
}
.why-threat .icon-box {
  background-color: #da1e28;
}
.why-threat .icon-box svg {
  fill: #fff;
}
/* Get a Free Threat Modeling Consultation */
.best-security.get-free::before {
  background-color: #da1e28;
}
.best-security.get-free a {
  color: #198038;
}
/* FAQ */
.faq {
  padding: 40px 0;
}
.faq .heading {
  text-align: center;
  margin-bottom: 50px;
}
.accordion {
  max-width: 1278px;
  margin: 0 auto;
}
.accordion-item {
  margin-bottom: 20px;
  border: none;
}
.accordion-header {
  width: 100%;
  background: #f9f9f9;
  border-width: 1px 1px 1px 1px;
  border-color: #da1e28;
  box-shadow: 2px 2px 0px 0px #da1e28;
  border-radius: 0px !important;
  border: 1px solid #da1e28;
  padding: 27px 27px 27px 27px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  text-transform: none;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}
.accordion-header .icon {
  transition: transform 0.3s;
}
.accordion-header.active .icon {
  transform: rotate(180deg);
}
.accordion-body {
  display: none;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28.322px;
}
/* ==============Application Architecture Review=================== */
/* Why Application Architecture Review? */
.why-application {
  padding: 95px 0;
  position: relative;
}
.why-application .subheading {
  font-size: 17px;
  line-height: 30px;
  min-height: 120px;
  margin-bottom: 0;
}
.why-application .each-get {
  background-color: #fff;
  border-color: #e6e6e6;
}
.why-application .getmore .row {
  --bs-gutter-y: 45px;
}
/* Is your application one bug away from a data breach? Schedule Your Review Today! */
.strengthen.schedule-review {
  background-image: linear-gradient(290deg, #00539a 0%, #000000 100%);
}
.strengthen.schedule-review .overlay {
  background-color: #00539a;
}
/* Test Cases of Application Architecture Review */
.vulnerabilities.test-cases .each-vulnerabilities {
  padding: 10px 23px;
}
.each-vulnerabilities h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}
.each-vulnerabilities .subheading {
  font-size: 16px;
  line-height: 30px;
  min-height: 90px;
}
/* Application Architecture Review Methodology */
.application-architecture {
  padding: 85px 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #000000 0%, #00539a 100%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}
.application-architecture .overlay {
  inset: 0;
  position: absolute;
  background-position: center center;
  background-size: cover;
  opacity: 0.17;
  mix-blend-mode: screen;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-color: #000000;
  background-image: url(../image/application-architecture-bg.png);
}
.application-architecture .heading {
  color: #ffe034;
}
.application-review {
  margin-top: 40px;
}
.each-application-review {
  padding: 35px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e6e6e6;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  --e-column-margin-right: 15px;
  --e-column-margin-left: 10px;
  padding: 35px 30px 35px 30px;
  background-color: #fff;
}
.each-application-review img {
  max-width: 60px;
  margin-bottom: 50px;
}
.each-application-review h2 {
  margin-bottom: 30px;
  min-height: 48px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.each-application-review .subheading {
  font-size: 17px;
  font-weight: 400;
  line-height: 28.322px;
  min-height: 170px;
}
.all-application {
  position: relative;
  z-index: 1;
}
/* Common Architectural Misconfigurations and Vulnerabilities Targeted by AAR */
.Digital Defence.misconfigurations .subheading {
  font-size: 17px;
  line-height: 30px;
}
.misconfigurations .getmore {
  margin-top: 35px;
}
.misconfigurations .getmore .each-get {
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #e6e6e6;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  --e-column-margin-right: 15px;
  --e-column-margin-left: 10px;
  padding: 30px 30px 30px 30px;
  background-color: #e5f6ff;
}
.misconfigurations .getmore .row {
  --bs-gutter-y: 40px;
}
.misconfigurations .get-content {
  margin-top: 0;
}
.misconfigurations .get-content .subheading {
  min-height: auto;
  margin-bottom: 0;
}
.misconfigurations .get-content h6 {
  margin-top: 0;
}
/* Why Choose Digital Defence for Your Application Architecture Review? */
.why-threat.why-architecture .icon-box {
  background-color: #00539a;
  border: 1px solid #00539a;
}
.why-threat.why-architecture .connector {
  border-left: 2px dotted #00539a;
}
/* Hidden flaws in your application architecture could be one click away from disaster */
.best-security .security-btn {
  color: #198038;
}
.best-security .security-btn:hover {
  color: #000;
}
/* architecture faq */
.faq.architecture-faq .accordion-header {
  border-color: #00539a;
  box-shadow: 2px 2px 0px 0px #00539a;
  border-radius: 0px !important;
  border: 1px solid #00539a;
}
/* ==============Network Vulnerability Assessment and Penetration Testing=================== */
/* Inner Banner */
.inner-banner.network-vapt {
  background-image: linear-gradient(180deg, #007d79 0%, #003f3d 100%);
}
/* How it works? */
.how-works.network-methodology .overlay {
  background-color: #007d79;
}
/* Do you know? */
.knowSlider.network-know h6,
.assessment.know-assesment .heading {
  color: #007d79;
}
.knowSlider.network-know .swiper-pagination-bullet-active {
  background: #007d79;
}
.assessment.know-assesment {
  border-color: #007d79;
}
/* Detect & prevent attacks, before they succeed */
.network-btn,
.green-btn {
  color: #007d79;
}
/* What do you get? */
.weSecureApp.network-get .each-get {
  background: #fff;
  border-color: #e6e6e6;
}
.weSecureApp.network-get .get-content h6 {
  color: #007d79;
}
.weSecureApp.network-get .get-content .subheading {
  min-height: 180px;
}
/* Take a peek into sample report & Businesses love us */
.reportlove.network-report {
  background-image: linear-gradient(to right, #007d79 58.6%, #00706d 33.4%);
}
/* Have you implemented the right security practice? */
.best-security.network-security::before {
  background-color: #007d79;
}
/* ==============Device Security=================== */
/* Inner Banner */
.inner-banner.network-device {
  background-color: #da1e28;
  background-image: none;
}
.inner-banner.network-device .inner-overlay {
  opacity: 0.22;
}
/* Why Device Security? */
.why-application.device-application .each-get {
  background-color: transparent;
}
.why-application.device-application .get-content h6 {
  color: #000;
  font-weight: 700;
}
.why-application.device-application .subheading {
  min-height: 180px;
}
/* Digital Defence Device Security Methodology */
.application-architecture.device-architecture {
  background-image: linear-gradient(180deg, #000000 0%, #a40931 100%);
}
.application-architecture.device-architecture .each-application-review h2 {
  color: #da1e28;
  max-width: 320px;
  font-size: 24px;
  min-height: 72px;
}
.application-architecture.device-architecture .application-review .row {
  --bs-gutter-y: 50px;
}
.application-architecture.device-architecture
  .each-application-review
  .subheading {
  min-height: 114px;
  color: #000;
}
/* Unsecured Devices Threaten Business Security */
.unsecured-device {
  padding: 85px 0;
}
.unsecured-device .heading {
  margin-bottom: 20px;
  font-size: 36px;
}
.unsecured-device .subheading {
  font-size: 17px;
  margin-bottom: 40px;
  line-height: 28.322px;
  max-width: 820px;
}
.unsecured-device img {
  border-radius: 20px;
}
/* Are Your Devices Putting Your Company at Risk? */
.strengthen.device-strengthen {
  background-image: linear-gradient(350deg, #da1e28 0%, #000000 100%);
}
.strengthen.device-strengthen .overlay {
  background-color: #000000;
}
/* FAQ */
.faq .accordion-body ul {
  margin-left: 30px;
}
.faq .accordion-body ul li {
  list-style-type: disc;
}
/* ==============VoIP Vulnerability Assessment & Penetration Testing=================== */
/* Top Vulnerabilities */
.vulnerabilities.voip-vulnerabilities .each-vulnerabilities {
  border-color: #007d79;
  box-shadow: 2px 2px 0px 0px #007d79;
}
.weSecureApp.network-get.voip-get .get-content .subheading {
  min-height: 120px;
}
/* What do you get? */
.weSecureApp.wireless-get h6 {
  font-weight: 700;
  min-height: 60px;
}
.weSecureApp.network-get.wireless-get .subheading {
  margin-bottom: 0;
  min-height: 270px;
}
/* ==============Cloud Auditing=================== */
/* inner banner */
.inner-banner.cloud-inner {
  background-image: linear-gradient(180deg, #198038 0%, #198038 100%);
}
/* Cloud Security */
.penetration.cloud-security p + p {
  margin-top: 50.4px;
}
/* Methodology */
.how-works.cloud-works .overlay {
  background-color: #198038;
}
.all-cloud-methodology {
  margin-top: 50.4px;
  position: relative;
  z-index: 1;
}
.each-cloudmethodology {
  padding: 30px;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #ffe034;
}
.each-cloudmethodology .heading {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 42px;
  height: 84px;
}
.each-cloudmethodology .subheading {
  color: #fff;
  height: 104px;
}
/* Challenges */
.challanges {
  padding: 85px 0;
}
.challanges .subheading {
  font-size: 17px;
  margin-top: 40px;
}
.challanges .accordion-header {
  border: 1px solid #198038;
  border-color: #198038;
  box-shadow: 2px 2px 0px 0px #198038;
  text-align: left;
  text-transform: capitalize;
}
.challanges .accordion-header.active .icon {
  transform: rotate(90deg);
}
/* The common vulnerabilities we tackled in the past */
.cloudVulnerabilities .each-vulnerabilities {
  border: 1px solid #198038;
  border-color: #198038;
  box-shadow: 2px 2px 0px 0px #198038;
  height: 102px;
  display: flex;
  align-items: center;
}
/* Do you know? */
.know.cloudKnow .knowSlider h6,
.know.cloudKnow .assessment .heading {
  color: #198038;
}
.know.cloudKnow .assessment {
  border-color: #198038;
}
.know.cloudKnow .knowSlider .swiper-pagination-bullet-active {
  background: #198038;
}
/* Supported Cloud Providers */
.supported {
  padding: 85px 0;
}
.eachSupport {
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #e6e6e6;
  padding: 30px 30px 30px 30px;
}
.eachSupport img {
  margin-bottom: 50px;
  max-width: 65px;
}
.supported .eachSupport .heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #198038;
  margin-bottom: 0;
}
/* What do you get? */
.cloudGet .each-get {
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #e6e6e6;
  background: #fff;
}
.cloudGet .each-get .subheading {
  min-height: 360px;
}
.cloudGet .each-get h6 {
  color: #198038;
}
/* Deliverables */
.deliverables {
  padding: 85px 0;
}
/* Take a peek into sample report & Businesses love us */
.reportlove.cloudLove {
  background-image: linear-gradient(to right, #198038 58.6%, #187a35 33.4%);
}
.each-deliverables img {
  max-width: 64px;
  margin-bottom: 50px;
}
.each-deliverables h6 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 30px;
  color: #198038;
}
.each-deliverables .subheading {
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.each-deliverables ul {
  min-height: 300px;
}
.each-deliverables ul li {
  font-size: 17px;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.each-deliverables ul li:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f280";
  margin-right: 10px;
}
.each-deliverables {
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #e6e6e6;
  padding: 30px 30px 30px 30px;
}
.deliverables .row {
  --bs-gutter-y: 40px;
}
/* Have you implemented the right security practice? */
.best-security.cloud-security::before {
  background-color: #198038;
}
/* ==============Cloud Pentesting=================== */
/* Supported Cloud Providers */
.supported .eachSupport .subheading {
  margin-top: 37px;
  font-size: 17px;
  min-height: 150px;
  line-height: 30px;
}
/* Why Cloud Pentesting? */
.cloud-pentestingget .getmore {
  margin-top: 35px;
}
.weSecureApp.cloud-pentestingget .each-get {
  background-color: #defbe6;
  border-color: #e6e6e6;
}
.weSecureApp.cloud-pentestingget .each-get h6 {
  color: #198038;
  min-height: 60px;
}
.weSecureApp.cloud-pentestingget .subheading {
  line-height: 30px;
}
/* How it works? */
.how-works.penetration-work .overlay {
  background-color: #198038;
}
/* Types of Cloud Pentesting We Do @ Digital Defence */
.pentesting-do {
  padding: 85px 0;
  position: relative;
}
.pentesting-tabs {
  width: 100%;
}
.pentesting-do ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #d5d8dc;
  cursor: pointer;
  display: flex;
}
.pentesting-do ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 25px;
  width: 319.5px;
  border: 2px solid transparent;
  border-bottom: none;
  transition: all 0.3s ease;
  position: relative;
  flex: 1;
}
.pentesting-do ul.tabs li.current {
  background: #fff;
  color: #198038;
  border: 2px solid #d5d8dc;
  border-bottom: none;
}
.pentesting-tabs .tab-content {
  display: none;
  background: #fff;
  padding: 20px;
  border: 2px solid #d5d8dc;
  border-top: none;
}
.pentesting-tabs .tab-content .subheading,
.pentesting-tabs .tab-content .presenting-list li {
  font-size: 17px;
  line-height: 28.322px;
}
.pentesting-tabs .tab-content .presenting-list li {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.pentesting-tabs .tab-content .presenting-list li::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f287";
  font-size: 6px;
  margin-right: 10px;
}
.pentesting-tabs .tab-content.current .subheading {
  margin-bottom: 20px;
}
.pentesting-tabs .tab-content.current {
  display: block;
}
/* Do you know? */
.know.cloudKnow .cloudknow-pentesting .submit,
.know.urban .submit {
  background: #1062fe;
  color: #fff;
  border-color: #1062fe;
}
.know.cloudKnow .cloudknow-pentesting .create-form,
.know.rbi-know .create-form {
  display: flex;
  align-items: center;
}
.know.cloudKnow .cloudknow-pentesting .create-form svg,
.know.rbi-know .create-form svg {
  inline-size: 28px;
  block-size: 28px;
  fill: rgb(255, 122, 89);
  margin-right: 5px;
}
.know.cloudKnow .cloudknow-pentesting .create-form span a,
.know.rbi-know .create-form span a {
  text-decoration: underline !important;
  color: rgb(255, 122, 89);
}
.know.cloudKnow .cloudknow-pentesting .create-form span,
.know.rbi-know .create-form span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
}
/* Our Approach */
.approach .icon-box {
  border: 1px solid #198038;
}
.approach .icon-box svg {
  fill: #198038;
}
.approach .connector {
  border-left: 2px dotted #198038;
}
/* More Than Just Reports */
.strengthen.reports {
  background-image: linear-gradient(290deg, #198038 0%, #000000 100%);
}
.strengthen.reports .overlay {
  background-color: #198038;
}
.reports-content .subheading {
  margin-top: 50px;
  max-width: 954px;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}
/* What to expect? */
.expect.expect-pentesting .each-application h4 {
  color: #198038;
}
.expect.expect-pentesting .each-application p {
  min-height: 360px;
}
.expect.expect-pentesting .each-application.last-expect p {
  min-height: auto;
}
/* Why Choose Digital Defence for Your Cloud Pentesting? */
.why-threat.why-cloud .icon-box {
  background-color: #198038;
  border: 1px solid #198038;
}
.why-threat.why-cloud .connector {
  border-left: 2px dotted #198038;
}
/* FAQ */
.faq.faq-cloud .accordion-header {
  border-color: #198038;
  box-shadow: 2px 2px 0px 0px #198038;
  border: 1px solid #198038;
}
/* ==============Red Team Assessment=================== */
/* Inner Banner */
.inner-banner.red-team {
  background-image: linear-gradient(180deg, #da1e28 0%, #750e13 100%);
}
/* Why Red Team Assessment? */
.penetration.why-red .red-penetration {
  margin-top: 80.4px;
}
.penetration.why-red .red-penetration .subheading {
  margin-bottom: 15px;
}
.penetration.why-red .red-penetration ul li::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f280";
  margin-right: 10px;
  font-size: 14px;
}
.penetration.why-red .red-penetration ul li + li {
  margin-top: 14px;
}
/* Objective-based Red Teaming */
.vulnerabilities.objective-based .each-vulnerabilities {
  min-height: 102px;
  display: flex;
  align-items: center;
  border-color: #da1e28;
  box-shadow: 2px 2px 0px 0px #da1e28;
}
/* How it works? */
.how-works.red-works .overlay {
  background: #da1e28;
}
/* Do you know? */
.know.red-know .knowSlider h6,
.know.red-know .assessment .heading {
  color: #da1e28;
}
.know.red-know .knowSlider .swiper-pagination-bullet-active {
  background: #da1e28;
}
.know.red-know .assessment {
  border-color: #da1e28;
}
/* What to expect? */
.expect.red-expect .each-application h4 {
  color: #da1e28;
}
/* Detect & prevent attacks, before they succeed */
.detect-content .btn.network-btn,
.reportlove.redteam-love .btn.network-btn,
.release.red-release .each-release .btn.network-btn,
.best-security.red-security .security-btn {
  color: #da1e28;
}
/* What do you get? */
.expect.red-do-expect .each-application h4 {
  color: #da1e28;
}
.expect.red-do-expect .each-application p {
  min-height: 120px;
}
/* Take a peek into sample report & Businesses love us */
.reportlove.redteam-love {
  background-image: linear-gradient(to right, #da1e28 58.6%, #c41b24 33.4%);
}
/* Have you implemented the right security practice? */
.best-security.red-security::before {
  background-color: #da1e28;
}
/* ==============Dark Web Monitoring=================== */
/* Inner Banner */
.inner-banner.web-monitoring {
  background-color: #da1e28;
  background-image: none;
}
.inner-banner.web-monitoring .inner-overlay {
  opacity: 0.22;
}
/* Why Dark Web Monitoring? */
.why-application.why-monitoring .each-get {
  background-color: transparent;
}
.why-application.why-monitoring .get-content h6 {
  color: #000;
  min-height: 60px;
}
.why-application.why-monitoring .get-content .subheading {
  min-height: 300px;
}
.why-application.why-monitoring .get-content {
  margin-top: 50px;
}
.why-application.why-monitoring .each-get img {
  margin-bottom: 0;
}
/* See What Others Can't With End-to-End Dark Web Monitoring from Digital Defence  */
.unsecured-device.endweb-monitor .heading {
  margin-bottom: 61px;
  max-width: 760px;
}
.unsecured-device.endweb-monitor .subheading {
  margin-bottom: 50px;
}
.unsecured-device.endweb-monitor .security-btn {
  color: #fff;
}
/* Methodology */
.application-architecture.darkweb-methodology .subheading {
  color: #fff;
}
.application-architecture.darkweb-methodology .each-application-review h2 {
  font-size: 20px;
  color: #000;
  min-height: 48px;
}
.application-architecture.darkweb-methodology
  .each-application-review
  .subheading {
  min-height: 170px;
}
/* Common Misconfigurations that Could Expose Your Organization to Dark Web Threats */
.penetration.common-misconfiguration .heading {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 42px;
}
.penetration.common-misconfiguration .red-penetration {
  margin-top: 40px;
}
.penetration.common-misconfiguration .red-penetration ul li::before {
  display: none;
}
.penetration.common-misconfiguration .red-penetration ul li svg {
  max-width: 22px;
  margin-right: 20px;
}
.penetration.common-misconfiguration img {
  border-radius: 20px;
}
.expect.web-help .each-application h4,
.expect.web-help .each-application p {
  min-height: auto;
}
.expect.web-help .each-application h4 {
  margin-bottom: 20px;
  color: #000;
}
/* Types of Dark Web Monitoring */
.pentesting-do.darkweb-type ul.tabs li.current {
  color: #000;
}
.pentesting-do ul.tabs li.current::before {
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
}
/* Why Choose Digital Defence for Dark Web Monitoring? */
.vulnerabilities.web-choose .each-vulnerabilities {
  border-color: #000000;
  box-shadow: 2px 2px 0px 0px #000000;
}
.vulnerabilities.web-choose .each-vulnerabilities h2 {
  min-height: auto;
}
/* They can't steal what they can't see. Start your dark web monitoring today */
.strengthen.start-darkweb {
  background-image: linear-gradient(180deg, #da1e28 0%, #000000 100%);
}
.strengthen.start-darkweb .heading {
  color: #fff;
  max-width: 730px;
}
/* FAQ */
.faq.faq-darkweb .accordion-header {
  border-color: #000;
  box-shadow: 2px 2px 0px 0px #000;
  border: 1px solid #000;
}
/* Insights Press Releases */
.each-release .btn.dark-btn {
  color: #da1e28;
}
/* ==============Dark Web Monitoring=================== */
/* Why Ransomware Simulation? */
.why-application.why-ransomware .get-content h6 {
  margin: 20px 0 20px;
}
.why-application.why-ransomware .get-content .subheading {
  min-height: 180px;
}
/* lifecycle of ransomware attack */
.lifecycle {
  max-width: 1024px;
  margin: 0 auto;
}
.each-application-review.ransomware-methodology .presenting-list li {
  display: flex;
  align-items: baseline;
  font-size: 17px;
}
.each-application-review.ransomware-methodology .presenting-list li + li {
  margin-top: 6px;
}
.each-application-review.ransomware-methodology .presenting-list li::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f287";
  font-size: 6px;
  margin-right: 10px;
}
.application-architecture.darkweb-methodology
  .each-application-review
  .webHeading {
  font-size: 24px;
  min-height: auto;
}
.each-application-review.ransomware-methodology {
  min-height: 426px;
}
/* Ransomware Simulation Benefits */
.vulnerabilities.ransomware-benefits .each-vulnerabilities {
  border-color: #000;
  box-shadow: 2px 2px 0px 0px #000;
}
/* Common Misconfigurations that Could Expose Your Organization to Dark Web Threats */
.penetration.misconfiguration-defence ul li svg {
  fill: #da1e28;
}
.penetration.misconfiguration-defence ul li {
  font-size: 22px;
}
/* How Digital Defence Can Help? */
.expect.ransomware-help .each-application {
  min-height: 232px;
}
/* Do you know? */
.know.ransomware-sliderPart .knowSlider .swiper-pagination-bullet-active {
  background: #198038;
}
/* See how vulnerable you are and what steps to take immediately */
.strengthen.ransomware-immediately .heading {
  max-width: 960px;
}
/* ============== Social Engineering =================== */
/* We can help you */
.vulnerabilities.social-help .each-vulnerabilities {
  border-color: #da1e28;
  box-shadow: 2px 2px 0px 0px #da1e28;
}
/* We offer two types of social engineering testing methods */
.expect.we-social .each-application p {
  min-height: 120px;
}
.expect.we-social .each-application h4 {
  min-height: auto;
}
/* How it works? */
.how-works.social-works span {
  color: rgba(0, 0, 0, 0.5);
}
.how-works.social-works span.process-text {
  color: #fff;
}
/* What to expect? */
.expect.social-expect .each-application p {
  min-height: 120px;
}
.expect.social-expect .each-application h4 {
  min-height: auto;
}
/* ============== Assumed Breach =================== */
/* Explore the real-world scenario */
.detect.assumed-scenario .detect-content {
  max-width: 100%;
}
.detect.assumed-scenario .detect-content span.study {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #da1e28;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  margin-bottom: 10px;
  display: block;
}
.detect.assumed-scenario .detect-content .heading {
  margin-top: 30px;
}
.detect.assumed-scenario .detect-content .btn:hover {
  color: #000;
}
/* Values */
.values {
  padding: 85px 0;
}
.values .each-value {
  padding: 30px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #da1e28;
  display: flex;
  align-items: center;
  gap: 60px;
}
.values .each-value img {
  max-width: 89px;
}
.values .each-value p {
  font-size: 20px;
  line-height: 30px;
}
.values .each-value + .each-value {
  margin-top: 30px;
}
/* What do you get? */
.expect.assumed-get .each-application p {
  min-height: 210px;
}
/* ==============Smart Shore Sourcing=================== */
/* Inner Banner */
.inner-banner2 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 179px 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #da2771 0%, #680b33 100%);
  position: relative;
}
.inner-banner2 .inner-overlay {
  background-image: url(../image/smart-shore-sourcing-bg.jpeg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  mix-blend-mode: screen;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}
.inner-banner2 .subheading {
  color: #fff;
}
.inner-banner2 .btn svg {
  max-width: 12px;
  margin-right: 8px;
}
.inner-banner2 .btn {
  background-color: #ffe034;
  fill: #d12771;
  color: #d12771;
  border-radius: 50px 50px 50px 50px;
  padding: 18px 18px 18px 18px;
  max-width: 172px;
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  margin-top: 50px;
  font-weight: 400;
  transition: all 0.9s ease;
}
.inner-banner2 .btn:hover {
  color: #fff;
  fill: #fff;
}
.inner-banner2 .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Commendable Services , World-class Security Experts , Trusted by 200+ organizations */
.shore-services {
  padding: 60px 0;
  position: relative;
}
.each-shore {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #d12771;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 10px;
  background: #fff0f7;
}
.each-shore img {
  max-width: 44px;
  margin-bottom: 30px;
}
.each-shore h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 30px;
}
.each-shore p {
  font-size: 17px;
  line-height: 28.322px;
  min-height: 84px;
}
/* Building Resilient Offshore Security Team */
.penetration.smart-resilient .subheading {
  font-size: 20px;
}
/* Our Offerings */
.application-architecture.smart-offering {
  background-image: linear-gradient(180deg, #d12771 0%, #680b33 100%);
}
.application-architecture.smart-offering .overlay {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
  background-color: #d12771;
}
.application-architecture.smart-offering .presenting-list,
.application-architecture.device-architecture.darkweb-methodology.remediation-service
  .presenting-list {
  list-style-type: disc;
  padding-left: 16px;
  margin-top: 20px;
  min-height: 226px;
}
.application-architecture.smart-offering .presenting-list li,
.application-architecture.device-architecture.darkweb-methodology.remediation-service
  .presenting-list
  li {
  font-size: 17px;
  line-height: 28.322px;
}
.application-architecture.smart-offering .each-application-review img {
  max-width: 90px;
}
.application-architecture.smart-offering .each-application-review .webHeading {
  font-size: 24px;
}
/* Each Offerings */
.all-offerings {
  padding: 85px 0;
  position: relative;
}
.eachoffer-slide {
  padding: 45px 40px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.eachoffer-slide::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #000000cf;
  top: 0;
  left: 0;
}
.offering-content {
  position: relative;
  z-index: 1;
  min-height: 350px;
}
.eachoffer-slide span.offer-span {
  font-size: 16px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffe034;
  line-height: 42px;
  margin-bottom: 30px;
}
.eachoffer-slide .heading {
  font-size: 28px;
  line-height: 44.8px;
  color: #fff;
  margin-bottom: 50px;
  min-height: 90px;
}
.eachoffer-slide .btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 24px;
}
.all-offerings .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.all-offerings .swiper-pagination-bullet-active {
  background: #fff;
}
/* How do we make your experience seamless? */
.expect.smart-seamless .each-application h4 {
  min-height: 90px;
  margin-bottom: 0;
}
/* We are here to help you at every step */
.smart-steps {
  padding: 50px 0;
  position: relative;
}
.smart-steps .heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 30px;
}
.smart-steps .subheading {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 48px;
}
.smart-steps .btn {
  padding: 18px 20px;
  font-size: 14px;
}
/* ==============Virtual CISO=================== */
/* Inner Banner */
.schedule-consultation {
  position: relative;
  z-index: 1;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.schedule-consultation h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 60.4px;
}
.schedule-consultation p {
  margin-bottom: 50.4px;
  font-size: 17px;
  line-height: 28.322px;
}
.schedule-form .row {
  --bs-gutter-y: 20px;
}
.schedule-input input,
.schedule-input textarea {
  background-color: #f5f8fa;
  padding: 0 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  min-height: 40px;
}
.schedule-input textarea {
  min-height: 66px;
  padding: 10px 15px;
}
.schedule-input .form-control:focus {
  color: #33475b;
  background-color: #f5f8fa;
  border-color: #cbd6e2;
  outline: 0;
  box-shadow: none;
}
.schedule-form .submit {
  background: #1062fe;
  border-color: #1062fe;
  color: #fff;
  margin-bottom: 20px;
}
/* vCISO as a Service provides on-demand security leadership */
.expect.virtual-vciso .heading {
  font-weight: 400;
}
.expect.virtual-vciso p {
  min-height: auto;
}
/* Access seasoned vCISOs remotely, scale engagement as needed, and focus on your core business */
.seasoned-ciso {
  padding: 60px 0;
  position: relative;
  text-align: center;
}
/* Core Services of Virtual CISO as a Service */
.virtual-core {
  padding: 80px 0;
  position: relative;
}
.virtual-core .heading {
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 42px;
  line-height: 56px;
}
.each-core {
  background-color: #00539a;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #e6e6e6;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 30px 30px 30px;
  min-height: 425px;
}
.each-core img {
  max-width: 65px;
  margin-bottom: 55px;
}
.each-core h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #ffe034;
  margin-bottom: 40px;
}
.total-virtual .row {
  --bs-gutter-y: 30px;
}
.core-list {
  list-style-type: disc;
  margin-left: 18px;
}
.core-list li {
  color: #fff;
  font-size: 17px;
}
.core-list li + li {
  margin-top: 40px;
}
/* Additional Offerings */
.vulnerabilities.virtual-additional .each-vulnerabilities {
  padding: 49px 23px;
}
.vulnerabilities.virtual-additional .heading {
  font-weight: 400;
}
/* WeSecureApp vCISO Engagement Models */
.virtual-engagement {
  padding: 40px 0;
  position: relative;
}
.engagement-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  text-align: left;
}
.engagement-table th {
  color: #fff;
  background-color: #00539a;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e6e6e6;
  padding: 20px 15px;
  font-size: 22px;
  font-weight: 700;
}
.engagement-table td {
  padding: 17px;
  vertical-align: top;
  border: 2px solid #ddd;
  border-top: none;
  font-family: "Montserrat", "sans-serif";
}
/* Anything and everything that’s online can be hacked. So, don't put your business at stake */
.seasoned-ciso.virtual-anything .heading {
  margin-bottom: 30px;
}
.seasoned-ciso.virtual-anything .subheading {
  font-size: 17px;
  margin-bottom: 30px;
}
.virtual-anything .btn {
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  color: #00539a;
}
/* Why use the WeSecureApp vCISO service? */
.vcisoService {
  padding: 60px 0;
}
.vcisoService .heading {
  margin-bottom: 30px;
}
.vcisoService img {
  border-radius: 10px;
}
.vcisoServiceright.challanges {
  padding-top: 0;
}
.vcisoServiceright.challanges .accordion-item,
.vcisoServiceright.challanges .accordion-header.active {
  background: transparent;
}
.vcisoServiceright.challanges .accordion-header {
  border-color: #00539a;
  box-shadow: 2px 2px 0px 0px #00539a;
  border: 1px solid #00539a;
  background-color: #fff;
}
.vcisoServiceright.challanges .accordion-header .icon {
  transform: rotate(90deg);
}
.vcisoServiceright.challanges .accordion-header.active .icon {
  transform: rotate(-90deg);
}
/* Schedule a Free Consultation with vCISO */
.best-security.sechedule-vciso::before {
  background-color: #0f62fe;
}
/* FAQ */
.faq.vcisoFaq .accordion-header {
  border-color: #00539a;
  box-shadow: 2px 2px 0px 0px #00539a;
  border-radius: 0px !important;
  border: 1px solid #00539a;
}
/* ==============Contact Us=================== */
/* Contact Inner Banner */
.contact-banner {
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 160px 0px 0px 0px;
  background-color: #00539a;
  background-image: linear-gradient(
    119deg,
    #da1e28 0%,
    #d12771 23%,
    #8a3ffc 51%,
    #0f62fe 75%,
    #198038 100%
  );
}
.contact-overlay {
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}
.contact-banner .banner-left {
  text-align: center;
}
.contact-banner .banner-left .subheading {
  max-width: 100%;
}
.contact-banner .banner-left {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* Contact Form */
.contact-Part {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 85px 0px;
}
.contact-Part .heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
  color: #000000;
  margin-bottom: 50px;
}
.contact-form {
  padding: 33px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.eachcontact-input label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.eachcontact-input label span {
  color: #ff0000;
}
.eachcontact-input input {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #cad5e2;
  padding-left: 5px;
  padding-right: 5px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #cad5e2;
  outline: 0;
  box-shadow: none;
}
.contact-form .row {
  --bs-gutter-y: 18px;
}
.phone-field {
  display: flex;
  align-items: center;
}
.country-select {
  border-bottom: 2px solid #cad5e2;
}
.country-select,
.country-code,
.phone-input {
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 6px 10px;
  outline: none;
  height: 40px;
  line-height: 1.5;
}
.country-select {
  padding-right: 20px;
  border-bottom: 2px solid #cad5e2;
  margin-right: 20px;
}
.country-code {
  width: 60px;
  text-align: right;
}
.phone-input {
  flex: 1;
}
.phone-field:focus-within {
  border-color: #212529;
}
.phone-input::-webkit-outer-spin-button,
.phone-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.phone-input {
  -moz-appearance: textfield;
}
.eachcontact-input textarea {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #cad5e2;
  padding-left: 5px;
  padding-right: 5px;
}
.contact-form .submit {
  margin: 0;
}
.contact-Part iframe {
  width: 100%;
  height: 100%;
}
/* Locations */
.locations {
  padding: 85px 0;
}
.each-location {
  background-color: #f6f6f6;
  box-shadow: 5px -5px 10px 0px #eeeeee;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  color: #000000;
  padding: 60px 0 10px 20px;
}
.each-location h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 40px;
}
.each-location h5 span {
  color: #0f62fe;
  font-size: 14px;
}
.each-location p {
  font-size: 17px;
  margin-bottom: 40px;
  min-height: 180px;
  padding: 0 20px 0 0;
}
.phone-number {
  margin-top: 81px;
  padding: 20px;
  background-color: #e6e6e6;
  font-size: 17px;
}
/* Get a free Assessment Report for your organization */
.best-security.assessment-report::before {
  background-image: linear-gradient(
    to right,
    #155ffd 20%,
    #943be7 50%,
    #d32359 100%
  ) !important;
}
/* ==============About Us=================== */
/* Others Inner Banner */
.others-banner {
  padding: 70px 0;
  position: relative;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* We are on a mission to conquer cyber security challenges */
.challanges.mission-conquer .looking a {
  width: 100%;
  max-width: 210px;
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.challanges.mission-conquer .looking svg {
  fill: #fff;
  max-width: 16px;
  margin-right: 5px;
}
.mission-conquer h5,
.teams h5 {
  padding: 30px 0 30px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  color: #000000;
}
.mission-conquer h5::before,
.teams h5::before {
  position: absolute;
  width: 40px;
  content: "";
  height: 2px;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.mission-conquer .accordion {
  margin-top: 40px;
}
.challanges.mission-conquer .accordion-header {
  border-color: #0f62fe;
  box-shadow: 2px 2px 0px 0px #0f62fe;
  border: 1px solid #0f62fe;
}
.challanges.mission-conquer .accordion-item {
  background: transparent;
}
/* The team behind Digital Defence */
.teams {
  padding: 85px 0;
  position: relative;
}
.each-team {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 30px 30px 30px;
  background-image: linear-gradient(
    135deg,
    #da1e28 0%,
    #d12771 23%,
    #8a3ffc 50.5%,
    #0f62fe 74.9%,
    #198038 100%
  );
}
.all-teams {
  margin-top: 50px;
}
.team-content {
  padding: 50px 0 0;
}
.team-content h3 {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.team-content p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #ffe034;
  text-transform: uppercase;
  line-height: 30px;
}
.social-part {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-part a {
  width: 38px;
  height: 38px;
  background-color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  border-radius: 5px;
}
.all-teams .row {
  --bs-gutter-y: 30px;
}
.each-team img {
  height: 346px;
  object-fit: cover;
}
/* Get a free Assessment Report for your organization */
.best-security.about-assessment a {
  color: #0f62fe;
}
/* ==============Partners=================== */
/* Partner Inner Banner */
.contact-banner.partner .looking {
  justify-content: center;
}
/* Digital Defence Partnership Program */
.penetration.testing-partnership .subheading a {
  color: #000;
}
.penetration.testing-partnership .subheading a:hover {
  color: #0f62fe;
}
.penetration.testing-partnership .subheading + .subheading {
  margin-top: 50px;
}
/* Who Could Partner with us? */
.weSecureApp.what-get.who-partner .subheading {
  min-height: 250px;
}
.weSecureApp.what-get.who-partner h6 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
}
.weSecureApp.what-get.who-partner .get-content {
  margin-top: 50px;
}
.weSecureApp.what-get.who-partner .each-get {
  border-width: 1px 1px 1px 1px;
}
.vulnerabilities.partner-width .each-vulnerabilities {
  border-color: #0f62fe;
  box-shadow: 2px 2px 0px 0px #0f62fe;
}
/* Partner with us today! */
.best-security.partner::before {
  background-color: #0f62fe;
}
.best-security.partner .looking a {
  color: #0f62fe;
}
/* ==============Careers=================== */
.contact-banner.career-banner {
  height: 90vh;
}
.contact-banner.career-banner .banner-left {
  position: absolute;
}
.contact-banner.career-banner .looking {
  justify-content: center;
}
.contact-banner.career-banner .looking a {
  color: #0f62fe;
}
.contact-banner.career-banner .looking a:hover {
  color: #000;
}
.floating-images {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.floating-images img {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: floatAnim 6s ease-in-out infinite;
}
@keyframes floatAnim {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* We ensure employees grow with us because we always mean well for the people */
.employee-grow {
  position: relative;
  padding: 85px 0;
}
.each-grow {
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #e6e6e6;
  padding: 45px 40px 45px 40px;
}
.each-grow h4 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}
.each-grow p {
  font-size: 17px;
  line-height: 30px;
  min-height: 150px;
}
/* Learn more about our product */
.learn-more {
  position: relative;
  padding: 50px 0;
}
.youtube-all iframe {
  width: 100%;
}
/* Benefits of working with us */
.weSecureApp.what-get.partner-us .subheading {
  min-height: 150px;
}
.weSecureApp.what-get.partner-us .row {
  --bs-gutter-y: 30px;
}
/* 365 days hiring */
.penetration.hiring {
  padding: 75px 0 40px;
}
.penetration.hiring .subheading {
  font-size: 26px;
}
.penetration.hiring .subheading a {
  color: #000;
}
/* Freshers */
.fresher {
  padding: 30px 0;
  position: relative;
}
.fresher h6 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
}
.each-post {
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #e6e6e6;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 35px 30px 35px 30px;
  background-color: #f6f6f6;
}
.each-post h3 {
  font-size: 26px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 35px;
}
.each-post ul {
  margin-bottom: 50px;
}
.each-post li {
  font-size: 17px;
  line-height: 30px;
}
.fresher-part .btn {
  font-size: 13px;
  line-height: 13px;
  color: #000;
  font-weight: 400;
  border: 1px solid #e6e6e6;
}
.apply-btn {
  display: flex;
  justify-content: end;
}
.fresher-part .row {
  --bs-gutter-y: 30px;
}
/* Transparent recruitment process */
.process-recruitment {
  padding: 85px 0;
}
.process-recruitment .subheading {
  font-size: 26px;
  line-height: 42px;
}
.all-process {
  margin-top: 45px;
}
.each-recruitment {
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #e6e6e6;
  padding: 30px;
}
.each-recruitment span {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  background-color: #e6e6e6;
  font-size: 17px;
  line-height: 30px;
  color: #000000;
  display: block;
  text-align: center;
}
.each-recruitment h6 {
  font-size: 22px;
  margin: 25px 0 0;
}
/* ==============Vulnerability Management as a Service=================== */
/* inner banner */
.inner-banner.inner-vulnerability .banner-left .subheading {
  font-size: 20px;
}
/* Reduce Risks with Fully Managed Vulnerability Management */
.penetration.reduce-management .subheading + .subheading {
  margin-top: 30px;
}
/* Proactive Asset Management */
.proactive-management {
  padding: 85px 0;
  position: relative;
}
.each-management {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e6e6e6;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 35px 30px 35px 30px;
  background-color: #fff;
  min-height: 633px;
}
.each-management img {
  max-width: 60px;
}
.management-cont {
  margin-top: 50px;
}
.management-cont h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  min-height: 80px;
  margin-bottom: 20px;
}
.management-cont .subheading {
  padding-bottom: 0;
}
.management-cont .subheading + .subheading {
  margin-top: 10px;
}
.management-cont .subheading {
  font-size: 17px;
}
.management-cont p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 21px;
}
.all-management .row {
  --bs-gutter-y: 30px;
}
/* Don't just manage vulnerabilities, conquer them with WeSecureApp as your trusted co-pilot */
.weSecureApp.manage-conquer .heading {
  font-weight: 400;
}
.weSecureApp.manage-conquer .get-content h6 {
  min-height: 60px;
  max-width: 220px;
  color: #003a6d;
}
/* Benefits of Vulnerability Management as a Service */
.virtual-engagement.benifits-management .heading {
  margin-bottom: 30px;
}
.virtual-engagement.benifits-management .subheading {
  margin-bottom: 30px;
}
.virtual-engagement.benifits-management .engagement-table th {
  background-color: #003a6d;
}
/* Detect & prevent attacks, before they succeed */
.detect.service .detect-content {
  max-width: 100%;
}
.detect.service img {
  border-radius: 6px;
}
/* Investing in Digital Defence VMaaS is an investment in your future security */
.seasoned-ciso.vmass .subheading {
  max-width: 1268px;
}
/* Trust our elite team of cybersecurity experts to enhance your security */
.trust-cybersecurity .btn {
  margin: 0 auto 40px;
  max-width: 202px;
  display: block;
  font-size: 15px;
  color: #00539a;
  font-weight: 700;
}
.trust-cybersecurity.trust-management {
  padding: 10px 0 100px;
}
/* Why Vulnerability Remediation as a Service (VRaaS)? */
.expect.remediation .each-application h4 {
  color: #da1e28;
}
.expect.remediation .each-application p {
  min-height: 120px;
}
/* Vulnerability Remediation as a Service Methodology */
.application-architecture.remediation-service .webHeading {
  font-size: 24px;
}
.application-architecture.device-architecture.darkweb-methodology.remediation-service
  .webHeading {
  max-width: 100%;
}
.application-architecture.device-architecture.darkweb-methodology.remediation-service
  .presenting-list {
  min-height: auto;
}
.application-architecture.device-architecture.darkweb-methodology.remediation-service
  p {
  min-height: 120px;
}
.application-architecture.device-architecture.darkweb-methodology.remediation-service
  p.meticulously {
  min-height: 85px;
}
/* Vulnerabilities We Help Remediate at WeSecureApp */
.weSecureApp.we-help .get-content {
  margin-top: 0;
}
.weSecureApp.we-help .get-content h6 {
  font-size: 22px;
  min-height: 60px;
}
.weSecureApp.we-help .each-get .subheading {
  min-height: 150px;
}
/* Patch Critical Vulnerabilities to Meet Industry Standards */
.strengthen.patch a,
.best-security.get-free.patch a {
  color: #fff;
}
/* ==============Threat Intelligence as a Service=================== */
.expect.threat-service .each-application h4 {
  min-height: 60px;
}
.expect.threat-service .each-application p {
  min-height: 150px;
}
/* Our Threat Intelligence as a Service Offerings */
.weSecureApp.benifits.service-offer .each-get .subheading {
  min-height: 360px;
}
.weSecureApp.benifits.service-offer .each-get h6 {
  min-height: 60px;
}
/* Types of Threat Intelligence as a Service */
.pentesting-do.threat-intelligence .tab-link.current {
  color: #da1e28;
}
/* See Further, React Faster: */
.strengthen.threat-react .subheading {
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  color: #ffffff;
  margin-top: 20px;
}
.strengthen.threat-react a {
  color: #fff;
}

/* ==============DevSecOps=================== */
/* inner banner */
.inner-banner.devSecOps {
  background-color: transparent;
  background-image: linear-gradient(180deg, #e27d23 0%, #da3b2a 100%);
}
/* DevSecOps Dev */
.devops-dev {
  padding: 70px 0;
  position: relative;
  background-color: #da3b2a;
}
/* Our Research */
.supported.dev-search .eachSupport .heading {
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
  color: #da3b2a;
}
.supported.dev-search .subheading {
  min-height: auto;
}
/* Managed Services */
.process-recruitment.dev-manage .each-recruitment span {
  background-color: #da3b2a;
  padding: 16px 16px 16px 16px;
  border-radius: 40px 40px 40px 40px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 28px;
}
.process-recruitment.dev-manage .each-recruitment h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #da3b2a;
  min-height: 60px;
}
.process-recruitment.dev-manage .each-recruitment p {
  margin: 30px 0;
  line-height: 28.322px;
  font-size: 17px;
  min-height: 199px;
}
/* This solution helps you achieve */
.vulnerabilities.devscops-achieve .each-vulnerabilities {
  display: block;
}
.vulnerabilities.devscops-achieve .each-vulnerabilities h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.vulnerabilities.devscops-achieve .each-vulnerabilities p {
  font-size: 17px;
}
/* Stay Ahead of the Evolving Threat Landscape */
.detect.devscops-landscape .detect-content {
  max-width: 100%;
}
.detect.devscops-landscape .detect-content .subheading {
  padding-top: 0;
}
/* Integrated tools */
.integrated-tools {
  padding: 75px 0;
}
.integrated-tools img {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
/* DevSecOps Solutions */
.our-security.devscops-solutions .all-security {
  padding: 0;
}
.our-security.devscops-solutions .all-security .security1::before {
  display: none;
}
.security1 .security1-overlay {
  background-color: #ff5800;
  opacity: 1;
  inset: 0;
  position: absolute;
  mix-blend-mode: screen;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.our-security.devscops-solutions
  .all-security
  .security1:hover
  .security1-overlay {
  opacity: 0.5;
}
.devicer {
  width: 40px;
  display: block;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 20px auto 0;
  float: left;
}
.our-security.devscops-solutions .all-security .security-content .subheading {
  min-height: 130px;
}
.our-security.devscops-solutions .all-security .security-content i {
  margin-top: 60px;
}
/* We Help You Build Security Workflows! */
.devscops-workflows {
  padding: 85px 0;
}
.devscops-workflows .subheading {
  font-size: 17px;
  line-height: 28.322px;
}
/* Take a peek into sample report & Businesses love us */
.reportlove.devscops-love .sample-content .subheading {
  min-height: 210px;
}
/* Why Choose Digital Defence for DevSecOps? */
.weSecureApp.choose-devscops .get-content .subheading {
  min-height: 210px;
}
.weSecureApp.choose-devscops .get-content h6 {
  min-height: 60px;
}
/* The First Step Towards Secure Transformation */
.penetration.why-red.reduce-management .red-penetration {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* What do you get? */
.weSecureApp.security-get .each-get .subheading {
  min-height: 120px;
  margin-bottom: 0;
}
.weSecureApp.security-get .row {
  --bs-gutter-y: 30px;
}
/* What Do You Get with Our Strategic Security Solutions? */
.weSecureApp.security-solutions .each-get .subheading {
  min-height: auto;
}
.weSecureApp.security-solutions .each-get ul {
  margin-top: 10px;
}
.weSecureApp.security-solutions .each-get ul li + li {
  margin-top: 10px;
}
.weSecureApp.security-solutions .each-get {
  min-height: 409px;
}
/* Take a peek into sample report & Businesses love us */
.reportlove.security-love {
  background-image: linear-gradient(to right, #0043ce 58.6%, #003cb3 33.4%);
}
.best-security.sechedule-vciso .sechedule-content .subheading {
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
}
.best-security.sechedule-vciso::before {
  background-color: #0043ce;
}
/* ==============RBI Cyber Security Framework For Banks=================== */
/* Inner Banner */
.inner-banner.rbi-security,
.inner-banner.uidai-inner {
  background-image: linear-gradient(180deg, #8a3ffc 0%, #7c39e2 100%);
}
.inner-banner.rbi-security .insights-part-release .each-release .subheading {
  min-height: auto;
  margin-bottom: 0;
}
/* How the Cyber Security Framework Works */
.how-works.rbi-works .overlay {
  background-color: #8a3ffc;
}
/* RBI Circulars on Cybersecurity Controls for Banks */
.vulnerabilities.rbi-cyber .subheading {
  max-width: 100%;
}
.vulnerabilities.rbi-cyber .each-vulnerabilities {
  min-height: 132px;
  border-color: #8a3ffc;
  box-shadow: 2px 2px 0px 0px #8a3ffc;
}
/* Do you know? */
.know.rbi-know .knowSlider h6 {
  color: #8a3ffc;
}
.rbi-know .assessment {
  border-color: #8a3ffc;
}
.rbi-know .assessment .heading {
  color: #8a3ffc;
}
.rbi-know .knowSlider .swiper-pagination-bullet-active {
  background: #8a3ffc;
}
/* Detect & prevent attacks, before they succeed */
.detect.rbi-detect .btn,
.weSecureApp.what-get.rbi-get .get-content h6 {
  color: #8a3ffc;
}
.detect.rbi-detect .btn:hover {
  color: #000;
}
/* What Do You Get with Our Cybersecurity Framework Audit? */
.weSecureApp.what-get.rbi-get .get-content .subheading {
  min-height: 180px;
}
/* Take a Peek into Our Sample Report & Businesses Trust Us */
.reportlove.rbi-take {
  background-image: linear-gradient(to right, #8a3ffc 53.6%, #7c39e2 33.4%);
}
/* Have you implemented the right security practice? */
.best-security.rbi-implemented::before {
  background-color: #00539a;
}
/* ==============RBI Circulars on Cybersecurity for Financial Institutions=================== */
/* RBI Circulars on Cybersecurity for Financial Institutions */
.vulnerabilities.rbi-cyber.sebi-cyber .each-vulnerabilities {
  min-height: auto;
  margin-bottom: 30px;
}
/* ==============UIDAI - AUA KUA Compliance Security=================== */
.vulnerabilities.test-cases.uidai-aua .each-vulnerabilities {
  border-color: #8a3ffc;
  box-shadow: 2px 2px 0px 0px #8a3ffc;
  padding: 30px 13px;
}
.vulnerabilities.test-cases.uidai-aua .each-vulnerabilities h2 {
  color: #8a3ffc;
  font-weight: 700;
}
.vulnerabilities.test-cases.uidai-aua .each-vulnerabilities .subheading {
  font-size: 20px;
}
/* Our comprehensive audit services cover */
.weSecureApp.misconfigurations.uidai-comprehensive .each-get {
  background-color: #f6f2ff;
}
.weSecureApp.misconfigurations.uidai-comprehensive .get-content h6 {
  color: #8a3ffc;
}
.weSecureApp.misconfigurations.uidai-comprehensive .get-content .subheading {
  min-height: 90px;
}
/* What You Get */
.weSecureApp.what-get.rbi-get.uidai-get .get-content .subheading {
  min-height: 90px;
}
/* Have you implemented the right security practice? */
.best-security.uidai-implemented::before {
  background-color: #813ffc;
}
/* How It Works */
.how-works.rbi-works .audit-part {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
.how-works.rbi-works .audit-left h4 {
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 50px;
}
.how-works.rbi-works .audit-left .subheading {
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
}
.audit-right {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.audit-right .heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
  color: #8a3dfc;
  margin-bottom: 50px;
}
.audit-left .subheading {
  font-size: 17px;
  line-height: 30px;
}
/* ==============RBI Guidelines for Cybersecurity in the NBFC Sector=================== */
/* Need for Cyber Security Guidelines for NBFC Sector */
.nbfc {
  margin-top: 150px;
}
/* ==============SAR Audit for Data Localization=================== */
/* Inner Banner */
.inner-banner.uidai-inner .schedule-consultation h2 {
  margin-top: 12px;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
.inner-banner.uidai-inner .schedule-form .row {
  --bs-gutter-y: 18px;
}
.inner-banner.uidai-inner .submit {
  background: #ffe034;
  border-color: #ffe034;
  color: #8a3dfc;
}
/* Key Data Requirements for System Audit Report for Data Localization (SAR) */
.vulnerabilities.sebi-cyber .each-vulnerabilities h5 {
  font-weight: 700;
  margin-bottom: 40px;
}
.vulnerabilities.sebi-cyber .each-vulnerabilities p {
  font-size: 20px;
  line-height: 30px;
}
/* ==============ISO27001=================== */
/* Inner Banner */
.inner-banner.uidai-inner .banner-left span {
  color: #fff;
  font-size: 18px;
}
.form-box {
  background-color: #ffffff59;
  padding: 25px;
  border-radius: 10px;
  backdrop-filter: blur(8px);
}
.form-box h4 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}
.form-box form input,
.form-box form select,
.form-box form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: none;
  border-radius: 5px;
}
.form-box form input,
.form-box form select,
.form-box form textarea {
  outline: none;
}
.phone-field {
  display: flex;
  gap: 10px;
}
.phone-field select {
  width: 40%;
}
.phone-field input {
  width: 60%;
}
.form-box .submit {
  margin-top: 20px;
}
/* How We Can Help You Achieve ISO 27001 Certification? */
.application-architecture.iso-cerification {
  background-image: linear-gradient(180deg, #000000 0%, #8a3ffc 100%);
}
.application-architecture.device-architecture.iso-cerification
  .each-application-review {
  padding: 65px 30px;
}
.application-architecture.device-architecture.iso-cerification
  .each-application-review
  h2 {
  color: #8a3ffc;
  min-height: auto;
  margin-bottom: 30px;
}
.application-architecture.device-architecture.iso-cerification
  .each-application-review
  span {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  display: block;
  margin-bottom: 40px;
}
/* ISO 27001 Clauses */
.vulnerabilities.iso-clauses .each-vulnerabilities h5 {
  margin-bottom: 20px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.vulnerabilities.iso-clauses .each-vulnerabilities p {
  min-height: 90px;
}
/* FAQ */
.faq.iso-faq .accordion-header {
  background: #fff;
  border-color: #8a3ffc;
  box-shadow: 2px 2px 0px 0px #8a3ffc;
  border-radius: 0px !important;
  border: 1px solid #8a3ffc;
}
/* Merchant Levels in PCI DSS: Which Level Do You Fit In? */
.unsecured-device.merchant-pci .subheading {
  max-width: 100%;
}
/* ==============PCI DSS=================== */
/* Compliance Confusing? We Make It Simple, No More Losing */
.strengthen.device-strengthen.pci-losing {
  background: linear-gradient(350deg, #8a3ffc 0%, #000000 100%);
}
.strengthen.device-strengthen.pci-losing a {
  color: #fff;
}
/* How You Submit Your Compliance Depends on Your Merchant Level */
.unsecured-device.pci-merchant .subheading {
  max-width: 100%;
}
.unsecured-device.pci-merchant .heading {
  font-size: 42px;
}
.unsecured-device.pci-requirement ul li {
  font-size: 18px;
}
.unsecured-device.pci-requirement ul li .number {
  padding: 10px;
  font-weight: 700;
}
.unsecured-device.pci-requirement ul li + li {
  margin-top: 20px;
}
/* Methodology */
.application-architecture.pci-methodology ul {
  margin-left: 18px;
}
.application-architecture.pci-methodology ul li {
  font-size: 17px;
  line-height: 28.322px;
  list-style-type: disc;
}
.application-architecture.pci-methodology .each-application-review {
  min-height: 333px;
}
/* Accepting Payments? */
.best-security.acceptiing-payment .subheading {
  color: #fff;
  margin-top: 20px;
}
/* ==============GDPR=================== */
/* Key GDPR Articles: A Breakdown of Security Requirements */
.weSecureApp.uidai-comprehensive.gdpr-article .get-content h6 {
  color: #000;
}
.weSecureApp.uidai-comprehensive.gdpr-article .get-content .subheading {
  min-height: 180px;
}
/* How Digital Defense Helps You Achieve GDPR Compliance? */
.why-application.gdpr-help .get-content h6 {
  font-weight: 400;
}
.why-application.gdpr-help .get-content .subheading {
  min-height: 240px;
}
/* Digital Defense’s GDPR Implementation Approach */
.application-architecture.gdpr-approach ul {
  min-height: 150px;
}
/* Why Choose Digital Defense? */
.weSecureApp.what-get.rbi-get.uidai-get.gdpr-choose .get-content .subheading {
  min-height: 120px;
}
/* ==============Hipaa Audit=================== */
.unsecured-device.what-hippa .hippa-img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(239deg);
}
/* HIPAA Rules */
.weSecureApp.what-get.rbi-get.hippa-rules .subheading {
  min-height: 150px;
}
.weSecureApp.what-get.rbi-get.hippa-rules .getmore .row,
.weSecureApp.soc2-trust .row {
  --bs-gutter-y: 40px;
}
/* Enforcement and Penalties for Non-Compliance */
.unsecured-device.hippa-enforcement img {
  max-width: 1024px;
  margin: 0 auto;
  display: block;
}
/* Digital Defense HIPAA Implementation Methodology */
.application-architecture.hippa-implementation .each-application-review {
  min-height: 418px;
}
/* ==============SOC 2 Assessment=================== */
.weSecureApp.soc2-trust ul {
  margin-left: 20px;
  min-height: 170px;
}
.weSecureApp.soc2-trust ul li {
  list-style-type: disc;
  font-size: 17px;
  line-height: 28.322px;
}
.weSecureApp.soc2-trust .get-content h6 {
  font-weight: 700;
}
.weSecureApp.soc2-trust .each-get {
  background-color: transparent;
}
/* Why Does SOC 2 Compliance Matter? */
.vulnerabilities.soc2-compliance .each-vulnerabilities p {
  margin-top: 20px;
}
.vulnerabilities.soc2-compliance .each-vulnerabilities h5 {
  font-weight: 700;
}
/* What Does the SOC 2 Report Mean? */
.virtual-engagement.soc2-report {
  padding: 80px 0;
}
.virtual-engagement.soc2-report ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.virtual-engagement.soc2-report ul li + li {
  margin-top: 15px;
}
.virtual-engagement.soc2-report .engagement-table th {
  background-color: #8a3ffc;
}
/* Steps Towards SOC 2 Compliance */
.application-architecture.soc2-methodology .subheading {
  color: #fff;
}
.application-architecture.soc2-methodology .each-application-review {
  min-height: 384px;
}
/* Digital Defense Deliverables */
.weSecureApp.soc2-deliverables .get-content h6 {
  min-height: 90px;
}
/* ==============Blog=================== */
/* Blog Inner Banner */
.contact-banner.blog-inner {
  height: 660px;
}
.contact-banner.blog-inner .subheading {
  max-width: 800px;
  margin: 0 auto;
}
.contact-banner.blog-inner .banner-left {
  padding-top: 300px;
}
.contact-banner.blog-inner img {
  max-width: 200px;
  margin: 0 auto;
}
.contact-banner.blog-inner .looking {
  margin: 0 auto;
  display: block;
}
/* Blog Tabs */
.blog {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e0e0e0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #fff;
}
.tab-part {
  display: flex;
  gap: 20px;
  align-items: center;
}
.each-tab {
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  min-height: 1px;
  position: relative;
  border-bottom: 3px solid transparent;
  padding: 0px 47px;
  color: #000;
}
.each-tab:hover {
  color: #000;
}
.each-tab.active {
  background-color: #f6f6f6;
  border-bottom: 3px solid #0f62fe;
}
/* All Blogs */
.all-blogs {
  padding: 60px 0;
}
.all-blogs .row {
  --bs-gutter-y: 30px;
}
.all-blogs .insight1 {
  height: 510px;
}
.all-blogs .post-header {
  padding: 40px 30px;
}
.all-blogs .post-header span a {
  font-size: 14px;
  text-transform: capitalize;
}
.all-blogs .post-header .heading a {
  font-size: 22px;
}
.all-blogs .post-button-wrapper .continue-reading {
  font-size: 16px;
}
.pagination-part {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination-part ul {
  padding-left: 90px;
}
.pagination-part ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  height: 30px;
  width: 30px;
  padding: 5px 10px;
}
.pagination-part ul li + li {
  margin-left: 10px;
}
.pagination-part li.active {
  background-color: #0f62fe;
  border-radius: 5px;
  color: #fff;
}
.pagination-part p {
  padding-right: 90px;
  font-size: 11px;
  font-weight: 700;
}
.tags {
  margin: 90px 0 0;
}
.tags .heading {
  font-size: 20px;
  margin-bottom: 10px;
}
.tagcloud a {
  background: #efefef;
  padding: 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
}
.tagcloud a:hover {
  color: #0f62fe;
}
/* Case Studies */
.case-study {
  padding: 60px 0 80px;
}
.each-case {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e0e0e0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #fff;
}
.case-content {
  padding: 35px 15px 50px;
}
.case-content .heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 55px;
  min-height: 90px;
}
.case-content a {
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  font-weight: 500;
  fill: #0f62fe;
  color: #0f62fe;
  display: flex;
  align-items: center;
}
.case-content a i {
  margin-left: 15px;
  font-size: 24px;
  transition: all 0.9s ease-in-out;
}
.case-content a:hover i {
  position: relative;
  transform: translate(10px, 0);
}
.case-study .row {
  --bs-gutter-y: 30px;
}
/* Subscribe to get Latest Updates */
.subscribe {
  padding: 60px 0;
}
.total-subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subscribe .heading {
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}
.input-part input {
  width: 303px;
  min-height: 46px;
  background-color: #f5f8fa;
}
.subscribe .btn {
  padding: 10px 37px;
  font-size: 14px;
  font-weight: 500;
}
.input-part {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 70px;
}
/* White Papers */
.case-study.white-papers {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e6e6e6;
  margin-top: 0px;
  margin-bottom: 0px;
}
.whitepaper {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.whitepaper .overlay {
  mix-blend-mode: screen;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-color: #0f62fe;
  opacity: 1;
  inset: 0;
  position: absolute;
}
.white-content {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 7%;
}
.white-content .heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: #ffffff;
}
.white-content a {
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  font-weight: 500;
  fill: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.white-content a i {
  margin-left: 15px;
  font-size: 24px;
  transition: all 0.9s ease-in-out;
}
.white-content a:hover i {
  position: relative;
  transform: translate(10px, 0);
}
/* Events */
.subscribe.latest-subscribe .input-part {
  display: block;
  padding-right: 0;
}
.subscribe.latest-subscribe .row {
  align-items: center;
}
.subscribe.latest-subscribe .input-part input {
  width: 100%;
}
.input-part .btn {
  margin-top: 30px;
  border-radius: 3px;
  background-color: #0f62fe;
  color: #fff;
  border: 1px solid #0f62fe;
  padding: 5px 22px;
}
/* ==============Podcasts=================== */
/* How to scale and make offensive Security Continous */
.feature-scale {
  padding: 60px 0;
}
.feature-scale img {
  border-radius: 14px;
}
.feature-scale span {
  display: inline;
  background-color: #d0e2ff;
  padding: 3px 8px;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #0f62fe;
  font-weight: 700;
}
.feature-scale .heading {
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 56px;
}
.feature-scale .subheading {
  line-height: 28.322px;
}
.feature-scale .btn {
  margin-top: 30px;
  padding: 11px 7px;
}
.feature-scale .btn span {
  background: transparent;
  font-size: 15px;
}
/* Podcasts */
.case-study.podcasts .heading {
  font-weight: 700;
  min-height: 120px;
}
.all-brands {
  padding: 80px 0 0;
  text-align: center;
}
.all-brands li img {
  max-width: 180px;
  border: 1px solid #000;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
  border-radius: 20px;
  transition: all 0.9s ease-in-out;
}
.all-brands li {
  display: inline-block;
  transition: all 0.9s ease-in-out;
}
.all-brands li + li {
  margin-left: 100px;
}
.all-brands li:hover img {
  border: 1px solid #0f62fe;
}
/* Subscribe to get Latest Updates */
.latest-subscribe .create-form {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.latest-subscribe .create-form svg {
  inline-size: 28px;
  block-size: 28px;
  fill: rgb(255, 122, 89);
  margin-right: 5px;
}
.latest-subscribe .create-form span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
}
.latest-subscribe .create-form span a {
  text-decoration: underline !important;
  color: rgb(255, 122, 89);
}

/* ==============Responsive=================== */
@media only screen and (min-width: 1600px) {
  .navigation_sec .nav_sec > ul > li > ul {
    left: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .navigation_sec .nav_sec > ul > li > ul.solutions-dropdown {
    width: 70%;
  }
  .navigation_sec .nav_sec > ul > li > ul {
    left: -170px;
  }
}
@media only screen and (min-width: 990px) {
  .compliance_dropdown .solutions-wrapper .solutions-right img {
    width: 100%;
    max-width: 100%;
    height: 446px !important;
    object-fit: cover;
  }
}
@media only screen and (max-width: 991px) {
  .spclRow {
    --bs-gutter-y: 40px;
  }
  .main_header .logo {
    max-width: 100%;
  }
  .main_header {
    padding: 12px 0;
  }
  .action-container {
    flex-direction: row-reverse;
  }
  span.toggle-menu img {
    float: left;
  }
  .main_header {
    width: 100%;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
  }
  .main_header .cta {
    float: inline-end;
    padding: 6px 20px;
  }
  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 7px;
    display: block;
    cursor: pointer;
    background: #000;
    border-radius: 5px;
    margin-left: 20px;
  }
  .overlay {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .navigation_sec .mobile-nav {
    width: 100%;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #f1f1f1;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navigation_sec .mobile-nav.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navigation_sec .mobile-nav .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../image/cross.png) no-repeat center;
  }
  .navigation_sec .mobile-nav > ul {
    text-align: left;
  }
  .navigation_sec .mobile-nav ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
    position: relative;
  }
  .navigation_sec .mobile-nav ul > li:hover {
    background-color: #ffffff;
    border-radius: 0;
  }
  .navigation_sec .mobile-nav ul > li + li {
    margin-left: 0;
    border-top: 1px solid #d1d1d1;
  }
  .navigation_sec .mobile-nav ul > li a {
    color: #000000;
    padding: 14px 20px;
    font-size: 15px;
    border-radius: 0;
    display: block;
  }
  .navigation_sec .mobile-nav ul > li a.actv {
    background: #525050;
    color: #fff;
  }
  .main_header .logo {
    display: block;
  }
  .navigation_sec .nav_sec img {
    display: inline-block;
    vertical-align: middle;
  }
  .navigation_sec .nav_sec i {
    float: right;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
  }
  .navigation_sec .nav_sec ul > li:hover ul {
    display: block;
    background: #fff;
  }
  .nav_sec li.active {
    background: none;
    border-radius: 23px;
    padding: 0 !important;
  }
  .navigation_sec .nav_sec ul > li ul {
    width: 100%;
    background: #d1d1d1;
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    border-radius: 0;
    padding: 0;
    min-height: auto !important;
  }
  .navigation_sec .nav_sec ul li ul li + li {
    border-top: 1px solid #000;
  }
  .navigation_sec .nav_sec ul li ul li a {
    padding: 12px 24px;
    color: #000;
    font-size: 14px;
    text-align: left;
  }

  .navigation_sec .mobile-nav ul li span {
    width: 28px;
    height: 28px;
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    right: 10px;
    top: 8px;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation_sec .mobile-nav ul li span .arw-nav {
    color: #000;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation_sec .mobile-nav ul li span.actv .arw-nav {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 16px;
  }
  .main_header .btn {
    float: inline-end;
  }
  .navigation_sec .nav_sec {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav {
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
  }
  .mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-menu > li {
    border-bottom: 1px solid #eee;
  }
  .mobile-menu a,
  .menu-toggle {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    color: #333;
    font-weight: 500;
  }
  .mobile-menu a {
    text-decoration: none;
  }
  .submenu {
    display: none;
    list-style: none;
    background: #f9f9f9;
  }
  .submenu li a {
    padding: 12px 16px;
    font-size: 14px;
    display: block;
    color: #555;
  }
  .submenu li a:hover {
    background: #eee;
  }
  .client-slider img {
    max-width: 100%;
  }
  .all-security .security-content h2 {
    min-height: 74px;
  }
  .rs-padding {
    padding: 30px 0;
  }
  .insight1,
  .each-release p.subheading {
    max-width: 100%;
  }
  .insights-part-release {
    height: 430px;
  }
  .looking {
    flex-direction: column;
  }
  .looking .heading {
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .trust-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .trust-logos img {
    max-width: 140px;
    margin-bottom: 0;
  }
  .cert-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cert-logos img {
    max-width: 260px;
  }
  .banner-left .looking {
    flex-direction: row;
  }
  .why-application .subheading {
    min-height: 150px;
  }
  .each-application-review .subheading {
    min-height: 226px;
  }
  .post-header .heading {
    max-width: 100%;
  }
  .how-works.cloud-works .each-cloudmethodology .subheading {
    height: 154px;
  }
  .cloudGet .each-get h6 {
    min-height: 60px;
  }
  .cloudGet .each-get .subheading {
    min-height: 330px;
  }
  .each-deliverables ul {
    min-height: auto;
  }
  .reportlove {
    background-image: linear-gradient(to right, #00539a 60.6%, #004b8a 33.4%);
  }
  .reportlove.cloudLove {
    background-image: linear-gradient(to right, #198038 60.6%, #187a35 33.4%);
  }
  .accordion-header {
    text-align: left;
  }
  .why-application.device-application .get-content h6 {
    min-height: 60px;
  }
  .why-application.device-application .subheading {
    min-height: 210px;
  }
  .reportlove.network-report {
    background-image: linear-gradient(to right, #007d79 60.6%, #00706d 33.4%);
  }
  .reportlove.redteam-love {
    background-image: linear-gradient(to right, #da1e28 60.6%, #c41b24 33.4%);
  }
  .expect .each-application p {
    min-height: 330px;
  }
  .weSecureApp.benifits .each-get h6 {
    min-height: 60px;
  }
  .input-part {
    padding-right: 0;
    margin-top: 30px;
  }
  .total-subscribe {
    display: grid;
  }
  .tab-part {
    overflow: scroll;
    padding: 20px 0 0;
  }
  .each-tab {
    padding: 0px 25px;
    line-height: 2;
  }
  .contact-banner.blog-inner {
    height: 450px;
  }
  .contact-banner {
    padding: 70px 0px 0px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-padding {
    padding: 30px 0;
  }
  .heading {
    font-size: 30px;
    line-height: 40px;
  }
  span.toggle-menu img {
    max-width: 20px;
  }
  .cert-logos,
  .trust-logos {
    flex-direction: column;
  }
  .trust-logos img + img {
    margin-top: 20px;
  }
  .footer-bottom {
    justify-content: center;
    gap: 20px;
  }
  .each-secure {
    min-height: auto;
    padding-top: 20px;
  }
  .dataSlider {
    margin: 0;
  }
  .insights-part-release {
    height: auto;
  }
  .each-release p.subheading {
    height: 200px;
  }
  .each-release h3.heading {
    height: auto;
    margin-bottom: 15px;
  }
  .trust-cybersecurity .heading {
    font-size: 18px;
    line-height: 26px;
  }
  .all-testimonial {
    flex-direction: column;
  }
  .client-image {
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .all-security {
    padding: 0;
  }
  .each-boardroom {
    max-width: 100%;
  }
  .boardroom .each-boardroom .subheading {
    min-height: 100%;
  }
  .each-secure.secure-top-right img {
    margin-bottom: 30px;
  }
  .looking .heading {
    font-size: 30px;
    line-height: 40px;
  }
  span.toggle-menu {
    margin-left: 10px;
    padding: 5px;
  }
  .main_header .btn {
    font-size: 11px;
    padding: 15px 10px;
    max-width: 100%;
    max-height: 35px;
  }
  .navigation_sec .mobile-nav.slidein {
    width: 70%;
  }
  .action-container {
    align-items: center;
  }
  .hero-content .heading span {
    font-size: 30px;
  }
  .hero .btn {
    padding: 13.6px 24px;
  }
  .ceo {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .ceo-image img {
    max-width: 100%;
  }
  .hero {
    padding: 0 0 40px;
  }
  .banner-left .heading {
    font-size: 36px;
    line-height: 46px;
  }
  .banner-left .looking a {
    margin-top: 0;
  }
  .inner-banner .each-release p.subheading {
    margin-bottom: 0;
  }
  .inner-banner .releaseSwiper .swiper-pagination {
    left: 76%;
  }
  .penetration .heading,
  .cover-application .heading,
  .work-content .heading,
  .vulnerabilities .heading,
  .expect .heading,
  .know .heading,
  .detect-content .heading,
  .weSecureApp .heading,
  .sample-content .heading,
  .types-threat .heading,
  .trust-cybersecurity.threat-security .heading,
  .modeling-methodology .heading,
  .why-threat .heading,
  .why-application .heading,
  .application-architecture .heading,
  .unsecured-device .heading,
  .challanges .heading,
  .supported .heading,
  .deliverables .heading,
  .pentesting-do .heading,
  .our-approach .heading,
  .values .heading,
  .locations .heading,
  .teams .heading,
  .employee-grow .heading,
  .learn-more .heading,
  .process-recruitment .heading {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .each-application {
    margin: 0;
  }
  .each-application p,
  .expect .each-application p {
    min-height: auto;
  }
  .automated-penetration p {
    margin-bottom: 0;
  }
  .penetration-testing h3 {
    font-size: 20px;
    line-height: 18.4px;
  }
  .process {
    flex-direction: column;
  }
  .each-process {
    background-image: none !important;
    height: auto;
  }
  .each-process + .each-process {
    margin-top: 20px;
  }
  .knowSlider .swiper-slide {
    margin-bottom: 36px;
  }
  .get-content .subheading {
    min-height: auto;
  }
  .sample-content .subheading {
    margin: 25px 0 30px;
  }
  .sample-content {
    margin-top: 30px;
  }
  .post-header {
    padding: 20px;
  }
  .types-threat .each-application p {
    min-height: auto;
  }
  .all-applications .row,
  .weSecureApp.benifits .row {
    --bs-gutter-y: 35px;
  }
  .weSecureApp.benifits .each-get h6 {
    min-height: auto;
  }
  .each-methodology {
    margin-bottom: 10px;
  }
  .content-box h3 {
    font-size: 24px;
    line-height: 34.8px;
    margin-bottom: 10.4px;
  }
  .accordion-header {
    line-height: 28px;
    font-size: 16px;
    padding: 24px 15px;
  }
  .why-application .getmore {
    margin-top: 30px;
  }
  .each-application-review .subheading,
  .weSecureApp.network-get .get-content .subheading,
  .why-application.device-application .get-content h6,
  .each-application-review h2,
  .application-architecture.device-architecture .each-application-review h2,
  .weSecureApp.network-get.voip-get .get-content .subheading,
  .weSecureApp.network-get .get-content h6,
  .each-cloudmethodology .heading,
  .how-works.cloud-works .each-cloudmethodology .subheading,
  .cloudVulnerabilities .each-vulnerabilities,
  .cloudGet .each-get .subheading,
  .cloudGet .each-get h6,
  .supported .eachSupport .subheading,
  .weSecureApp.cloud-pentestingget .each-get h6,
  .expect.expect-pentesting .each-application p,
  .expect.red-do-expect .each-application p,
  .expect.red-do-expect .each-application h4,
  .why-application.why-monitoring .get-content h6,
  .why-application.why-monitoring .get-content .subheading,
  .application-architecture.darkweb-methodology
    .each-application-review
    .subheading,
  .expect.social-expect .each-application p,
  .expect.assumed-get .each-application p,
  .expect.red-expect .each-application h4,
  .application-architecture.smart-offering .presenting-list,
  .expect.smart-seamless .each-application h4,
  .expect .each-application h4,
  .each-location p,
  .security1,
  .security-content .subheading,
  .all-security .security-content h2,
  .release.mobile-release .each-release p.subheading {
    min-height: auto;
    height: auto;
  }
  .each-process .process-text br {
    display: none;
  }
  .eachSupport img {
    margin-bottom: 10px;
  }
  .pentesting-do ul.tabs {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .pentesting-do ul.tabs li {
    /* flex: 0 0 auto;  */
    display: inline-block;
    white-space: nowrap;
    min-width: max-content;
  }
  .values .each-value {
    flex-direction: column;
    align-items: flex-start;
  }
  .schedule-consultation h2 {
    margin-bottom: 20.4px;
  }
  .virtual-core {
    padding-top: 30px;
  }
  .virtual-core .heading {
    font-size: 30px;
    line-height: 42px;
  }
  .engagement-table {
    overflow: scroll;
  }
  .challanges.mission-conquer .looking a {
    margin-top: 20px;
  }
  .floating-images {
    display: none;
  }
  .contact-banner .banner-left {
    width: 100%;
  }
  .each-post li {
    display: grid;
  }
  .phone-field {
    flex-direction: column;
  }
  .country-select,
  .eachcontact-input input {
    width: 100%;
    margin-right: 0;
  }
  .country-code {
    text-align: left;
    margin: 10px 0;
  }
  .security1 {
    max-width: 310px;
    margin: 0 auto;
  }
  .insight1 {
    height: 360px;
  }
}
