/*------ @font-face -------*/
html {
  scroll-padding: 10px;
}
body {
  font-family: "Epilogue", sans-serif;
  background-color: #ffffff;
  scroll-padding: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Epilogue", sans-serif;
}
section {
  overflow: hidden;
}
.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
/*-------- header --------*/
.sticky-header {
  background-color: rgb(0 2 38 / 96%);
  transform: 0.3s;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 6px 0;
  transition: top 0.3s;
  background-color: #0788ff;
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
}
.site-logo.sds {
  display: none;
}
.site-navbar .site-logo a {
  color: #89ba16;
  text-transform: lowercase;
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  text-align: end;
}

.site-navbar .site-navigation .site-menu .active {
  color: #89ba16 !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 10px;
  padding: 7px 13px;
  color: hsl(0deg 0% 100%) !important;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 300;
  font-size: 16px;
  transition: 0.3s;
  border-radius: 6px;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  background-color: #000044;
  transition: 0.3s;
}
.site-navbar .site-navigation .site-menu > li.active > a {
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  position: relative;
}
/* .site-navbar .site-navigation .site-menu > li.active > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  background-color: #00adef;
  width: 76%;
  height: 2px;
  transition: 0.3s;
} */
.site-menu.main-menu.js-clone-nav.ml-auto.d-none.d-lg-block.wdsdsd {
  text-align: end;
}
.site-menu.main-menu.js-clone-nav.ml-auto.d-none.d-lg-block.wdsdsd a {
  background-color: #00adef;
  padding: 11px 28px;
  color: #fff !important;
  text-transform: uppercase;
  margin-right: 0px;
  position: relative;
  transition: 0.3s;
  z-index: 2;
}
.site-navigation.text-right.ml-auto .nav-link.contact-s {
  background-color: #ffffff;
  padding: 14px 25px;
  color: #15140f !important;
  margin-right: 0px;
  position: relative;
  transition: 0.3s;
  z-index: 2;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: unset;
  font-weight: 500;
}
.site-navigation.text-right.ml-auto .nav-link.contact-s:hover {
  background-color: #000044;
  color: #fff !important;
}
.site-navigation.text-right.ml-auto .nav-link.contact-s:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00adef;
  transition: 0.5s;
  z-index: -1;
  width: 100%;
  border-radius: 6px;
  height: 0;
}
.site-navigation.text-right.ml-auto .nav-link.contact-s:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000044;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #89ba16;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #89ba16 !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #89ba16;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  position: relative;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  color: #727478;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 90px 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 0px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #00a9eb;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #89ba16;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #00a9eb;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 6px;
  font-size: 18px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: relative;
  top: 0;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #fff;
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(0, 0, 0, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #89ba16;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #89ba16 !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.ob_lay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 58%);
  z-index: 99;
  display: none;
}
.offcanvas-menu .ob_lay {
  display: block;
}
/*-------- header --------*/

/*-------- banner --------*/

.banner {
  height: 92vh;
  position: relative;
  margin-top: 5em;
  background-image: url(../images/female-hacker.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .container-fluid {
  height: 92vh;
}
.banner .row {
  height: 92vh;
}
.banner::after {
  content: "";
  position: absolute;
  right: 20%;
  top: 0;
  bottom: 0;
  width: 500px;
  height: 100%;
  transform: skew(330deg);
  background-color: rgb(7 136 255 / 46%);
  z-index: 1;
}
.banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 71%);
}
.top-banner {
  position: absolute;
  width: 38%;
  right: 39px;
  bottom: -9px;
  z-index: 3;
}
.Crypto {
  z-index: 2;
  position: relative;
  padding-left: 11em;
}
.Crypto h1 {
  color: #ffffff;
  font-size: 36px;
  line-height: 132.2%;
  font-weight: 700;
  margin: 10px 0;
  width: 580px;
}
.Crypto span {
  color: #0788ff;
}
.Crypto p {
  font-weight: 300;
  font-size: 18px;
  line-height: 172.5%;
  color: #dcdcdc;
  margin: 1.5em 0 2em 0;
  width: 86%;
  position: relative;
  padding-left: 26px;
}
.Crypto p:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  bottom: 18%;
  width: 6px;
  background-color: #00adef;
  height: 84%;
}
.overflow-hidden {
  overflow: hidden;
}
.drop-in {
  animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
  animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}
.Crypto a {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  width: max-content;
  padding: 15px 30px;
  margin-top: 27px;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  border-radius: 7px;
  background-color: #0788ff;
}
.Crypto a:hover {
  transition: 0.5s;
  color: #fff;
}
.Crypto a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #01357f;
  transition: 0.5s;
  z-index: -1;
  width: 0%;
  border-radius: 7px;
}
.Crypto a:hover:after {
  right: 0;
  background: #01357f;
  transition: 0.5s;
  width: 100%;
}
.Crypto a strong {
  position: relative;
  top: 2px;
  font-weight: 400;
  display: flex;
  gap: 8px;
  align-items: center;
}
.Crypto a strong i {
  font-size: 22px;
}

/*-------- banner --------*/

/*-------- about --------*/
.about {
  position: relative;
  color: #fff;
  background-color: #fff;
  padding: 100px 0;
}
.xxxxxxx {
  color: #004;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 40px;
}
.about h2 {
  color: #000044;
  font-weight: 700;
  font-size: 26px;
  line-height: 140.2%;
}
.b_xMx img {
  width: 100%;
}
.b_xMx {
  overflow: hidden;
  border-radius: 20px;
}
.about p {
  margin: 22px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 189%;
  color: #2f2f2f;
  opacity: 0.8;
}
.withinsd {
  width: 90%;
}
.withinsd span {
  color: #000;
  font-size: 18px;
}
.lock {
  position: absolute;
  left: -118px;
  right: 0;
  top: -60px;
  width: 43%;
}

.animate-reveal {
  opacity: 0;
  -webkit-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
  -moz-animation: reveal 1s ease-in 1 normal forwards;
  -o-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
  animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-first {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}

.animate-second {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animate-third {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/*-------- about --------*/

/*-------- Services --------*/
.Services {
  position: relative;
  padding: 100px 0 50px 0;
  background-color: #f7f7f7;
}
.left-ser-i {
  position: absolute;
  top: -334px;
  left: -288px;
  opacity: 0.5;
}
.Services span {
  color: #000;
  font-size: 18px;
}
.Services h3 {
  text-transform: capitalize;
  color: #15140f;
  font-weight: 800;
  font-size: 40px;
  line-height: 115.2%;
  margin-top: 6px;
}
.Services p {
  font-weight: 200;
  font-size: 18px;
  margin: auto;
  line-height: 33px;
  color: #fff;
  text-align: center;
  width: 62%;
  margin-top: 18px;
}
.security {
  transition: 0.3s;
}
.security h4 {
  font-family: "Epilogue";
  color: #15140f;
  font-weight: 600;
  margin-top: 19px;
  margin-bottom: 6px;
  font-size: 21px;
  line-height: 24px;
}
.security p {
  font-size: 15px;
  line-height: 27px;
  width: 100%;
  margin: 12px 0 0 0;
  color: #15140f;
  opacity: 1;
  text-align: left;
}
.Service .security.monitoring {
  border: 0;
}

.security.monitoring:hover h4 {
  color: #fff;
}
.security.monitoring:hover p {
  color: #fff;
}
.security img {
  width: 34px;
  height: 34px;
}
.your-accuracy {
  margin-top: 2em;
}
.clixentsss {
  margin-bottom: 22px;
}
.cmx {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.s {
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 29px;
  border-radius: 30px;
}
.cmx img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  height: auto;
}
.cmx p {
  font-weight: 400;
  margin-bottom: 30px;
}
.security.monitoring.Responsess {
  flex: 0 33.33%;
  border-radius: 0;
  border: 0;
  border-right: 1px solid rgba(7, 136, 255, 0.2);
  border-bottom: 1px solid rgba(7, 136, 255, 0.2);
  padding-bottom: 0;
  height: auto;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.security.monitoring.Responsess:hover {
  border-radius: 0;
}
.security.monitoring.Responsess:hover img {
  transition: 0.3s;
  filter: none;
}
.security.monitoring.Responsess h4 {
  font-weight: 700;
}
.security.monitoring.Responsess:nth-child(2) .incident {
  flex-direction: column-reverse;
  display: inline-flex;
  flex-wrap: wrap;
}
.security.monitoring.Responsess:nth-child(5) .incident {
  flex-direction: column-reverse;
  display: inline-flex;
  flex-wrap: wrap;
}
.security.monitoring.Responsess:last-child {
  flex: 100%;
  padding: 0;
  border: 0;
}
.security.monitoring.Responsess:last-child .incident {
  display: flex;
  align-items: center;
}
.security.monitoring.Responsess:last-child .incident .x-incident {
  flex: 50%;
  padding: 10px 80px;
}
.cmx .security.monitoring.Responsess:last-child img {
  width: 100%;
  border-radius: 0;
}
.security.monitoring.Responsess:last-child .s {
  overflow: hidden;
  margin-top: 0em;
  margin-bottom: 0px;
  border-radius: 0;
}
/*-------- Services --------*/

/*-------- Let --------*/
.Let {
  padding: 60px 200px;
  color: #fff;
  background-color: #0788ff;
}
.let-contact h5 {
  margin: 0;
  font-size: 36px;
  margin-top: 10px;
  font-weight: 700;
}
.n_x {
  display: flex;
  align-items: center;
  position: relative;
}
.n_x input {
  width: 100%;
  display: block;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 17px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
}
input:focus {
  background-color: transparent;
  outline: transparent;
}
.c_sc {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #15140f;
  padding: 15px 10px;
  z-index: 2;
  transition: 0.5s;
  border-radius: 7px;
  background-color: #ffffff;
  border: 0;
  position: absolute;
  right: -5px;
  height: 100%;
  font-weight: 500;
  width: 213px;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.c_sc:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #01357f;
  transition: 0.5s;
  z-index: -1;
  width: 0%;
}
.c_sc:hover {
  transition: 0.5s;
  color: #fff;
}
.c_sc:hover:after {
  right: 0;
  background: #01357f;
  transition: 0.5s;
  width: 100%;
}
.c_sc span {
  display: flex;
  gap: 8px;
  align-items: center;
  top: 2px;
  position: relative;
  justify-content: center;
}
.c_sc i {
  font-size: 27px;
  position: relative;
  top: -2px;
}
/*-------- Let --------*/

/*-------- OUR VISION/MISSION --------*/

.withinsd.yourss h2 {
  margin: 0;
  font-size: 36px;
  color: #15140f;
}
.withinsd.yourss span {
  font-size: 16px;
}
.about .withinsd.yourss p {
  font-weight: 400;
  font-size: 17px;
  color: #2f2f2f;
  opacity: 1;
  margin: 4px 0 0 0;
}
.xw-wz {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.security .xw-wz h4 {
  margin: 0;
  font-size: 18px;
}
.security.monitoring.xsuccess p {
  margin: 7px 0 0 0;
  width: 100%;
}
.security.monitoring.xsuccess {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #f0f0ef;
  padding: 16px 0px;
  width: 81%;
}
.cybersecurity {
  padding-left: 4em;
}
.security.monitoring.xsuccess .bounce {
  width: 78px;
  background-color: #0788ff;
}
.security.monitoring.xsuccess:hover {
  background: #ffffff;
  transition: 0.3s;
}
.security.monitoring.xsuccess:hover h4 {
  color: #15140f;
}
.security.monitoring.xsuccess:hover p {
  color: #2f2f2f;
}
.security.monitoring.xsuccess:hover img {
  transition: 0.3s;
  filter: none;
}
.your-accuracy.cccc-sss .clixentsss {
  margin: 0;
}
.security.monitoring.xsuccess .Excellence {
  flex: 0 84%;
}
/*-------- OUR VISION/MISSION --------*/

/*-------- Auditing --------*/

.Auditing {
  padding: 0px 0 0 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.Auditing .container-fluid {
  padding-right: 0;
}
.Auditing h5 {
  text-transform: capitalize;
  color: #000044;
  font-weight: 800;
  font-size: 56px;
  line-height: 115.2%;
}
.Auditing p {
  margin: 22px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 189%;
  color: #2f2f2f;
  opacity: 0.8;
  width: 90%;
}

.security.monitoring {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 17px;
  display: flex;
  height: 100%;
  transition: 0.3s;
  border: 1px solid rgba(180, 178, 173, 0.2);
}
.security.monitoring:hover {
  background: #0788ff;
  border-radius: 14px;
  transition: 0.3s;
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 1s infinite alternate;
  -o-animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
  animation: bounce 1s infinite alternate;
  background: rgba(180, 178, 173, 0.1);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.security.monitoring:hover img {
  transition: 0.3s;
  filter: brightness(0) saturate(100%) invert(71%) sepia(59%) saturate(5874%)
    hue-rotate(161deg) brightness(96%) contrast(102%);
}
.security:hover .bounce {
  background-color: #ffffff;
  transition: 0.3s;
}
.fa-twitter {
  color: #027bdd;
  font-size: 3em;
  margin: 20px;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}
@-o-keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}
@-ms-keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.left-ser-i.threats {
  right: -288px;
  left: auto;
  bottom: -45px;
  top: auto;
}
.left-ser-i img {
  animation: circle 35s linear infinite;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*-------- Auditing --------*/

/*-------- Contact Us --------*/

.contact-us {
  padding: 20px 0 80px 0;
  background-color: #fff;
}
.contact-us h5 {
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 41px;
  line-height: 115.2%;
  margin-bottom: 26px;
}
.main-form {
  width: 100%;
  margin: 0 auto;
  background-color: #0c1117;
  padding: 130px 90px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.v_s {
  position: absolute;
  top: 9px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.main-form form {
  width: 700px;
  float: right;
  z-index: 1;
  position: relative;
}
.main-form input {
  background-color: #595c66;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding: 16px;
  color: #fff;
  width: 100%;
  margin: 0 0 14px 0;
  border-radius: 9px;
}
.main-form input:focus {
  outline: none;
}
.main-form textarea:focus {
  outline: none;
}
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-weight: 400;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 400;
}
input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-weight: 400;
}

textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-weight: 400;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 400;
}
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-weight: 400;
}
.main-form textarea {
  background-color: #595c66;
  padding: 16px;
  width: 100%;
  height: 134px;
  color: #fff;
  border: 0;
  border-radius: 10px;
}
.main-form button {
  background-color: #0788ff;
  padding: 14px 12px;
  color: #fff !important;
  margin-right: 0px;
  position: relative;
  transition: 0.3s;
  z-index: 2;
  border-radius: 6px;
  font-size: 18px;
  width: 143px;
  margin-top: 2em;
  border: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.main-form button:hover {
  background-color: transparent;
}
.main-form button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00adef;
  transition: 0.5s;
  z-index: -1;
  width: 100%;
  border-radius: 5px;
  height: 0;
}
.main-form button:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000024;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.main-form button span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main-form button i {
  font-size: 24px;
  line-height: 0;
}
.main-form button span strong {
  font-weight: 500;
  position: relative;
  top: 1px;
}
/*-------- Contact Us --------*/

/*-------- footer --------*/
footer {
  background-color: #15140f;
  padding: 44px 0 0 0;
}
footer img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  margin-right: 40px;
  transition: 0.3s;
}
footer ul li a:hover {
  color: #00adef;
}
.CONT-sACTs span {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
}
.mail-s {
  text-align: end;
}
.mail-s li a {
  padding: 0;
}
.mail-s li a {
  margin: 4px 0 0 0;
  font-weight: 500;
  display: block;
}
.Copyright {
  padding: 15px 0;
  border-top: 0px solid #333a4a;
  margin-top: 44px;
  background-color: #232323;
}
.Copyright p {
  margin: 0;
  color: #fff;
  font-weight: 200;
  font-size: 12px;
  text-align: center;
}
.Copyright ul {
  float: right;
}
.Copyright li a {
  margin: 0 0 0 12px !important;
  color: #00adef;
}
/*-------- footer --------*/
