<<<<<<< HEAD

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

/*---------------------------------------------*/
a {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p, li {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
}

ul, li {
    margin: 0;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

/*textarea:focus, input:focus {*/
/*    border-color: transparent !important;*/
/*}*/

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #555555;
}

input:-moz-placeholder {
    color: #555555;
}

input::-moz-placeholder {
    color: #555555;
}

input:-ms-input-placeholder {
    color: #555555;
}

textarea::-webkit-input-placeholder {
    color: #555555;
}

textarea:-moz-placeholder {
    color: #555555;
}

textarea::-moz-placeholder {
    color: #555555;
}

textarea:-ms-input-placeholder {
    color: #555555;
}

label {
    margin: 0;
    display: block;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #e5e5e5;
    line-height: 1.5;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.wrap-login100 {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-login-form {
  width: 60%;
}
.slider-login100 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider {
  width: 90%;
}
/*custom tab slider*/
.slide-tab {
  height: 8px !important;
  width: 56px !important;
  margin-right: 10px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: #00b14f !important;
}
.carousel-indicators .active {
  background: #00b14f;
}

.wrap-login100 .image {
  margin-bottom: 50px;
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
    width: 100%;
    border-radius: 10px;
}

.login100-form-logo {
    font-size: 60px;
    color: #333333;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}

.login100-form-title {
    font-family: Roboto;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    /*position: relative;*/
    /*border-bottom: 1px solid #e6e6e6;*/
    /*padding: 29px 0;*/
    margin: 5px 0;
}
.wrap-input100>span {
  font-weight: 450;
  font-size: 14px;
}
.input {
  border: 1px solid #efefef;
  padding: 6px 10px;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  background: #fff;
}
.input i {
  color: #00b14f !important;
}
.input:focus {
  border: 1px solid red;
}
input {
  border: none;
  padding: 8px;
  width: 90%;
  outline: none;
}
.button-submit {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  height: 54px;
  background-color: #00b14f;
  color: #fff;
  margin: 15px 0;
}
.register {
  display: flex;
  justify-content: space-between;
}
.register a {
  color: #00b14f;
  text-decoration: none;
}
.input100 {
    font-size: 20px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    padding: 0 10px 0 80px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: #d41872;
    background: -webkit-linear-gradient(left, #a445b2, #d41872, #fa4299);
    background: -o-linear-gradient(left, #a445b2, #d41872, #fa4299);
    background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
    background: linear-gradient(left, #a445b2, #d41872, #fa4299);
}

.focus-input100::after {
    font-family: Linearicons-Free;
    font-size: 18px;
    color: #999999;

    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 35px;


    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus {
    padding-left: 60px;
}

.input100:focus + .focus-input100::after {
    left: 23px;
    color: #d41872;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::after {
    left: 23px;
    color: #d41872;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

.has-val.input100 {
    padding-left: 60px;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 42px;
    border-radius: 21px;

    background: #d41872;
    background: -webkit-linear-gradient(left, #a445b2, #d41872, #fa4299);
    background: -o-linear-gradient(left, #a445b2, #d41872, #fa4299);
    background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
    background: linear-gradient(left, #a445b2, #d41872, #fa4299);
    position: relative;
    z-index: 1;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    background-color: #555555;
    top: 0;
    left: 0;
    opacity: 0;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background-color: transparent;
}

.login100-form-btn:hover:before {
    opacity: 1;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    font-family: Roboto;
    font-weight: bold;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;

    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.image-slide img {
  max-width: 100%;
  height: auto;
  padding: 50px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

.password-reset a:hover {
    color: #000;
    font-weight: 500;
}

@media only screen and (max-width: 1280px) {
  .wrap-login-form {
    width: 75%;
  }
  .carousel {
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .alert-validate::before {
      visibility: visible;
      opacity: 1;
  }

  .container-login100 {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .wrap-login100 .image {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .wrap-login-form {
    width: 90vmin;
  }
}



=======
/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Times New Roman", Times, serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

textarea {
  max-height: 160px !important;
}

.banner {
  padding-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  max-width: 120rem;
  margin: 0 auto;
  height: 652px;
}

.banner-form {
  position: relative;
  padding: 0 1rem;
  -webkit-box-flex: 384;
  flex-grow: 384;
  flex-basis: 0%;
  background-color: #f5f5f5;
  height: 652px;
}

.banner-text {
  color: #fff;
  -webkit-box-flex: 696;
  flex-grow: 696;
  flex-basis: 0%;
  height: 652px;
  position: relative;
  z-index: 1;
}

.banner-text img {
  width: 100%;
  height: 652px;
}

.banner-text-content {
  position: absolute;
  top: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 652px;
  padding: 0px 20px;
  text-align: center;
  z-index: 2;
  background-color: rgba(0,0,0,0.25);
}

.banner-text-content h1 {
  font-size: 3.5rem;
  line-height: 4rem;
}

.banner-text-content p {
  font-size: 2.5rem;
  line-height: 3rem;
}

.banner-form-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 652px;
  padding: 0px 20px;
  text-align: center;
}

.banner-form-content .box {
  max-width: 352px;
  width: 100%;
}

.banner-form-header {
  margin-bottom: 3px;
}

.banner-form-content .logo {
  margin-bottom: 5px;
  width: 100px;
}

.txt-red {
  color: #cc003d;
}

.txt-blue {
  color: #1E90FF;
}

.txt-yellow {
  color: #ffff00;
}

.btn-nk {
  color: #fff !important;
  background-color: #cc003d !important;
  border-color: #cc003d !important;
}

.item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item .img {
  float: left;
  width: 120px;
  margin-right: 20px;
}

.item .img img {
  width: 110px;
}

.item .content {
  width: calc(100% - 140px);
  float: left;
}

.item .content p {
  margin: 0;
}

.item .item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.item .item-header h2 {
  margin-left: 15px;
  width: calc(100% - 62px);
  color: #cc003d;
  font-size: 2.8rem;
  line-height: 3rem;
}

.fab {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  overflow: hidden;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  line-height: 46px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.fab.red {
  background-color: #cc003d;
}

.nk-container {
  max-width: 1520px;
}

.benefits p, .steps p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.benefits h1, .steps h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}

.banner-nk {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-nk img {
  height: 105px;
}

.banner-nk img:first-child {
  margin-right: 120px;
}

.mes-success {
  font-size: 3rem;
  line-height: 3.5rem;
}

/*Loading*/
.box-lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  height: auto;
  padding: 70px 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 990;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1020;
}

.box-lightbox.open {
  visibility: visible;
  opacity: 1;
}

.box-lightbox h1 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 1em;
  font-weight: 300;
  color: #8e8e8e;
}

body.in-iframe .box-lightbox {
  top: -2100px;
}

.loading-bro {
  margin: 50px auto;
  width: 150px;
}

#load {
  width: 150px;
  animation: loading 3s linear infinite;
}

#load #loading-inner {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 10;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  animation: loading-circle 2s linear infinite;
  stroke: #51bba7;
  fill: transparent;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

/*
End loading
*/

.info-more {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1rem;
}

.mt, .bd, .pos, .hcm, .ps, .hn {
  margin: 10px 0px;
}


@media (max-width: 991.98px) {
  .banner-text-content h1 {
    font-size: 2.75rem;
    line-height: 3rem;
  }

  .banner-text-content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 800px) {
  .banner-text-content h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .banner-text-content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .banner-nk img {
    height: 80px;
  }

  .banner-nk img:first-child {
    margin-right: 80px;
  }
}

@media (max-width: 650px) {
  .banner-text-content h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .banner-text-content p {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .banner-nk img {
    height: 70px;
  }

  .banner-nk img:first-child {
    margin-right: 70px;
  }

  .banner {
    display: block;
    height: auto;
  }
}

@media (max-width: 500px) {
  .banner-text-content h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .banner-text-content p {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .banner-nk img {
    height: 50px;
  }

  .banner-nk img:first-child {
    margin-right: 7px;
  }

  .banner {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .item .img {
    width: 80px;
    margin-right: 10px;
  }

  .item .img img {
    width: 70px;
  }

  .item .item-header h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .benefits h1, .steps h1, .services h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .services h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .benefits p, .steps p, .services p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

>>>>>>> 984ed31c1c38266c59d190b9cc7c526948d3610b
