.clrprimary {
  color: #110f4d;
}

.clrD9D9D9 {
  color: #d9d9d9;
}

.clr707070 {
  color: #707070;
}

.text-48 {
  font-size: 48px;
}

.text-35 {
  font-size: 35px;
}

.text-24 {
  font-size: 24px;
}

.text-20 {
  font-size: 20px;
}

.text-18 {
  font-size: 18px;
}

.text-32 {
  font-size: 32px;
}

.text-36 {
  font-size: 36px;
}

.text-40 {
  font-size: 40px;
}

.text-16 {
  font-size: 16px;
}

.fnt300 {
  font-weight: 300;
}

.fnt400 {
  font-weight: 400;
}

.fnt500 {
  font-weight: 500;
}

.fnt600 {
  font-weight: 600;
}

.fnt700 {
  font-weight: 700;
}

.text-liner {
  background: linear-gradient(90deg, #29ff12 0%, #10dbff 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.mt-64 {
  margin-top: 64px;
}

.clr2C2E31 {
  color: #2c2e31;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: #2c2e31;
  font-size: 15px;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.my-140 {
  margin: 140px 0px;
}

.mt-50 {
  margin-top: 50px;
}

.not_index header {
  background: #110f4d;
}

header {
  position: absolute;
  width: 100%;
  z-index: 2;
  background: linear-gradient(180deg, #110f4d 15%, rgba(17, 15, 77, 0) 100%);
}

.main_navigation.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #110f4d;
}

.not_index .main_navigation {
  transition: none;
}

.top_strip {
  padding: 20px 0px;
  border-image: linear-gradient(90deg, #29ff12 0%, #10dbff 100%) 1;
  border-bottom: 1px solid;
}

.btn-click {
  padding: 5px 9px;
  border-radius: 5px;
  background: #fff;
  color: #110f4d;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  transition: all;
}

.btn-click:hover {
  background: linear-gradient(90deg, #25dc16 0%, #10dbff 100%);
}

.home_hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  min-height: 1080px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner_img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.social_icon a img {
  transition: all 0.5s;
}

.social_icon a .hover {
  display: none;
}

.social_icon a:hover .hover {
  display: inline;
}

.social_icon a:hover .main {
  display: none;
}

.main_navigation {
  padding: 20px 0px;
  transition: all 0.5s;
}

.home_hero h1 {
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

.animated-btn {
  position: relative;

  padding: 15px 16px;
  font-size: 16px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  min-width: 220px;
  font-weight: 700;
  overflow: hidden;
  transition: color 0.4s, border-color 0.4s;
}

.animated-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #25dc16 0%, #10dbff 100%);
  z-index: -1;
  transition: transform 0.4s;
  transform: scaleX(0);
  transform-origin: left;
}

.animated-btn:hover {
  color: #fff;
}

.animated-btn:hover::before {
  transform: scaleX(1);
}

.scroll-down-animation {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;

  display: flex;
  justify-content: center;
}

.scroll-down-animation button {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  gap: 16px;
  justify-content: center;
}

.mouse {
  margin: 0 auto;
  display: block;
  background-image: url(../image/mouse.svg);
  height: 54px;
  width: 34px;
  position: relative;
  overflow: hidden;
}

.move {
  position: absolute;

  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, 40px);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 50px);
    opacity: 0;
  }
}

.nav-link {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 2px solid transparent;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 0px;
}

.services_box a {
  border-radius: 10px;
  border: 1px solid #1050ff;
  padding: 30px 40px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: #2c2e31;
  gap: 40px;
  height: 100%;

  position: relative;
}

.last_services_box a {
  justify-content: center;
  align-items: center;
}

.last_services_box a .animated-btn {
  background: linear-gradient(90deg, #25dc16 0%, #10dbff 100%);
}

.last_services_box a:hover .animated-btn {
  background: transparent;
  border: transparent;
}

.services_box a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #25dc16 0%, #10dbff 100%);
  z-index: -1;
  transition: transform 0.4s;
  transform: scaleY(0);
  transform-origin: left;
  border-radius: 10px;
}

.services_box a:hover:before {
  transform: scaleY(1);
}

.services_box a:hover {
  border-color: transparent;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.services_box a:hover .clrprimary {
  color: #fff;
}

.services_box a .read_more_box_btn:hover .clrprimary {
  text-decoration: underline;
}

.services_box a:hover h3 {
  color: #fff;
}

.services_box a:hover .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(332deg) brightness(101%) contrast(104%);
}

.services_box a:hover .d-none {
  display: block !important;
}

.services_box a:hover .d-block {
  display: none !important;
}

.services_box a h3 {
  color: #110f4d;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.services_box a .icon {
  margin: 34px 0px;
}

.chalangees {
  background-image: url(../image/chanlanages_back.jpg);
  background-repeat: no-repeat;
  padding: 100px 0px;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.chalangees h2 {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.chalanges_main {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.chnagesnes_box {
  padding: 50px;
  border-radius: 10px;
  border: 1px solid #1050ff;
  min-height: 410px;
  background: #030146;
  position: sticky;
  top: 200px;

  z-index: 1;
}

.chnagesnes_box .box_arrow {
  position: absolute;
  bottom: 50px;
  width: 64px;
  height: 64px;
  border-radius: 5px;
  border: 1px solid #1050ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 50px;
  transition: all 0.3s;
}

a.chnagesnes_box:hover .box_arrow {
  background-color: #fff;
  border-color: #fff;
}

.why_sec {
  padding: 60px;
  max-width: 670px;
}

.border-right {
  border-right: 1px solid #d9d9d9;
}

.partner_sec {
  background: linear-gradient(76deg, #110f4d 39.79%, #2823b3 100%);
  padding: 240px 0px;
}

.partner_box {
  border-radius: 5px;
  background: #fff;
  width: 210px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner_box img {
  width: auto !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 35px;
}

.owl-dot {
  width: 12px;
  height: 12px;
  background: #1050ff !important;
  border-radius: 100%;
}

.owl-dot.active {
  background: linear-gradient(180deg, #29ff12 0%, #10dbff 100%) !important;
}

.attack_box {
  border-radius: 15px;
  background: #f6f6f6;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 50px;
}

.btn-explore {
  border-radius: 5px;
  border: 0.5px solid #1050ff;
  padding: 0px;
  font-weight: 500;
  height: 50px;
  color: #110f4d;

  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}

.btn-explore span {
  margin-left: 24px;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0.5px solid #1050ff;
}

.btn-explore span img {
  width: 12px;
}

.btn-explore:hover {
  background: #110f4d;
  color: #fff;
}

.attack_data {
  padding-top: 35px;
  margin-top: 35px;
  border-image: linear-gradient(90deg, #29ff12 0%, #10dbff 100%) 1;
  border-top: 1px solid;
  display: flex;
  gap: 50px;
}

.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}

.ftr-grad {
  width: 100px;
  height: 1px;
  z-index: 1;
  position: absolute;
  top: 0px;
  background: linear-gradient(90deg, #29ff12 0%, #10dbff 100%);
  animation: move1 4s linear infinite;
}

.hor-sep {
  background: #7b7aa3;
  height: 1px;
}

@keyframes move1 {
  0% {
    left: -10%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -10%;
  }
}

footer {
  background: -webkit-linear-gradient(
    top,
    #fff,
    #fff 30%,
    #110f4d 30%,
    #110f4d
  );
}

.footer_links a {
  color: #d9d9d9;
  text-decoration: none;
}

.footer_links li:not(:last-child) {
  margin-bottom: 10px;
}

.effor_footer {
  margin-top: 64px;
  padding: 40px 0px;
  border-top: 1px solid #7b7aa3;
  border-bottom: 1px solid #7b7aa3;
}

.effor_footer .btn-explore {
  border: 0.5px solid #d9d9d9;
  color: #fff;
}

.effor_footer .btn-explore span {
  border-left: 0.5px solid #d9d9d9;
}

.effor_footer .btn-explore:hover {
  background-color: #fff;
  color: #110f4d;
}

.inner_top .btn-explore {
  border: 0.5px solid #d9d9d9;
}

.inner_top .btn-explore span {
  border-left: 0.5px solid #d9d9d9;
}

.inner_top .btn-explore:hover {
  background-color: #110f4d;
  color: #fff;
}

.copy_right {
  padding: 25px 0px;
}

.copy_right ul li a {
  color: #d9d9d9;
  text-decoration: none;
}

.copy_right ul li:not(:last-child):after {
  content: "|";
  color: #d9d9d9;
  margin-left: 5px;
}

.burger_menu {
  background-image: url(../image/burger_back.jpg);
  background-size: cover;
  background-position: bottom;
  padding-top: 90px;
  position: fixed;
  width: 100%;
  z-index: 3;
  transition: all 0.5s;
  transform: translateY(-100%);
  height: 100%;
  overflow: auto;
}

.burger_menu.open {
  transform: translateY(0%);
}

.menu_list_burger a {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.menu_list_burger a:hover {
  background: linear-gradient(90deg, #29ff12 0%, #10dbff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-image: linear-gradient(90deg, #29ff12 0%, #10dbff 100%) 1;
  border-bottom: 1px solid;
}

.footer_burger {
  border-image: linear-gradient(90deg, #29ff12 0%, #10dbff 100%) 1;
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin-top: 45px;
  padding: 45px 0px;
}

.copy_last_burger {
  padding-bottom: 90px;
}

.burger_close {
  right: 50px;
  top: 50px;
}

.header_fixw_data {
  padding-top: 184px;
}

.h-500 {
  height: 500px;
}

.support_box {
  border-radius: 10px;
  background: #1050ff;
  color: #fff;
  padding: 55px 100px;
}

.support_box_inner {
  padding: 35px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  background: #110f4d;
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  min-height: 285px;
}

.support_box_inner .inner_content {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: radial-gradient(50% 50% at 50% 50%, #fff 0%, #f6f6f6 100%);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
}

.support_box_inner:hover .inner_content {
  opacity: 1;
}

.call_to_manage {
  background: radial-gradient(50% 50% at 50% 50%, #fff 0%, #f6f6f6 100%);
  padding: 30px 0px;
}

.checkmark_data {
  height: 150px;
  position: relative;
}

.checkmark_data:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: 12px;
  z-index: -1;
}

.pt-140 {
  padding-top: 140px;
}

.checkmark_data_content {
  padding-left: 10px;
}

.right_img_content {
  width: 100%;

  height: 500px;

  position: sticky;

  top: calc(50% - 250px);
}

/*.right_img_content img:first-child {

    position: absolute;



    opacity: 1;

    visibility: visible;

}

*/

.right_img_content img {
  position: absolute;

  width: 100%;

  opacity: 0;

  transition: all 0.5s;
}
.right_img_content img.active {
  opacity: 1;
}

.accordion-button {
  font-weight: 600;
  color: #110f4d;
  font-size: 20px;
  padding: 30px 35px;
  background-color: transparent;
  gap: 20px;
}

.accordion-button::after {
  background-image: url(../image/acc_after.svg);
  width: 11px;
  height: 16px;
  background-size: auto;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../image/acc_after_clr.svg);
  transform: rotate(90deg);
}

.accordion-item {
  border-radius: 5px;
  background: #f6f6f6;
  border: 0px;
  margin-bottom: 35px;
}

.accordion {
  display: flex;
  flex-direction: column;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #1050ff;

  box-shadow: none;
}

.accordion-body {
  padding: 30px 35px;
  padding-top: 0px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body p:last-child {
  margin: 0px;
}

.dropdown-menu {
  background: transparent;
  border: 0px;
  padding: 0px;
  margin: 0px;
  padding-top: 30px;
}

.dropdown-menu .dropdown-menu-inner {
  border-radius: 10px;
  border: 1px solid #29ff12;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(2px);
  padding: 0px;
  width: 250px;
  margin: 0px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  list-style-type: none;
  padding: 30px 0px;
}

.dropdown-menu-sub {
  border-radius: 10px;
  border: 1px solid #29ff12;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(2px);
  padding: 0px;
  width: 250px;
  margin: 0px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  list-style-type: none;
  display: none;
  left: 100%;
  position: absolute;
  top: 0px;
}

.dropdown-menu-sub.show {
  display: block;
}

.dropdown-item span {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  height: 45px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  color: #110f4d;
  font-size: 15px;
  white-space: normal;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: transparent;
}

.dropdown-item:focus span,
.dropdown-item:hover span {
  background: #110f4d;
  color: #fff;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
  border-image: linear-gradient(90deg, #29ff12 0%, #10dbff 100%) 1;
  border-bottom: 2px solid;
}

.navbar-expand-lg .navbar-nav {
  gap: 44px;
}

.navbar-nav .dropdown.show .nav-link {
  color: #fff;
  border-image: linear-gradient(90deg, #29ff12 0%, #10dbff 100%) 1;
  border-bottom: 2px solid;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  color: #122573;
  background: none;
  font-size: 50px;
  padding: 0;
  display: none;
  line-height: 1;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 500;
  border: 0px;
}

.get_form {
  background-image: url(../image/formback.jpg);
  background-size: cover;
  padding: 140px 0px;
}

.nav-pills {
  gap: 80px;
}

.nav-pills .nav-link {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  border: 0px;
  color: #1050ff;

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}

.nav-pills .nav-link:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 55px;
}

.nav-pills .nav-item:last-child .nav-link:after {
  display: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-image: url(../image/tab_back.svg);
  background-color: transparent;
}

.nav-pills .nav-link.active span,
.nav-pills .show > .nav-link span {
  display: none;
}

.nav-pills .nav-link.completed {
  background-image: url(../image/tab_back.svg);
  background-color: transparent;
}

.nav-pills .nav-link.completed span {
  display: none;
}

.custome_radio {
  cursor: pointer;
  width: 100%;
}

.custome_radio span {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #fff;
  color: #110f4d;

  font-weight: 600;
}

.custome_radio input {
  position: absolute;
  top: -20px;
}

.custome_radio input:checked + span {
  background: linear-gradient(90deg, #29ff12 0%, #10dbff 100%);
}

.radio_group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 20px;
}

.bt-next {
  padding: 12px 15px;
  border-radius: 5px;
  background: linear-gradient(90deg, #29ff12 0%, #10dbff 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid transparent;
  min-width: 140px;
}

.bt-next:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.bt-prev {
  padding: 12px 15px;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #fff;
  min-width: 140px;
}

.bt-prev:hover {
  background: linear-gradient(90deg, #29ff12 0%, #10dbff 100%);
  border: 1px solid transparent;
  color: #fff;
}

.checkbox [type="checkbox"]:checked + label,
.checkbox [type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  min-width: auto;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  padding-right: 0px;
  padding-left: 45px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
  line-height: 25px;
}

.checkbox [type="checkbox"]:checked,
.checkbox [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkbox [type="checkbox"]:checked + label:before,
.checkbox [type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: #fff;
  left: 0px;
}

.checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.checkbox [type="checkbox"]:checked + label:after,
.checkbox [type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../image/chectick.svg);
  position: absolute;
  top: 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 5px;
  background-repeat: no-repeat;
}

.form-control {
  border-radius: 5px;
  border: 1px solid #d9d9d9;

  background: #fff;
  font-weight: 600;
  color: #110f4d;

  padding: 12px 30px;
}

.form-control::placeholder {
  color: #110f4d;

  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #110f4d;
}

.form-control:focus {
  color: #110f4d;
  border: 1px solid #d9d9d9;
  box-shadow: none;
}

.herovideo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(17, 15, 77, 0.7);
}

.contact_top {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url(../image/contact_top_back.jpg);
  background-size: cover;
}

.text-64 {
  font-size: 64px;
}

.border-clrD9D9D9 {
  border-color: #d9d9d9;
}

.first_check_data {
  max-width: 225px;
}

.reach_form {
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  padding: 50px 70px;
}

.reach_form label {
  color: #000;
  margin-bottom: 13px;
  display: block;
}

.reach_form label span {
  color: #f00;
}

.selectbox select {
  background-image: url(../image/select_back.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 21px;
}

.reach_form .btn-explore span {
  border-left: 0.5px solid #d9d9d9;
}

.reach_form .btn-explore {
  border: 0.5px solid #fff;
  background-color: #fff;
  padding-left: 25px;
}

.reach_form .btn-explore:hover {
  background-color: #110f4d;
}

.googlmap {
  margin-bottom: 140px;
}

.googlmap iframe {
  height: 500px;
}

.social-footer a {
  font-size: 15px;
  color: #fff;
  overflow: visible;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  /* transition: color .2s ease; */
  margin: 0;
  display: inline-block;
}

.social-footer .fa-stack {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-footer .fa-circle {
  top: 0;
  left: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.social-footer a:hover .fa-circle {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
  visibility: visible;
  color: #25db16;
}

.social-footer a span.fa-stack > i + i {
  color: #3c4a5f;
  position: relative;
  z-index: 1;
}

.social-footer a:hover span.fa-stack > i + i {
  color: #fff;
}

.fa-stack-2x {
  font-size: 24px !important;
}

.about_top {
  padding: 158px 0px;
}

.founder_box {
  border-radius: 10px;
  background: linear-gradient(180deg, #29ff12 0%, #10dbff 100%);
  padding: 40px;
  text-align: center;
  padding-bottom: 0px;
}

.founder_data {
  top: 40px;
  left: 40px;
  line-height: 27px;
}

.founder_box_data {
  border-radius: 10px;
  background: #110f4d;
  padding: 50px 30px;
  color: #fff;
}

.reason_trip {
  background: radial-gradient(50% 50% at 50% 50%, #fff 0%, #f6f6f6 100%);
  padding: 25px 0px;
}

.mission_tab {
  border-radius: 10px;
  background: linear-gradient(90deg, #29ff12 0%, #10dbff 100%);
  align-items: center;
  gap: 50px;
  height: 70px;
}

.mission_tab .nav-link {
  color: #000;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 0px;
  border: 0px;
}

.mission_tab .nav-item.show .nav-link,
.mission_tab .nav-link.active {
  color: #fff;
  background: none;
  border: none;
  padding: 0px;
}

.mission_tab .nav-link:focus,
.mission_tab .nav-link:hover {
  border: none;
  color: #fff;
}

.animated-btn-services {
  color: #110f4d;

  border: 1px solid #29ff12;
}

.faq_tab .nav-link {
  border-radius: 3px;
  border: 1px solid #29ff12;
  min-width: 200px;
  color: #110f4d;

  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
}

.faq_tab {
  border: 0px;
  gap: 5px;
  overflow: auto;
  flex-wrap: nowrap;
  min-height: 60px;
  justify-content: start !important;
}

.faq_tab .nav-link:focus,
.faq_tab .nav-link:hover {
  background: linear-gradient(180deg, #29ff12 0%, #10dbff 100%);
  color: #fff;

  font-weight: 500;
}

.faq_tab .nav-item.show .nav-link,
.faq_tab .nav-link.active {
  background: linear-gradient(180deg, #29ff12 0%, #10dbff 100%);
  color: #fff;
  border: 1px solid #29ff12;

  font-weight: 500;
}

.chalanges_main_inner {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.chalanges_main_inner .chnagesnes_box {
  position: relative;
  top: 0px;
}

.article_top {
  background: #f6f6f6;
  padding-top: 158px;
  padding-bottom: 50px;
}

.blog_main_slider {
  height: 450px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 40px;
}

.progressBarContainer div {
  width: 30px;
  cursor: pointer;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 5px;
  background-color: #d9d9d9;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: #110f4d;
  width: 0%;
  height: 5px;
}

.progressBarContainer {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 30px;
}

.search_bar .form-control {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 11px 15px;
  background: #fff;
  background-image: url(../image/seach_icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 16px;
  padding-right: 30px;
}

.blog_box_main {
  border-radius: 10px;
  background: #f6f6f6;
  padding: 30px;
  transition: all 0.3s;
}

.blog_box_main:hover {
  background-color: #110f4d;
  color: #fff;
}

.blog_box_main:hover .clrprimary {
  color: #fff;
}

.blog_left_data {
  position: sticky;
  top: 150px;
}

.blog_left_data_links a {
  font-size: 20px;
  color: #707070;
  text-decoration: none;
  font-weight: 500;
}

.blog_left_data_links a.active {
  color: #110f4d;
}

.blog_right_data h2 {
  font-size: 30px;
  color: #110f4d;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog_right_data h3 {
  font-size: 18px;
  color: #110f4d;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog_right_data ul {
  padding: 0px;
  list-style-type: none;
}

.blog_right_data ul li {
  position: relative;
  padding-left: 15px;
}

.blog_right_data ul li:not(:last-child) {
  margin-bottom: 15px;
}

.blog_right_data ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #110f4d;
  left: 0px;
  top: 9px;
}

.blog_right_data ol {
  list-style: none;
  padding: 0px;
}

.support_box .text-32 {
  font-size: 35px;
  font-weight: 500;
}

.support_box p {
  font-weight: 300;
  font-size: 20px;
}

.social-footer-profile {
  top: 40px;
  right: 40px;
}

.btn-whastapp {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #29a71a;
  background: #fff;
  color: #110f4d;
  padding: 0px 25px;
  font-weight: 500;
}

.btn-whastapp:hover {
  background-color: #29a71a;
  color: #fff;
}

.text-14 {
  font-size: 14px;
}

.mobile_mneu_main a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 15px;
  border: 1px solid #29ff12;
  border-radius: 5px;
  height: 50px;
  align-items: center;
}

.plusminis.collapsed {
  background-image: url(../image/mobile_icon2.svg);
  background-repeat: no-repeat;
  background-position: 100% 5px;
}

.plusminis:not(.collapsed) {
  background-image: url(../image/mobile_icon3.svg);
  background-repeat: no-repeat;
  background-position: 100% 11px;
}
.step_1_alert_display {
  display: flex !important;
  margin-top: 15px;
}
.step_1_alert_hide {
  display: none !important;
  margin-top: 15px;
}
.step_2_alert_display {
  display: flex !important;
  margin-top: 15px;
}
.step_2_alert_hide {
  display: none !important;
  margin-top: 15px;
}
.step_3_alert_display {
  display: flex !important;
  margin-top: 15px;
}
.step_3_alert_hide {
  display: none !important;
  margin-top: 15px;
}
.step_4_alert_display {
  display: flex !important;
  margin-top: 15px;
}
.step_4_alert_hide {
  display: none !important;
  margin-top: 15px;
}
.step_5_alert_display {
  display: flex !important;
  margin-top: 15px;
}
.step_5_alert_hide {
  display: none !important;
  margin-top: 15px;
}
