/* ---------------------------------------------------------
Reset Css: uxcoding@gmail.com
--------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;

}

::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: #ffffff;
  background-color: #000000;
}

html {
  line-height: 20px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'robotoregular', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01rem;
  direction: ltr;
  text-align: left;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
  color: #242424;
  background-color: #ffffff;
}

p {
  margin-bottom: 16px;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.01rem;
  color: #666666;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

img {
  outline: 0;
  border: 0;
  display: block;
}

a {
  outline: 0;
  text-decoration: none;
  transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

button,
input,
select,
textarea {
  direction: ltr;
  text-align: left;
  border: 0;
  outline: 0;
  letter-spacing: .015rem;
  font-synthesis: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
}

.input-text {
  margin: 0;
  padding: 0.5rem 0.75rem;
  width: 100%;
  display: block;
  font-size: 0.95rem;
  line-height: 1.5rem;
  color: #242424;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #b1b1b1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.form-select {
  padding: 0.5rem 0.75rem;
  font-size: .95rem;
  line-height: 1.5rem;
  color: #242424;
}

/* ---------------------------------------------------------
head-Part
--------------------------------------------------------- */
.head-Part {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

/* ---------------------------------------------------------
head-Box
--------------------------------------------------------- */
.head-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.head-Bar {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  display: block;
  position: relative;
  background-color: #525252;
}

.head-lft {
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
}

.head-lft p {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  text-indent: 32px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: 27px 16px; 
  background-position: left center; 
  background-image: url("../img/delivery-truck.png");
}

.head-lft-btn {
  margin-left: 5px;
  padding: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  text-indent: 0;
  color: #ffffff;
  text-decoration: underline;
}

.head-lft-btn:hover,
.head-lft-btn:focus {
  color: #ff6600;
}

.head-rgt {
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
}

.head-rgt p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}

.head-rgt-btn {
  margin-left: 5px;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.head-rgt-btn:hover,
.head-rgt-btn:focus {
  color: #ff6600;
  text-decoration: underline;
}

/* ---------------------------------------------------------
nav-Part
--------------------------------------------------------- */
.nav-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
nav-Box
--------------------------------------------------------- */
.nav-Bar {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  display: block;
  position: relative;
  background-color: #ffffff;
}

.nav-Block {
  margin: auto;
  padding-left: calc(1.5rem * .5);
  padding-right: calc(1.5rem * .5);
  width: 100%;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}

.nav-lft {
  margin: 0;
  padding: 0;
  width: 18%;
  display: block;
}

.nav-lft-btn {
  margin: 0;
  padding: 0;
  display: block;
  color: #ff6600;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.nav-lft-btn img {
  margin: 0;
  padding: 0;
  display: block;
  width: auto;
  max-height: 42px;
}

.nav-rgt {
  margin: 0;
  padding: 0;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-rgt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.nav-rgt ul li {
  margin: 0 18px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.nav-rgt ul li a {
  margin: 0;
  padding: 8px 0;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #181818;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.nav-rgt ul li a:hover,
.nav-rgt ul li a:focus,
.nav-rgt ul li a.active {
  color: #ff6600;
}

.nav-rgt ul li:last-child {
  margin-right: 0;
}

.nav-rgt ul li:last-child a {
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 42px;
  height: 42px;
  border-radius: 50px;
  border: 1px solid #181818;
}

.nav-rgt ul li:last-child a:hover,
.nav-rgt ul li:last-child a:focus {
  color: #ffffff;
  background-color: #181818;
}

.nav-cen {
  margin: 0;
  padding: 0;
  width: 56px;
  height: 60px;
  display: none;
  cursor: pointer;
}

.nav-cen ul {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
}

.nav-cen ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
}

.nav-cen ul li:nth-child(2)::before {
  margin: -5px 0 0 0;
  padding: 0 2px 0 0;
  display: block;
  content: "Menu";
  color: #181818;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
}

.nav-cen ul li .nav-cen-icon {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  display: block;
  font-size: 0;
  line-height: unset;
  background-color: #ff6600;
}

.nav-cen.nav-change ul li:nth-child(1) {
  transform: translate(0, 15px) rotate(-45deg);
  -webkit-transform: translate(0, 15px) rotate(-45deg);
}

.nav-cen.nav-change ul li:nth-child(2) {
  opacity: 0;
}

.nav-cen.nav-change ul li:nth-child(3) {
  transform: translate(0, -15px) rotate(45deg);
  -webkit-transform: translate(0, -15px) rotate(45deg);
}



/* ---------------------------------------------------------
hero-Box
--------------------------------------------------------- */
.hero-Box {
  margin-bottom: 85px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
hero-Bar
--------------------------------------------------------- */
.hero-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  background-color: #ffffff;
}

.hero-Block {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.hero-item {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(24, 24, 24, 0.85);
}

.hero-text {
  margin: auto;
  padding-left: calc(1.5rem * .5);
  padding-right: calc(1.5rem * .5);
  width: 100%;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
}

.hero-text .hero-lft {
  margin: 0;
  padding: 0;
  width: 60%;
  display: block;
}

.hero-text .hero-lft h1 {
  margin-bottom: 29px;
  padding: 0;
  display: block;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-text .hero-lft p {
  margin-bottom: 43px;
  padding: 0;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

.hero-text .hero-lft ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

.hero-text .hero-lft ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.hero-text .hero-lft ul li a {
  margin: 0;
  padding: 0 50px;
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ff6600;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.hero-text .hero-lft ul li a:hover,
.hero-text .hero-lft ul li a:focus {
  color: #181818;
  background-color: #ffffff;
}

.hero-text .hero-lft ul li:last-child a {
  color: #181818;
  background-color: #ffffff;
}

.hero-text .hero-lft ul li:last-child a:hover,
.hero-text .hero-lft ul li:last-child a:focus {
  background-color: #ff6600;
}

.hero-text .hero-rgt {
  margin: 0;
  padding: 32px 15px 45px 15px;
  width: 32%;
  display: block;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: left top;
  background-image: url("../img/dots-bg.webp");
}

.hero-text .hero-rgt h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #181818;
}

.hero-text .hero-rgt p {
  margin-bottom: 18px;
  padding: 0;
}

.hero-case {
  margin: auto;
  padding: 0;
  width: 360px;
  display: block;
}

.hero-case .hero-case-item {
  margin-bottom: 15px;
  padding: 0;
  display: block;
}

.hero-case .hero-case-item:nth-last-child(1) {
  margin-bottom: 25px;
}

.hero-case .hero-case-item label.error {
  padding-top: 5px;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 23px;
  text-indent: 0.75rem;
  color: #ff0000;
}

.hero-case .hero-submit {
  margin: 0;
  padding: 0 50px;
  width: auto;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: #181818;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.hero-case .hero-submit:hover,
.hero-case .hero-submit:focus {
  color: #ffffff;
  background-color: #ff6600;
}

.hero-text .hero-rgt .hero-back {
  margin: 0;
  padding: 0 30px 0 30px;
  display: inline-block;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  border-radius: 50px;
  color: #181818;
  border: 1px solid #b1b1b1;
  background-color: #ffffff;
}

.hero-text .hero-rgt .hero-back:hover,
.hero-text .hero-rgt .hero-back:focus {
  color: #ffffff;
  border-color: #181818;
  background-color: #181818;
}

/* ---------------------------------------------------------
work-Box
--------------------------------------------------------- */
.work-Box {
  margin-bottom: 85px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
work-Bar
--------------------------------------------------------- */
.work-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.work-head {
  margin-bottom: 43px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.work-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.work-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.work-Bar .work-lft {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
}

.work-Bar .work-lft::before {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 24px;
  height: 230px;
  left: 50%;
  bottom: 0;
  z-index: 1;
  position: absolute;
  transform: translateX(-50%);
  background-color: #ffffff;
}

.work-Bar .work-lft::after {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  left: 0;
  top: 50%;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
  background-color: #ffffff;
}

.work-Bar .work-lft img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center center;
}

.work-rgt {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.work-rgt .work-item {
  margin: 0;
  padding: 49px 0 43px 0;
  display: block;
  text-align: center;
  background-color: #181818;
}

.work-rgt .work-item img {
  margin: auto auto 15px auto;
  padding: 0;
  width: auto;
  max-height: 40px;
}

.work-rgt .work-item h3 {
  margin-bottom: 5px;
  padding: 0;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}

.work-rgt .work-item h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

/* ---------------------------------------------------------
serv-Box
--------------------------------------------------------- */
.serv-Box {
  margin-bottom: 85px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
serv-Bar
--------------------------------------------------------- */
.serv-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.serv-head {
  margin-bottom: 43px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.serv-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.serv-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.serv-item {
  margin: 0;
  padding: 55px 25px 50px 25px;
  display: block;
  min-height: 382px;
  border-radius: 5px;
  background-color: #181818;
}

.serv-item .serv-pick {
  margin-bottom: 19px;
  padding: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6600;
  border-radius: 100px;
  outline: 5px solid rgba(255, 102, 0, .5);
}

.serv-item img {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.serv-item h3 {
  margin-bottom: 7px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif
}

.serv-item p {
  margin-bottom: 43px;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #b1b1b1;
}

.serv-item a {
  margin: 0;
  padding: 0 64px 0 30px;
  width: auto;
  height: 42px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
}

.serv-item .serv-arrow {
  margin-right: 30px;
  padding: 0;
  display: inline-block;
  font-size: 26px;
  line-height: 42px;
  right: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.serv-item a:hover,
.serv-item a:focus {
  padding-right: 70px;
  color: #181818;
  background-color: #ffffff;
}

/* ---------------------------------------------------------
how-Box
--------------------------------------------------------- */
.how-Box {
  margin-bottom: 78px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
how-Bar
--------------------------------------------------------- */
.how-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.how-head {
  margin-bottom: 43px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.how-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.how-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.how-block {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.how-block::before {
  margin: 0;
  padding: 0;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 51px;
  z-index: 1;
  position: absolute;
  border-bottom: 1px dashed #181818;
}

.how-item {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

.how-pick {
  margin: auto auto 14px auto;
  padding: 0;
  width: 102px;
  height: 102px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 150px;
  background-color: #ff6600;
  outline: 5px solid rgba(255, 102, 0, .5);
}

.how-item img {
  margin: auto;
  padding: 0;
  width: auto;
  max-height: 50px;
  object-fit: cover;
  display: block;
  text-align: center;
}

.how-text {
  margin: 0;
  padding: 0;
  display: block;
}

.how-text h3 {
  margin-bottom: 8px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #181818;
  text-align: center;
}

.how-text p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
}

/* ---------------------------------------------------------
help-Box
--------------------------------------------------------- */
.help-Box {
  margin-bottom: 100px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
help-Bar
--------------------------------------------------------- */
.help-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.help-text {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

.help-text h2 {
  margin-bottom: 5px;
  padding: 0;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.help-text p {
  margin-bottom: 43px;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  color: #181818;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.help-text a {
  margin: 0;
  padding: 0 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  border-radius: 50px;
  background-color: #181818;
}

.help-text a:hover,
.help-text a:focus {
  background-color: #ff6600;
}

.help-text img {
  margin-bottom: 50px;
  padding: 0;
  width: 100%;
  height: 360px;
  color: #181818;
  object-fit: cover;
  object-position: center center;
}

/* ---------------------------------------------------------
your-Box
--------------------------------------------------------- */
.your-Box {
  margin-bottom: 85px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
your-Bar
--------------------------------------------------------- */
.your-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.your-Bar .your-lft {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
}

.your-Bar .your-lft::before {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 24px;
  height: 230px;
  left: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  transform: translateX(-50%);
  background-color: #ffffff;
}

.your-Bar .your-lft::after {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  left: 0;
  top: 50%;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
  background-color: #ffffff;
}

.your-Bar .your-lft img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center center;
}

.your-rgt {
  margin: 0;
  padding-left: 25px;
  display: block;
  width: 100%;
  position: relative;
}

.your-head {
  margin-bottom: 32px;
  padding: 0;
  display: block;
  width: 100%;
}

.your-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.your-head p {
  margin-bottom: 8px;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.your-head p:last-child {
  margin-bottom: 0;
}

.your-text {
  margin-bottom: 43px;
  padding: 0;
  display: block;
  width: 100%;
}

.your-text h3 {
  margin-bottom: 7px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #181818;
}

.your-text p {
  margin-bottom: 7px;
  padding: 0;
}

.your-text p:nth-last-child(1) {
  margin-bottom: 0;
}

.your-foot {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.your-foot a {
  margin-right: 20px;
  padding: 0 50px;
  width: auto;
  height: 42px;
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  border: 1px solid #ff6600;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ff6600;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.your-foot a:last-child {
  margin-right: 0;
  color: #181818;
  border-color: #181818;
  background-color: transparent;
}

.your-foot a:hover {
  color: #ffffff;
  border-color: #181818;
  background-color: #181818;
}

/* ---------------------------------------------------------
test-Box
--------------------------------------------------------- */
.test-Box {
  margin-bottom: 85px;
  padding: 0;
  width: 100%;
  display: block;
}

.test-Box.sub {
  margin-bottom: 100px;
}

/* ---------------------------------------------------------
test-Bar
--------------------------------------------------------- */
.test-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.test-head {
  margin-bottom: 43px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.test-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.test-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.test-item {
  margin: 0;
  padding: 50px 25px;
  display: block;
  text-align: center;
  background-color: rgba(255, 238, 238, .35);
}

.test-item img {
  margin: auto auto 14px auto;
  padding: 0;
  display: block;
  width: 72px;
  max-width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: top center;
  border-radius: 100px;
}

.test-item h3 {
  margin-bottom: 7px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #181818;
  text-align: center;
}

.test-item h4 {
  margin-bottom: 8px;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #ff6600;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.test-item p {
  margin-bottom: 18px;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
}

.test-item ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.test-item ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.test-item ul li .test-span {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.test-item ul li .test-span img {
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* ---------------------------------------------------------
faq-Box
--------------------------------------------------------- */
.faq-Box {
  margin-bottom: 100px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
faq-Bar
--------------------------------------------------------- */
.faq-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.faq-head {
  margin-bottom: 43px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.faq-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.faq-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.faq-block {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.faq-block .faq-term {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

.faq-block .faq-term::before {
  margin: 0;
  padding: 0;
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  top: 19px;
  right: 16px;
  z-index: 1;
  position: absolute;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: transform .2s ease-out;
  -moz-transition: transform .2s ease-out;
  -webkit-transition: transform .2s ease-out;
}

.faq-block .faq-term.active::before {
  top: 22px;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.faq-block .faq-term h3 {
  margin: 0;
  padding: 10px 0;
  display: block;
  font-size: 18px;
  line-height: 28px;
  text-indent: 15px;
  cursor: pointer;
  color: #ffffff;
  background-color: #181818;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.faq-block .faq-data {
  margin: 0;
  padding: 14px 15px 18px 15px;
  display: block;
}

.faq-block .faq-data p {
  margin-bottom: 8px;
  padding: 0;
  display: block;
}

.faq-block .faq-data p:nth-last-child(1) {
  margin-bottom: 0;
}

/* ---------------------------------------------------------
foot-Box
--------------------------------------------------------- */
.foot-Box {
  margin: 0;
  padding: 100px 0 93px 0;
  width: 100%;
  display: block;
  background-color: #181818;
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: left top;
  background-image: url("../img/dots-bg.webp");
}

/* ---------------------------------------------------------
foot-Bar
--------------------------------------------------------- */
.foot-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.foot-text {
  margin-bottom: 32px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.foot-text a {
  margin-bottom: 32px;
  padding: 0;
  display: inline-block;
}

.foot-text a img {
  margin: auto;
  padding: 0;
  display: block;
  width: auto;
  max-height: 50px;
}

.foot-text ul {
  margin-bottom: 9px;
  padding: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.foot-text ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.foot-text ul li a {
  margin: 0;
  padding-left: 14px;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  position: relative;
}

.foot-text ul li a::before {
  margin: 0;
  padding: 0;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  left: 0;
  top: 10px;
  z-index: 1;
  position: absolute;
  border-radius: 10px;
  border: 1px solid #686868;
}

.foot-text ul li a:hover,
.foot-text ul li a:focus {
  color: #ff6600;
}

.foot-text p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  color: #b1b1b1;
}

.foot-info {
  margin-bottom: 43px;
  padding: 0;
  display: block;
}

.foot-info ul {
  margin: 0;
  padding: 0;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-info ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.foot-info ul li a {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  color: #b1b1b1;
  display: inline-block;
}

.foot-info ul li a:hover,
.foot-info ul li a:focus {
  color: #ffffff;
}

.foot-follow {
  margin: 0;
  padding: 0;
  display: block;
}

.foot-follow ul {
  margin: 0;
  padding: 0;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-follow ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.foot-follow ul li a {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.foot-follow ul li a img {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.foot-follow ul li a img.foot-show {
  display: block;
}

.foot-follow ul li a img.foot-hide {
  display: none;
}

.foot-follow ul li a:hover img.foot-hide,
.foot-follow ul li a:focus img.foot-hide {
  display: block;
}

.foot-follow ul li a:hover img.foot-show,
.foot-follow ul li a:focus img.foot-show {
  display: none;
}

/* ---------------------------------------------------------
copy-Box
--------------------------------------------------------- */
.copy-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
copy-Bar
--------------------------------------------------------- */
.copy-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  border-top: 1px solid #242424;
  background-color: #181818;
}

.copy-text {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}

.copy-text p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 52px;
  color: #686868;
}

/* ---------------------------------------------------------
banner-Box
--------------------------------------------------------- */
.banner-Box {
  margin-bottom: 85px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
banner-Bar
--------------------------------------------------------- */
.banner-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.banner-pick {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.banner-pick img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 2000px;
  height: 380px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.banner-text {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}

.banner-txt {
  margin: auto;
  padding: 39px 0 43px 0;
  width: 100%;
  max-width: 620px;
  display: block;
  text-align: center;
  background-color: rgba(24, 24, 24, 0.85);
}

.banner-txt h1 {
  margin-bottom: 4px;
  padding: 0;
  display: block;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
}

.banner-txt ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.banner-txt ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.banner-txt ul li a {
  margin: 0;
  padding-left: 15px;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  color: #ff6600;
  position: relative;
}

.banner-txt ul li a::before {
  margin: 0;
  padding: 0;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  left: 0;
  top: 10px;
  z-index: 1;
  position: absolute;
  border-radius: 10px;
  border: 1px solid #ffffff;
}

.banner-txt ul li a:hover,
.banner-txt ul li a.active {
  color: #ffffff;
}

/* ---------------------------------------------------------
about-Box
--------------------------------------------------------- */
.about-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
about-Bar
--------------------------------------------------------- */
.about-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.about-head {
  margin-bottom: 43px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.about-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.about-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

/* ---------------------------------------------------------
over-Box
--------------------------------------------------------- */
.over-Box {
  margin-bottom: 85px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
over-Bar
--------------------------------------------------------- */
.over-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.over-item {
  margin: 0px;
  padding: 50px 0 42px 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #181818;
}

.over-item .over-icon {
  margin: auto auto 18px auto;
  padding: 0;
  width: 64px;
  height: 64px;
  display: flex;
  border-radius: 120px;
  background-color: #ffffff;
}

.over-item .over-icon img {
  margin: auto;
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  object-fit: cover;
}

.over-item .over-span {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #ff6600;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;  
}

.over-item h2 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;  
}

/* ---------------------------------------------------------
why-Box
--------------------------------------------------------- */
.why-Box {
  margin-bottom: 85px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
why-Bar
--------------------------------------------------------- */
.why-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.why-head {
  margin-bottom: 43px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.why-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.why-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.why-item {
  margin: 0;
  padding: 55px 25px 50px 25px;
  display: block;
  min-height: 402px;
  border-radius: 5px;
  background-color: #181818;
}

.why-item .why-pick {
  margin-bottom: 19px;
  padding: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6600;
  border-radius: 100px;
  outline: 5px solid rgba(255, 102, 0, .5);
}

.why-item img {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.why-item h3 {
  margin-bottom: 7px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;  
}

.why-item p {
  margin-bottom: 43px;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #b1b1b1;
}

.why-item a {
  margin: 0;
  padding: 0 64px 0 30px;
  width: auto;
  height: 42px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
}

.why-item .why-arrow {
  margin-right: 30px;
  padding: 0;
  display: inline-block;
  font-size: 26px;
  line-height: 42px;
  right: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.why-item a:hover,
.why-item a:focus {
  padding-right: 70px;
  color: #181818;
  background-color: #ffffff;
}

/* ---------------------------------------------------------
vision-Box
--------------------------------------------------------- */
.vision-Box {
  margin-bottom: 78px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
vision-Bar
--------------------------------------------------------- */
.vision-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.vision-head {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.vision-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.vision-head p {
  margin-bottom: 43px;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.vision-item {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.vision-item .vision-icon {
  margin: auto auto 17px auto;
  padding: 0;
  width: 42px;
  height: 42px;
  display: flex;
  border-radius: 120px;
  background-color: #ffffff;
}

.vision-item .vision-icon img {
  margin: auto;
  padding: 0;
  width: 42px;
  height: 42px;
  display: flex;
  object-fit: cover;
}

.vision-item h2 {
  margin-bottom: 7px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #181818;
  text-transform: uppercase;
}

.vision-item p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
}

/* ---------------------------------------------------------
price-Box
--------------------------------------------------------- */
.price-Box {
  margin-bottom: 85px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
price-Bar
--------------------------------------------------------- */
.price-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.price-head {
  margin-bottom: 43px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.price-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.price-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.price-lft {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
}

.price-lft::before {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 24px;
  height: 283px;
  left: 50%;
  bottom: 0;
  z-index: 1;
  position: absolute;
  transform: translateX(-50%);
  background-color: #ffffff;
}

.price-lft::after {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  left: 0;
  top: 50%;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
  background-color: #ffffff;
}

.price-lft img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  max-height: 566px;
  object-fit: cover;
  object-position: center center;
}

.price-rgt {
  margin: 0;
  padding: 37px 20px 50px 20px;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  background-color: #181818;
}

.price-rgt h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.price-rgt p {
  margin-bottom: 18px;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #b1b1b1;
}

.price-case {
  margin: auto;
  padding: 0;
  width: 100%;
  display: block;
}

.price-case .price-case-item {
  margin-bottom: 15px;
  padding: 0;
  display: block;
}

.price-case .price-case-item label.error{
  margin: 0;
  padding: 5px 0 0;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  text-indent: 0.75rem;
  color: #ff6600;
}

.price-case .price-case-item .input-text{
  color: #ffffff;
  border: 1px solid #b1b1b1;
  background-color: #181818;
}

.price-case .price-case-item .input-text:focus{
  border: 1px solid #ffffff;
}

.price-case .price-submit {
  margin: 0;
  padding: 0 50px;
  width: auto;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  color: #ffffff;
  background-color: #ff6600;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.price-case .price-submit:hover,
.price-case .price-submit:focus {
  color: #181818;
  background-color: #ffffff;
}

.price-rgt .price-back {
  margin-top: 10px;
  padding: 0 30px 0 30px;
  display: inline-block;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  border-radius: 50px;
  color: #b1b1b1;
  border: 1px solid #b1b1b1;
  background-color: #181818;
}

.price-rgt .price-back:hover,
.price-rgt .price-back:focus {
  color: #181818;
  border-color: #ffffff;
  background-color: #ffffff;
}

/* ---------------------------------------------------------
disc-Box
--------------------------------------------------------- */
.disc-Box {
  margin-bottom: 100px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
disc-Bar
--------------------------------------------------------- */
.disc-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.disc-head {
  margin-bottom: 43px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.disc-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.disc-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.disc-item {
  margin: 0;
  padding: 55px 25px 50px 25px;
  display: block;
  min-height: 484px;
  border-radius: 5px;
  background-color: #181818;
}

.disc-item .disc-pick {
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disc-item img {
  margin: 0;
  padding: 0;
  width: auto;
  max-height: 100px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.disc-item img.sub {
  margin-top: 28px;
  max-height: 72px;
}

.disc-item ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.disc-item ul li {
  margin-bottom: 20px;
  padding: 0;
  display: block;
  list-style: none;
}

.disc-item ul li .disc-span {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 42px;
  text-indent: 25px;
  color: #181818;
  position: relative;
  border-radius: 50px;
  background-color: #ffffff;
  outline: 5px solid rgba(177, 177, 177, .5);
}

.disc-item ul li .disc-span::before {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  left: 10px;
  top: 17px;
  z-index: 1;
  position: absolute;
  border-radius: 20px;
  border: 2px solid #ff6600;
}

/* ---------------------------------------------------------
cont-Box
--------------------------------------------------------- */
.cont-Box {
  margin-bottom: 100px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
cont-Bar
--------------------------------------------------------- */
.cont-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.cont-head {
  margin-bottom: 43px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.cont-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.cont-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.cont-lft {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 530px;
  position: relative;
  background-color: #ffffff;
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: left top;
  background-image: url("../img/dots-bg.webp");  
}

.cont-block {
  margin: 0;
  padding: 50px 25px;
  display: block;
  width: 100%;
  max-width: 480px;
  border: 5px solid #181818;
  background-color: #ffffff;
}

.cont-block h2 {
  margin-bottom: 15px;
  padding: 0;
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #181818;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.cont-block ul {
  margin: 0;
  padding: 0;
  display: block;
}

.cont-block ul li {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  border-top: 1px dashed #181818;
}

.cont-block ul li:last-child {
  border-bottom: 1px dashed #181818;
}

.cont-block ul li .cont-span {
  margin-right: 10px;
  padding: 0;
  display: inline-block;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #181818;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.cont-block ul li a {
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #181818;
}

.cont-block ul li a:hover,
.cont-block ul li a:focus,
.cont-block ul li a.active {
  color: #ff6600;
}

.cont-rgt {
  margin: 0;
  padding: 37px 20px 50px 20px;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  background-color: #181818;
}

.cont-rgt h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.cont-rgt p {
  margin-bottom: 18px;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #b1b1b1;
}

.cont-case {
  margin: auto;
  padding: 0;
  width: 100%;
  display: block;
}

.cont-case .cont-case-item {
  margin-bottom: 15px;
  padding: 0;
  display: block;
}

.cont-case .cont-case-item label.error {
  margin: 0;
  padding: 5px 0 0;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  text-indent: 0.75rem;
  color: #ff6600;
}

.cont-case .cont-case-item .input-text{
  color: #ffffff;
  border: 1px solid #b1b1b1;
  background-color: #181818;
}

.cont-case .cont-case-item .input-text.cont-area{
  height: 120px;
}

.cont-case .cont-case-item .input-text:focus{
  border: 1px solid #ffffff;
}

.cont-case .cont-submit {
  margin: 0;
  padding: 0 50px;
  width: auto;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  color: #ffffff;
  background-color: #ff6600;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.cont-case .cont-submit:hover,
.cont-case .cont-submit:focus {
  color: #181818;
  background-color: #ffffff;
}

.cont-rgt .cont-back {
  margin-top: 10px;
  padding: 0 30px 0 30px;
  display: inline-block;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  border-radius: 50px;
  color: #b1b1b1;
  border: 1px solid #b1b1b1;
  background-color: #181818;
}

.cont-rgt .cont-back:hover,
.cont-rgt .cont-back:focus {
  color: #181818;
  border-color: #ffffff;
  background-color: #ffffff;
}

/* ---------------------------------------------------------
modal-part
--------------------------------------------------------- */
.modal-part {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50000000000 !important;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;  
  background-color: rgba(0, 0, 0, 0.75);
}

/* ---------------------------------------------------------
modal-Box
--------------------------------------------------------- */
.modal-Box {
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 640px;
  min-height: 522px;
  display: flex;
  left: 50%;
  top: 50%;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.modal-Bar {
  margin: auto;
  padding: 30px 45px 45px 45px;
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #181818;
}

.modal-close {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  right: 16px;
  top: 16px;
  z-index: 1;
  position: absolute;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  background-color: #181818;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/close.png");
}

.modal-close .modal-btn {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
}

.modal-head {
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.modal-head h2 {
  margin-bottom: 0px;
  padding: 0;
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
  text-transform: uppercase;
}

.modal-head h3 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  text-transform: capitalize;
}

.modal-head h3 a {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #ffcc33;
}

.modal-head h3 a:hover,
.modal-head h3 a:focus {
  color: #ffffff;
}

.modal-head p {
  margin: 0;
  padding: 0;
  color: #b1b1b1;
}

.modal-line {
  margin: 9px 0 5px 0;
  padding: 0;
  width: 100%;
  display: block;
  height: 1px;
  font-size: 0;
  line-height: unset;
  background-color: #ffffff;  
}

.modal-body {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.modal-case {
  margin: auto;
  padding: 0;
  display: block;
  width: 100%;
  max-width: 480px;
}

.modal-case .modal-item {
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.modal-case .modal-item:nth-last-child(1) {
  margin: 0;
  padding: 0;
  text-align: center;
}

.modal-case .modal-item .input-text {
  color: #ffffff;
  background-color: #181818;  
}

.modal-case .modal-item .input-text.modal-area {
  height: 100px;
}

.modal-case .modal-item label.error {
  margin: 0;
  padding: 5px 0 0;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  text-indent: 0.75rem;
  color: #ff6600;
}

.modal-case .modal-item .modal-submit {
  margin: 0;
  padding: 0 50px;
  width: auto;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: #ff6600;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;  
}

.modal-case .modal-item .modal-submit:hover,
.modal-case .modal-item .modal-submit:focus {
  color: #181818;
  background-color: #ffffff;
}

.rm-scroll {
  overflow: hidden;
  padding-right: 17px 
}

/* ---------------------------------------------------------
ups-Box
--------------------------------------------------------- */
.ups-Box {
  margin-bottom: 85px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
ups-Bar
--------------------------------------------------------- */
.ups-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.ups-lft {
  margin: 0;
  padding: 35px 25px 50px 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgba(255, 238, 238, .35);
}

.ups-head {
  margin-bottom: 32px;
  padding: 0;
  display: block;
  width: 100%;
}

.ups-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.ups-head p {
  margin-bottom: 8px;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.ups-head p:last-child {
  margin-bottom: 0;
}

.ups-foot {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.ups-foot a {
  margin-right: 20px;
  padding: 0 50px;
  width: auto;
  height: 42px;
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  border: 1px solid #ff6600;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ff6600;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.ups-foot a:last-child {
  margin-right: 0;
  color: #181818;
  border-color: #181818;
  background-color: transparent;
}

.ups-foot a:hover {
  color: #ffffff;
  border-color: #181818;
  background-color: #181818;
}

.ups-rgt {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
}

.ups-rgt::before {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 24px;
  height: 230px;
  left: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  transform: translateX(-50%);
  background-color: #ffffff;
}

.ups-rgt::after {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  left: 0;
  top: 50%;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
  background-color: #ffffff;
}

.ups-rgt img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  object-position: center center;
}

/* ---------------------------------------------------------
key-Box
--------------------------------------------------------- */
.key-Box {
  margin-bottom: 85px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
key-Bar
--------------------------------------------------------- */
.key-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.key-head {
  margin-bottom: 43px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.key-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.key-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.key-item {
  margin: 0;
  padding: 0;
  display: block;
  min-height: 506px;
  background-color: #181818;
}

.key-item .key-pick {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-item img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 280px;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.key-text {
  margin: 0;
  padding: 19px 15px 30px 15px;
  display: block;
  text-align: left;
}

.key-text h3 {
  margin-bottom: 7px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif
}

.key-text p {
  margin-bottom: 23px;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #b1b1b1;
}

.key-text a {
  margin: 0;
  padding: 0 64px 0 30px;
  width: auto;
  height: 42px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
}

.key-text .key-arrow {
  margin-right: 30px;
  padding: 0;
  display: inline-block;
  font-size: 26px;
  line-height: 42px;
  right: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.key-text a:hover,
.key-text a:focus {
  padding-right: 70px;
  color: #181818;
  background-color: #ffffff;
}

/* ---------------------------------------------------------
when-Box
--------------------------------------------------------- */
.when-Box {
  margin-bottom: 100px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
when-Bar
--------------------------------------------------------- */
.when-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.when-head {
  margin-bottom: 43px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.when-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.when-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.when-block {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: flex;
  border-radius: 10px;
  border: 1px solid #ff6600;
  background-color: rgba(255, 238, 238, .35);
}

.when-item {
  margin: 0;
  padding: 42px 25px 43px 25px;
  width: 100%;
  flex: 1;
  border-right: 1px solid #ff6600;
}

.when-item:last-child {
  border-right: 0;
}

.when-text {
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
}

.when-text .when-span {
  margin-bottom: 11px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #181818;
}

.when-text h3 {
  margin-bottom: 12px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #181818;
}

.when-text p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
}

/* ---------------------------------------------------------
cost-Box
--------------------------------------------------------- */
.cost-Box {
  margin-bottom: 85px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
cost-Bar
--------------------------------------------------------- */
.cost-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.cost-lft {
  margin: 0;
  padding: 35px 25px 50px 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgba(255, 238, 238, .35);
}

.cost-head {
  margin-bottom: 43px;
  padding: 0;
  display: block;
  width: 100%;
}

.cost-head h2 {
  margin-bottom: 6px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #181818;
}

.cost-head p {
  margin-bottom: 32px;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.cost-head p:last-child {
  margin-bottom: 0;
}

.cost-head ul {
  margin: 0 0 0 18px;
  padding: 0;
  display: block;
}

.cost-head ul li {
  margin: 0;
  padding: 0;
  list-style: disc;
}

.cost-head ul li span {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.cost-foot {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.cost-foot a {
  margin-right: 20px;
  padding: 0 50px;
  width: auto;
  height: 42px;
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  border: 1px solid #ff6600;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ff6600;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.cost-foot a:last-child {
  margin-right: 0;
  color: #181818;
  border-color: #181818;
  background-color: transparent;
}

.cost-foot a:hover {
  color: #ffffff;
  border-color: #181818;
  background-color: #181818;
}

.cost-rgt {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.cost-item {
  margin: 0;
  padding: 22px 25px 22px 25px;
  width: 100%;
  flex: 1;
}

.cost-pick {
  margin-bottom: 15px;
  padding: 0;
  width: 32px;
  height: 32px;
  display: block;
}

.cost-pick img {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.cost-item h3 {
  margin-bottom: 7px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #181818;
}

.cost-item p {
  margin: 0;
  padding: 0;
  display: block;
}
