html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* html {
  scroll-behavior: unset !important;
} */

body {
  overflow-x: hidden;
  font-family: "Roboto Flex", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:hover {
  text-decoration: none;
}

img,
svg {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'tay_birdieregular';
}



p {
  color: #1C1D1D;
  font-size: 16px;
  line-height: 25px;
}


.kmf_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

body {
  background-image: url('http://kmfinfotech.com/free-mockup/wp-content/uploads/2024/11/Group-72.png');
  /* background-image: url(../images/kmf_vector.png),  url(../images/color_overlay.png); */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #161616;
}



.kmf_countdown ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.kmf_countdown ul li {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 3px;
}

.kmf_countdown ul li span {
  color: #A0F977;
  font-weight: 800;
  display: block;
}

.kmf_countdown ul li:not(:last-child) span {
  transform: none !important;
  animation: none !important;

}

.kmf_countdown {
  padding: 10px 0;
}




@keyframes slideInFromTop {
  from {
    transform: translateY(80%);
    opacity: 0;
  }

  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

.counter-animate {
  animation: slideInFromTop 0.5s ease-in-out;
}

.show {
  opacity: 1;
}


.kmf__header {
  border-radius: 3px;
  border: 1px solid rgba(160, 249, 119, 0.05);
  background: rgba(34, 34, 34, 0.50);
  backdrop-filter: blur(5px);
  padding: 12px 15px 12px 22px;
}

.kmf__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.kmf_logo img {
  height: 58px;
}

.kmf_navbar ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 60px;

}

.kmf_navbar ul li a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s;
}

.kmf_navbar ul li a:hover {
  color: #A0F977;
}

/* .kmf_logo,
.free_mockup {
  flex: 1;
} */

/* .kmf_navbar {
  flex: 2;
} */
.kmf_navbar {
  flex: 1;
}


.mockup_cta {
  color: #A0F977;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 17px;
  display: inline-flex;
  border-radius: 2px;
  border: 1px solid #A0F977;
  background: rgba(123, 239, 70, 0.00);
  grid-gap: 25px;
  height: 54px;
  align-items: center;
  overflow: hidden;
  transition: 0.3s all;
}

.free_mockup {
  text-align: right;
}

.left_content_h1 {
  color: #FFF;
  font-family: 'matterregular';
  font-size: 106px;
  font-style: normal;
  font-weight: 300;
  line-height: 81px;
  text-transform: capitalize;
  margin-bottom: 13px;
}

.left_content_h1.innovate {
  margin-bottom: 0;
}

.left_content_h1 em {
  color: #161616;
  font-family: 'mattermedium_italic';
  font-size:106px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

.left_content_h1 em::before {
  content: '';
  border-radius: 2.548px;
  background: #A0F977;
  position: absolute;
  top: 26px;
  bottom: 2px;
  left: -8px;
  right: -29px;
  z-index: -1;
}

.kmf__banner {
/* padding-left: 85.38px; */
padding-top: 109px;
padding-bottom: 70px;
}

p.free_p {
  color: #FFF;
  font-size: 16.498px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.663px;
}


p.free_p span {
  color: #A0F977;
}

.banner_button .free_mockup {
  text-align: start;
  flex: inherit;
}

.banner_button {
  display: flex;
  grid-gap: 45.63px;
}

.mockup_cta.how_work_cta {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border: 0;
  grid-gap: 14.5px;
  transition: 0.3s all;
  border: 1px solid transparent;
}

.mockup_cta.how_work_cta:hover {
  border: 1px solid #A0F977;
  background: transparent;
  color: #fff;
}

.mockup_cta.how_work_cta:hover svg path {
  stroke: #A0F977;
}

.custom_banner_box {
  margin-top: 40px;
  grid-gap: 28.71px;
  flex-direction: column;
  display: flex;
  width: 521.568px;
  max-width: 100%;
}

.mockup_cta:hover {
  color: #161616;
  border: 1px solid #A0F977;
  background: #A0F977;
}

.mockup_cta svg path {
  transition: 0.3s all;
}

.mockup_cta:hover svg path {
  stroke: #161616;
}

.banner_video {
    border-radius: 9px;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto !important;
    aspect-ratio: 640 / 360;
}
.banner_video h3 {
    font-size: 27px !important;
    color: #fff !important;
    padding-bottom: 30px !important;
    text-align: center !important;
    font-family: "Roboto Flex", sans-serif;
    width: 80%;
    margin: 0 auto;
}
.banner_video video {
  width: 100%;
  border-radius: 9px;
  height: 100%;
  object-fit: cover;
}

.banner_video iframe {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 10px;
}

.play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  transition: 0.3s;
}

.play_icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.kmf__benefits {
  /* padding: 61px 0 147px 0; */
  padding: 30px 0 50px 0;
  display: flex;
  flex-direction: column;
  grid-gap: 65px;
}

.benefits_h1 {
  color: #FFF;
  text-align: center;
  font-family: 'matterbold';
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.benefits_p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  width: 540.979px;
  max-width: 100%;
  margin: 12px auto 0;
}

.black_box .box_head {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  font-family: "Roboto Flex", sans-serif;
}

.li_content {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  max-width: 100%;

}

.green_box .li_content {
  color: #1C1C1C;
}

.green_box .box_head {
  color: #1C1C1C;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  font-family: "Roboto Flex", sans-serif;
}

.black_box_list ul li span,
.green_box_list ul li span {
  border-radius: 170.74px;
  background: #A0F977;
  width: 20.096px;
  height: 20.096px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

/*.green_box_list ul li span {*/
/*  background: #1C1C1C;*/
/*}*/

.black_box_list ul li span {
  background: #ffffff;
}

.black_box_list span img {
  width: 22px;
}

.green_box_list ul li span svg path {
  stroke: #A0F977;
}

.black_box_list ul li,
.green_box_list ul li {
  display: flex;
  grid-gap: 13px;
}

.black_box_list ul,
.green_box_list ul {
  display: flex;
  grid-gap: 20px;
  flex-direction: column;
}

.black_box {
  padding: 32px 38.4px 37px;
  grid-gap: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid rgba(160, 249, 119, 0.05);
  background: #1C1C1C;
  width: 40%;
}

.benefit_boxes {
  display: flex;
  grid-gap: 65.82px;
  justify-content: center;
  align-items: inherit;
}

.green_box {
  background: #a0f977;
  padding: 25px 38px 29px 39px;
  border-radius: 15px;
  grid-gap: 23.34px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 40%;

}

.green_box::after {
  content: '';
  background-image: url(../images/kmf_mark.png);
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 118px;
  height: 68.147px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

section.kmf_portfolio {
  padding-top: 90px !important;
  padding-bottom: 120px;
  background: #1A1A1A;
  padding-bottom: 65px !important;
}

.portfolio_img img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}


.portfolio_slider * {
  width: 832.816px;
  border-radius: 5px;
}

.portfolio_slider {
  display: flex;
  grid-gap: 30px;
  overflow: auto;
  padding-left: calc((100% - 1296px) / 2);
}

.portfolio_slider::-webkit-scrollbar {
  display: none;
}

.kmf__portfolio {
  grid-gap: 65px;
  display: flex;
  flex-direction: column;
}

.kmf_partners {
  background: #A0F977;
  padding-top: 39px;
  padding-bottom: 65px;
}

.kmf_partners .benefits_h1,
.kmf_partners .benefits_p {
  color: #161616;
}

.kmf__partners {
  grid-gap: 65px;
  display: flex;
  flex-direction: column;
  padding: 0 47px;
}


.partner_block {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.partner_block>* {
  width: 25%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 19.5px 46px;
  position: relative;
}

.hover_icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  clip-path: polygon(0px 0px, 0px 100%, 100% 100%, 0% 100%);
  transition: 0.3s;
  padding: 29.5px 46px;
}



.partner_hubs:hover .hover_icon {
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
}

.hover_icon figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hover_icon img {
  filter: invert(88%) sepia(8%) saturate(2491%) hue-rotate(48deg) brightness(104%) contrast(95%);
  width: 100%;
  object-fit: contain;
  height: 100px;
}




.partner_hub_img img {
  width: 100%;
  object-fit: contain;
  height: 100px;
}

.partner_hub_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.noclass_head {
  color: #FFF;
  font-family: 'mattersemibold';
  font-size: 52.778px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  text-transform: capitalize;
  width: 929.283px;
  max-width: 100%;
}

.noclass_head span {
  font-family: 'mattersemibold_italic';
  color: #161616;
  font-style: italic;
  padding: 2px 11px;
  border-radius: 2px;
  background: #A0F977;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 62px;
}

.kmf__noclass {
  /* padding-top: 92px; */
  padding-top: 65px;
  padding-bottom: 65px;
  /* padding-bottom: 103px; */
}

.noclass_text {
  padding-top: 82.1px;
}

.tech_marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}

.tech_track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 50s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.tech_content {
  display: flex;
  grid-gap: 44px;
  align-items: center;
}

.kmf_work {
  padding-top: 39px;
  /* padding-top: 70px; */
  border-top: 1px solid rgba(123, 239, 70, 0.14);
  padding-bottom: 85px;
}

.tech_span {
  color: #FFF;
  font-family: 'matterregular';
  font-size: 179.537px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -8.977px;
  text-transform: capitalize;
}

.tech_content span:has(img) {
  width: 188.662px;
}

.tech_content span img {
  width: 100%;
  object-fit: contain;
}

.kmf_tech {
  padding-top: 77px;
  background: #1A1A1A;
}

.tech_acco-head {
  color: #FFF;
  font-family: 'mattermedium';
  font-size: 36.787px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.tech_acco {
  padding: 50px 90px 50px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(160, 249, 119, 0.14);
  background: rgba(217, 217, 217, 0.00);
  position: relative;
}

.tech_acco_open {

  position: absolute;

  top: 0;
  left: 0;
  z-index: 1;
}

.tech_acco_open .acco_marquee {
  opacity: 0;
  transition: 0.3s all;
  border-top: 1px solid rgba(160, 249, 119, 0.14);
  border-bottom: 1px solid rgba(160, 249, 119, 0.14);
}

.tech_acco_open:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #A0F977;
  z-index: -1;
  transform: scaleY(0);
  transition: 0.5s;
}

.tech_acco_sec:hover .tech_acco_open .acco_marquee {
  opacity: 1;
}


.tech_acco_sec:hover .tech_acco_open::after {
  transform: none;
}


.tech_acco_sec:hover .tech_acco span svg {
  transform: rotate(90deg);
}


.tech_acco span svg {
  transition: 0.3s all;
}

.acco_block {
  padding: 21px 70px 20px 70px;
  border-right: 1px solid #5ED827;
  align-items: center;
  justify-content: center;
  display: flex;
}

.kmf__tech {
  grid-gap: 83.5px;
  flex-direction: column;
  display: flex;
}

.acco_content {
  display: flex;
  padding: 32.5px 0;
}

.acco_block_head {
  color: #000;
  font-family: 'matterregular';
  font-size: 36.787px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.839px;
  text-transform: capitalize;
}

.acco_marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 155px;
  overflow: hidden;
}

.acco_track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marqueetwo 30s linear infinite;
}

@keyframes marqueetwo {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.kmf_testimonial {
  /* padding-top: 72px; */
  padding-top: 39px;
  background-image: url(../images/test_overlay.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #161616;
  padding-bottom: 85px;
  /* padding-bottom: 100px; */
}

.test_box {
  padding: 53px 47px 0;
  display: flex;
  justify-content: space-between;
}

.kmf__testimonial_2 .test_box {
  padding: 65px 47px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 53px 0;
}

.test_play video {
  width: 100%;
  border-radius: 25px;
  border: 2px solid #A0F977;
  object-fit: cover;
  cursor: auto !important;
  display: block;
  aspect-ratio: 400 / 209;
}

.test_play {
  width: 636px;
  position: relative;
}

.test_video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.test_content_head {
  color: #FFF;
  font-family: 'matterheavy';
  font-size: 28.623px;
  font-style: normal;
  font-weight: 900;
  line-height: 44.525px;
}

.test_content_head span {
  border-radius: 2px;
  background: #A0F977;
  color: #161616;
  padding: 2px 5px;
  line-height: 34px;
  display: inline-block;
}

.test_designation {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.test_content {
  grid-gap: 7.12px;
  display: flex;
  flex-direction: column;
}

.test_img_sec {
  grid-gap: 22.61px;
  display: flex;
  flex-direction: column;
}

.kmf_request {
  background: #1A1A1A;
  /* background-image: url(../images/request.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top; */

}

.kmf__request .left_content_banner .left_content_h1 {
  color: #FFF;
  font-family: 'matterregular';
  font-size: 72.028px;
  font-style: normal;
  font-weight: 400;
  line-height: 95.532px;
  text-transform: capitalize;
  margin-bottom: -7px;
}

.kmf__request .left_content_banner .left_content_h1.mockup em {
  color: #1A1A1A;
  font-family: 'matterbold_italic';
  font-size: 37.937px;
  font-style: italic;
  font-weight: 700;
  line-height: 95.532px;
  text-transform: capitalize;
  font-size: 67.937px;
}


.kmf__request .left_content_banner .left_content_h1.mockup em::before {
  content: '';
  border-radius: 2.548px;
  background: #A0F977;
  position: absolute;
  top: 15px;
  bottom: -1px;
  left: -13px;
  right: -21px;
  z-index: -1;
}

.kmf__request .free_p {
  width: 416px;
  max-width: 100%;
}

.kmf__request .custom_banner_box {
  grid-gap: 46.28px;
}


.kmf__request {
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 91px;
  padding-right: 120px;
}

.kmf__request .row>* {
  padding: 0;
}

.free_li,
.free_li a {
  color: #FFF;
  font-size: 18px;
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
}

.free_mockup_nav ul {
  display: flex;
}

li.free_active .free_li {
  color: #A0F977;
  font-weight: 600;
}

li.free_active {
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid rgba(160, 249, 119, 0.14);
  border-right: 1px solid rgba(160, 249, 119, 0.14);
  border-left: 1px solid rgba(160, 249, 119, 0.14);
  border-bottom: 1px solid #1a1a1a;
  padding: 15px 20px;
}

li.free_book {
  flex: 1;
  text-align: start;
  border-bottom: 1px solid rgba(160, 249, 119, 0.14);
  padding: 15px 35px;
  transition: 0.3s;
}

li.free_book:hover {
  color: #A0F977;
}

.free__mockup {
  width: 490px;
  max-width: 100%;
  margin-left: auto;
}

.footer_ul {
  display: flex;
  grid-gap: 30.5px;
}

li.footer_li button {
  border: none;
  background: transparent;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

li.footer_li button:not(.active):hover {
  color: #a0f977;
}

li.footer_li button.active {
  font-weight: 700;
}

.footer_adrs {
  width: 306px;
  max-width: 100%;
}

.phone_no,
.footer_adrs {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone_no:hover {
  color: #a0f977;
}

.footer_tab_content {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  margin-top: 25px;
}

.kmf_footer {
  padding-top: 66px;
  padding-bottom: 68.6px;
  padding-right: 36px;
  padding-left: 93px;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}

.kmf_footer_footer .kmf_wrapper {
  height: 100%;
}

.kmf_footer_footer {
  height: 745px;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer_white_logo {
    width: 340px;
    height: auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 39px;
}
/*.footer_white_logo img {*/
/*  width: 145px;*/
/*  object-fit: contain;*/
/*  border-radius: 5.291px;*/
/*  height: 145px;*/
/*}*/
.footer_white_logo img {
  width: 300px;
  object-fit: contain;
  border-radius: 5.291px;
  height: 300px;
}

.footer_benefit {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: 0.3s;
}

.footer_benefit:hover {
  color: #a0f977;
}


.footer_email {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  transition: 0.3s;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_phone {
  color: #FFF;
  font-family: "Roboto Flex";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  grid-gap: 12.5px;
  align-items: center;
  transition: 0.3s;
}

.footer_phone svg path {
  transition: 0.3s;
}

.footer_phone:hover svg path {
  fill: #a0f977;
}

.footer_top {
  grid-gap: 10px;
  display: flex;
  flex-direction: column;
}

.kmf__footer {
  display: flex;
  grid-gap: 14px;
}

.footer_top.footer_contact_detail {
  margin-top: 52.5px;
}

.footer_right {
  padding-left: 82px;
}

.footer_end_logo img {
  margin-left: auto;
}

.portfolio_slider_main {
  overflow: hidden;
}


.full-screen {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#masthead {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
}



#panels #panels-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
  padding-left: 100px;
}


.cards-wrapper {
  display: flex;
  height: 100%;
}

.card_pin.portfolio_img figure {
  height: 100%;
}

.card_pin {
  width: 800px;
  margin-right: 30px;
}

#panel-5 {
  width: unset;
  flex: 1 0 auto
}

.card_pin img {
  width: 100%;
  height: 100%;
}

.tech_acco_sec {
  position: relative;
}


@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.rotate_text {
  animation: rotation 10s infinite linear;
  transform-origin: center;
}

.tech_content .rotate_text {
  animation: rotation 15s infinite linear;
}





.marquee__part {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  grid-gap: 50px;
}

.marquee {
  position: relative;
  overflow: hidden;
}

.marquee__inner {
  -webkit-font-smoothing: antialiased;
  width: fit-content;
  display: flex;
  flex: auto;
  flex-direction: row;

}

.marquee__part svg {
  margin-right: 50px;
}

.proposal_sec img {
  width: 100%;
  margin-top: 65px;
}

h1.left_content_h1.design span,
h1.left_content_h1.innovate span {
  color: #FFF;
  font-family: "Roboto Flex", sans-serif;
  font-size: 122.427px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: -20px;
  margin-right: 16px;
}

h1.left_content_h1.design span {

  text-transform: capitalize;
}

h1.left_content_h1.innovate span {

  text-transform: lowercase;
}

h1.left_content_h1.develop span video {
  border-radius: 30px;
  max-width: 100%;
  width: 192.573px;
}

h1.left_content_h1.develop span {
  position: relative;
  display: inline-block;
  margin-bottom: -20px;
  margin-right: 21.21px;
}

.left_content_banner_2 .left_content_h1 {
  display: flex;
  align-items: center;
}

.left_content_banner_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom_new_banner_box {
  width: 651px;
  margin-top: 50px;
  grid-gap: 30px;
}

.kmf__banner_2 {
  padding-left: 0;
}

.kmf_banner:has(.kmf__banner_2) {

  background-image: url(../images/new_banner_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #161616;
}

.kmf_footer_2 .wrapper_box {
  padding-top: 37.14px;
  padding-left: 91px;
  padding-right: 91px;
  padding-bottom: 37.24px;
  display: flex;
  justify-content: space-between;
}

.kmf_footer_top_left p {
  width: 364.169px;
  max-width: 100%;
  color: #ECECEC;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.kmf_footer_top_left {
  grid-gap: 45.27px;
  flex-direction: column;
  display: flex;
}

.footer_white_logo_2 {
  width: 137px;
  margin-top: 15.62px;
}

.footer_white_logo_2 img {
  width: 100%;
}

.kmf_footer_2 {
  border-bottom: 1px solid rgba(160, 249, 119, 0.14);
}

.kmf_footer_center_2 .wrapper_box {
  padding: 57.5px 91px 61px 91px;
}

.kmf_footer_copyright_bottom {
  background: #1A1A1A;
  padding: 12.5px 20px;
}


.kmf_footer_copyright_bottom h2 {
  color: #FFF;
  text-align: center;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.kmf_footer_copyright_bottom h2 span {
  font-weight: 700;
}

.center_right {
  width: 329px;
  margin-left: auto;
  max-width: 100%;
}

.center_left h2 {
  color: #FFF;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.center_left ul li a {
  color: #ECECEC;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.center_left ul li a:hover {
  color: #A0F977;
}

.center_left ul {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}

.footer_usa_2 .footer_adrs {
  color: #ECECEC;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.footer_usa_2 .phone_no,
.footer_usa_2 .email_email {
  color: #A0F977;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.footer_usa_2 .phone_no:hover,
.footer_usa_2 .email_email:hover {
  color: #fff;
}

.footer_usa_2 .footer_tab_content {
  margin-top: 30px;
}

.footer_usa_2 li.footer_li button {
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  color: #7E7E7E !important;
}

.footer_usa_2 li.footer_li button.active {
  color: #FFF !important;
  font-weight: 600 !important;
}

.center_right h2 {
  color: #FFF;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.cenetr_right_social_icons ul {
  display: flex;
  grid-gap: 40px;
  padding: 34px 0 44px 0;
}

.contact_us_on_wts {
  color: #ECECEC;
  font-family: "Roboto Flex";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  grid-gap: 12.5px;
  align-items: center;
  margin-top: 27px;
}

.contact_us_on_wts:hover {
  color: #A0F977;
}

.kmf__testimonial_2 .test_play {
  width: 400px;
  position: relative;
}

.kmf__testimonial_2 span.test_video_play svg {
  width: 50px;
  cursor: pointer;
  transition: 0.3s;
}

.test_video_play:hover svg {
  transform: scale(1.2);
}

.kmf__testimonial_2 .test_content_head {
  font-size: 22px;
}

.kmf__testimonial_2 .test_designation {
  font-size: 18px;
  line-height: 25px;
  font-family: "Roboto Flex", sans-serif;
}





/* mobile navbar css */


.mobile_nav_ham {
  display: none;
}

.ham_icon svg {
  width: 30px;
}

.ham_icon {
  padding: 10px;
}

.mobile_nav_ham_menu {
  background: #161a1b;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  transform: translateX(100%);
  transition: 0.3s all;
  z-index: 99999;
}

.ham_close {
  position: absolute;
  top: 30px;
  right: 30px;
}

nav.ham_navbar_menu ul li a {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s;
  text-align: center;
}

nav.ham_navbar_menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
}

nav.ham_navbar_menu ul li a:hover {
  color: #a0f977;
}

.ham_mockup .mockup_cta {
  font-size: 22px;
  padding: 15px 30px;
  height: auto;
}

.ham_mockup {
  display: flex;
  justify-content: center;
}

.ham_menu {
  display: flex;
  flex-direction: column;
  grid-gap: 70px;
  height: 100%;
  justify-content: center;
}

.hide_scrollbar {
  overflow: hidden !important;
}

.mobile_menu_open {
  transform: translateX(0);
}

a.footer_email:hover,
.footer_phone:hover {
  color: #a0f977;
}



.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  background-image: none;
}

.grtyoutube-dark-theme {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
}

html:has(.grtyoutube-dark-theme) {
  overflow: hidden;
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
  box-shadow: none;
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
  background-color: #A0F977;
  height: 35px;
  width: 35px;
  background-size: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ecancel%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='work-case' fill='%23000000' transform='translate(91.520000, 91.520000)'%3E%3Cpolygon id='Close' points='328.96 30.2933333 298.666667 1.42108547e-14 164.48 134.4 30.2933333 1.42108547e-14 1.42108547e-14 30.2933333 134.4 164.48 1.42108547e-14 298.666667 30.2933333 328.96 164.48 194.56 298.666667 328.96 328.96 298.666667 194.56 164.48'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  position: fixed;
  top: 10px;
  right: 10px;
}

.grtyoutube-popup-content {
  margin-top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.grtyoutube-iframe {
  border: 2px solid #A0F977;
  border-radius: 20px;
}

.footer_right .footer_top {
  flex-direction: row;
  flex-wrap: wrap;
}

.footer_right .footer_benefit {
  padding: 0 15px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .footer_right a.footer_benefit img {
  transition: 0.3s;
} */

.footer_benefit:hover img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(20%) saturate(1075%) hue-rotate(46deg) brightness(102%) contrast(95%);
  transform: scale(1.1);
}

.kmf_marque_btn a svg {
  transition: 0.3s;
}

.kmf_marque_btn a:hover svg {
  transform: scale(0.9);
}

.kmf_marque_btn a g {
  transform-origin: center;
  transition: 0.3s;
}

.kmf_marque_btn a:hover g {
  transform: rotate(-53deg);
}

a.phone_no span img,
.footer_email span img {
  width: 22px;
}

a.phone_no:hover span img,
.footer_email:hover span img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(20%) saturate(1075%) hue-rotate(46deg) brightness(102%) contrast(95%);
}

.how_it_work_mobile_image {
  display: none;
}




/* contact form design */

.kmf_form_row {
  border-radius: 5px;
  border: 1px solid rgba(160, 249, 119, 0.14);
  background: #161616;
  padding: 5px 16px;
}

.kmf_form_row .form-group label {
  color: #FFF;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}



.kmf_form_row .form-group input,
.kmf_form_row .form-group input::placeholder,
.kmf_form_row .form-group textarea {
  color: #ffffff !important;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background: transparent;
  border: none;
  padding: 8px 0;
  opacity: 1;
}



.kmf_form_row .form-group input::placeholder {
  color: #606060 !important;
  font-size: 15px;
}


.kmf_request_new_form fieldset {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}

.kmf_form_row .form-group select {
  color: #ffffff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 8px 16px;
  background: transparent;
  cursor: pointer;
  border: none;
}

.kmf_form_row .form-group select option {
  background: #161616 !important;
  padding: 10px;
  color: #ffffff;
  cursor: pointer !important;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}


.kmf_form_row .form-group select option:hover {
  background: #A0F977 !important;
  color: #161616 !important;
}




.mockup__form {
  padding-top: 42.43px;
}

.kmf_request_form_submit_btn input {
  transition: 0.3s all;
  width: 100%;
  border-radius: 5px;
  background: #FFF;
  border: none;
  padding: 23px 20px;
  color: #000;
  font-family: "Roboto Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.kmf_request_form_submit_btn input:hover {
  background: #a0f977;
}

.kmf_form_row .form-group input:focus,
.kmf_form_row .form-group input:focus-visible,
.kmf_form_row .form-group textarea:focus,
.kmf_form_row .form-group textarea:focus-visible,
.kmf_form_row .form-group select:focus,
.kmf_form_row .form-group select:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.kmf_marque_btn.space_cover {
  margin-top: 40px;
}

.kmf_marque_btn.space_cover a {
  width: 200px !important;
  display: block;
}

.row.kmf_form_row.kmf_row_select {
  padding: 5px 0 0 0;
}

.row.kmf_form_row.kmf_row_select label {
  padding: 10px 12px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

p.benefits_p {
  display: none;
}


.sticky-buttons.-right-center {
  border-radius: 50px 0 0 50px !important;
  padding: 40px 5px;
  background: #a0f977;
  display: flex;
  grid-gap: 10px;
  transform: translateY(-80%) !important;
}

.sticky-buttons .sb-icon,
.sticky-buttons .sb-label {
  font-size: 25px !important;
  border-radius: 10px !important;
}

h1.left_content_h1.develop {
  margin-top: 16px;
  position: relative;
  height: 70px;
}

.words-wrapper b {
  opacity: 0;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.words-wrapper .is-visible {
  position: relative;
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.words-wrapper .is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}
.words-wrapper2 b {
  opacity: 0;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.words-wrapper2 .is-visible2 {
  position: relative;
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.words-wrapper2 .is-hidden2 {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}
.words-wrapper3 b {
  opacity: 0;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.words-wrapper3 .is-visible3 {
  position: relative;
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.words-wrapper3 .is-hidden3 {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(5%);
  }
  
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
/* @-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
} */
/* @-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
} */
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

header.kmf_header {
  position: sticky;
  top: 10px;
  z-index: 9;
}

section.kmf_noclass {
  display: none;
}

.kmf_benefits, .kmf_partners, .kmf_work, .kmf_testimonial, .kmf_request {
  scroll-margin-top: 60px !important;
}

button#ax_beacon {
  top: 85%;
  background-color:#26bfde !important;
  color: #161616 !important;
  border-radius: 50px  50px 0 0;
  padding: 14px 40px;
  right: 22px;
  z-index: 999;
}

.row.kmf_form_row.kmf_row_select label.form-check-label input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #ffffff !important;
  border-radius: 2px;
  height: 100%;
  z-index: -1;
  margin-top: 0;
}

.row.kmf_form_row.kmf_row_select .form-group .form-check-input:checked[type=checkbox] {
  background: #a0f977;
  border: 1px solid #a0f977 !important;
  background-image: none !important;
}

.row.kmf_form_row.kmf_row_select label.form-check-label:has(.form-check-input:checked[type=checkbox])  {
  color: #000 !important;

}


.form_multi_opiton_label {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  padding: 5px 12px 20px;
}

.kmf_request .custom_banner_box a.mockup_cta {
  display: none;
}

.banner__video_colummn {
  display: flex;
  align-items: center;
}