@charset "UTF-8";



@font-face {
    font-family: 'din_alternatebold';
    src: url('../fonts/din_alternate_bold-webfont.woff2') format('woff2'),
         url('../fonts/din_alternate_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_condensed';
    src: url('../fonts/din_condensed-webfont.woff2') format('woff2'),
         url('../fonts/din_condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Base on Eric Meyer Css Reset  */
/**
 * Initialization all html tag default value
 */
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;
  vertical-align: baseline;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6{
  font-weight: normal;
}
/* Initialization tag
   ========================================================================== */
/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
 
html, body {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 
/**
 * setting page default font siez
 * font-size: 62.5%; -->  10 ÷ 16 × 100% = 62.5%
 */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
 
body {
  font-size: 12px;
  font-size: 1.2rem;
  color: #222;
  line-height: 1.6;
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}
ol, ul {
  list-style: none;
}
 
blockquote, q {
  quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
hr {
  height: 0;
}
 
/* Embedded content
   ========================================================================== */
img, embed, object {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
 
svg:not(:root) {
  overflow: hidden;
}
 
/* Forms
   ========================================================================== */
input, select {
  vertical-align: middle;
}
 
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  border-radius: 0;
  outline: none;
  border: none;
}
/*clean ie select arrow*/
select::-ms-expand { display: none; }
button, input, optgroup, select, textarea {
  margin: 0;
}
 
input[type="submit"], input[type="radio"], input[type="checkbox"], input[type="button"], input[type="reset"] {
  cursor: pointer;
}
 
input[type="radio"], input[type="checkbox"] {
  padding: 0;
}
 
button, select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: transparent;
  border:none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
 
-webkit-appearance: none;
 
}
textarea { 
  -webkit-appearance: none;
  resize: none;
  display: block;
}  
 
/* Links
   ========================================================================== */
a {
  text-decoration: none;
  background-color: transparent;
  transition: all .1s ;
}
a:active, a:hover {
  outline: 0;
}
 
/* lists
   ========================================================================== */
/**
 * clear ol, ul list style
 */
ul, li, ol {
  list-style: none;
}
 
/* box-sizing
   ========================================================================== */
/**
 * clear all box-sizing setting
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}



.col-12 {
  flex: 0 0 auto;
  width: 100%
}

@media (min-width:576px) {
  .col-sm-12 {
      flex: 0 0 auto;
      width: 100%
  }
}

@media (min-width:768px) {
  .col-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%
  }

  .col-md-10 {
      flex: 0 0 auto;
      width: 83.33333333%
  }
}

@media (min-width:992px) {
  .col-lg-3 {
      flex: 0 0 auto;
      width: 25%
  }

  .col-lg-9 {
      flex: 0 0 auto;
      width: 75%
  }
}

@media (min-width:1200px) {
  .col-xl-3 {
      flex: 0 0 auto;
      width: 25%
  }

  .col-xl-9 {
      flex: 0 0 auto;
      width: 75%
  }
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}
container {
  width: 100%;

  margin-right: auto;
  margin-left: auto
}

@media (max-width:768px) {
  .container {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      margin-right: auto;
      margin-left: auto
}
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2)
}



.col-12 {
  flex: 0 0 auto;
  width: 100%
}



@media (min-width:768px) {
  .col-md-2 {
      flex: 0 0 auto;
      width: 16.6666666667%
  }

  .col-md-10 {
      flex: 0 0 auto;
      width: 83.3333333333%
  }
}

@media (min-width:992px) {
  .col-lg-3 {
      flex: 0 0 auto;
      width: 25%
  }

  .col-lg-9 {
      flex: 0 0 auto;
      width: 75%
  }
}

@media (min-width:1200px) {
  .col-xl-3 {
      flex: 0 0 auto;
      width: 25%
  }

  .col-xl-9 {
      flex: 0 0 auto;
      width: 75%
  }
}

/*1. global css */

html,
body {
    overflow-x: hidden;
}

.text-center {
    text-align: center;
}

body {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: var(--pracolor);
    margin: 0;
    direction: ltr;
    unicode-bidi: embed;
}

h2 {
    font-family: "Outfit", sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 500;
    transition: .5s;
    color: var(--titlecolor);
    margin: 0 0 10px;
    font-size: 22px;
}

h2 {
    font-size: 24.03px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    color: var(--linkcolor);
}

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

a:hover {
    color: var(--brcolor);
}

button:focus {
    border-color: transparent;
    outline-color: transparent;
}

*::-moz-selection {
    text-shadow: none;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

::-moz-placeholder {
    font-size: 16px;
}

::-webkit-input-placeholder {
    font-size: 16px;
}

:-ms-input-placeholder {
    font-size: 16px;
}

.sttwo {
    padding: 10px 0 10px 0;
}
