body {
  margin: 0;
  padding: 0;
  top: 0 !important;
  font-size: 16px;
  font-weight: 400;
  font-family: Inter;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
  text-decoration: none !important;
}

input {
  outline: none !important;
}

button {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#page-top {
  overflow-x: hidden !important;
}

p {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.item_center .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}








/* Header Css  */
.header_area {
  padding: 22px 0px;
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header_area .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu ul li a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 30px;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.menu ul li a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  bottom: -11px;
  left: 0;
  background: #F7941A;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.menu ul li a:hover::after {
  left: 104%;
  opacity: 1;
}



.menu ul li a:hover {
  color: #F7941E;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.icon {
  margin-right: 35px;
}

.nav-icon {
  display: none;
  float: right;
  text-decoration: none !important;
}

.nav-icon i {
  font-size: 30px;
  color: #F7941E;
  width: 48px;
  height: 38px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  margin-top: 1px;
}


/* Hero Section Css  */
.hero_section {
  background: url('../images/background/hero.png') no-repeat scroll 0 0 / 100% 100%;
  padding-top: 371px;
  padding-bottom: 25px;
}

.next_generation_content p {
  font-size: 18px;
}

.hero_content h2 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.hero_content h2 span {
  color: #F7941E;
  display: block;
}

/* Next Generation Css  */
.yappo_next_generation {
  background: #212121;
  padding-top: 50px;
  padding-bottom: 121px;
}

.next_generation_content p {
  padding-bottom: 25px;
}


/* Penetration Testing css  */
h1 {
  color: var(--green-17-b-978, #17B978);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.title_penetration h1 {
  padding-bottom: 50px;
}

.penetration_section {
  background: url('../images/background/penetration-testing.png') no-repeat scroll 0 0 / 100% 100%;
  background-color: #212121;
  padding-bottom: 110px;
}

.testing_single_item {
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.83);
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(6.199999809265137px);
  backdrop-filter: blur(6.199999809265137px);
  height: 100%;

}

.testing_single_item h5 {
  color: var(--orange-f-7941-e, #F7941E);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}

.testing_row .col-lg-6 {
  margin-bottom: 20px;
}


/* CHOOSE THE BEST css  */
.choose_area {
  background: #212121;
  padding-bottom: 65px;
}

.choose_single_item {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.83);
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(6.199999809265137px);
  backdrop-filter: blur(6.199999809265137px);
  padding: 50px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.choose_title p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-top: 26px;
  max-width: 920px;
  width: 100%;
  margin: auto;
  padding-bottom: 30px;
  /* 30px */
}

.choose_content h4 {
  color: #17B978;
  /* H2_24px_Inter/med */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}

.choose_content ul li {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
}

.icon_choose {
  margin-right: 35px;
  width: 101px;
  height: 100px;
}

.testing_row_choose .col-lg-6 {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.testing_row_choose .col-lg-6::after {
  position: absolute;
  content: '';
  width: 98px;
  height: 101px;
  background-image: url(../images/icon/icon_anonymous.png);
  left: 76px;
  top: 92px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cloud_section_area {
  padding-top: 45px;
  padding-bottom: 130px;
  background: #212121;
}

.cloud_title {
  max-width: 880px;
  width: 100%;
}

.cloud_title h1 {
  padding-bottom: 30px;
}

.cloud_title {
  padding-bottom: 60px;
}

.cloud_image img {
  width: 100%;
}

.contact_content {
  margin-top: 130px;
}

.contact_content h1 {
  margin-bottom: 30px;
}

.contact_content a {
  color: var(--white-ffffff, #FFF);
  text-align: center;
  text-shadow: 0px 4px 52px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #FF8B00;
  padding: 14px 70px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact_content a:hover {
  background: #C86D00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* Footer Css  */

.footer_section_area {
  background: url('../images/background/footer.png') no-repeat scroll 0 0 / 100% 100%;
  background-color: #212121;
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.copyright {
  padding-top: 68px;
}

.contact_address a {
  color: var(--white-ffffff, #FFF);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
  display: inline-block;
}

.get_in h5 {
  color: var(--orange-f-7941-e, #F7941E);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 30px;
}

.Privacy_Policy a {
  color: var(--green-17-b-978, #17B978);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding-top: 20px;
  display: inline-block;
  line-height: normal;
  padding-bottom: 0px;
}

.cloud_title p {
  font-size: 18px;
}

/* Our Platform Css  */
.hero_our_platform_section {
  background: url('../images/background/hero-our-platfrom.png') no-repeat scroll 0 0 / 100% 100%;
  padding-top: 328px;
  padding-bottom: 50px;
}

.cloud_based_content h5 {
  color: var(--green-17-b-978, #17B978);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 10px;
}

.cloud_based_content h6 {
  color: var(--orange-f-7941-e, #F7941E);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 10px;
  /* 25.2px */
}

.cloud_based_image img {
  width: 100%;
}

.cloud_based_content {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cloud_based_items {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.cloud__based_section_area {
  padding-top: 70px;
  padding-bottom: 80px;
  background: #212121;
  position: relative;
  z-index: 1;
}

.cloud__based_section_area::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/background/cloud-base-signal.png);
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.cloud__based_section_area .cloud_title {
  padding-bottom: 30px;
}

.vulnerabilities_image {
  padding-top: 20px;
}

.vulnerabilities_image img {
  width: 100%;
}


.contact_section_area {
  background: #212121;
  padding-top: 110px;
  padding-bottom: 130px;
}

.contact_content p {
  padding-bottom: 30px;
  max-width: 852px;
  margin: auto;
  width: 100%;
}

.contact_section_area .contact_content {
  margin-top: 0px;
}

/* what_our_client_section */
.what_our_client_section {
  background: #212121;
  padding-top: 130px;
}

.say_client_items {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(251, 174, 82, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(251, 174, 82, 0.08);
  -webkit-backdrop-filter: blur(6.199999809265137px);
  backdrop-filter: blur(6.199999809265137px);
  padding: 20px;
  max-width: 588px;
  width: 100%;
  position: relative;
}

.say_client_items h4 {
  color: var(--orange-f-7941-e, #F7941E);
  text-align: right;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-top: 20px;
}

.client_say_ingle_area .client_say_ingle:nth-child(1),
.client_say_ingle_area .client_say_ingle:nth-child(2),
.client_say_ingle_area .client_say_ingle:nth-child(3) {
  position: relative;
  z-index: 1;
  max-width: 588px;
  width: 100%;
}

.client_say_ingle_area .client_say_ingle:nth-child(1)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 15px;
  top: 20px;
  z-index: -1;
  background: url('../images/signal/clients_says-gnal.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.client_say_ingle_area .client_say_ingle:nth-child(2)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 15px;
  top: 20px;
  z-index: -1;
  background: url('../images/signal/clients_says-gnal_2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.client_say_ingle_area .client_say_ingle:nth-child(3)::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 15px;
  top: 20px;
  z-index: -1;
  background: url('../images/signal/clients_says-gnal_3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.client_say_ingle_area .client_say_ingle:nth-child(1) {
  margin-bottom: 40px;
}

.client_say_ingle_area .client_say_ingle:nth-child(2) {
  margin: auto;
}

.client_say_ingle_area .client_say_ingle:nth-child(3) {
  float: right;
  margin-top: 40px;
}

.row.row_client_say {
  background-image: -o-radial-gradient(50.06% 50%, 50.06% 50%, rgba(247, 148, 30, 0.35) 0%, rgba(247, 148, 30, 0.00) 100%);
  background-image: radial-gradient(50.06% 50% at 50.06% 50%, rgba(247, 148, 30, 0.35) 0%, rgba(247, 148, 30, 0.00) 100%);
}

/* Surface Area Css  */
.surface_section_area {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16.41%, rgba(247, 148, 30, 0.00)), to(rgba(247, 148, 30, 0.29)));
  background-image: -o-linear-gradient(top, rgba(247, 148, 30, 0.00) 16.41%, rgba(247, 148, 30, 0.29) 100%);
  background-image: linear-gradient(180deg, rgba(247, 148, 30, 0.00) 16.41%, rgba(247, 148, 30, 0.29) 100%);
}

.surface_section_area .cloud_title {
  padding-bottom: 30px;
}

.sp {
  padding-top: 70px;
  padding-bottom: 70px;
}

.bg_black {
  background: #212121;
}

.Features_section {
  padding-top: 80px;
  padding-bottom: 20px;
}

.features_single_item {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(6.199999809265137px);
  backdrop-filter: blur(6.199999809265137px);
  padding: 20px;
  height: 100%;
}

.features_single_item h5 {
  color: var(--orange-f-7941-e, #F7941E);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 10px;
}

.row.features_row .col-lg-6 {
  margin-bottom: 20px;
}

.row.features_row {
  position: relative;
  z-index: 1;
}

.row.features_row::after {
  position: absolute;
  content: '';
  width: 661px;
  height: 585px;
  text-align: center;
  background: url(../images/icon/Looper-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.surface_scans .contact_content p {
  padding-bottom: 30px;
  max-width: 978px;
  margin: auto;
  width: 100%;
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}

.aligning_content h1 {
  padding-bottom: 33px;
}

.aligning_content p {
  padding-bottom: 20px;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.aligning_content p span {
  color: var(--orange-f-7941-e, #F7941E);
  /* H2_24px_Inter/med */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pentesting_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(6.199999809265137px);
  backdrop-filter: blur(6.199999809265137px);
}

.pentesting_img {
  width: 200px;
  min-width: 200px;
  margin-right: 26px;
}

.pentesting_img img {
  width: 100%;
}

.pentesting_content h4 {
  color: var(--green-17-b-978, #17B978);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 30.8px */
  padding-bottom: 20px;
}

.pentesting_content p {
  color: #FFF;

  /* P2_18px_Inter/reg */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  padding-bottom: 20px;
}

.some_items {
  padding-top: 40px;
  padding-bottom: 40px;
}

.some_items p {
  color: var(--orange-f-7941-e, #F7941E);
  /* H2_24px_Inter/med */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Aligning_section_area {
  padding-bottom: 0px;
}


.contact_section_area.navigating_content {
  padding-top: 50px;
}

.navigating_content .contact_content p {
  max-width: 1320px;
  text-align: left;
  color: #FFF;

  /* P2_18px_Inter/reg */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.navigating_content .contact_content h1 {
  text-align: left;
}

.pricing_single_box h4 {
  color: var(--orange-f-7941-e, #F7941E);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
}

.pricing_single_box {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(6.199999809265137px);
  backdrop-filter: blur(6.199999809265137px);
  height: 100%;
  padding: 25px;
}

.pricing_row_area {
  padding-top: 20px;
  padding-bottom: 80px;
}

.pricing_row_area .col-lg-3.col-sm-6 {
  margin-bottom: 20px;
}

.pricing_single_box a {
  color: var(--white-ffffff, #FFF);
  text-align: center;
  text-shadow: 0px 4px 52px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #FF8B00;
  padding: 14px 10px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  margin-top: 15px;
}

.Flexible_Pricing_section_area {
  position: relative;
  z-index: 1;
  padding-bottom: 0px;
}

.Flexible_Pricing_section_area::after {
  position: absolute;
  content: "";
  width: 630px;
  height: 731.525px;
  background: url(../images/icon/Looper-4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 0;
  top: 208px;
  z-index: -1;
}


/* About Us Css  */
.committed_content h1 {
  padding-bottom: 30px;
}

.mission_section_area {
  padding-bottom: 60px;
}

.mission_vission_item {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.83);
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(6.199999809265137px);
  backdrop-filter: blur(6.199999809265137px);
  padding: 20px;
  height: 100%;
}

.mission_vission_item h4 {
  color: var(--orange-f-7941-e, #F7941E);
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 39.2px */
  padding-bottom: 10px;
}

.mission_section_area .container .row .col-lg-4.col-md-6 {
  margin-bottom: 20px;
}

.Certifications_Our_section {
  padding-bottom: 130px;
  padding-top: 50px;
}

.certificate_content h1 {
  padding-bottom: 28px;
}

.certificate_content {
  max-width: 856px;
  width: 100%;
  padding-bottom: 55px;
}

.team_holds_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 52px;
  -moz-column-gap: 52px;
  column-gap: 52px;
}

.team_content h4 {
  color: var(--orange-f-7941-e, #F7941E);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  padding-top: 15px;
  max-width: 209px;
  margin: auto;
}

.team_logo {
  text-align: center;
  min-height: 117px;
}

.Certifications_Our_section {
  background-image: -o-radial-gradient(50.06% 50%, 50.06% 50%, rgba(247, 148, 30, 0.35) 0%, rgba(247, 148, 30, 0.00) 100%);
  background-image: radial-gradient(50.06% 50% at 50.06% 50%, rgba(247, 148, 30, 0.35) 0%, rgba(247, 148, 30, 0.00) 100%);
}

.mobile_image {
  display: none;
}