@font-face {
    font-family: "ColfaxAI";
    src: url(../fonts/ColfaxAIRegular.woff2?v=2.0.0) format("woff2"), url(../fonts/ColfaxAIRegular.woff?v=2.0.0) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "ColfaxAI";
    src: url(../fonts/ColfaxAIRegularItalic.woff2?v=2.0.0) format("woff2"), url(../fonts/ColfaxAIRegularItalic.woff?v=2.0.0) format("woff");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: "ColfaxAI";
    src: url(../fonts/ColfaxAIBold.woff2?v=2.0.0) format("woff2"), url(../fonts/ColfaxAIBold.woff?v=2.0.0) format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "ColfaxAI";
    src: url(../fonts/ColfaxAIBoldItalic.woff2?v=2.0.0) format("woff2"), url(../fonts/ColfaxAIBoldItalic.woff?v=2.0.0) format("woff");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: "Charter";
    src: url(../fonts/Charter-Regular.woff2) format("woff2"), url(../fonts/Charter-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Charter";
    src: url(../fonts/Charter-Italic.woff2) format("woff2"), url(../fonts/Charter-Italic.woff) format("woff");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: "Charter";
    src: url(../fonts/Charter-Bold.woff2) format("woff2"), url(../fonts/Charter-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Charter";
    src: url(../fonts/Charter-BoldItalic.woff2) format("woff2"), url(../fonts/Charter-BoldItalic.woff) format("woff");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: "IconsAI";
    src: url(../fonts/IconsAI.woff2?v=2.1.3) format("woff2"), url(../fonts/IconsAI.woff?v=2.1.3) format("woff");
    font-weight: normal;
    font-style: normal
}

@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
.container, .container-sm, .container-md {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../../fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: Roboto;
    src: url('../../fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('../../fonts/roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: Roboto-Bold;
    src: url('../../fonts/roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: Roboto-Thin;
    src: url('../../fonts/roboto/Roboto-Thin.ttf');
}


@media (min-width: 576px) {
  .container, .container-sm, .container-md {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md {
    max-width: 1140px;
  }
}

.container-sm {
  max-width: 640px;
}

.container-md {
  max-width: 960px;
}

/* A flex grid to be used as a backup in case display grid
   is not supported in the browser. */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.grid .grid-col-sm-1, .grid .grid-col-sm-2, .grid .grid-col-sm-3, .grid .grid-col-sm-4, .grid .grid-col-sm-5, .grid .grid-col-sm-6, .grid .grid-col-sm-7, .grid .grid-col-sm-8, .grid .grid-col-sm-9, .grid .grid-col-sm-10, .grid .grid-col-sm-11, .grid .grid-col-sm-12, .grid .grid-col-sm,
.grid .grid-col-sm-auto, .grid .grid-col-md-1, .grid .grid-col-md-2, .grid .grid-col-md-3, .grid .grid-col-md-4, .grid .grid-col-md-5, .grid .grid-col-md-6, .grid .grid-col-md-7, .grid .grid-col-md-8, .grid .grid-col-md-9, .grid .grid-col-md-10, .grid .grid-col-md-11, .grid .grid-col-md-12, .grid .grid-col-md,
.grid .grid-col-md-auto, .grid .grid-col-lg-1, .grid .grid-col-lg-2, .grid .grid-col-lg-3, .grid .grid-col-lg-4, .grid .grid-col-lg-5, .grid .grid-col-lg-6, .grid .grid-col-lg-7, .grid .grid-col-lg-8, .grid .grid-col-lg-9, .grid .grid-col-lg-10, .grid .grid-col-lg-11, .grid .grid-col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .grid .grid-col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid .grid-col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid .grid-col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .grid-col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid .grid-col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid .grid-col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .grid-col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid .grid-col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid .grid-col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .grid-col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid .grid-col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid .grid-col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .grid .grid-col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid .grid-col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid .grid-col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .grid-col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid .grid-col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid .grid-col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .grid-col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid .grid-col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid .grid-col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .grid-col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid .grid-col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid .grid-col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .grid .grid-col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid .grid-col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid .grid-col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .grid-col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid .grid-col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid .grid-col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .grid-col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid .grid-col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid .grid-col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .grid-col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid .grid-col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid .grid-col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* If the grid is supported then I will use that, if not then
the display flex can serve as a backup. */
@supports (display: grid) {
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1rem;
    -ms-flex-wrap: none;
        flex-wrap: none;
    margin-right: none;
    margin-left: none;
  }
  .grid > [class^="grid-col-"] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
  .grid .grid-col-sm-1, .grid .grid-col-sm-2, .grid .grid-col-sm-3, .grid .grid-col-sm-4, .grid .grid-col-sm-5,
  .grid .grid-col-sm-6, .grid .grid-col-sm-7, .grid .grid-col-sm-8, .grid .grid-col-sm-9, .grid .grid-col-sm-10,
  .grid .grid-col-sm-11, .grid .grid-col-sm-12, .grid .grid-col-md-1, .grid .grid-col-md-2, .grid .grid-col-md-3,
  .grid .grid-col-md-4, .grid .grid-col-md-5, .grid .grid-col-md-6, .grid .grid-col-md-7, .grid .grid-col-md-8,
  .grid .grid-col-md-9, .grid .grid-col-md-10, .grid .grid-col-md-11, .grid .grid-col-md-12, .grid .grid-col-lg-1,
  .grid .grid-col-lg-2, .grid .grid-col-lg-3, .grid .grid-col-lg-4, .grid .grid-col-lg-5, .grid .grid-col-lg-6,
  .grid .grid-col-lg-7, .grid .grid-col-lg-8, .grid .grid-col-lg-9, .grid .grid-col-lg-10, .grid .grid-col-lg-11,
  .grid .grid-col-lg-12 {
    grid-column: span 12;
  }
  @media (min-width: 544px) {
    .grid .grid-col-sm-12 {
      grid-column: span 12;
    }
    .grid .grid-col-sm-11 {
      grid-column: span 11;
    }
    .grid .grid-col-sm-10 {
      grid-column: span 10;
    }
    .grid .grid-col-sm-9 {
      grid-column: span 9;
    }
    .grid .grid-col-sm-8 {
      grid-column: span 8;
    }
    .grid .grid-col-sm-7 {
      grid-column: span 7;
    }
    .grid .grid-col-sm-6 {
      grid-column: span 6;
    }
    .grid .grid-col-sm-5 {
      grid-column: span 5;
    }
    .grid .grid-col-sm-4 {
      grid-column: span 4;
    }
    .grid .grid-col-sm-3 {
      grid-column: span 3;
    }
    .grid .grid-col-sm-2 {
      grid-column: span 2;
    }
    .grid .grid-col-sm-1 {
      grid-column: span 1;
    }
  }
  @media (min-width: 768px) {
    .grid .grid-col-md-12 {
      grid-column: span 12;
    }
    .grid .grid-col-md-11 {
      grid-column: span 11;
    }
    .grid .grid-col-md-10 {
      grid-column: span 10;
    }
    .grid .grid-col-md-9 {
      grid-column: span 9;
    }
    .grid .grid-col-md-8 {
      grid-column: span 8;
    }
    .grid .grid-col-md-7 {
      grid-column: span 7;
    }
    .grid .grid-col-md-6 {
      grid-column: span 6;
    }
    .grid .grid-col-md-5 {
      grid-column: span 5;
    }
    .grid .grid-col-md-4 {
      grid-column: span 4;
    }
    .grid .grid-col-md-3 {
      grid-column: span 3;
    }
    .grid .grid-col-md-2 {
      grid-column: span 2;
    }
    .grid .grid-col-md-1 {
      grid-column: span 1;
    }
  }
  @media (min-width: 992px) {
    .grid .grid-col-lg-12 {
      grid-column: span 12;
    }
    .grid .grid-col-lg-11 {
      grid-column: span 11;
    }
    .grid .grid-col-lg-10 {
      grid-column: span 10;
    }
    .grid .grid-col-lg-9 {
      grid-column: span 9;
    }
    .grid .grid-col-lg-8 {
      grid-column: span 8;
    }
    .grid .grid-col-lg-7 {
      grid-column: span 7;
    }
    .grid .grid-col-lg-6 {
      grid-column: span 6;
    }
    .grid .grid-col-lg-5 {
      grid-column: span 5;
    }
    .grid .grid-col-lg-4 {
      grid-column: span 4;
    }
    .grid .grid-col-lg-3 {
      grid-column: span 3;
    }
    .grid .grid-col-lg-2 {
      grid-column: span 2;
    }
    .grid .grid-col-lg-1 {
      grid-column: span 1;
    }
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Roboto', serif !important;
  font-weight: 300;
  color: #fefffe;
  /*background: #111;*/
  background: #f0f4f9;
}
/*body p {
    font-size: 1.125rem;
    font-size: 1.4rem;
    font-family: 'Roboto', serif;
    font-weight: 300;
    color: #fefffe !important;
    line-height: 1.7rem;
    margin-bottom: 1.5rem;
}*/
p {
  font-size: 1.125rem;
  font-size: 1.4rem;
  font-family: 'Roboto', serif;
  font-weight: 300;
  color: #fefffe !important;
  line-height: 1.6rem;
  /*margin-bottom: 1.5rem;*/
  margin-bottom: .7rem;
}
/*.bodyT {*/
  /*font-size: 1.125rem;*/
  /*font-size: 1.4rem;
  line-height: 1.7rem;*/
  /*margin-bottom: 1.5rem;*/
  /*font-family: 'Roboto', serif;
  font-weight: 300;
  color: #fefffe;*/
  /*background: #111;*/
/*}*/
html {
  font-size: 0.8rem;
}

@media (min-width: 544px) {
  html {
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 1rem;
  }
}

button, .btn {
  cursor: pointer;
}

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

.section-title {
  color:#ffffff;
  font-weight: 500;
  /*text-transform: uppercase;*/
  /*margin-bottom: 2rem;*/
  margin-bottom: .2rem !important;
}
.section-title1 {
    color: #000000;
    font-weight: 500;
    margin-bottom: .2rem !important;
}

/*.section-bg1a {
    width: 100%;
    height: 455px;
    border-top:5px solid #212121;
    background-color: #ffffff;
}*/
.section-bg1a {
    width: 100%;
    /*height: 385px;*/
    border-top: 5px solid #212121;
    background-color: #ffffff;
}
.section-bg1 {
    width: 100%;
    height: 430px;
    background-image: url('../../images/buy/zeoz_header.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #111;
}
.section-bg2 {
    width: 100%;
    height: 400px;
    background-image: url('../../images/buy/zeoz_offers1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #111;
}
.section-bg2a {
    width: 100%;
    height: 400px;
    background-image: url('../../images/buy/zeoz_offers1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #111;
}
.section-bg3 {
    width: 100%;
    height: 400px;
    background-color: #111;
}
.section-bg4 {
    width: 100%;
    height: 400px;
    background-image: url('../../images/buy/zeoz_automation1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #111;
}
.section-bg5 {
    width: 100%;
    height: 400px;
    background-image: url('../../images/buy/zeoz_providers.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #111;
}

.display-flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 544px) {
  .display-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.btn {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem 5rem;
  margin: 1.5625rem 0 0;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: transparent;
  text-decoration: none;
}

.btn-outline-teal, .btn-outline-purple {
  color: #00d8b2;
  border: 2px solid #00d8b2;
}

.btn-outline-teal:hover, .btn-outline-purple:hover {
  background-color: #00d8b2;
  color: #ffffff;
}

.btn-outline-purple {
  color: #5458FF;
  border: 2px solid #5458FF;
}

.btn-outline-purple:hover {
  background-color: #5458FF;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

h1 {
  font-weight: 700;
  font-family: inherit;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: inherit;
}

h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: inherit;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: inherit;
}
.h3 {
    color:#000000;
    font-size: 1.75rem;
    font-weight: 400;
    font-family: inherit;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.content-wrapper-sm {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.content-wrapper {
  position: relative;
  /*padding: 5rem 20%;*/
  padding: 2rem 20% 4rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /*background-color:#111;*/
}

.wrap-login100 {
    width: 850px !important;
    /*min-height: 410px !important;*/
    min-height: 320px !important;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    /*padding: 8px 0px 6px 0px;*/
    padding: 8px 3px 6px 2px;
}
.wrap-inside {
    width: 100% !important;
    min-height: 300px !important;
    border-radius: 0px 0px 25px 25px;
    overflow: hidden;
    background: #fff;
    padding: 10px 6px 10px 6px;
    margin: 0px 0px 0px 0px;
}
.lg_gen_h1a {
    position: relative;
    float: left;
    left: 0px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    border-bottom: 1px solid #e5eaf0;
    padding: 0px 20px 5px 20px;
    margin: 0px 0px 0px 0px;
}
.lg_gen_h1b {
    position: relative;
    float: left;
    left: 0px;
    font-size: 34px;
    text-align: left;
    color: #000000;
    padding: 0px 0px;
    margin: 2px 0px 5px 0px;
}
.lg_gen_h1c {
    position: relative;
    float: left;
    left: 0px;
    font-size: 26px;
    text-align: left;
    color: #000000;
    padding: 0px 0px;
    margin: 0px 0px 2px 0px;
}
.lg_gen_spc1 {
  position: relative;
  float:left;
  left: 0px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}
.login_b_btn1 {
	font-size: 13px;
  text-align:left;
	color:#0c5dcd;
  text-decoration: none;
	padding: 0px 0px;
	margin:0px 0px 5px 0px;
}
.login_b_btn1:hover {
  color: #0c5dcd;
  border-radius:20px;
  background: #ecf2fc;
}
.lg_gen_T {
  line-height: 18px;
  font-size: 13px;
  color: #000;
  font-family: inherit;
  font-weight: 500;
  text-decoration:none;
  padding: 0px;
  margin: 0px;
}
.lg_gen_T_btn1a {
  line-height: 18px;
  font-size: 13px;
  color: #0c5dcd;
  font-family: inherit;
  font-weight: 500;
  text-decoration:none;
  padding: 0px;
  margin: 0px;
}
.lg_gen_T_btn1a:hover {
	color: #0c5dcd;
  text-decoration:underline;
}
.lg_gen_btn1a {
  display: inline-block;
  line-height: 36px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  border:1px solid #0c5dcd;
  background: #0c5dcd;
  font-size: 14px;
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  text-decoration:none;
  padding: 0 18px;
  margin-top: 5px;
  margin-bottom: 12px;
}
.lg_gen_btn1a:hover {
    color: #fff;
  background: #0f53b2;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.boxScroll {
    overflow-y: auto;
    /*height:200px;*/
    /*height: calc(100vh - 320px);*/
    height: calc(65vh - 320px);
    z-index: 1000;
    padding: 0px;
    margin: 0px;
}
.lg_gen_sh1a {
    position: relative;
    float: left;
    left: 0px;
    font-size: 15px;
    text-align: justify;
    color: #000000 !important;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
} !
.soci_btn1 {
	width:100%;
    height: 48px;
	display: inline-block;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
    border:2px solid #eaeaea;
	background: #ffffff;
	text-decoration:none;
    padding: 0 33px;
	margin: auto 0px;
}
.soci_btn1:hover {
	color: #fff;
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.soci_btn_img1 {
    width: 80%;
    height: auto;
    padding: 7px 0px 11px 40px;
    margin: auto 5px;
}

/************* updated signin start ***********/

.boxsi {
	width: 300px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0px;
}
.boxsi h1 {
	font-size:2.6rem;
	font-weight:400;
	margin: 0 0 95px;
	padding: 0;
	color: #000000;
	text-align:center;
}

.boxsi h2 {
	font-size:1.9rem;
	font-weight:600;
	margin: 0 0 30px;
	padding: 0;
	color: #000000;
	text-align:center;
}
.boxsi h3 {
	font-size:1rem;
	font-weight:400;
	color: #000000;
	text-align:left;
	line-height:24px;
	letter-spacing:-.35px;
	padding: 0;
	margin: 0 0 20px;
}

.boxsi p {
	margin-bottom: 0;
}
.boxsi p:nth-child(even) {
 margin-top: 0;
}
.boxsi .input-box {
	position: relative;
}
.boxsi .input-box input {
	width: 100%;
	padding: 15px 10px;
	font-size: 16px;
	margin-bottom: 20px;
	color: #000000;
	border-radius: 3px 3px 3px 3px;
	border:1px solid #c2c8d0;
	outline: none;
	letter-spacing: 1px;
	background: transparent;
}
.boxsi .input-box input:focus {
	width: 100%;
	padding: 15px 10px;
	font-size: 16px;
	margin-bottom: 20px;
	color: #000000;
	border-radius: 3px 3px 3px 3px;
	border:1px solid #1e78e5;
	outline: none;
	letter-spacing: 1px;
	background: transparent;
}
.boxsi .input-box label {
	position: absolute;
	color: #000000;
	font-size: 15px;
	font-weight:400;
	top: 0;
	left: 0;
	padding: 15px 20px;
	pointer-events: none;
 transition: .5s;
}
.boxsi .input-box input:focus ~ label, .boxsi .input-box input:valid ~ label {
 top: -22px;
 left: 8px;
 color: #1e78e5;
 font-size: 15px;
 background:#FFF;
 padding: 5px 4px;
 margin:8px 0px 0px 0px;
}
.boxsi input[type=submit] {
	font-size:16px;
	width:100%;
	background: transparent;
	border:1px solid #dfdfdf;
	outline: none;
	background: #f8f8f8;
	color: #666666;
	padding: 20px 20px;
	cursor: pointer;
	border-radius: 100px;
}
.boxsi_btn {
	width: 100%;
	font-size: 16px;
	font-weight:400;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
    letter-spacing:.8px;
	display:inline-block;
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
	border:1px solid #1f77e7;
	background-color:#1f77e7;
	padding: 12px 10px;
	margin:0px 0px 0px 0px;
}
.boxsi_btn:hover {
	color:#ffffff;
	text-decoration:none;
	border:1px solid #176ede;
	background-color:#176ede;
}

.boxsi_t1 {
	font-size:.92rem;
	font-weight:400;
	color: #000000;
	text-align:center;
	line-height:24px;
	letter-spacing:-.35px;
	padding: 0;
	margin: 15px 0px 0px 0px;
}

.boxsi_t1_lnk {
	font-size:.92rem;
	font-weight:400;
	color: #1f77e7;
	text-align:center;
	line-height:24px;
	text-decoration:none;
	letter-spacing:-.35px;
	padding: 0;
	margin: 15px 0 20px;
}
.boxsi_t1_lnk:hover {
	color:#176ede;
	text-decoration:none;
}
.floating-form {
    /*width: 310px;*/
    width: 100%;
}
.floating-form-su {
    width: 100%;
}

/****  floating-Lable style start ****/
.floating-label {
    position: relative;
    /*margin-bottom: 20px;*/
    margin-bottom: 12px;
}

.floating-input, .floating-select {
    font-size: 16px;
    color: #000000 !important;
    /*padding:4px 4px;*/
    padding: 24px 10px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #c2c8d0 !important;
}

    .floating-input:focus, .floating-select:focus {
        outline: none;
        color: #000000 !important;
        border: 1px solid #1f77e7 !important;
        /*border-bottom:2px solid #5264AE;*/
    }

label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -10px;
    font-size: 14px;
    color: #1f77e7;
    background: #ffffff;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 14px;
    color: #5264AE;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/****  floating-Lable style end ****/


/************* updated signin ends ***********/

.content-wrapper-lg {
  position: relative;
  padding: 7rem 20%;
  /*padding: 12rem 20%;*/
  width: 100%;
  margin: 0 auto;
}

.content-wrapper-cn {
    position: relative;
    padding: 2.2rem 20%;
    width: 100%;
    border-top:1px solid rgba(220, 220, 220, 0.3);
    background:#fff;
    margin: 0 auto;
}
.content-btnot {
    position: relative;
    float:left;
    padding: 0.2rem 0rem 5rem 0rem;
    width: 100%;
}
.content-ttl1 {
    font-family:Charter,Georgia,serif !important;
    color: #000000;
    font-size: 38px !important;
    font-weight: 500 !important;
    text-align: left;
    margin-bottom: 0.7rem !important;
}
.content-txt1 {
    font-family: "ColfaxAI",-apple-system,BlinkMacSystemFont,Helvetica,sans-serif !important;
    color: #000000;
    font-size: 20px !important;
    font-weight: 300 !important!;
    font-family: inherit;
    text-align: left;
    margin-bottom: 0.6rem !important;
    line-height: 1.6;
}

.contact-form .form-group {
  z-index: 1;
  margin-top: 1.5rem;
}

.contact-form .form-group input, .contact-form .form-group textarea {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #00d8b2;
  border-radius: 0;
  color: #00d8b2;
  outline: none;
  display: block;
  width: 100%;
}

.contact-form .form-group input:focus, .contact-form .form-group textarea:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form .form-group input:focus ~ label,
.contact-form .form-group input:valid ~ label,
.contact-form .form-group textarea:focus ~ label,
.contact-form .form-group textarea:valid ~ label {
  top: -1.1rem;
  left: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.contact-form .form-group label {
  position: absolute;
  top: 0.5rem;
  left: 0.8rem;
  color: #fefffe;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.contact-form .form-group textarea {
  resize: none;
}

#menu-button {
  cursor: pointer;
  padding: 0.5rem;
  display: block;
}

@media (min-width: 768px) {
  #menu-button {
    display: none;
  }
}

#menu-button .bar1, #menu-button .bar2, #menu-button .bar3 {
  width: 35px;
  height: 3px;
  background-color: #fefffe;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 5px);
          transform: rotate(-45deg) translate(-8px, 5px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
}

.main-nav {
  display: block;
  padding: 1rem 2rem;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: #111;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}

.main-nav > .content-wrapper-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .main-nav {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.main-nav .navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.main-nav .nav-links {
  position: relative;
  top: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  overflow: hidden;
  height: 0;
  background: transparent;
}

@media (min-width: 768px) {
  .main-nav .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}

/*.main-nav .nav-links li {
  margin: 1rem;
  text-align: center;
}

.main-nav .nav-links li a {
  color: #fefffe;
  display: block;
  text-decoration: none;
}

.main-nav .nav-open {
  position: absolute;
  top: 133%;
  width: 100%;
  display: block;
  height: auto;
  background: #111;
}

.main-nav .nav-open li {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main-nav .nav-open li a {
  padding: 2rem 0;
}

.fixed-nav {
  background: #111;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}*/
/*
header1 {
  position: relative;
  height: 76vh;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}*/

/*header h1 {
  font-size: 3.25rem;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}
*/
.banner1 {
    position: relative;
    height: 76vh;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner1 h1 {
    font-size: 3.25rem;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 544px) {
  header h1 {
    font-size: 4.25rem;
  }
}

@media (min-width: 768px) {
  header h1 {
    font-size: 6.25rem;
  }
}

header h2 {
  font-weight: 300;
  font-size: 1.5rem;
}

.img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  z-index: -1;
}

#map {
  height: 350px;
  width: 100%;
}

/*footer {
  padding: 2rem;
}

footer .social-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .social-links ul li {
  margin: 1rem;
  text-align: center;
}

footer .social-links ul li a {
  font-size: 1.5rem;
  color: #fefffe;
  display: block;
}
*/

/************************** XS Starts************************/

@media (max-width:767px) {

    .content-wrapper-cn {
        position: relative;
        padding: 2.2rem 20%;
        width: 100%;
        border-top: 1px solid rgba(220, 220, 220, 0.3);
        background: #fff;
        margin: 0 auto;
    }

    .content-ttl1 {
        color: #000000;
        font-size: 22px;
        font-weight: 500;
        text-align: left;
        padding: 0px 25px 0px 25px;
        margin-bottom: 0.7rem !important;
    }

    .content-txt1 {
        color: #000000;
        font-size: 18px;
        font-weight: 400;
        font-family: inherit;
        text-align: left;
        line-height: 1.3;
        padding: 0px 25px 0px 25px;
        margin-bottom: 0.6rem !important;
    }

    .content-wrapper {
        position: relative;
        padding: 1.5rem 3.5%;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .content-wrapper-cn {
        position: relative;
        padding: 2.0rem 2%;
        width: 100%;
        border-top: 1px solid rgba(220, 220, 220, 0.3);
        background: #fff;
        margin: 0 auto;
    }
    .section-bg1a {
        width: 100%;
        /*height: 250px;*/
        border-top: 5px solid #212121;
        background-color: #ffffff;
    }
    .boxsi_t1 {
        font-size: 1.2rem;
        font-weight: 400;
        color: #000000;
        text-align: center;
        line-height: 24px;
        letter-spacing: -.35px;
        padding: 0;
        /*margin: 15px 0 20px;*/
        margin: 15px 20px 0px 20px;
    }

    .boxsi_t1_lnk {
        font-size: 1.2rem;
        font-weight: 400;
        color: #1f77e7;
        text-align: center;
        line-height: 24px;
        text-decoration: none;
        letter-spacing: -.35px;
        padding: 0;
        margin: 15px 20px 0px 20px;
    }
        .boxsi_t1_lnk:hover {
            color: #176ede;
            text-decoration: none;
        }
    .boxsi_t2_lnk {
        font-size: 1.2rem;
        font-weight: 400;
        color: #1f77e7;
        text-align: center;
        line-height: 24px;
        text-decoration: none;
        letter-spacing: -.35px;
        padding: 0;
        margin: 0px 20px 0px 20px;
    }
        .boxsi_t2_lnk:hover {
            color: #176ede;
            text-decoration: none;
        }

    .boxsi_btn {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        letter-spacing:.8px;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px 3px 3px 3px;
        border: 1px solid #1f77e7;
        background-color: #1f77e7;
        padding: 12px 5px;
        margin: 0px 0px 0px 0px;
    }

        .boxsi_btn:hover {
            color: #ffffff;
            text-decoration: none;
            border: 1px solid #176ede;
            background-color: #176ede;
        }

}