@import url(https://web.archive.org/web/20240721201557cs_/https://fonts.googleapis.com/css?family=Playfair+Display:700|Roboto:400);
.paragraph,
body,
p {
    color: cyan important!;
    font-size: 15px;
    font-family: Roboto, sans-serif;
}
#l3,
#l4 {
    top: 200px;
}
#l7,
#l9 {
    bottom: 100px;
}
.hover-content,
.icon-bg,
.slick-dots {
    text-align: center;
}
body {
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    background-color: black;
    overflow-x: hidden;
}
a {
  color: cyan important!;
  text-decoration: none;
  background-color: transparent;
}

.paragraph,
p {
    font-weight: 400;
    line-height: 1.8;
}
.btn,
.content strong,
.nav-hidden {
  display: none;
}

.navbar .nav-item .nav-link,
    font-size: 22px;

.section-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
}
    font-size: 32px;

.h4,
.paragraph-lg,
h4,
p-lg {
    font-size: 24px;
}
h1,
h2,

h3,
h4,
h5,
h6 {
color: cyan;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 80px;
}
.h2,
h2 {
    font-size: 60px;
}
.h3,
h3 {
    font-size: 40px;
}
.h5,
h5 {
    font-size: 18px;
}
.h6,
h6 {
    font-size: 14px;
}
.btn {
    font-size: 22px;
    text-transform: capitalize;
    padding: 16px 44px;
    border-radius: 5px;
    font-weight: 600;
    border: 0;
    position: relative;
    z-index: 1;
    transition: 0.2s;
}
.active-bg-primary,
.hover-bg-primary,
.navigation {
    transition: 1.3s;
}
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.btn:active {
    box-shadow: none;
}
.btn-sm {
    font-size: 15px;
    padding: 10px 30px;
}
.btn-xs {
    padding: 5px 10px;
    font-size: 15px;
}
.btn-primary {
    background: cyan;
}
.btn-primary {
  background-color: purple;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;

}

.btn-primary:hover {
  background-color: cyan;
}

.shadow-down {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
}
.btn-primary.active,
.btn-primary.focus {
    background: cyan !important;
    box-shadow: none !important;
}
.btn-transparent {
    background: 0 0;
    color: cyan;
    font-weight: 700;
}
.btn-transparent:active,
.btn-transparent:hover

a:hover {
    color: cyan important!;
}
::-moz-selection {
    background: #542cb7;
    color: #fff;
}
::selection {
    color: purple;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-area,
.hero-area h1,
.overlay,
.shadow-down {
    position: relative;
    color: cyan important!;

}
.layer,
.zindex-1 {
    z-index: 1;
}
ol,
ul {
    list-style-type: none;
    margin: 0;
}
img {
    vertical-align: middle;
    border: 0;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
a,
button,
select {
    cursor: pointer;
    transition: 0.2s;
}
.slick-slide,
a:focus,
button:focus,
select:focus {
    outline: 0;
}
.text-primary,
a.text-dark:hover {
    color: #41228e !important;
}
.section {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.h1-main {
  font-size: 3.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: fade-in 1s ease-in-out;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  max-width: 100%; 
  margin: 0 auto; 
}
  .unique-features.white-bg {
    background-color: #fff;
    color: #333;
  }

  .unique-features.dark-white-bg {
    background-color: #f9f9f9;
    color: #333;
  }

  .vulnTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  .vulnTable td {
    padding: 10px;
    border: 1px solid #ccc;
  }

  .vulnTable img {
    width: 200px;
  }

  .vulnDetails {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }

  .vulnDetails td {
    padding: 10px;
    border: 1px solid #07506e;
    color: #333;
  }

  .vulnDetails b {
    color: #07506e;
  }

  .vulnDetails span.fa {
    font-size: 18px;
    margin-right: 5px;
  }

  .colored-line {
    border-top: 3px solid #07506e;
  }

  .dark-text {
    color: #00FFFF !important;
  }

  .dark-text strong {
    color: #07506e;
  }

  p {
    font-size: 16px;
    line-height: 1.6;
  }

  a {
    color: #07506e;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  .cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #07506e;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    z-index: 9999;
    display: none;
  }

  .cd-top:hover {
    background: #0a7dbd;
  }

.section-title {
    margin-bottom: 80px;
}
.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}
.outline-0 {
    outline: 0 !important;
}
.d-unset {
    display: unset !important;
}
.bg-primary {
  background: linear-gradient(135deg,purple 0,#7d3ec7 50%,#3a6fbb 85%,#0ff 100%);
}
.bg-gray {
    background: #eaeaea !important;
}
.text-color {
    color: #4c4c4c;
}
.text-dark {
    color: darkgray !important;
}
.text-light {
    color: #999 !important;
    text-align: center !important:
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.rounded-lg {
    border-radius: 15px;
}
.hover-wrapper,
.overflow-hidden {
    overflow: hidden;
}
.font-secondary,
.font-tertiary {
    font-family: "Playfair Display", serif !important;
}
.shadow {
    box-shadow: 0 18px 39.1px 6.9px rgba(224, 241, 255, 0.34) !important;
}
.bg-dark {
    background-repeat: no-repeat;
    background-size: cover;
background-color: black;
}

.icon {
    font-size: 45px;
}
.icon-bg {
    height: 100px;
    width: 100px;
    line-height: 100px;
}
.icon-light {
    color: #c8d5ef;
}
.slick-dots {
    padding-left: 0;
}
.slick-dots li {
    display: inline-block;
    margin: 2px;
}
.slick-dots li.slick-active button {
    background: #fff;
    width: 25px;
}
.slick-dots li button {
    height: 6px;
    width: 12px;
    background: rgba(255, 255, 255, 0.5);
    color: transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s;
    border: 0;
}
.form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #c7c7c7;
    height: 60px;
}
.form-control:focus {
    border-color: #41228e;
    outline: 0;
    box-shadow: none !important;
}
textarea.form-control {
    height: 120px;
}
.card,
.card-footer,
.card-header {
    border: 0;
}
.navigation {
    padding: 20px 20px;
    font-size: 1em;
}
.nav-bg {
    background-color: #000;
    transition: background-color 2.8s ease; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.navigation.nav-bg {
    background-image: linear-gradient(135deg, rgba(128,0,128,0.8) 0%, rgba(125,62,199,0.8) 50%, rgba(58,111,187,0.8) 85%, rgba(0,255,255,0.8) 100%);
    padding: 10px 40px;
	animation: fade-in 1s ease-in-out;
}

.navbar .nav-item .nav-link {
    font-size: 0.9em;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    transition: all 1.7s ease;
}

.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:focus {
    color: #ffffff;
    background: rgba(0,0,0,0.2);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}

.scroll-down-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  background-color: #007bff;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.scroll-down-btn a {
  color: #fff;
  text-decoration: none;
}

.scroll-down-btn:hover {
  background-color: #0056b3;
}

.filter-controls li.active,
.navbar .nav-item.active {
    font-weight: 700;
}
.active-bg-primary,
.hover-bg-primary:hover,
.navbar-dark .navbar-nav .nav-link {
    color: cyan;
}
.hero-area {
    padding: 300px 0 200px;
    background-size: cover;
    background-position: center;
}
.hero-area h1 { 
    color: cyan important!;
}

.layer,
.layer-bg {
    position: absolute;
}

@media (max-width: 767px) {
    .hero-area {
        padding: 250px 0 150px
        overflow: hidden;
    }
    #myearth {
        padding: 250px 0 150px
        overflow: hidden;
    }
}

.hero-area h1 {
    z-index: 2;
}

.layer-bg {
    bottom: 0;
    left: 0;
}
.progress-wrapper {
    height: 130px;
    overflow: hidden;
}
.hover-overlay,
.wave {
    height: 100%;
    position: absolute;
}
.wave {
    width: 100%;
}
.wave::after,
.wave::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    bottom: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 45%;
    transform: translateX(-50%) rotate(0);
    animation: 6s linear infinite rotate;
    z-index: 10;
}
.wave::after {
    border-radius: 47%;
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateX(-50%) rotate(0);
    animation: 10s linear -5s infinite rotate;
    z-index: 20;
}
.active-bg-primary,
.hover-bg-primary:hover {
    background: #41228e;
}
@keyframes rotate {
    50% {
        transform: translateX(-50%) rotate(180deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}
.edu-bg-image {
    position: absolute;
    left: 0;
    top: -300px;
    z-index: -1;
}
.hover-shadow {
    transition: 0.2s;
}
.hover-shadow:hover {
    box-shadow: 0 18px 40px 8px rgba(224, 241, 255, 0.54) !important;
}
.hover-wrapper img {
    transition: 0.3s;
    transform: scale(1.1);
}
.hover-wrapper:hover img {
    transform: scale(1);
}
.hover-wrapper:hover .hover-overlay {
    opacity: 1;
    visibility: visible;
}
.hover-overlay {
    width: 100%;
    border-radius: inherit;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.hover-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.testimonial-content strong {
    color: #2bfdff;
    font-weight: 400;
}
.container2 {
    padding-top: 250px;
	justify-content: center;
background-color: black;

}
.page-title .container,
.page-title-alt .container,
.testimonial-bg-shapes .container {
    position: relative;
    z-index: 1;
}
.testimonial-bg-shapes .bg-map {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.testimonial-bg-shapes .bg-shape-1 {
    position: absolute;
    left: 100px;
    top: -50px;
}
.testimonial-bg-shapes .bg-shape-2 {
    position: absolute;
    right: 150px;
    top: 50px;
}
.testimonial-bg-shapes .bg-shape-3 {
    position: absolute;
    right: 50px;
    top: 200px;
}
.testimonial-bg-shapes .bg-shape-4 {
    position: absolute;
    left: 100px;
    bottom: 200px;
}
.page-title-alt .bg-shape-1,
.shadow-down::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}
.testimonial-bg-shapes .bg-shape-5 {
    position: absolute;
    right: 200px;
    bottom: -50px;
}
.footer {
	    background-image: linear-gradient(135deg, rgba(128,0,128,0.8) 0%, rgba(125,62,199,0.8) 50%, rgba(58,111,187,0.8) 85%, rgba(0,255,255,0.8) 100%);
    color: rgba(255,255,255,0.7);
    padding: 5px 10px;
    margin-bottom: 10px;
  text-align: center;
    margin-top: 10px;

    transition: all 0.3s ease;
}
.footer-section {
    padding-top: 300px;
    background-image: linear-gradient(135deg, rgba(128,0,128,0.8) 0%, rgba(125,62,199,0.8) 50%, rgba(58,111,187,0.8) 85%, rgba(0,255,255,0.8) 100%);
    color: #ffffff;
}
.footer-section .section {
    padding: 20px 60px;
}

.footer-section h5 {
    color: #ffffff;
}

.footer-section .paragraph-lg {
    color: rgba(255,255,255,0.7);
    background: rgba(0,0,0,0.1);
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.footer-section a {
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}

.footer-section .paragraph-lg:hover, .footer-section a:hover {
    color: #ffffff;
    background: rgba(0,0,0,0.2);
}
.section-on-footer {
    margin-bottom: -250px;
	background-color: black;

}

.section-title {
  font-size: 24px;
  font-weight: bold;
  color: cyan;
  margin-bottom: 40px;
}

.bg-white {
  background-color: #ffffff;
}

.rounded {
  border-radius: 5px;
}

.text-center {
  text-align: center;
}

.p-5 {
  padding: 20px;
}

.mb-4 {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.shadow-down {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.shadow-down::before {
    content: "";
    box-shadow: 0 0 80.75px 14.25px rgba(224, 241, 255, 0.34);
    width: 100%;
    z-index: -1;
}
.card-lg {
    flex-direction: row-reverse;
    align-items: center;
}
blockquote {
    display: inline-block;
    padding: 20px 25px;
    background: #eaeaea;
    border-left: 3px solid #41228e;
    font-style: italic;
    font-size: 22px;
    line-height: 1.7;
}
.content * {
    margin-bottom: 20px;
}
.content strong {
    font-size: 22px;
    font-weight: 400;
    color: #00FFFF;
    display: inherit;
    line-height: 1.5;
}
.page-title-alt {
    padding: 350px 0 70px;
}
.border-thick {
    border: 10px solid;
}
.drag-lg-top {
    margin-top: -230px;
}
@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 40px;
      max-width: 100%; 
  margin: 0 auto; 
    }
    .h2,
    h2 {
        font-size: 50px;
      max-width: 100%; 
  margin: 0 auto; 
    }
    .navigation.nav-bg {
        padding: 15px 20px;
    animation: fade-in 1s ease-in-out;
    }
    .navigation {
    padding: 20px;
    background: #41228e;
    position: relative;
    z-index: 2;
    }
    .card-lg {
        flex-direction: column;
    }
    .drag-lg-top {
        margin-top: 0;
    }
}
.filter-controls li {
    cursor: pointer;
}
::-webkit-scrollbar {
    width: 14px;
    background-image: linear-gradient(to right, purple, #7d3ec7, #3a6fbb, cyan);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: silver;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-image: linear-gradient(to right, purple, #7d3ec7, #3a6fbb, cyan);
}

#myearth {
    width: 100%;
    height: calc(100vh - 44px);
    padding-top: 44px;
    max-height: 20px
    overflow: hidden;
    background-image: url('https://web.archive.org/web/20240721201557im_/https://www.realinfosec.net/wp-content/uploads/2023/03/cyber-security-1805246_1280_1_0-1-768x432.png');
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: opacity 1.5s ease-in;
  	max-width: 100%; 
  	margin: 0 auto; 
}

#myearth.earth-ready {
	opacity: 1;
}

#myearth::before {
	content: none;
}

#glow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 100vh;
	height: 100vh;
	max-height: 100vw;
	transform: translate(-50%, -50%);
	background: radial-gradient(ellipse at center, rgba(0,156,255,0.05) 25%,rgba(0,156,255,0.15) 53%,rgba(0,156,255,0.05) 56%,rgba(0,156,255,0) 70%);
	z-index: 200;
	pointer-events: none;
}

.content {
  height: 1500px;
}

#downButtonx {
  padding: 10px 20px;
  background-color: #00FFFF;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 767px) {
  #downButtonx {
    display: block;
  }
}
/*
     FILE ARCHIVED ON 20:15:57 Jul 21, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:59:14 May 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.711
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.015
  esindex: 0.016
  cdx.remote: 12.064
  LoadShardBlock: 219.917 (3)
  PetaboxLoader3.datanode: 243.112 (5)
  load_resource: 555.642
  PetaboxLoader3.resolve: 394.617
  loaddict: 82.306
*/