/* config include */
/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*opacity*/
/*opacity- end*/
/* reset files */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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%;
  font: inherit;
  vertical-align: baseline;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

html {
  font-family: "Montserrat", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "Montserrat-Regular";
  background: rgba(246, 240, 237, 0.4);
  font-size: 1.6rem;
  width: 100%;
  color: #000000;
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
}

a {
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
  color: #231f20;
}

P {
  font-size: 2rem;
  line-height: 3.2rem;
  font-family: "Montserrat-Regular";
  color: #58595b;
}
@media only screen and (max-width: 768px) {
  P {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  P {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.main {
  width: 100%;
  overflow-x: hidden;
  margin-top: 14.1rem;
}
.main.landing-main {
  margin-top: 0;
  background: url("../resources/images/landing-bg.png") repeat-y 0px 0px transparent;
  background-size: auto;
  padding-bottom: 0rem;
}

.cm-line-break {
  display: block;
}

.set-bg {
  background-size: cover;
}
.set-bg .fetch-img-src {
  display: none;
}

.cm-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}
.cm-overlay.active {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.container {
  max-width: 117rem;
  margin: 0px auto;
}

.cm-mobile {
  display: none !important;
}

.cm-desktop {
  display: block !important;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

.select-label {
  position: relative;
}
.select-label:before {
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-40%);
  color: #f48322;
  font-size: 1.9rem;
  line-height: 2.6rem;
}

.home-main {
  margin-top: 14.1rem;
}

@media only screen and (min-width: 1600px) {
  html {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }

  .container {
    max-width: 100%;
    width: 100%;
    padding: 0px 1.8rem;
  }

  .cm-mobile {
    display: block !important;
  }

  .cm-desktop {
    display: none !important;
  }

  .main {
    margin-top: 0px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  html {
    font-size: 7px;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  html {
    font-size: 6px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 80%;
  }

  html {
    font-size: 13px;
  }
}
.btn {
  display: inline-block;
  font-family: "Montserrat-Regular";
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  color: #f48322;
  min-width: 24rem;
  padding: 1.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .btn {
    min-width: 21rem;
  }
}
.btn.btn-disable {
  cursor: none;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-link {
  padding: 0rem;
  font-family: "Montserrat-SemiBold";
  min-width: auto;
}
@media only screen and (max-width: 768px) {
  .btn.btn-link {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.btn.btn-default {
  background: #f48322;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Montserrat-ExtraBold";
  border-radius: 1px;
  border: 2px solid transparent;
}
.btn.btn-outline {
  background: transparent;
  color: #f48322;
  border: 2px solid #f48322;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Montserrat-ExtraBold";
  border-radius: 1px;
}
.btn.btn-landing {
  background: #BC9B65;
  padding: 1.7rem 3.8rem;
  border-radius: 14px;
  color: #ffffff;
  font-size: 3rem;
  line-height: 3.4rem;
}

.bs-sec {
  padding: 12rem 0rem;
}
@media only screen and (max-width: 768px) {
  .bs-sec {
    padding: 4.8rem 0rem;
  }
}
.bs-sec .sec-head {
  margin-bottom: 7rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bs-sec .sec-head {
    margin-bottom: 3rem;
  }
}
.bs-sec .sec-head.typ-left {
  text-align: left;
}
.bs-sec .sec-head.typ-left .sec-desc {
  margin: 2rem 0px 0px;
}
.bs-sec .sec-head.typ-media {
  text-align: left;
  width: 44.6%;
}
@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-media {
    width: 100%;
  }
}
.bs-sec .sec-head.typ-media .sec-title {
  line-height: 6.2rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-media .sec-title {
    line-height: 3.6rem;
  }
}
.bs-sec .sec-head.typ-contact .sec-desc {
  max-width: 91.5%;
  margin: 4rem 0 0;
  text-align: left;
}
.bs-sec .sec-head.typ-left-sm {
  margin-bottom: 1.6rem;
}
.bs-sec .sec-head.typ-left-sm .sec-title {
  text-align: left;
  font-size: 3.6rem;
  line-height: 5.7rem;
}
@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-left-sm .sec-title {
    font-size: 2.1rem;
    line-height: 3.1rem;
  }
}
.bs-sec .sec-head.typ-prodcut {
  background: #F1F0EA;
  padding: 3.2rem 0rem;
  margin-bottom: 0rem;
}
@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-prodcut {
    padding: 1.9rem 0 2rem;
  }
}
.bs-sec .sec-head.typ-prodcut .sec-title {
  font-size: 3.8rem;
  line-height: 4.6rem;
  margin-bottom: 1.3rem;
  font-family: "Montserrat-Regular";
  color: #231f20;
}
@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-prodcut .sec-title {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 0.7rem;
  }
}
.bs-sec .sec-head.typ-prodcut .desc {
  font-size: 1.7rem;
  line-height: 2.3rem;
  font-family: "Montserrat-Light";
  color: #000000;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .bs-sec .sec-head.typ-prodcut .desc {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.bs-sec .sec-title {
  font-size: 4.6rem;
  line-height: 4.8rem;
  font-family: "Montserrat-Bold";
  color: #231f20;
}
@media only screen and (max-width: 768px) {
  .bs-sec .sec-title {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.bs-sec .sec-desc {
  max-width: 80rem;
  margin: 2rem auto 0rem;
}
@media only screen and (max-width: 768px) {
  .bs-sec .sec-desc {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.bs-sec.typ-bg {
  background: #f0eee9;
}
.bs-sec.typ-magazine {
  padding: 6rem 0rem;
}
@media only screen and (max-width: 768px) {
  .bs-sec.typ-magazine {
    padding: 5rem 0rem;
  }
}
.bs-sec.typ-prod {
  padding: 0;
}
.bs-sec .sec-cont.white-bg {
  background: #ffffff;
  padding: 11.7rem 0rem 8.7rem;
}
@media only screen and (max-width: 768px) {
  .bs-sec .sec-cont.white-bg {
    padding: 5rem 0rem 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .bs-swiper .swiper-container {
    padding-bottom: 8rem;
  }
}
.bs-swiper.typ-testimonials {
  position: relative;
  margin-left: 10%;
}
.bs-swiper.typ-testimonials .swiper-container {
  padding-left: 7.8rem;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-testimonials .swiper-container {
    margin-left: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-testimonials .swiper-wrapper {
    margin: -1.9rem;
  }
}
.bs-swiper.typ-testimonials .swiper-slide {
  width: 71rem !important;
  margin: 0 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-testimonials .swiper-slide {
    width: 29.4rem !important;
    margin: 0rem 1rem !important;
  }
}
.bs-swiper.typ-testimonials .swiper-btn {
  position: absolute;
  left: -2rem;
  width: 9rem;
  height: 100%;
  background: #fbf9f8;
  top: 0;
  display: block;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-testimonials .swiper-btn {
    left: 50%;
    width: auto;
    height: auto;
    bottom: -11px;
    top: auto;
    right: 0;
    margin: 0px auto;
    text-align: center;
    transform: translateX(-39%);
    background: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-swiper.typ-testimonials .swiper-btn {
    transform: translateX(-55%);
  }
}
.bs-swiper.typ-testimonials .swiper-button-next,
.bs-swiper.typ-testimonials .swiper-button-prev {
  margin: 0px auto;
  text-align: center;
  left: 2rem;
  right: initial;
  width: auto;
  height: auto;
  margin: 0rem;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-testimonials .swiper-button-next,
.bs-swiper.typ-testimonials .swiper-button-prev {
    width: 3rem;
  }
}
.bs-swiper.typ-testimonials .swiper-button-next:after,
.bs-swiper.typ-testimonials .swiper-button-prev:after {
  content: none;
}
.bs-swiper.typ-testimonials .swiper-button-next .icon,
.bs-swiper.typ-testimonials .swiper-button-prev .icon {
  width: 5.4em;
  height: 3.1rem;
}
.bs-swiper.typ-testimonials .swiper-button-next {
  top: 33%;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-testimonials .swiper-button-next {
    top: auto;
    left: 5rem;
    bottom: 0;
  }
}
.bs-swiper.typ-testimonials .icon-next-arrow {
  background: url("../resources/images/icon-next.svg") no-repeat 0px 0px transparent;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-testimonials .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 1rem;
  }
}
.bs-swiper.typ-testimonials .swiper-button-prev .icon-prev-arrow {
  background: url("../resources/images/icon-prev.svg") no-repeat 0px 0px transparent;
  background-size: contain;
}
.bs-swiper.typ-media {
  position: relative;
  margin-left: 10%;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-media {
    margin-left: 6%;
  }
}
.bs-swiper.typ-media .swiper-container {
  padding-left: 7.8rem;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-media .swiper-container {
    margin-left: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-media .swiper-wrapper {
    margin-left: 0rem;
  }
}
.bs-swiper.typ-media .swiper-slide {
  width: 37rem !important;
  margin: 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-media .swiper-slide {
    width: 29.4rem !important;
    max-width: 29.4rem;
    margin-right: 1rem !important;
  }
}
.bs-swiper.typ-media .swiper-btn {
  position: absolute;
  left: 0rem;
  width: 7rem;
  height: 100%;
  background: #fbf9f8;
  top: 0;
  display: block;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-media .swiper-btn {
    left: 50%;
    width: auto;
    height: auto;
    bottom: -11px;
    top: auto;
    right: 0;
    margin: 0px auto;
    text-align: center;
    transform: translateX(-30%);
    background: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-swiper.typ-media .swiper-btn {
    transform: translateX(-55%);
  }
}
.bs-swiper.typ-media .swiper-button-next,
.bs-swiper.typ-media .swiper-button-prev {
  margin: 0px auto;
  text-align: center;
  left: 0;
  right: initial;
  width: auto;
  height: auto;
  margin: 0rem;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-media .swiper-button-next,
.bs-swiper.typ-media .swiper-button-prev {
    width: 3rem;
  }
}
.bs-swiper.typ-media .swiper-button-next:after,
.bs-swiper.typ-media .swiper-button-prev:after {
  content: none;
}
.bs-swiper.typ-media .swiper-button-next .icon,
.bs-swiper.typ-media .swiper-button-prev .icon {
  width: 5.4em;
  height: 3.1rem;
}
.bs-swiper.typ-media .swiper-button-next {
  top: 33%;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-media .swiper-button-next {
    top: auto;
    left: 5rem;
    bottom: 0;
  }
}
.bs-swiper.typ-media .icon-next-arrow {
  background: url("../resources/images/icon-next.svg") no-repeat 0px 0px transparent;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-media .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 1rem;
  }
}
.bs-swiper.typ-media .swiper-button-prev .icon-prev-arrow {
  background: url("../resources/images/icon-prev.svg") no-repeat 0px 0px transparent;
  background-size: contain;
}
.bs-swiper.typ-banner .swiper-container {
  overflow: initial;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-banner .swiper-container {
    margin-left: -1.9rem;
    margin-right: -1.9rem;
    padding: 0;
  }
}
.bs-swiper.typ-banner .swiper-slide-active .banner-cont .banner-title,
.bs-swiper.typ-banner .swiper-slide-active .banner-cont .banner-desc,
.bs-swiper.typ-banner .swiper-slide-active .banner-cont .act-btn {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.bs-swiper.typ-banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #d5cab3;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-banner .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bs-swiper.typ-banner .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
.bs-swiper.typ-banner .swiper-pagination-bullet:first-child {
  margin-left: 0px;
}
.bs-swiper.typ-banner .swiper-pagination-bullets {
  width: auto;
  bottom: -5rem;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-banner .swiper-pagination-bullets {
    bottom: 1rem;
    left: 2.2rem;
  }
}
.bs-swiper.typ-banner .swiper-pagination-bullet-active {
  background: #f48322;
  border: 1px solid #f48322;
}
.bs-swiper.typ-tutorial .swiper-slide {
  width: 46.5rem !important;
  margin: 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-tutorial .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    margin-right: 1rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-tutorial .swiper-container {
    margin: 0px -1rem;
  }
}
.bs-swiper.typ-tutorial .swiper-wrapper {
  margin-left: 10rem;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-tutorial .swiper-wrapper {
    margin-left: -1.8rem;
  }
}
.bs-swiper.typ-tutorial .swiper-btn {
  position: absolute;
  left: -2rem;
  width: 10.9rem;
  height: 100%;
  background: #f0eee9;
  top: 0;
  display: block;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-tutorial .swiper-btn {
    left: 50%;
    width: auto;
    height: auto;
    bottom: -11px;
    top: auto;
    right: 0;
    margin: 0px auto;
    text-align: center;
    transform: translateX(-32%);
    background: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-swiper.typ-tutorial .swiper-btn {
    transform: translateX(-55%);
  }
}
.bs-swiper.typ-tutorial .swiper-button-next,
.bs-swiper.typ-tutorial .swiper-button-prev {
  margin: 0px auto;
  text-align: center;
  left: 2rem;
  right: initial;
  width: auto;
  height: auto;
  margin: 0rem;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-tutorial .swiper-button-next,
.bs-swiper.typ-tutorial .swiper-button-prev {
    width: 3rem;
  }
}
.bs-swiper.typ-tutorial .swiper-button-next:after,
.bs-swiper.typ-tutorial .swiper-button-prev:after {
  content: none;
}
.bs-swiper.typ-tutorial .swiper-button-next .icon,
.bs-swiper.typ-tutorial .swiper-button-prev .icon {
  width: 5.4em;
  height: 3.1rem;
}
.bs-swiper.typ-tutorial .swiper-button-next {
  top: 33%;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-tutorial .swiper-button-next {
    top: auto;
    left: 5rem;
    bottom: 0;
  }
}
.bs-swiper.typ-tutorial .icon-next-arrow {
  background: url("../resources/images/icon-next.svg") no-repeat 0px 0px transparent;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-tutorial .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 1rem;
  }
}
.bs-swiper.typ-tutorial .swiper-button-prev .icon-prev-arrow {
  background: url("../resources/images/icon-prev.svg") no-repeat 0px 0px transparent;
  background-size: contain;
}
.bs-swiper.typ-explore .swiper-container {
  padding-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-explore .swiper-container {
    padding-bottom: 4rem;
  }
}
.bs-swiper.typ-explore .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.bs-swiper.typ-explore .swiper-pagination-bullet {
  width: 1.8rem;
  height: 1.8rem;
  background: #C4C4C4;
  opacity: 1;
  margin: 0;
  margin-right: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .bs-swiper.typ-explore .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.bs-swiper.typ-explore .swiper-pagination-bullet-active {
  background: #ffffff;
}

.bs-form .form-group {
  padding: 0rem 0 2rem;
  position: relative;
  min-height: 8.5rem;
}
.bs-form .form-group .form-control {
  width: 100%;
  padding: 0.4rem 3.2rem 0.4rem 0.7rem;
  font-size: 1.4rem;
  line-height: 3.5rem;
  color: #231f20;
  font-family: "Montserrat-Regular";
  border: 1px solid #949596;
  border-radius: 0.2rem;
  min-height: 4rem;
}
.bs-form .form-group .form-label {
  font-size: 1.4rem;
  line-height: 3rem;
  color: #231f20;
  font-family: "Montserrat-SemiBold";
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .bs-form .form-group .form-label {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.error-text {
  display: none;
}

.bs-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: auto;
}
.bs-radio input[type=radio]:checked + label:after {
  opacity: 1;
}
.bs-radio label {
  padding-left: 3.9rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.bs-radio label:before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 3px;
  border: 1px solid #f48322;
  top: 0;
  left: 0;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .bs-radio label:before {
    width: 1.9rem;
    height: 1.9rem;
    top: -3px;
  }
}
.bs-radio label:after {
  content: "";
  left: 1rem;
  top: 0.3rem;
  width: 0.5rem;
  height: 1.3rem;
  border: solid #f48322;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .bs-radio label:after {
    width: 0.4rem;
    height: 1rem;
    left: 0.8rem;
    top: 0rem;
  }
}
.bs-radio .input-label {
  font-size: 2.4rem;
  line-height: 2.7rem;
  color: #231f20;
  font-family: "Montserrat-Regular";
}
@media only screen and (max-width: 768px) {
  .bs-radio .input-label {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.bs-radio.typ-img label {
  padding: 0;
}
.bs-radio.typ-img label:before {
  top: 2rem;
  left: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-radio.typ-img label:before {
    top: 1rem;
    left: 1rem;
  }
}
.bs-radio.typ-img label:after {
  top: 2.4rem;
  left: 2.9rem;
}
@media only screen and (max-width: 768px) {
  .bs-radio.typ-img label:after {
    top: 1.3rem;
    left: 1.8rem;
  }
}
.bs-radio.typ-img .img-wrap {
  margin-bottom: 1.5rem;
}

.bs-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: auto;
}
.bs-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.bs-checkbox label {
  padding-left: 3.9rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.bs-checkbox label:before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 3px;
  border: 1px solid #f48322;
  top: 0;
  left: 0;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .bs-checkbox label:before {
    width: 1.9rem;
    height: 1.9rem;
    top: -3px;
  }
}
.bs-checkbox label:after {
  content: "";
  left: 1rem;
  top: 0.3rem;
  width: 0.5rem;
  height: 1.3rem;
  border: solid #f48322;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .bs-checkbox label:after {
    width: 0.4rem;
    height: 1rem;
    left: 0.8rem;
    top: 0rem;
  }
}
.bs-checkbox.typ-img label {
  padding-left: 0rem;
}
.bs-checkbox.typ-img label:before {
  top: 1rem;
  left: 1rem;
}
@media only screen and (max-width: 768px) {
  .bs-checkbox.typ-img label:before {
    top: 1rem;
  }
}
.bs-checkbox.typ-img label:after {
  left: 2rem;
  top: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .bs-checkbox.typ-img label:after {
    left: 1.8rem;
    top: 1.3rem;
  }
}
.bs-checkbox.typ-img .img-wrap {
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .bs-checkbox.typ-img .img-wrap {
    margin-bottom: 0.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-checkbox.typ-img .input-label {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.bs-checkbox .input-label {
  font-size: 2.4rem;
  line-height: 2.7rem;
  color: #231f20;
  font-family: "Montserrat-Regular";
}
@media only screen and (max-width: 768px) {
  .bs-checkbox .input-label {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.bs-select {
  position: relative;
  width: 103%;
  text-align: left;
}
.bs-select select {
  min-height: 4rem;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-family: "Montserrat-Regular";
  color: #231f20;
  padding: 0.6rem 1.6rem;
  text-transform: capitalize;
  box-sizing: border-box;
  margin: 0;
  background: #ffffff;
  box-shadow: none !important;
  outline: none;
  display: block;
  position: relative;
  z-index: 2;
  appearance: none;
  width: 100%;
}
.bs-select select:valid, .bs-select select:focus, .bs-select select:active, .bs-select select:-webkit-autofill:focus {
  background: #ffffff;
  border-color: rgba(205, 211, 215, 0.5);
}
.bs-select .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 1rem;
}
.bs-select .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #231f20;
  width: 100%;
  min-height: 4rem;
  height: 4rem;
  padding: 0.4rem 3.2rem 0.4rem 0.7rem;
  font-size: 1.4rem;
  line-height: 3.2rem;
  border: 1px solid #949596;
}
.bs-select .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
}
.bs-select .select-styled:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #f48322;
  font-size: 1.9rem;
  line-height: 2.6rem;
  z-index: 2;
  transition: 0.5s ease all;
}
.bs-select .select-styled:active:before, .bs-select .select-styled.active:before {
  transform: rotate(180deg);
  top: 1rem;
}
.bs-select .select-styled.default {
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .bs-select .select-styled {
    font-size: 1.4rem;
  }
}
.bs-select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0px 1.25px 20px 2px rgba(6, 177, 199, 0.14);
  border-radius: 0 0 0.8rem 0.8rem;
  background: #ffffff;
}
.bs-select .select-options li {
  margin: 0;
  padding: 0;
  text-indent: 1.5rem;
}
.bs-select .select-options li:hover {
  color: #ffffff;
  background: #f48322;
  border-radius: 0.5rem;
}
.bs-select .select-options li[rel=hide] {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bs-select .select-options {
    font-size: 1.4rem;
    top: 4rem;
  }
}

/* component */
.cp-custom-desing .field-label {
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 2.5rem;
  color: #231f20;
  font-family: "Montserrat-SemiBold";
}
@media only screen and (max-width: 768px) {
  .cp-custom-desing .field-label {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.9rem;
  }
}
.cp-custom-desing .form-control {
  width: 33.4rem;
  min-height: 5.9rem;
  padding: 1.7rem 4rem 1.7rem 2rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #231f20;
  font-family: "Montserrat-Regular";
  border: 1px solid #949596;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .cp-custom-desing .form-control {
    padding: 1.2rem 3rem 1.2rem 1.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 100%;
    min-height: 4.8rem;
  }
}
.cp-custom-desing .img-check-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cp-custom-desing .img-check-list .list-item {
  width: 30%;
  margin-bottom: 5rem;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .cp-custom-desing .img-check-list .list-item {
    margin-bottom: 3rem;
    width: 47%;
  }
}
.cp-custom-desing .img-check-list .list-item:hover {
  transform: scale(1.05);
}
.cp-custom-desing .check-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .cp-custom-desing .check-list {
    width: 100%;
  }
}
.cp-custom-desing .check-list .list-item {
  margin-bottom: 3.1rem;
  width: 32.33%;
}
@media only screen and (max-width: 768px) {
  .cp-custom-desing .check-list .list-item {
    width: 49%;
  }
  .cp-custom-desing .check-list .list-item.last {
    margin-bottom: 0rem;
  }
}

/* extented */
/* module */
/* layout */