/* comingsoon_09 - Colorlib
 * Every style this snippet uses, and nothing else. No framework, no build step.
 */

/* Keeps a host page's framework base styles (Bootstrap's reboot) off this
   snippet: every element starts from the browser default, then this sheet
   styles it. On its own page it changes nothing. */
:where(html) :is(html,body,div,span,p,a,h1,h2,h3,h4,h5,h6,label,input,select,option,optgroup,textarea,button,form,fieldset,legend,ul,ol,li,dl,dt,dd,figure,figcaption,section,article,header,footer,nav,main,aside,strong,b,em,i,small,sub,sup,blockquote,pre,code,picture,progress,output,summary,details,address,abbr,mark), :is(html, body) {
  all: revert;
}
:where(html) input::-webkit-datetime-edit,
:where(html) input::-webkit-datetime-edit-fields-wrapper,
:where(html) input::-webkit-datetime-edit-text,
:where(html) input::-webkit-datetime-edit-month-field,
:where(html) input::-webkit-datetime-edit-day-field,
:where(html) input::-webkit-datetime-edit-year-field {
  all: revert;
}
:where(html) :is(img, svg) {
  vertical-align: revert;
}
:where(html) :is(img, table, thead, tbody, tfoot, tr, th, td, caption, hr, iframe, video) {
  box-sizing: revert;
}
:where(html) img {
  border-style: revert;
}
:where(html) table {
  border-collapse: revert;
  caption-side: revert;
}
:where(html) caption {
  padding-top: revert;
  padding-bottom: revert;
  color: revert;
  text-align: revert;
}
:where(html) th {
  text-align: revert;
}
:where(html) :is(thead, tbody, tfoot, tr, td, th) {
  border-color: revert;
  border-style: revert;
  border-width: revert;
}
:where(html) hr {
  margin: revert;
  color: revert;
  background-color: revert;
  border: revert;
  opacity: revert;
  height: revert;
  overflow: revert;
}

@media print {
  :is(*, html) {
    text-shadow: none !important;
    box-shadow: none !important;
  }
}

:is(*, html) {
  box-sizing: inherit;
}

:is(*, html) {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fa {
  display: inline-block;
  line-height: 1;
  font-size: inherit;
  font-style: normal;
}

.cl-icon {
  height: 1em;
  width: auto;
  fill: currentColor;
  display: inline-block;
}

@media print {
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  h3 {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

::after,
::before {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

h3 {
  margin-top: 0;
  margin-bottom: .5rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.h3,
h3 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.show>a {
  outline: 0;
}

*:before,
*:after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #666666;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

h3 {
  margin: 0px;
}

.p-t-22 {
  padding-top: 22px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-9 {
  padding-bottom: 9px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-120 {
  padding-bottom: 120px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-80 {
  padding-right: 80px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-l-3 {
  margin-left: 3px;
}

.m-r-3 {
  margin-right: 3px;
}

.m-r-30 {
  margin-right: 30px;
}

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

.w-full {
  width: 100%;
}

.trans-04 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.flex-w,
.flex-c-m,
.flex-sb-m,
.flex-col-c,
.flex-col-c-m,
.flex-col-c-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-w {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-c-m {
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.flex-sb-m {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.flex-col-c {
  -ms-align-items: center;
  align-items: center;
}

.flex-col-c-m {
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.flex-col-c-sb {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.flex-col-c,
.flex-col-c-m,
.flex-col-c-sb {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

@font-face {
  font-family: Poppins-Regular;

  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
}

@font-face {
  font-family: Poppins-Thin;

  src: url('../fonts/Poppins-Thin.woff2') format('woff2');
}

@font-face {
  font-family: Poppins-Black;

  src: url('../fonts/Poppins-Black.woff2') format('woff2');
}

.simpleslide100 {
  display: block;
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.simpleslide100-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.s1-txt1 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

.m1-txt1 {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #555;
  line-height: 1.2;
  text-transform: uppercase;
}

.l1-txt1 {
  font-family: Poppins-Thin;
  font-size: 72px;
  line-height: 1.1;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 15px;
}

.l1-txt2 {
  font-family: Poppins-Black;
  font-size: 120px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  min-width: 140px;
  height: 50px;
}

.size3 {
  width: 36px;
  height: 36px;
}

.wsize1 {
  width: 195px;
}

.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.where1 {
  align-self: flex-start;
}

.overlay1 {
  position: relative;
  z-index: 1;
}

.overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #7579ff;
  background: -webkit-linear-gradient(bottom, #b224ef, #7579ff);
  background: -o-linear-gradient(bottom, #b224ef, #7579ff);
  background: -moz-linear-gradient(bottom, #b224ef, #7579ff);
  background: linear-gradient(bottom, #b224ef, #7579ff);
  opacity: 0.3;
}

.overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
}

.wrappic1 {
  display: block;
  flex-grow: 1;
}

.wrappic1 img {
  max-width: 100%;
}

.how-btn1 {
  padding: 0 15px;
  background-color: #fff;
  border-radius: 25px;
}

.how-btn1:hover {
  background-color: #555555;
  color: #fff;
}

.how-social {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
}

.how-social:hover {
  background-color: #fff;
  color: #555;
}

@media (max-width: 576px) {
  .p-lr-15-sm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .respon1 {
    font-size: 45px;
  }
}
