@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: #333333;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

label {
  margin-bottom: 0;
}

::-moz-selection {
  color: white;
  background: #ff7675;
}

::selection {
  color: white;
  background: #ff7675;
}

::-webkit-selection {
  color: white;
  background: #ff7675;
}

::-moz-selection {
  color: white;
  background: #ff7675;
}

.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 20px 20px 0 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  padding-top: 8px;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

/* -- header area start -- */
header {
  padding: 8px 0px;
  border-bottom: 1px solid #e8e6ea;
}

.header_wrapper {
  padding: 0px 32px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo a img {
  display: inline-block;
  width: 116px;
}

.bar {
  width: 34px;
  cursor: pointer;
}

.bar span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #00dcd3;
  border-radius: 10px;
}

.bar span:nth-child(2) {
  margin: 6px 0px;
}

.header_wrapper {
  display: flex;
  align-items: center;
  gap: 48px;
}

.menu_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_left ul li,
.menu_right ul li {
  display: inline-block;
  margin-right: 24px;
}

.menu_right ul li {
  margin-left: 24px !important;
  margin-right: 0 !important;
}

.phreoitemrex {
  position: relative;
}

.menu_left ul li a,
.menu_right ul li a {
  display: inline-block;
  color: #150929;
  transition: all 0.3s ease;
}

.menu_left ul li a:hover,
.menu_right ul li a:hover {
  color: #000;
}

.menu_right ul li a.loginlink {
  border: 1px solid #625a70;
  border-radius: 36px;
  padding: 8px 15px;
}

.menu_right ul li:nth-child(2) a:hover {
  background-color: #00dcd3;
  border-color: #00dcd3;
  color: #150929;
  opacity: 1;
}

.menu_right ul li:nth-child(3) a {
  border: 1px solid #625a70;
  border-radius: 36px;
  padding: 3px 12px;
  background-color: #00dcd3;
}

.menu_right ul li:nth-child(3) a:hover {
  color: #150929;
  background: #00c8c0;
}
/* -- header area end -- */

/* -- pfhero area start -- */
.pfhero_wrapper {
  /*! max-width: 1100px; */
  margin: auto;
}

.pfhero_cnt h2 {
  color: #150929;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 78.4px;
  letter-spacing: 0px;
}

.pfhero_cnt h2 span {
  background: linear-gradient(90deg, #00dcd3 45.74%, #446671 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pfhero_cnt p {
  color: #625a70;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.pfhero_cnt a {
  display: inline-block;
  border: 1px solid #625a70;
  border-radius: 36px;
  padding: 4.5px 11px;
  background-color: #00dcd3;
  transition: all 0.2s ease;
  color: #150929;
  font-weight: 500;
}

.pfhero_cnt a:hover {
  background: #00c8c0;
}

.pfhero_img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0px 100px;
  margin-top: 80px;
}

.pfhero_cnt img {
  display: block;
  width: 100%;
}

.pfhero_img_item {
  position: relative;
  transition: all 0.2s ease;
}

.pfhero_img_part {
  position: relative;
}

.pfhero_img img {
  display: block;
  width: 83%;
  margin: auto;
}

.pfhero_img img.curb_bottom {
  margin-top: -75px;
  position: relative;
  z-index: 99;
}

.pfhero_img img.curb {
  display: block;
  width: 270px;
  margin: auto;
}

.pfhero_img img.man {
  display: block;
  width: 105px;
  position: absolute;
  left: 50%;
  top: 21%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.2s ease;
}

.pfhero_cnt_wrapper {
  position: absolute;
  left: 50%;
  top: 69%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
}

.pfhero_text span {
  display: inline-block;
  color: #fff;
  font-size: 12.967px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.154px;
}

.pfhero_text p {
  font-size: 22px;
  white-space: nowrap;
}

.pfhero_text a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 36px;
  padding: 4px 15px;
  transition: all 0.2s ease;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease;
  margin-top: 7px;
}

.pfhero_img_item:hover {
  transform: translate(0, -25px);
}

.pfhero_img_item:hover img.man {
  transform: scale(1.09) translate(-48%, -50%);
}

.pfhero_img_item:hover img.idal2 {
  transform: scale(1.09) translate(-45%, -50%);
}

.pfhero_img_item:hover img.idal3 {
  transform: scale(1.09) translate(-45%, -50%);
}

.idal2 {
  width: 241px !important;
}

.idal3 {
  width: 177px !important;
}

.partner_para {
  color: #150929;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.partner_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.partner_wrapper img {
  max-width: 100%;
}

.partner {
  margin-top: 50px;
}

.trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.trust_left {
  background-color: #ecf0f1;
  border-radius: 12px;
  padding: 8px;
}

.trust_left_cnt {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust_left_cnt p {
  color: #150929;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.trust_left_cnt ul li {
  display: inline-block;
}

.trust_left_cnt ul li img {
  display: inline-block;
  width: 20px;
}

.trust_left_cnt ul li:last-child img {
  width: 10px;
}

img.gt {
  display: inline-block;
  width: 30px;
}

img.spot {
  max-width: 100%;
}

.trust {
  margin-top: 35px;
}

.pfhero_wrapper {
  padding-top: 30px;
  padding-bottom: 130px;
  background-image: url(../img/herobg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 80%;
}
/* -- pfhero area end -- */

/* -- int area start -- */
#int {
  background-image: url(../img/intbg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding: 90px 0px;
  padding-bottom: 45px;
  overflow: hidden;
}

.int_wrapper {
  display: grid;
  grid-template-columns: 60% 40%;
}

.int_left_cnt span {
  color: #150929;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
}

.int_left_cnt h3 {
  color: #150929;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 16px;
}

.int_left_cnt p {
  color: #625a70;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  margin-bottom: 16px;
}

.int_left_cnt a {
  border: 1px solid #625a70;
  border-radius: 36px;
  padding: 7px 16.4px;
  color: #625a70;
  transition: all 0.3s ease;
  display: inline-block;
  background: #fff;
}

.int_left_cnt a:hover {
  background-color: #e8e6ea;
}

.int_item_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 35px;
}

.int_item {
  border-radius: 16px;
  background: linear-gradient(90deg, #447489 -0.02%, #110625 99.94%);
  padding: 8px 16px;
}

.int_item h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px;
}

.int_item p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 0;
}

.int_right_cnt {
  padding-left: 100px;
}

.int_right_cnt img {
  display: block;
  width: 258px;
}
.int_right_icon img {
  display: block;
  width: 106px;
  position: absolute;
  transition: all 1.4s ease;
  opacity: 0;
}

.int_right_wrapper {
  display: flex;
}

.int_right_wrapper {
  position: relative;
}

.active_icon.int_right_icon img.an1 {
  right: 11%;
  top: 16%;
}

.active_icon.int_right_icon img.an2 {
  right: 17%;
  top: 34%;
}

.active_icon.int_right_icon img.an3 {
  right: 11%;
  top: 52%;
}

.active_icon.int_right_icon img.an4 {
  right: 17%;
  top: 70%;
}

.active_icon.int_right_icon img.an5 {
  right: -10%;
  top: 20%;
}

.active_icon.int_right_icon img.an6 {
  right: -5%;
  top: 38%;
}

.active_icon.int_right_icon img.an7 {
  right: -10%;
  top: 56%;
}

.active_icon.int_right_icon img.an8 {
  right: -5%;
  top: 74%;
}

.active_icon.int_right_icon img {
  opacity: 1 !important;
}

.int_right_icon img.an1 {
  right: -61%;
  top: 16%;
}

.int_right_icon img.an2 {
  right: -77%;
  top: 34%;
}

.int_right_icon img.an3 {
  right: -61%;
  top: 52%;
}

.int_right_icon img.an4 {
  right: -67%;
  top: 70%;
}

.int_right_icon img.an5 {
  right: -60%;
  top: 20%;
}

.int_right_icon img.an6 {
  right: -55%;
  top: 38%;
}

.int_right_icon img.an7 {
  right: -60%;
  top: 56%;
}

.int_right_icon img.an8 {
  right: -55%;
  top: 74%;
}

/* -- int area end -- */

/* -- intro area start -- */
#intro {
  background-image: url(../img/pen.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 100px;
  margin-top: -65px;
  position: relative;
  overflow: hidden;
}

.intro_cnt {
  max-width: 640px;
  margin: auto;
  text-align: center;
}

.intro_cnt span {
  display: inline-block;
  color: #00dcd3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.intro_cnt h3 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}

.intro_cnt p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  margin-top: 20px;
}

.into_img {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  align-items: flex-end;
  margin-top: 50px;
}

.into_img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.into_one {
  left: 20%;
  position: relative;
  z-index: 3;
}

.into_three {
  position: relative;
  margin-left: -80px;
}
/* -- intro area end -- */

/* -- port area start -- */
#port {
  background-image: url(../img/portbg.png);
  background-size: 100% 100%;
  padding-top: 183px;
  padding-bottom: 80px;
  margin-top: -90px;
  position: relative;
  z-index: 99;
}

.port_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.port_left h3 {
  color: #150929;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}

.port_left p {
  color: #625a70;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  margin-top: 10px;
}

.port_right img {
  display: block;
  width: 100%;
}

.port_left {
  max-width: 500px;
}

.port_right {
  padding-left: 0;
}

.into_one {
  transition: all 0.4s ease;
  top: 100%;
}

.into_three {
  transition: all 0.4s ease;
  top: 100%;
}

.into_two {
  transition: all 0.4s ease;
  position: relative;
  top: 40%;
}

.data_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.data_left {
  padding-right: 100px;
}

.data_left img {
  display: block;
  width: 100%;
}

.data_right {
  padding-left: 25px;
}

.data_right span {
  display: inline-block;
  color: #150929;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  text-transform: uppercase;
}

.diven {
  color: #150929;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}

.data_faq_item {
  padding: 10px;
  border: 1px solid #b5b5b5;
  border-radius: 36px;
  margin-top: 16px;
}

.data_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0px 10px;
}

.data_heading h3 {
  color: #625a70;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  width: 90%;
}

.data_heading span {
  display: inline-block;
  color: #150929;
  font-size: 20px;
  transition: all 0.4s ease;
}

.data_faq_cnt {
  transition: all 0.4s ease;
  padding-left: 10px;
  overflow: hidden;
}

.data_faq_cnt p {
  color: #625a70;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  margin-bottom: 20px;
}

.active_faq {
  border-color: #00dcd3;
  border-radius: 16px;
}

.active_faq .data_heading span {
  transform: rotate(180deg);
}

#port:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(../img/partical.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.data {
  padding-top: 192px;
}

/* -- port area end -- */

/* -- faq_second area start -- */
.datax_right {
  padding-left: 0;
  padding-right: 25px;
}

.datax_left {
  padding-right: 0;
  padding-left: 100px;
}

.faq_top {
  margin-top: 80px;
}

.faq_top_next {
  margin-top: 140px;
}

.sl_cnt_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sl_cnt_heading_right {
  width: 24px;
}

.sl_cnt_heading_right img {
  display: block;
  width: 100%;
}

main div {
  padding: 20px;
  position: relative;
  height: 185px;
}

.sl_cnt_heading_left h3 {
  color: #fff;
  font-size: 21.461px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.sl_cnt_heading_left p {
  color: #fff;
  font-size: 18.395px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  white-space: nowrap;
}

.sl_cnt_text h3 {
  color: #fff;
  font-size: 21.461px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.sl_cnt_text h2 {
  color: #fff;
  font-size: 30.659px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
  white-space: nowrap;
}

.sl_cnt_heading_right img {
  display: inline-block;
  width: 32px;
  position: absolute;
  right: 12px;
}

.sl_cnt_text {
  margin-top: 20px;
  display: block;
}

.itemOne {
  pointer-events: none;
}

.sl_cnt {
  display: none;
}

.a .sl_cnt {
  display: block;
}

.b {
  width: 22px !important;
  border-radius: 36px !important;
  background-color: #938e9d !important;
}

.data_amount {
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 220, 211, 0.8);
  border: 3px solid #00dcd3;
  border-radius: 12px;
  padding: 14px;
  max-width: 328px;
  margin: auto;
  margin-top: 35px;
  background: #e6fcfb;
}

.data_am_left p {
  color: #625a70;
  font-size: 17.833px;
  font-weight: 700;
}

.data_am_right p {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
  border-radius: 12px;
  background: #150929;
  padding: 8px;
}

.data_am_right_wrapper {
  padding: 8px;
  border: 2px dashed #150929;
  border-radius: 12px;
}
/* -- faq_second area end -- */

/* -- safe area start -- */
#safe {
  background-image: url(../img/color.png);
  background-size: 100% 100%;
  padding-top: 90px;
  margin-top: 15px;
  padding-bottom: 85px;
}

.safe_wrapper {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
}

.safe_wrapper,
.work_wrapper {
  padding-left: calc((100% - 1320px) / 2);
}

.safe_left span {
  color: #150929;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  letter-spacing: var;
}

.safe_left h2 {
  color: #150929;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 14px;
}

.safe_left p {
  color: #625a70;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  margin-bottom: 16px;
  margin-top: 10px;
}

.safe_left a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 36px;
  padding: 7px 15.5px;
  background-color: #00dcd3;
  transition: all 0.2s ease;
  color: #150929;
  font-weight: 500;
}

.safe_left a:hover {
  background: #25383e;
}

.rem {
  margin-top: 25px;
  border-radius: 8px;
  border-top: 1px solid #00dcd3;
  border-right: 1px solid #00dcd3;
  border-bottom: 1px solid #00dcd3;
  background: #e6fcfb;
  border-left: 5px solid #00dcd3;
  padding: 10px;
}

.rem_wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rem_wrapper img {
  display: block;
  max-width: 100%;
}

.safe_right img {
  display: block;
  width: 75%;
  margin-left: auto;
}

.safe_left {
  padding-right: 125px;
}
/* -- safe area end -- */

/* -- work area start -- */
#work {
  background-image: url(../img/workbg.png);
  background-size: 100% 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: -55px;
}

.work_wrapper {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
}

.work_left span {
  color: #fff;
}

.work_left h2 {
  color: #fff;
}

.work_left p {
  color: #fff;
}

.explore_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.eg_box {
  height: 82px;
  border-radius: 8px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eg_box img {
  display: block;
  max-width: 100%;
}

.grid_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.explore_grid {
  grid-column: span 2;
}

.exp_box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.exp_box_one {
  height: 130px;
  border-radius: 8px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exp_box_one img {
  display: block;
  max-width: 100%;
}

.exp_box_two {
  height: 130px;
  border-radius: 12px;
  border: 2px solid #00dcd3;
  background: linear-gradient(90deg, #447489 -0.02%, #110625 99.94%);
  box-shadow: 0px 5px 20px 0px rgba(0, 220, 211, 0.5);
  padding: 14px;
  display: flex;
  align-items: center;
}

.exp_link p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  margin: 0;
}

.exp_link a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  border: 1px solid #fff;
  border-radius: 36px;
  background-color: #150929;
  padding: 9px 18px;
  margin-top: 10px;
}

.work_right img {
  display: block;
  width: 100%;
}

.grid_wrapper {
  margin-top: 30px;
}

/* -- work area end -- */

/* -- testi area start -- */
.testi_heading span {
  color: #150929;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
}

.testi_heading h2 {
  color: #150929;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 14px;
}

.testi_heading .trust {
  margin-top: 10px;
}

.test_item_img_wrapper {
  height: 100%;
  padding: 32px 0px;
}

.test_item {
  display: grid;
  grid-template-columns: 16% 55% 24%;
  padding-left: 40px;
  border-radius: 24px;
  box-shadow: 0px 0px 20px 1px rgba(21, 9, 41, 0.15);
  align-items: center;
  border: 1px solid #e8e6ea;
  gap: 32px;
  margin: 15px;
  overflow: hidden;
  background: #fff;
}

.test_item_left {
  background-color: rgba(236, 118, 37, 0.1);
  border-radius: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.test_item_middle p {
  color: #625a70;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
}

.test_item_oval {
  display: flex;
  align-items: center;
  gap: 12px;
}

.test_item_img img {
  display: block;
  width: 80px;
}

.test_item_cnt span {
  display: block;
  color: #150929;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
}

.test_item_cnt p {
  color: #150929;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}

.test_item_oval {
  margin-top: 35px;
}

.test_item_right {
  background-image: url(../img/curb1.png);
  background-size: 100% 100%;
  height: 100%;
}

.tir_item h2 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.tir_item p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.tir_item {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 70px;
}

.tir_item_middle {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.test_slider {
  margin-top: 35px;
}

.test_item_left img {
  display: block !important;
  width: 150px !important;
  margin: auto;
}

.test_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.test_nav span {
  width: 46px;
  height: 46px;
  border: 1px solid #e8e6ea;
  border-radius: 50%;
  color: #938e9d;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.test_nav span:hover {
  background-color: #e8e6ea;
  border-color: #e8e6ea;
}

#testi {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/moon.png);
  background-size: 100% 42%;
  background-position: top 81% left 0%;
  background-repeat: no-repeat;
}
/* -- testi area end -- */

/* -- resouce area start -- */
.res_heading p {
  color: #150929;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  text-transform: uppercase;
}

.res_heading h2 {
  color: #150929;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}

.res_block {
  margin-top: 40px;
}

.res_block_item img {
  display: block;
  width: 100%;
  border-radius: 12px 12px 75px 12px;
}

.blg_cnt {
  margin-top: 15px;
}

.blg_cnt span {
  display: inline-block;
  color: #00dcd3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.blg_cnt h4 {
  color: #150929;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.6px;
}

.blg_cnt p {
  color: #625a70;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}

.blg_cnt a {
  color: #00dcd3;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  transition: all 0.3s ease;
}

.blg_cnt a:hover {
  color: #009c96;
}

.res_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.res_mini {
  display: grid;
  grid-template-columns: 200px calc(100% - 200px);
}

.blg_mini {
  margin-top: 0px;
  padding-left: 16px;
}

.martop {
  margin-top: 40px;
}

#resouce {
  background-image: url(../img/colorx.png);
  background-size: 100% 100%;
  padding-top: 80px;
  padding-bottom: 40px;
}

.mxt {
  padding-left: 10px;
}

.mxt p {
  margin-bottom: 0;
  margin-top: 10px;
}

#faq .data_heading span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/plus.png);
  background-size: 100% 100%;
}

#faq .active_faq .data_heading span {
  background-image: url(../img/minus.svg);
  background-size: 100% 100%;
}

.faq_wrapper {
  max-width: 875px;
  margin: auto;
}

.faq_block {
  margin-top: 40px;
}

#faq {
  padding: 110px 0px;
}

#faq .active_faq {
  background-color: #e6fcfb;
}
/* -- resouce area end -- */

/* -- unlock area start -- */
.unlock_wrapper {
  border-radius: 24px;
  background: linear-gradient(180deg, #447489 0.06%, #110625 99.94%);
  overflow: hidden;
  padding: 140px 0px;
}

.unlock_heading h2 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}

.unlock_heading p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.unlock_heading a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 36px;
  padding: 7px 15px;
  background-color: #00dcd3;
  transition: all 0.2s ease;
  color: #150929;
  margin-top: 20px;
  font-weight: 500;
}

.unlock_heading a:hover {
  background: #54e8e2;
}

.unlock_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.unlock_block img {
  display: block;
  width: 200px;
}

.unlock_item {
  position: relative;
  top: 85px;
  transition: all 0.3s ease;
}

.unlock_item:hover {
  transform: translate(0px, -10px);
}

.ulc {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}

.ulc span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 19.6px;
}

.ulc p {
  text-align: center;
  font-size: 16px;
  line-height: 19.6px;
  font-weight: 500;
}

.ulc a {
  display: inline-block;
  color: #00dcd3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  margin-top: 8px;
  transition: all 0.2s ease;
}

.ulc a:hover {
  opacity: 0.7;
}

.unlock_heading.text-center {
  position: relative;
  top: 65px;
}

.unlock_wrapper {
  position: relative;
  z-index: 999;
}

.gifone {
  display: block;
  width: 500px;
  position: absolute;
  left: 62px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.giftwo {
  display: block;
  width: 500px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
/* -- unlock area end -- */

/* -- footer area start -- */
#footer {
  background-image: url(../img/footer.png);
  background-size: 100% 100%;
  padding-top: 86px;
}

.footer_logo a img {
  display: inline-block;
  width: 120px;
}

.footer_icon {
  margin-top: 24px;
}

.footer_icon p {
  color: #b5b5b5;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  margin-bottom: 12px;
}

.footer_icon ul li {
  display: inline-block;
}

.footer_icon ul li a {
  display: inline-block;
  margin-right: 24px;
  transition: all 0.2s ease;
}

.footer_icon ul li:last-child a {
  margin-right: 0;
}

.footer_icon ul li a img {
  display: inline-block;
  width: 24px;
}

.footer_icon ul li a:hover {
  transform: scale(1.2);
}

.footer_link ul li a {
  display: inline-block;
  color: #fff;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.footer_link ul li a:hover {
  opacity: 0.7;
}

.footer_link p {
  color: #b5b5b5;
  font-weight: 500;
  margin-bottom: 12px;
}

.footer_wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
}

.copy_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copy_wrapper {
  border-top: 1px solid #b5b5b5;
  padding: 16px 0px;
}

.copy_left p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.copy_link ul li {
  display: inline-block;
  margin-left: 16px;
}

.copy_link ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.copy_link ul li a:hover {
  opacity: 0.7;
}

.copy {
  margin-top: 65px;
}

#footer {
  margin-top: 120px;
}

/* -- footer area end -- */

/* -- form popup area start -- */
.fpopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  z-index: 999999;
  transform: scale(0);
  transition: all 0.3s ease;
}

.openPopUp {
  transform: scale(1) !important;
}

.fpopup_wrapper {
  width: 538px;
  padding-bottom: 32px;
  border-radius: 16px;
  border: 3px solid #00dcd3;
  background: #fff;
  overflow: hidden;
}

.fopoup_heading {
  position: relative;
}

.fopoup_heading > img {
  display: block;
  width: 100%;
}

.fpoplogo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fpoplogo a img {
  width: 120px;
}

.fclose {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fclose img {
  display: inline-block;
  width: 34px;
}

.fclose:hover {
  opacity: 0.7;
}

.fpop_cnt_wrapper {
  padding: 15px 40px 0px 40px;
}

.fpop_cnt_wrapper > h2 {
  color: #150929;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}

.fpop_radio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.fpop_radio p {
  color: #1d1c1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.labl {
  display: block;
}
.labl > input {
  visibility: hidden;
  position: absolute;
}
.labl > input + div {
  cursor: pointer;
  border: 2px solid transparent;
}
.labl > input:checked + div {
  background-color: #e8e6ea;
  border: 1px solid #625a70;
  color: #625a70;
}

.fpop_radio_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.labl > input + div {
  color: #625a70;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #00dcd3;
  border-radius: 36px;
  padding: 4px 12px;
  text-transform: capitalize;
}

.form_input label {
  display: block;
  color: #625a70;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.6px;
  margin-left: 14px;
  margin-bottom: 4px;
}

.form_input input {
  display: block;
  width: 100%;
  border: 1px solid #625a70;
  border-radius: 36px;
  padding: 8px 15px;
  outline: none;
  color: #150929;
  font-size: 16px;
  font-weight: 500;
}

.form_input {
  margin-top: 12px;
}

.form_input input[type="submit"] {
  background-color: #00dcd3;
  transition: all 0.3s ease;
  margin-top: 30px;
}

.form_input input[type="submit"]:hover {
  opacity: 0.7;
}

/* -- form popup area end -- */

/* -- thank popup area start -- */
.thankuppop {
  transform: scale(0);
}

.thank {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  gap: 12px;
}

.thank_left img {
  display: block;
  width: 62px;
}

.thank_right h4 {
  color: #150929;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.thank_right p {
  color: #625a70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}

.thank {
  margin: 12px 0px;
  margin-bottom: 30px;
}

.connect {
  border-radius: 32px 32px 0px 0px;
  border-top: 1px solid #00dcd3;
  background: #e6fcfb;
  padding: 20px 12px;
}

.connect > h4 {
  color: #150929;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.connect_top {
  display: flex;
  gap: 16px;
}

.cn_left img {
  display: block;
  width: 32px;
}

.cn_right h4 {
  color: #150929;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 4px;
}

.cn_right p {
  color: #625a70;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.cn_form_wrapper label {
  color: #625a70;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding-left: 15px;
  margin-bottom: 2px;
}

.cn_form_wrapper {
  margin-top: 8px;
}

.cn_form_input_grp {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cn_form_input_grp input {
  display: block;
  width: 100%;
  border: 1px solid #625a70;
  border-radius: 36px;
  padding: 8px 15px;
  outline: none;
  color: #150929;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
}

.cn_form_input_grp input[type="submit"] {
  width: 160px;
  color: #00dcd3;
  border-color: #00dcd3;
  background-color: #fff;
  transition: all 0.3s ease;
}

.cn_form_input_grp input[type="submit"]:hover {
  background-color: #00dcd3;
  color: #fff;
}

.connect_top {
  margin-top: 20px;
}

.skip p {
  color: #00dcd3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  margin-top: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.skip p:hover {
  opacity: 0.7;
}

.thankuppop .fpopup_wrapper {
  padding-bottom: 0;
}
/* -- thank popup area end -- */

/* -- sub_header area start -- */
.sub_header_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #00dcd3;
  border-radius: 36px;
  width: 690px;
  margin: auto;
}

.subheader_right a {
  display: inline-block;
  border: 1px solid #625a70;
  border-radius: 36px;
  padding: 4px 10px;
  background-color: #00dcd3;
  transition: all 0.2s ease;
  color: #150929;
  font-weight: 500;
}

.subheader_right a:hover {
  background-color: #00c8c0;
}

.whoamI {
  color: #150929;
  text-transform: uppercase;
}

#sub_header .fpop_radio_item {
  padding: 0px 14px;
  margin: 0px 0px;
  margin-left: 0;
}

#sub_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 15px;
  z-index: 99999;
  display: none;
}

.showHeader {
  display: block !important;
}

.close_menu {
  display: inline-block;
  cursor: pointer;
}

.close_menu img {
  display: inline-block;
  width: 50px;
}

.close_menu {
  position: absolute;
  top: 0;
  right: 0;
}

.openMenu {
  left: 0% !important;
}

.overflow {
  overflow: hidden;
}
/* -- sub_header area end -- */

/* ==============================
        sme page start
============================== */
.smes {
  display: inline-block;
  color: #00dcd3;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-transform: uppercase;
}

.smehero .pfhero_wrapper {
  background-image: url(../img/smesbg.png);
  width: 100%;
}

.smeslink {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smeslink .bookpop {
  background-color: transparent;
}

.smeslink .bookpop:hover {
  background-color: #00dcd3;
}

.marquee {
  overflow-x: clip;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.marquee-inner {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  will-change: transform;
}

.conslider {
  margin-top: 50px;
  margin-bottom: 75px;
}

/* -- feature area start -- */
.feature_heading span {
  color: #009c96;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.feature_heading h2 {
  color: #150929;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 16px;
}

.feature_block_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.feature_item_left h3 {
  color: #150929;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 49px;
  margin-bottom: 12px;
}

.feature_item_left p {
  color: #625a70;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}

.feature_item_left ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #625a70;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 12px 0px;
}

.feature_item_left ul li span {
  display: block;
  width: 24px;
}

.feature_item_left ul li span img {
  display: block;
  width: 24px;
}

.btn_ghosts {
  display: inline-block;
  border: 1px solid #625a70;
  border-radius: 36px;
  padding: 7px 15.5px;
  background-color: transparent;
  transition: all 0.2s ease;
  color: #625a70;
}

.btn_ghosts:hover {
  background-color: #e8e6ea;
  color: #625a70;
}

.feature_item_left a {
  margin-top: 16px;
}

.feature_item_right {
  padding-left: 120px;
}

.feature_item_right img {
  display: block;
  width: 100%;
}

.feature_block {
  margin-top: 120px;
}

.fe4 {
  position: relative;
}

.binary {
  position: absolute;
  left: 27%;
  top: 10%;
  display: block !important;
  width: 110px !important;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature_item_left_upcomming span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  border-radius: 36px;
  background: linear-gradient(90deg, #447489 -0.02%, #110625 99.94%);
  padding: 8px 12px;
  display: inline-block;
  margin-bottom: 32px;
}
.feature_item_left_left_item {
  display: flex;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #00dcd3;
  background: linear-gradient(90deg, #e6fcfb 0%, #8aefeb 100%);
  padding: 12px 16px;
  gap: 15px;
  margin-bottom: 20px;
}

.feature_item_left_left_item img {
  display: inline-block;
  width: 28px;
}

.feature_item_left_left_item p {
  color: #150929;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.6px;
}

.feature_block_item {
  margin-bottom: 16px;
}

#feature {
  background-image: url(../img/offerbg.png);
  background-size: 100% 750px;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 80px;
}

/* -- feature area end -- */

/* -- process area start -- */
.process_heading span {
  color: #150929;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-transform: uppercase;
}

.process_heading h2 {
  color: #150929;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}

.process_heading p {
  color: #625a70;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  max-width: 876px;
  margin: 15px auto;
}

.process_heading ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.process_heading ul li:first-child a {
  display: inline-block;
  border: 1px solid #625a70;
  border-radius: 36px;
  padding: 7px 15px;
  background-color: transparent;
  transition: all 0.2s ease;
  color: #625a70;
  font-weight: 500;
}

.process_heading ul li:first-child:hover a {
  background-color: #e8e6ea;
}

.process_heading ul li:last-child a {
  display: inline-block;
  border: 1px solid #625a70;
  border-radius: 36px;
  padding: 7px 15px;
  background-color: #00dcd3;
  transition: all 0.2s ease;
  color: #150929;
  font-weight: 500;
}

.process_heading ul li:last-child a:hover {
  background: #00c8c0;
}

.process_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.process_item img {
  display: block;
  width: 100%;
}

.process_item_cnt {
  margin-top: 20px;
}

.process_item_cnt span {
  display: block;
  color: #a5a4e9;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.6px;
}

.process_item_cnt p {
  color: #625a70;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 39.2px;
  margin-top: 10px;
}

.process_item {
  margin-top: 40px;
}

#process {
  background-image: url(../img/clip.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.demo_booking .bookpop {
  color: #00dcd3;
  background-color: #150929;
  border: 1px solid #00dcd3;
}

.demo_booking {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.demo_booking a:last-child {
  border: 1px solid #fff;
}

.unlocked .unlock_heading.text-center {
  position: inherit;
  top: inherit;
}

.data_left img {
  display: none;
}

.data_left img:first-child {
  display: block;
}

.four_cnt_wrapper .width_fullx {
  display: block;
  width: 100%;
  display: none;
}

.heightctl {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.secright {
  display: flex;
  align-items: center;
}

.pandel {
  position: relative;
  border-right: 1px solid #b5b5b5;
  padding-right: 24px;
}

.pandel p {
  display: inline-block;
  color: #150929;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 3px 15px;
  border: 1px solid #625a70;
  border-radius: 36px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pandel p span {
  display: inline-block;
  margin-left: 5px;
  transition: all 0.3s ease;
}

.pandel p:hover {
  background-color: #e6fcfb;
}

.pandel ul {
  position: absolute;
  width: 230px;
  left: 0;
  top: 45px;
  border: 1px solid #625a70;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease;
  z-index: 9;
}

.pandel ul li {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pandel ul li a {
  display: block;
  width: 100%;
  padding: 10px 12px;
  transition: all 0.2s ease;
  color: #625a70;
}

.pandel ul li a:last-child {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 10px 12px !important;
}

.pandel ul li a:hover {
  background-color: #e6fcfb !important;
  color: #150929;
}

.pandel ul li a.active {
  background-color: #e6fcfb !important;
}

.active_menu p span {
  transform: rotate(180deg);
}

.active_menu ul {
  transform: scaleY(1);
}

a.bookdemo {
  padding: 3px 11.5px;
  border-radius: 10000px;
  border: 1px solid #625a70;
  background: #fff;
}

a.bookdemo:hover {
  background-color: #e8e6ea !important;
  border: 1px solid #625a70 !important;
}

.menu_right a {
  color: #625a70 !important;
}

.menu_right a:hover {
  color: #150929 !important;
}

.menu_right ul li:last-child a {
  color: #150929 !important;
  font-weight: 500 !important;
}

.pfhero_img_item:hover .pfhero_cnt_wrapper a {
  background-color: #25383e;
}

.unlocks .unlock_wrapper {
  padding: 0px !important;
}

.secdemo {
  color: #625a70 !important;
  padding: 7px 15px !important;
}

.secdemo:hover {
  background-color: #e8e6ea !important;
}

.exp {
  border: 1px solid #625a70 !important;
}

.demo_booking:last-child a:hover {
  background-color: #54e8e2;
}

.intro_cnt h3 label {
  color: #00dcd3;
}

.exp_link.text-center {
  width: 100%;
}

.fpop_radio_item span {
  display: block;
  width: 1px;
  height: 18px;
  background: #e8e6ea;
}

.fpop_radio_item span.linespan {
  display: block;
  width: 1px;
  height: 27px;
  background: #e8e6ea;
}

.active_faq .faq1heading h3 {
  color: #150929;
}

a.expitem:hover {
  background-color: #54e8e2 !important;
}

.active_faq .faq4heading h3 {
  color: #150929;
}

a.ept:hover {
  background-color: #00c8c0 !important;
}

a.who:hover {
  background-color: #54e8e2 !important;
}

a.backtop:hover {
  background-color: #005c59 !important;
}

/* .feature_cotent_wrapper {
  background-image: url(../img/fixed.png);
  background-repeat: no-repeat;
  background-position: right;
  background-attachment: fixed;
} */

.pandel ul li:last-child a {
  font-weight: normal !important;
  color: #625a70 !important;
}

.pandel ul li:last-child a:hover {
  color: #150929 !important;
}

.rel {
  position: relative;
}

.menu_left .pandel ul {
  top: 15px;
}

.rel span {
  display: inline-block;
  margin-left: 6px;
  transition: all 0.3s ease;
}

.active_menu span {
  transform: rotate(180deg);
}

.rel:hover .pandel ul {
  transform: scaleY(1);
}

.data_faq_item {
  display: grid;
  grid-template-rows: 1.5em 0fr;
  transition: all 0.3s ease;
}

.active_faq {
  grid-template-rows: 1.5em 1fr;
}

.active_faq {
  border-width: 2px;
}

.active_faq .data_heading h3 {
  color: #150929;
}

.mhalf {
  position: sticky;
  left: 0;
  top: 0;
  padding-top: 70px;
}

.mhalf img {
  display: block;
  width: 380px;
  margin-left: auto;
}

.feature_wrapper {
  position: relative;
}

.feature_content {
  position: relative;
  margin-top: -675px;
}

a.balx {
  padding: 7px 15px !important;
}

/* -- process area end -- */

/* ==============================
        sme page end
============================== */
/*# sourceMappingURL=style.css.map */


  .leadership-images {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
  }