/*------ @font-face -------*/
html {
  scroll-padding: 10px;
}
body {
  font-family: "Outfit", sans-serif;
  background-color: #ffffff;
  scroll-padding: 10px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anton";
}
section {
  overflow: hidden;
}
ul {
  color: #000;
  font-weight: 500;
}
#contact-us {
  padding-top: 50px;
}
.forpopupc {
  cursor: pointer;
}
.close img {
  width: 6%;
  position: absolute;
  right: 10px;
  background: #fff;
  padding: 8px;
  border-radius: 30px;
  top: 10px;
}
.close1 img {
  width: 6%;
  position: absolute;
  right: 10px;
  background: #fff;
  padding: 8px;
  border-radius: 30px;
  top: 10px;
}
#myVideo {
  height: 70vh;
}
#myVideo1 {
  height: 70vh;
}
.modalmain1 {
            display: none;
            /* Hidden by default */
            position: fixed;
            /* Stay in place */
            z-index: 1;
            /* Sit on top */
            padding-top: 70px;
            /* Location of the box */
            left: 0;
            top: 0;
            width: 100%;
            /* Full width */
            height: 100%;
            /* Full height */
            overflow: auto;
            /* Enable scroll if needed */
            background-color: rgb(0, 0, 0);
            /* Fallback color */
            background-color: rgba(0, 0, 0, 0.4);
            /* Black w/ opacity */
			z-index: 999;
        }

        /* Modal Content */
        .modal-content {
            position: relative;
            background-color: #fefefe;
            margin: auto;
            padding: 0;
            border: 1px solid #888;
            width: 50%;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            -webkit-animation-name: animatetop;
            -webkit-animation-duration: 0.4s;
            animation-name: animatetop;
            animation-duration: 0.4s
        }

        /* Add Animation */
        @-webkit-keyframes animatetop {
            from {
                top: -300px;
                opacity: 0
            }

            to {
                top: 0;
                opacity: 1
            }
        }

        @keyframes animatetop {
            from {
                top: -300px;
                opacity: 0
            }

            to {
                top: 0;
                opacity: 1
            }
        }

        /* The Close Button */
        .close {
            color: black;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

.bottom-right-icon{
	   display: none; /* Initially hide the icon */
   z-index: 9999; /* Ensure it's on top of other content */
}
.bottom-right-icon img {
  position: fixed;
  bottom: 65px;
  right: 14px;
  z-index:99;
}
.withinsd ul li {
  padding-bottom: 15px;
}
.stickysec-btn {
position: relative;
  left: -100px;
  top: 155px ;
}
.crossbutton button {
 position: absolute;
  right: -42px;
  top: -39px;
  z-index: 1;
  font-size: 27px;
  opacity: 1;
  background-color: #fff;
}
.custom-width{
	 max-width: 800px;
      margin: 150px auto;
}
.overflow-nne{
	overflow: unset!important;
}

.container-fluid {
  padding-left: 200px;
  padding-right: 200px;
}
/*-------- 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: 12px 0;
  transition: top 0.3s;
  background-color: #000000;
}
.site-navbar .toggle-button {
  position: absolute;
  right: 7px;
}

.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: left;
}

.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;
  font-family: "Anton";
  font-style: normal;
  text-transform: uppercase;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  background-color: #19b168;
  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 {
  position: relative;
  background-color: #fff219;
  padding: 14px 25px;
  color: #1e1e1e !important;
  margin-right: 0px;
  position: relative;
  transition: 0.3s;
  z-index: 2;
  font-size: 16px;
  letter-spacing: unset;
  font-weight: 500;
  border-radius: 0;
}
.site-navbar .site-navigation .site-menu > li img {
  position: absolute;
  top: 2.5px;
  width: 47px;
  right: -26px;
}
.site-navigation.text-right.ml-auto .nav-link.contact-s:hover {
  background-color: #9d231f;
  color: #fff !important;
}
.site-navigation.text-right.ml-auto .nav-link.contact-s:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #9d231f;
  transition: 0.5s;
  z-index: -1;
  width: 100%;
  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: #9d231f;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.m_xsee {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wqqqx {
  background-color: #fff219;
  padding: 15px 25px;
  color: #1e1e1e;
  margin-right: 0px;
  position: relative;
  transition: 0.3s;
  z-index: 2;
  font-size: 16px;
  letter-spacing: unset;
  font-weight: 500;
  border-radius: 0;
  display: block;
  width: fit-content;
  text-decoration: none;
  font-family: "Anton";
  text-transform: uppercase;
}
.wqqqx:hover {
  background-color: #1d8a56;
  color: #fff;
}
.wqqqx img {
  position: absolute;
  top: 2.5px;
  width: 47px;
  right: -26px;
}
.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: #000;
  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: #ffffff;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #fff219;
}

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

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

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

.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: 36px;
  font-family: "Anton";
}
.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 {
  position: relative;
  padding-top: 5em;
  background-color: #000;
  border-bottom-left-radius: 160px;
  height: 80vh;
  overflow: visible;
}
.banner .container-fluid {
  height: 80vh;
}
.banner .row {
  height: 80vh;
}
.banner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: #fffccc;
  z-index: -1;
}
/* .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;
} */

.top-banner {
  position: absolute;
  width: 38%;
  right: 39px;
  bottom: -9px;
  z-index: 3;
}
.Crypto {
  z-index: 2;
  position: relative;
}
.Crypto h1 {
  color: #ffffff;
  font-size: 90px;
  font-weight: 300;
  margin: 10px 0;
  text-transform: uppercase;
  font-family: "Anton";
  letter-spacing: 4px;
}
.up-cdd {
  display: flex;
  align-items: flex-start;
  padding: 30px 0px 30px 130px;
}
.up-cdd img {
  width: 40px;
  position: relative;
  right: 8px;
}
.Crypto span {
  color: #0788ff;
}
.Crypto p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 1.5em 0 2em 0;
  width: 68%;
  position: relative;
}
.texcp h2 {
  color: #ffffff;
  font-size: 90px;
  margin: 10px 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Anton";
}

.of-s {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  width: 120%;
  left: -80px;
  position: relative;
}
.mixs-x {
  flex: 0 40%;
}
.texcp {
  flex: 0 50%;
}
.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 {
  background-color: #fff219;
  padding: 17px 25px;
  color: #1e1e1e;
  margin-right: 0px;
  position: relative;
  transition: 0.3s;
  z-index: 2;
  font-size: 16px;
  letter-spacing: unset;
  font-weight: 500;
  border-radius: 0;
  display: block;
  width: fit-content;
  text-decoration: none;
  font-family: "Anton";
  text-transform: capitalize;
}
.Crypto a:hover {
  transition: 0.5s;
  color: #fff;
}
.Crypto a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #1d8a56;
  transition: 0.5s;
  z-index: -1;
  width: 0%;
}
.Crypto a:hover:after {
  right: 0;
  background: #1d8a56;
  transition: 0.5s;
  width: 100%;
}
.Crypto a strong {
  position: relative;
  font-weight: 400;
  display: flex;
  gap: 8px;
  align-items: center;
}
.Crypto a strong i {
  font-size: 22px;
}
.qzxsss img {
  position: absolute;
  right: -37px;
  bottom: -15px;
  width: 50px;
  transition: 0.5s;
}
.Crypto a:hover img {
  right: -43px;
  transition: 0.5s;
  width: 40px;
  bottom: 8px;
}
.mx-j {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*-------- banner --------*/

/*-------- about --------*/
.about {
  position: relative;
  color: #fff;
  background-color: rgb(255 242 25 / 22%);
  padding: 40px 0 70px 0;
}
.about h2 {
  color: #000044;
  font-weight: 600;
  font-size: 24px;
  margin: 10px 0 0 0;
  font-family: "Outfit";
  line-height: 34px;
}
.b_xMx img {
  width: 100%;
}
.b_xMx {
  padding: 80px 0px 0px 0;
  position: relative;
}
.about p {
  margin: 22px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 169%;
  color: #000000;
}
.withinsd span {
  color: #19b168;
}
.withinsd.qzzz {
  margin-top: -14px;
  width: 80%;
}
.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);
  }
}
.nx-px {
  position: absolute;
  bottom: -96px;
  left: -456px;
}
.capabilities {
  position: relative;
  overflow: hidden;
}

ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

ul.list li {
  float: left;
  padding-left: 20px;
}

.sub-list {
  color: white;
  font-family: Larsseit;
}

 /* Container style */
  .scroll-container {
    white-space: nowrap; /* Prevent line breaks */
    overflow: hidden; /* Hide overflow content */
    width: 100%; /* Adjust width as needed */
    position: relative; /* Required for absolute positioning of content */
      transform: rotate(356deg) translateY(0) translateX(0);
  background-color: #000;
  margin-top: 210px;
  z-index:1;
  }

  /* Individual content span */
  .scroll-item {
    display: inline-block; /* Display items in a single line */
    margin-right: 20px; /* Adjust spacing between items */
  }

  /* Style for yellow text */
  .foryellowc {
  -webkit-text-stroke: 1px #fff319;
  color: transparent;
  }

  /* Style for other color text */
  .forcolor {
    color: #19b168;
  text-transform: uppercase;
  font-family: "Anton";
  letter-spacing: 2px;
  }

  /* Style for animation */
  @keyframes scroll {
    0% { transform: translateX(0); } /* Start from left */
    100% { transform: translateX(-100%); } /* Move to left */
  }

  /* Apply animation to scroll-container */
  .scroll-container > .scroll-content {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 10s linear infinite;
    background-color: #000;
    white-space: nowrap;
    background-color: #000;
  font-size: 3em;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Anton";
  }
/*.scrollc {
  width: 100%;
  display: flex;
  margin-top: 0;
  gap: 30px;
  position: relative;
  left: -14px;  
}
.scrollc div {
  background-color: #000;
  color: #19b168;
  font-size: 4em;
  white-space: nowrap;
  text-transform: uppercase;
  animation: animate 20s linear infinite;
  /* animation-delay: -20s; */
   /*font-family: "Anton";
  letter-spacing: 2px;
}
.scrollc div span {
  -webkit-text-stroke: 1px #fff319;
  color: transparent;
}
@keyframes animate {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-50%);
  }
} 
@keyframes animate2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.scrollc.text3 {
  transform: rotate(356deg) translateY(0) translateX(0);
  background-color: #000;
  position: relative;
  margin-top: 210px;
  z-index: 1;
}*/

/*-------- about --------*/

/*-------- Services --------*/
.Services {
  position: relative;
  padding: 211px 0 50px 0;
  background-color: #ffffff;
  margin-top: -90px;
  overflow: visible;
}
.Services:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 79px;
  background-color: #fff;
  top: 19px;
  z-index: 1;
  transform: rotate(356deg);
}
.left-ser-i {
  position: absolute;
  top: -334px;
  left: -288px;
  opacity: 0.5;
}
.Services span {
  color: #19b168;
}
.Services h3 {
  color: #000000;
  font-size: 40px;
  line-height: 115.2%;
  margin-top: 6px;
  font-family: "Anton";
  text-transform: uppercase;
  width: 76%;
  margin-bottom: 34px;
}
.Services p {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #000000;
  text-align: left;
  margin-top: 18px;
  width: 87%;
}
.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;
}
.u_xs {
  position: relative;
  z-index: 2;
}
.nPsxs {
  margin-top: -16em;
  z-index: 0;
  position: relative;
}
.wsss {
  position: absolute;
  right: 96px;
  bottom: 40px;
}
.qza {
  position: relative;
  z-index: 2;
}
.u_xs .asxxz {
  border-top-left-radius: 132px;
  border-bottom-right-radius: 132px;
}
.INQUIRE-s {
  background-color: #fff219;
  padding: 17px 50px 17px 25px;
  color: #1e1e1e;
  margin-right: 0px;
  position: relative;
  transition: 0.3s;
  z-index: 2;
  font-size: 16px;
  letter-spacing: unset;
  font-weight: 500;
  border-radius: 0;
  display: block;
  width: fit-content;
  text-decoration: none;
  font-family: "Anton";
  text-transform: capitalize;
  margin-top: 40px;
  border: 0;
}
.INQUIRE-s:hover {
  transition: 0.5s;
  color: #fff;
}
.INQUIRE-s:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #1d8a56;
  transition: 0.5s;
  z-index: -1;
  width: 0%;
}
.INQUIRE-s:hover:after {
  right: 0;
  background: #1d8a56;
  transition: 0.5s;
  width: 100%;
}
.INQUIRE-s img {
  position: absolute;
  right: -13px;
  bottom: -15px;
  width: 50px;
  transition: 0.5s;
}
.INQUIRE-s:hover img {
  right: -16px;
  transition: 0.5s;
  width: 33px;
  bottom: 8px;
}

/*-------- Services --------*/

/*-------- Let --------*/
.Let {
  padding: 260px 0;
  color: #fff;
  background-image: url(../images/ssss.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
  overflow: visible;
  position: relative;
}
.Let::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
 /* background-color: #19b168;*/
  z-index: -1;
  height: 40vh;
}
.dsd {
  margin-top: -24em;
}

.let-contact {
  width: 73%;
}
.let-contact h5 {
  margin: 0;
  font-size: 44px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.let-contact p {
  font-size: 17px;
}
.xcxc {
  position: relative;
  top: 20em;
}
.INQUIRE-s.xdsss:hover img {
  right: -14px;
  transition: 0.5s;
  width: 33px;
  bottom: 11px;
}
.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;
}
.ux .qqqxxx {
  border-radius: 500px;
}
.ux {
  border: 1px solid #fff;
  border-radius: 600px;
  text-align: center;
  padding: 50px;
  width: 81%;
  position: relative;
}

.let-contact span {
  color: #fff219;
}
.ux .qzx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
}
.qqqxxx {
  transition: transform 0.3s;
}
.ux:hover .qqqxxx {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*-------- Let --------*/

/*-------- OUR VISION/MISSION --------*/
.Organization {
  background-color: #19b168;
  z-index: 1;
  position: relative;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: none;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: none;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.cybersecurity .owl-stage {
  padding-left: 0 !important;
}
.withinsd.yourss h4 {
  font-size: 68px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 20px;
  text-align: end;
  margin-top: 79px;
  opacity: 0.2;
  padding-right: 90px;
}
.cybersecurity {
  padding-left: 80px;
}
.Organization .container-fluid {
  padding-right: 0;
}
.b_xMx.dsdasa img {
  width: 85%;
}
/*-------- OUR VISION/MISSION --------*/

/*-------- Services if-you-want --------*/
.Services.if-you-want:after {
  display: none;
}
.Services.if-you-want {
  padding: 0 0 292px 0;
  overflow: visible;
  margin-bottom: 0;
  margin-top: 20px;
}
.nPsd {
  background-color: #fff219;
  padding: 70px;
  display: grid;
  justify-content: end;
  position: sticky;
  width: 84%;
  top: 0;
}
.nPsd h5 {
  font-size: 60px;
  width: 250px;
  color: #000;
  text-transform: uppercase;
}
.nPsd .adsa {
  position: absolute;
  right: -5em;
  bottom: -12em;
  width: 264px;
}
.xeveryone {
  margin: 78px 0 60px 20px;
}
/*-------- Services if-you-want --------*/

/*-------- Initial Investment --------*/

.cceexx {
  background-image: url(../images/ddddxx.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 116px 70px;
  border-top-left-radius: 224px;
  border-bottom-right-radius: 224px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.cceexx h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 70px;
  text-align: end;
}
.nkux {
  text-align: right;
  width: 62%;
}
.nkux a {
  float: right;
}
.m-Initial h5 {
  color: #fff219;
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 17px;
}
.m-Initial p {
  color: #fff;
}
.m-Initial {
  border-bottom: 1px solid rgb(255 255 255 / 13%);
  padding-bottom: 20px;
  margin-bottom: 36px;
}
.m-Initial:last-child {
  border: 0;
}
/*-------- Initial Investment --------*/

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

.contact-us {
  background-image: url(../images/asdasa.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 650px 0px 330px 0px;
  margin-top: -29em;
  position: relative;
}
.contact-us::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fffcd1;
  z-index: -1;
  height: 40vh;
}
.main-form h5 {
  color: #fff;
  text-align: left;
  font-size: 94px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.main-form img {
  width: 83px;
  position: relative;
  top: 28px;
  left: -17px;
}
.main-form {
  overflow: hidden;
  position: relative;
}
.v_s {
  position: absolute;
  top: 9px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.main-form form {
  z-index: 1;
  position: relative;
}
.main-form input {
  padding: 16px;
  color: #fff;
  width: 100%;
  margin: 0 0 14px 0;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 13px;
  background-color: #19b168;
  border: 1px solid #fff;
}
.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 */
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.main-form select:focus {
  outline: none;
}
.main-form textarea {
  height: 100px;
  padding: 16px;
  color: #fff;
  width: 100%;
  margin: 0 0 14px 0;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 13px;
  background-color: #19b168;
  border: 1px solid #fff;
}
.main-form select {
  padding: 16px;
  color: #fff;
  width: 100%;
  margin: 0 0 14px 0;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 13px;
  background-color: #19b168;
  border: 1px solid #fff;
}

.main-form button i {
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: 2px;
  left: 10px;
}
.main-form.pcsb {
  padding-left: 60px;
}
.main-form p {
  color: #ffffff;
  font-size: 17px;
  margin-top: 44px;
  font-weight: 300;
  line-height: 26px;
  width: 80%;
}

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

/*----- Frequntly Asked Questions -----*/
.journey.get.Asked {
  padding: 0px 0 0px 0;
  background-color: #fffcd1;
}
.journey.get.Asked h6 {
  text-align: left;
  color: #000000;
  font-size: 80px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.editorsa img {
  display: block;
  margin: 0 auto;
}
.accordion .accordion-item {
  border: 0;
  margin-bottom: 12px;
  background-color: transparent;
}
.accordion-button {
  font-size: 18px;
  padding: 1.3rem 1.25rem;
  font-family: "Outfit";
}
.accordion .accordion-item .accordion-header {
  margin: 0;
}
.accordion .accordion-item .accordion-header button {
  background-color: transparent;
  box-shadow: inset 0 0px 0 rgb(0 0 0 / 0);
}
.accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-body {
  background-color: #19b168;
  color: #fffbf9 !important;
  transition: 0.3s ease-in-out;
  padding: 0rem 1.25rem 1rem 1.25rem;
  border-bottom-right-radius: 13px;
}
.accordion .accordion-item .accordion-header button.accordion-button {
  background-color: #19b168;
  color: #fffbf9;
  border-top-left-radius: 13px;
  border-top-right-radius: 0;
}
.accordion .accordion-item .accordion-header button.accordion-button.collapsed {
  color: #000;
  border: 1px solid #ccc88a;
  background: #fffaac;
  border-radius: 20px;
  font-family: "Outfit";
  font-weight: 500;
  border-top-left-radius: 13px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 13px;
}
.accordion .accordion-item .accordion-body p,
.accordion .accordion-item .accordion-body ul li {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fffbf9 !important;
  text-align: left;
  width: 100%;
  line-height: 34px;
  margin: 0;
}
.accordion .accordion-item .accordion-body ul {
  padding-left: 16px;
}
.accordion .accordion-item .accordion-body ul li {
  margin-bottom: 4px;
}

/*----- Frequntly Asked Questions -----*/

/*-------- footer --------*/
footer {
  background-color: #000000;
  padding: 80px 0 30px 0;
}
footer img {
  text-align: center;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: 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: left;
  margin-top: 3em;
}
.mail-s li a {
  padding: 0;
}
.mail-s li a {
  margin: 30px 0 0 0;
  display: block;
}
.pxxx h6 {
  font-family: "Outfit";
  color: #fff;
  font-size: 18px;
}
.pxxx p {
  color: #fff;
  margin: 30px 0;
  font-weight: 200;
}
.Copyright {
  padding: 15px 0;
  margin-top: 44px;
  background-color: #000000;
  text-align: left;
}
.Copyright p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
/*-------- footer --------*/
