/*================ default ==================*/
:root {
  --cr-light: #fffFFF;
  --cr-black: #111111;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-green: #00A94F;
  --cr-green2: #007938;
  --cr-border: #E7E7E7;
  --cr-red: #f00;
  --cr-warning: #ec4546;
  --cr-warning2: #B91213;
  --tsition: .3s ease-in-out;
  --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap {
  white-space: nowrap;
}

.icw .text-light {
  color: var(--cr-light) !important;
}

.icw .text-black {
  color: var(--cr-black) !important;
}

.icw .text-dark {
  color: var(--cr-dark) !important;
}

.icw .text-green {
  color: var(--cr-green) !important;
}

.icw .text-gray {
  color: var(--cr-gray) !important;
}

.icw .text-lightgray {
  color: var(--cr-lightgray) !important;
}

.icw .text-red {
  color: var(--cr-red) !important;
}

.icw .text-warning {
  color: var(--cr-warning) !important;
}

.icw .main {
  font-style: normal;
  font-weight: 500;
  color: var(--cr-gray);
  font-family: "kurious-looped" !important;
  z-index: inherit;
}

.icw .main strong {
  font-weight: 600;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
  margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
  font-family: "kurious-looped" !important;
  margin: 0;
}

.icw h1,
.icw .h1 {
  font-weight: 600;
  line-height: 1.5em;
}

.icw h1 strong,
.icw .h1 strong {
  font-weight: 600;
}

.icw h2,
.icw .h2 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h2 strong,
.icw .h2 strong {
  font-weight: 600;
}

.icw h3,
.icw .h3 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h3 strong,
.icw .h3 strong {
  font-weight: 600;
}

.icw h4,
.icw .h4 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h4 strong,
.icw .h4 strong {
  font-weight: 600;
}

.icw h5,
.icw .h5 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
  font-weight: 600;
}

.icw h6,
.icw .h6 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
  font-weight: 600;
}

.icw p {
  margin: 0 0 0.6em;
  line-height: 1.2em;
}

.icw p {
  font-family: "kurious-looped" !important;
  font-size: 16px;
}

.icw p strong {
  font-weight: 600;
}

.icw p.desc {
  font-family: "kurious-looped" !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
}

.icw p.desc strong {
  font-weight: 600;
}

.icw .caption {
  font-family: "kurious-looped" !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.icw .caption strong {
  font-weight: 600;
}

.icw a.link {
  font-family: "kurious-looped" !important;
  font-weight: 600;
  color: var(--cr-green);
  text-decoration: underline;
}

.icw ul {
  padding: 0;
  margin: 0;
}

.icw .btn{
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
  background: #00A94F;
  color: #FFF;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  transition: all .8s, color .3s .3s;
  margin-bottom: 16px;
}

.icw .btn:hover{
  background: #00A94F;
  color: #fff;
  border-color: #00A94F;
}

.icw .a-center{
  text-align: center;
  display: block;
}

.icw .nw{
  white-space: nowrap;
}

@media screen and (min-width: 200px) {

  .icw h1,
  .icw .h1 {
    font-size: 28px;
    line-height: 1.4em;
  }

  .icw h2,
  .icw .h2 {
    font-size: 24px;
    line-height: 1.4em;
  }

  .icw h3,
  .icw .h3 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .icw h4,
  .icw .h4 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .icw h5,
  .icw .h5 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 768px) {

  .icw h1,
  .icw .h1 {
    font-size: 42px;
    line-height: 1.3em;
  }

  .icw h2,
  .icw .h2 {
    font-size: 33px;
    line-height: 1.4em;
  }

  .icw h3,
  .icw .h3 {
    font-size: 26px;
    line-height: 1.3em;
  }

  .icw h4,
  .icw .h4 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .icw h5,
  .icw .h5 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

/*============================== Hidden & Visible ===============================*/
.show-w1199 {
  display: none;
}

.show-w991 {
  display: none;
}

.show-w767 {
  display: none;
}

.show-w414 {
  display: none;
}

.show-w375 {
  display: none;
}

.show-w360 {
  display: none;
}

.show-w280 {
  display: none;
}

@media (max-width: 1199px) {
  .show-w1199 {
    display: block;
  }

  .hide-w1199 {
    display: none;
  }
}

@media (max-width: 991px) {
  .show-w991 {
    display: block;
  }

  .hide-w991 {
    display: none;
  }
}

@media (max-width: 767px) {
  .show-w767 {
    display: block;
  }

  .hide-w767 {
    display: none;
  }
}

@media (max-width: 414px) {
  .show-w414 {
    display: block;
  }

  .hide-w414 {
    display: none;
  }
}

@media (max-width: 375px) {
  .show-w375 {
    display: block;
  }

  .hide-w375 {
    display: none;
  }
}

@media (max-width: 360px) {
  .show-w360 {
    display: block;
  }

  .hide-w360 {
    display: none;
  }
}

@media (max-width: 280px) {
  .show-w280 {
    display: block;
  }

  .hide-w280 {
    display: none;
  }
}

/*############################ sc-about ###################################*/
.sc-about {
  background-color: #f4f4f4;
}

.sc-about .sc-inner{
  padding: 48px 0;
  padding-bottom: 0;
}

.sc-about .sc-heading {
  margin-bottom: 0;
}

.sc-about .sc-heading .title {
  margin-bottom: 24px;
  text-align: center;
}

.sc-about .sc-heading .title .icon {
  width: 40px;
  margin-right: -4px;
  position: relative;
  top: -3px;
}

.sc-about .sc-heading .s-title {
  margin-bottom: 8px;
}

.sc-about .sc-heading .desc {
  margin-bottom: 0;
}

.sc-about .box-content{
  display: flex;
  padding: 115px 32px 32px 32px;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  gap: 25px;
  align-self: stretch;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  margin-top: 88px;
}

.sc-about .box-img img{
  width: 100%;
  max-width: 328px;
  margin-top: -175px;
}

.sc-about .box-content .box-txt .h4{
  color: #00A94F;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 150% */
  margin-bottom: 8px;
}

.sc-about .box-content .box-txt ul{
  padding-left: 1.3em;
}

.sc-about .box-content .box-txt ul>li{
  color: #666;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  list-style: none;
}

.sc-about .ml-30-mobile{
  margin-left: 30px;
}

.sc-about .box-input{
  padding: 32px 0;
}
.sc-about .box-input .droplead-form{
  margin-top: 0px;
}
.sc-about .txt-form{
  color: #000;
  font-family: "kurious-looped";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 153.846% */
  padding: 0 16px;
  margin-bottom: 4px;
}

.sc-about .form-control{
  color: #999;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.sc-about input.form-control {
  background-color: #fff;
  padding-left: 25px;
  outline: none;
  border-radius: 48px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  padding: 12px 16px;
}

/* .sc-about input.form-control {
  border-color: #f00;
} */

/* .sc-about small.invalid-feedback{
  font-family: "kurious-looped";
  font-size: 11px;
  position: absolute;
  z-index: +1;
  opacity: 0;
  color: white;
  background-color: #f00;
  width: auto;
  padding: 2px 10px;
  right: 12px;
  bottom: 0px;
  pointer-events: none;
  border-radius: 10px;
  transition: .3s ease-in-out;
} */

.sc-about .btn img{
  width: 100%;
  max-width: 16px;
  margin-bottom: 3px;
}

.kbiz-navbar .kbiz-logo-container{
  gap: 195px;
}

.navbar>.container-xl{
  justify-content: center !important;
}

.d-xl-inline-flex.align-items-center.px-3.px-xl-0{
  padding: 0 !important;
}

.sc-about .box-content .note{
  margin-top: 25px;
}
.sc-about .box-content .note p{
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .sc-about {
    background-position: center right;
    background-size: contain;
  }

  .sc-about .sc-heading .title .icon {
    width: 60px;
    top: -2px;
  }
  .sc-about .ml-30-mobile{
    margin-left: 0px;
  }
  .sc-about .box-content{
    align-items: center;
  }
  .sc-about .box-input .droplead-form{
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}


/*############################ sc-about ###################################*/