@charset "UTF-8";
html, body, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

@font-face
{
    font-family: 'Ralgine';
    src: url('./fonts/Ralgine.eot'); /* IE9 Compat Modes */
    src: url('./fonts/Ralgine.eot?#iefix') format('embedded-opentype'), /* IE6–IE8 */
         url('./fonts/Ralgine.woff2') format('woff2'), /* Super Modern Browsers */
         url('./fonts/Ralgine.woff') format('woff'), /* Modern Browsers */
         url('./fonts/Ralgine.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal; /* For variable fonts */
    src: url('./fonts/Montserrat-VariableFont_wght.woff2') format('woff2');
}


@font-face 
{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold; /* For variable fonts */
    src: url('./fonts/Montserrat-VariableFont_wght.woff2') format('woff2');
}


.head1 {
    font-family: 'Montserrat', sans-serif;
}


.head2 {
    font-family: 'Ralgine', sans-serif; /* Always include a fallback like sans-serif */
}



body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

.wrap > *:not(*:root) {
  margin-left: -4px;
}

/*--- FIx for safari flexibleg grid--*/
*:focus {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

/*---Fix for wow---*/
.wow {
  visibility: hidden;
}

/*---General---*/
html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700&display=swap');

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}


body.home #pagecontent {  margin-top: 0px; }
#pagecontent {  margin-top: 100px; }

/*---Typography---*/
h1, h2, h3, h4, h5, h6, span, body, input, button, html, select, textarea, table, tr, td, ul, ol, li, p, a {
  font-family: 'Raleway', sans-serif;
}

body {
  font-size: 14px;
  line-height: 1.25em;
  background-color: #ffffff;
  color: #000000;
  height: 100%;
  width: 100%;
}

b, strong {
  font-weight: 700;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  color: unset;
}

/*---Color---*/
.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}


/*---Typography---*/

h1 {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 1.7rem;
}

h2 {
  font-size: 1.8em;
  line-height: 1.1em;
  margin-bottom: 25px;
  text-transform: uppercase;
}

h3 {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 30px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px;
  color: #231f20;
  font-weight: 500;
}

.normal-paragraph-txt {
  font-size: 1.3em;
  line-height: 1.6em;
  text-align: left;
  margin-bottom: 1.7rem;
}


.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

/*---General Mobile--*/
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
}

/* ol/ul styles  */
ul.standard-list {
  list-style-type: disc !important;
}
ol.number-list-style {
  list-style: auto; padding-left: 16px;
}
ol.number-list-style li {
  padding-left: 5px;
  margin-bottom: 8px;
}


/*---Container---*/
._container_small {
  max-width: 1020px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

._container_medium {
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

._container_large {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  ._container_large {
    max-width: 100vw;
  }
}

@media only screen and (max-width: 767px) {
  ._container_large {
    max-width: 100vw;
  }
}

/*---Spacing---*/
.padtb3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padb3 {
  padding-bottom: 3rem;
}

.padb1 {
  padding-bottom: 1rem;
}

.padt3 {
  padding-top: 3rem;
}

.padt5 {
  padding-top: 5%;
}

.padb5 {
  padding-bottom: 5%;
}

.padb5rem {
  padding-bottom: 5rem;
}

.padb15px {
  padding-bottom: 15px;
}

.padtb5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padtb5vh {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.marginb15px {
  margin-bottom: 15px;
}

.margint15px {
  margin-top: 15px;
}

.marginb5 {
  margin-bottom: 5rem;
}

.marginb3 {
  margin-bottom: 3%;
}

.margint3 {
  margin-top: 3%;
}

@media only screen and (max-width: 767px) {
  .padtb5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/*---Mobile order---*/
@media only screen and (max-width: 767px) {
  .mobile1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mobile2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*---Header---*/
.desktopheader {
  height: 100px;
  position: relative;
  padding: 10px 2rem 10px 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #00142b40;
  color: #ffffff;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #ffffff59;
  transition: .3s ease;
}

.desktopheader.sticky {background-color: #00142b; transition: .3s ease; }

.desktopheader .nav-logo {
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.desktopheader .nav-logo img {
  width: 130px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}


.desktopheader .primary-nav {
  display: inline;
  float: left;
  font-size: 12px;
}

.desktopheader .nav-list {
  position: relative;
}

.desktopheader .menu-main-menu-container .menu-item {
  float: left;
  margin: 12px 1rem 4px 1rem;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-size: 0;
}

.desktopheader .menu-main-menu-container .menu-item a {
  font-size: 12px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  display: inline-block;
  padding: 5px;
  border-bottom: 1px solid transparent;
  letter-spacing: 1px;
}

.desktopheader .menu-main-menu-container .menu-item a:hover {
  border-bottom: 1px solid #ffffff;
}

.desktopheader .menu-main-menu-container .menu-item-has-children {
  overflow: hidden;
}

.desktopheader .menu-main-menu-container .menu-item-has-children:hover .sub-menu {
  display: block;
}

.desktopheader .menu-main-menu-container .menu-item-has-children:after {
  content: '';
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
  margin-left: 5px;
  margin-right: 3px;
  top: -2px;
  position: relative;
}

.desktopheader .menu-main-menu-container .sub-menu {
  display: none;
  position: absolute;
  background-color: #000000b0;
  min-width: 160px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
  top: 40px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding:15px 20px;
}

.desktopheader .menu-main-menu-container .sub-menu .menu-item {
  float: none;
  color: #000000;
  padding: 8px 26px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px;
}

.desktopheader .menu-main-menu-container a.current-menu-item {
  border-bottom: 1px solid #ffffff;
  transition: .3s ease;
}

@media only screen and (max-width: 1024px) {
  .desktopheader {
    display: none;
  }
}

/*---Mobile Menu--*/
.mobile-menu {
  display: none;
}

.mburger {
  display: none;
}

.mobile-menu-logo {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mobile-menu-logo {
    left: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .mobile-menu {
    display: block;
    position: relative;
    z-index: 9999;
    background: #00142b;
    height: 90px;
  }
  .menubar {
    display: none;
  }
  .mburger {
    display: inline-block;
    margin-top: 15px;
  }
  .mburger b {
    color: #939598;
  }
  .mobile-menu-logo {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    -webkit-transform: translate(-50%, 25%);
            transform: translate(-50%, 25%);
    left: 50%;
  }
  .mobile-menu-logo img {
    width: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu {
    height: 75px;
  }
  .mburger {
    margin-top: 8px;
  }
  .mobile-menu-logo {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
  }
  .mobile-menu-logo img {
    width: 115px;
  }
}

/*---Footer---*/
.footer { background-color: #00142b; padding-top: 10rem; padding-bottom: 1rem;}
.footer-logo { margin-bottom: 1.5rem;}
.footer-logo img { max-width: 200px; width: 100%;}
.footer p, .footer a {  color: #a7a9ac; font-weight: 500; transition: .3s ease; font-size: 13px; }
.footer-copyright { display: inline-block; margin-right: 20px;}
.footer-disclaimer { display: inline-block; color: #a7a9ac;}
.footer .footer-disclaimer a:hover { opacity: .6; transition: .3s ease; }


@media only screen and (max-width: 767px) {
.footer { padding-top: 3rem;} 
}


@media (min-width: 768px) and (max-width: 1024px) {
.footer { padding-top: 7rem;} 
}


/*---Home Social Share---*/
.social-share-box { position: fixed; bottom: 5%; right: 0rem; z-index:10000;}
.social-share-box .share-box { margin: 10px; display: block;}
.social-share-box .share-box img { width: 45px; display: block;}

@media only screen and (max-width: 767px) {

.social-share-box .share-box {
    margin: 7px;
}
.social-share-box .share-box img {
    width: 35px;
    display: block;
}   
}

@media (min-width: 768px) and (max-width: 1024px) {

.social-share-box .share-box img {
    width: 35px;
    display: block;
}
}

/*---Home Top Video---*/

/*--Backup---
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    width: 300%; 
    left: -100%; 
}
--*/

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}


.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-header-video {  position: relative; overflow: hidden;  max-width: 100%; margin-top: -65px;}


@media only screen and (max-width: 767px) {
.top-header-video {  margin-top: 0px;}
.top-header-video .video-share-box { bottom: -3.5rem; right: 1rem;}
.top-header-video .share-box {
    margin: 5px;
    display: inline-block;
}
.top-header-video .share-box img {
    width: 35px;
    display: block;
}
.concept-color-special-big-txt {
    font-size: 5.5em!important;
}
.concept-container .concept-natural-container .concept-color-special-bottom-txt {
    font-size: 3em;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.normal-paragraph-txt {
    font-size: 1.1em;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.top-header-video {  margin-top: 0px;}
.top-header-video .video-share-box {
    position: absolute;
    bottom: 8rem;
    right: 0.5rem;
}
.top-header-video .share-box img {
    width: 35px;
    display: block;
}
.normal-paragraph-txt {
    font-size: 1.1em;
    line-height: 1.45em;
}
}

/*---Home Top Concept---*/
.concept-container .concept-natural-container { padding-top: 5rem; padding-bottom: 5rem;}
.concept-color-special-big-txt { font-size: 6.5em; display: inline-block; line-height: .9; font-weight: 800;letter-spacing: 5px; text-align: left; }
.life.concept-color-special-big-txt {  color: transparent; background-color: #bebebe; position: relative; background-clip: text; -webkit-background-clip:text; }
.life.concept-color-special-big-txt::before { content: attr(data-title); background-color:#014867; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 0; transition: all 1.35s ease-in-out;  color: transparent; background-clip: text; -webkit-background-clip:text; }
.laugh.concept-color-special-big-txt {  color: transparent; background-color: #bebebe; position: relative; background-clip: text; -webkit-background-clip:text; }
.laugh.concept-color-special-big-txt::before { content: attr(data-title); background-color:#0958a6; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 0; transition: all 1.68s ease-in-out;  color: transparent; background-clip: text; -webkit-background-clip:text; }
.love.concept-color-special-big-txt {  color: transparent; background-color: #bebebe; position: relative; background-clip: text; -webkit-background-clip:text; }
.love.concept-color-special-big-txt::before { content: attr(data-title); background-color:#9a7f6e; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 0; transition: all 1.8s ease-in-out;  color: transparent; background-clip: text; -webkit-background-clip:text; }
.concept-container .concept-natural-container .concept-color-special-bottom-txt { font-size: 3em; font-weight: 800; margin-top: 3rem; letter-spacing: 2px;}


@media (min-width: 768px) and (max-width: 1024px) {
.concept-color-special-big-txt {
    font-size: 5em;
    display: inline-block;
    line-height: .9;
    font-weight: 800;
    letter-spacing: 5px;
    text-align: left;
}
.concept-container .concept-natural-container .concept-color-special-bottom-txt {
    font-size: 2.3em;
    margin-top: 2rem;
}
}


/*---Home District---*/
.district-evolution-container { background-size: cover; background-attachment: fixed; height: 100vh; position: relative; display: flex; align-items: center; justify-content: center;}
.district-evolution-container .district-evo-content-box { max-width: 700px;}
.district-evolution-container .district-evo-content-box h1 { text-align: center;}
.district-evolution-container .district-evo-content-box p { text-align: center;}
.district-evolution-container .district-evo-content-box .award-container { margin: auto; display: block; text-align: center;}
.district-evolution-container .award-single-box { display: inline-block; margin: 0 3rem; margin-top: 3rem; }
.district-evolution-container .award-single-box img { max-width: 115px; display: block; margin: auto; }


@media only screen and (max-width: 767px) {
.district-evolution-container {
    background-attachment: scroll;
    height: 90vh;
}
.district-evolution-container .award-single-box {
    display: inline-block;
    margin: 0 0.5rem;
    margin-top: 1rem;
}
.district-evolution-container .award-single-box img {
    max-width: 85px;
}
}


@media (min-width: 768px) and (max-width: 1024px) {
.district-evolution-container {
    background-attachment: scroll;
    height: 60vh;
}
}

.district-expand-container {
    padding-top: 23rem;

}
.district-expand-inner {
    position: relative;
}
.district-expand-row-life {  position: relative; height: 450px; }
.district-expand-row-laugh {  position: relative; height: 450px; }
.district-expand-row-love {  position: relative; height: 580px; }
.life-img-box { position: absolute;  z-index: 2; }
.life-img-box .inner { position: relative; }
.life-img-box .inner img { max-width: 700px;}
.life-img-box .inner .life-img-title {
    position: absolute;
    top: 180%;
    right: 8%;
    font-size: 5em;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 3;
}
.life-text-box img {  width: 120px; }
.life-text-box {
    position: absolute;
    right: 2vh;
    top: -40px;
    max-width: 400px;
}
.laugh-img-box {
    position: absolute;
    right: 3%;
    top: -18vh;
    z-index: 1;
}
.laugh-img-box .inner { position: relative; }
.laugh-img-box .inner img { max-width: 700px; z-index: 0;}
.laugh-img-box .inner .laugh-img-title {
    position: absolute;
    bottom: -80%;
    left: 5%;
    font-size: 5em;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 3;
}
.laugh-text-box img {  width: 120px; }
.laugh-text-box {
    position: absolute;
    left: 3vh;
    top: 85px;
    max-width: 400px;
}
.laugh-img-box {
    position: absolute;
    right: 3%;
    top: -18vh;
    z-index: 1;
}
.love-img-box .inner { position: relative; }
.love-img-box {
    position: absolute;
    left: 20%;
    z-index: 2;
}
.love-img-box .inner img { max-width: 700px; z-index: 0;}
.love-img-box .inner .love-img-title {
    position: absolute;
    bottom: -200%;
    left: 5%;
    font-size: 5em;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 3;
}
.love-text-box .normal-paragraph-txt { max-width: 74%; margin-right: 2rem;  display: inline-block; vertical-align: top; }
.love-text-box img {  width: 120px; display: inline-block; vertical-align: top;}
.love-text-box {
    position: absolute;
    right: 2vh;
    bottom: -110%;
    max-width: 640px;
}



@media only screen and (max-width: 767px) {
.district-expand-container {
    padding-top: 5rem;
}
.district-expand-row-life {
    position: relative;
    height: 770px;
}
.life-img-box .inner img {
    max-width: 100%;
    padding-right: 1rem;
}
.life-text-box {
    position: relative;
    right: 0;
    top: 65vw;
    max-width: 100%;
}
.life-img-box .inner .life-img-title {
    position: absolute;
    top: 45%;
    right: 6%;
    font-size: 3em;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 3;
}
.life-text-box img {
    width: 90px;
}
.laugh-img-box .inner img {
    max-width: 100%;
    z-index: 0;
    padding-left: 1rem;
}
.laugh-img-box .inner .laugh-img-title {
    position: absolute;
    bottom: 36%;
    left: 5%;
    font-size: 3em;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 3;
}
.laugh-text-box {
    position: relative;
    left: 0rem;
    top: 54vw;
    max-width: 100%;
}
.laugh-text-box img {
    width: 90px;
}
.district-expand-row-laugh {
    position: relative;
    height: 560px;
}
.love-img-box {
    position: absolute;
    left: 1rem;
    z-index: 2;
    padding-right: 1rem;
}
.love-img-box .inner img {
    max-width: 100%;
    z-index: 0;
}
.love-img-box .inner .love-img-title {
    position: absolute;
    bottom: 109vw;
    left: 5%;
    font-size: 3em;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 3;
}
.love-text-box .normal-paragraph-txt {
    max-width: 100%;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
}
.love-text-box {
    position: relative;
    right: 0;
    bottom: -5vw;
    max-width: 100%;
}
.district-expand-row-love {
    position: relative;
    height: 580px;
}
.love-text-box img.logo {
    width: 90px;
    display: inline-block;
    vertical-align: top;
}
}


@media (min-width: 768px) and (max-width: 1024px) {
.district-expand-container {
    padding-top: 19rem;
}
.life-img-box .inner .life-img-title {
    font-size: 4em;
}
.life-img-box .inner img {
    max-width: 450px;
}
.life-text-box {
    right: 2vh;
    top: -125px;
    max-width: 240px;
}
.life-text-box img {
    width: 90px;
}
.laugh-img-box {
    position: absolute;
    right: 3%;
    top: -23vh;
    z-index: 1;
}
.laugh-img-box .inner img {
    max-width: 430px;
    z-index: 0;
}
.laugh-img-box .inner .laugh-img-title {
    font-size: 4em;
}
.laugh-text-box img {
    width: 90px;
}
.laugh-text-box {
    position: absolute;
    left: 3vh;
    top: -150px;
    max-width: 250px;
}
.district-expand-row-laugh {
    height: 140px;
}
.love-img-box .inner .love-img-title {
    bottom: -168%;
    font-size: 4em;
}
.love-img-box .inner img {
    max-width: 470px;
    z-index: 0;
}
.love-text-box img.logo {
    width: 90px;
}
.love-text-box .normal-paragraph-txt {
    max-width: 69%;
    margin-right: 2rem;
}
.district-expand-row-love {
    position: relative;
    height: 420px;
}
.love-text-box {
    position: absolute;
    right: 2vh;
    bottom: -123%;
    max-width: 640px;
}
}


/*--Scroll Style--*/
.fadein[data-scroll="in"] {
    opacity: 1;
    transition-duration: 1s;
}
.fadein[data-scroll="out"] {
    opacity: 0;
    transition-duration: 1s;
}
.life.concept-color-special-big-txt[data-scroll="in"]::before { width: 100%; }
.laugh.concept-color-special-big-txt[data-scroll="in"]::before { width: 100%; }
.love.concept-color-special-big-txt[data-scroll="in"]::before { width: 100%; }



/*---Home Location---*/
.location-container { padding-top: 5rem; padding-bottom: 5rem; background-color: #ededee;}
.location-container .location-txt-box { margin-top: 5rem;}
.location-container .location-map {  width: 100%; }


@media only screen and (max-width: 767px) {
.location-container .location-txt-box {
    margin-top: 0;
}
}


/*---Home Registration---*/
.registration-container {  padding-bottom: 5rem; padding-top: 5rem;}
.registration-container  .register-headline {  margin-bottom: 3rem;}
.form-group { min-height:90px; }
.form-group.form-check { height: auto;  padding-bottom: 15px; }
.form-group label { font-size: 1.2em; letter-spacing: 1px; display: block; margin-bottom: .3rem;}
.form-group input[type=text], .form-group input[type=email], .form-group input[type=phone],  .form-group input[type=number] { font-size: 14px; line-height: 36px; border-right: 0px; border-left: 0px; border-top: 0px; border-bottom:1px solid #cdcfd0; width: 100%;  margin-bottom: 0px; color:#7b7c7f; letter-spacing: 1px; border-radius:0;}
.invalid-feedback p { font-size: 12px; color: #ca0000; display:none; transition: .3s ease; }
input#contactNumber { width: 56%; margin-left: 1rem; }
.form-submit-button { float: right; padding: 0.6rem 1rem; font-size: 1.4em; font-weight: 600; background-color: transparent; border: 3px solid; transition: .3s ease; }
.form-submit-button:hover { background-color: #000000; color:#ffffff; transition: .3s ease; border: 3px solid #000000; }


/*---Form Action Style---*/
.form-group.error .invalid-feedback p { font-size: 12px; color: #ca0000; visibility: visible; opacity: 1; transition: .3s ease; display:block; padding-bottom: 5px;}
.form-container.success { display:none; }
.form-after-submit { display:none; }
.form-after-submit.success { display:block; }
.form-after-submit p { font-size: 1.5em; line-height: 1.3em;}


@media only screen and (max-width: 767px) {
input#contactNumber {
    width: 58%;
    margin-left: .5rem;
    padding-bottom:0;
}
.form-submit-button {
    margin-top: 2rem;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
input#contactNumber {
    width: 57%;
    margin-left: 0.5rem;
}
.form-submit-button {
    margin-top: 2rem;
}
}


/*---Home Registration Form Nice Select Style
.nice-select {
    margin-bottom: 1px;
    font-size: 14px;
    background-color: inherit;
    border-radius: 0px;
    padding-top: 2px;
    padding-bottom: 0px;
    height: auto;
    color: #7b7c7f;
    padding-left: 0;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    letter-spacing: 1px;
    line-height: 36px;
    border-color: #cdcfd0;
}
.nice-select .list {
    max-height: 200px;
    overflow-y: auto;
}
---*/


/*-----------------------------------------------------------------------------------------------------------------------*/
/*---Custom Radio--*/
.customcheckbox {
  display: inline-block!important;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 12px!important;
  line-height: 1.4em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #cdcfd0;
}


/* When the checkbox is checked, add a blue background */
.customcheckbox input:checked ~ .checkbox-checkmark {
  background-color: #231f20;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcheckbox input:checked ~ .checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcheckbox .checkbox-checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*---Home Excellence---*/
.excellence-container { background-color: #ededee; padding-top: 5rem; padding-bottom: 5rem;}
.excellence-container .excellence-text-box { padding-left: 2rem;}



@media only screen and (max-width: 767px) {
.excellence-container .excellence-text-box {
    padding-left: 0;
    margin-top: 2rem;
}
}

/*--Disclaimer---*/
.disclaimer-container {  padding-top: 5rem; padding-bottom: 5rem; }
.disclaimer-container li, .disclaimer-container p {  font-weight: 500;line-height: 1.4em;}


/*--Rellax Parallax to disable in mobile--*/
@media only screen and (max-width: 767px) { .rellax { transform: translate3d(0,0,0) !important; } }



/*---Select2 Stye--*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7b7c7f;
    line-height: 36px;
    letter-spacing: 1px;
    border-radius: 0px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10%;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 5px;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 5px;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate( 
45deg
 );
    -ms-transform: rotate(45deg);
    transform: rotate( 
45deg
 );
 border-radius: 0px!important;
}
.select2-container--default .select2-selection--single {
    background-color: unset;
    border: 0;
    border-radius: 0px!important;
    border-bottom: 1px solid #cdcfd0;
    height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2[data-select2-id="select2-data-5-c8sg"] {
    width: 100%!important;
}
.select2[data-select2-id="select2-data-1-b971"] {
    width: 100%!important;
}
.select2[data-select2-id="select2-data-7-lsvh"] {
    width: 100%!important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #999;
    border-width: 2px;
    border-radius: 0px!important;
}

@media only screen and (max-width: 1024px) {
.contact-number-select { width: 38%; }
}

/*---Popup slider---*/
.slider-pop button.slick-prev.slick-arrow {left: 10px;z-index: 100;}
.slider-pop button.slick-next.slick-arrow {right: 10px;z-index: 100;}
.slider-pop .slick-dots li button:before {color:#ffffff !important;}
.slider-pop img {margin-bottom: 0px;}
.slider-pop .slick-dots li button:before {font-size: 8px;}


.mfp-content {
    max-width: 900px;
}

/*---Chosen Select Stye
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: auto;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: unset;
    background: unset;
    background: unset;
    background-clip: padding-box;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 36px;
    padding-left: 0;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 20%;
    right: 0;
    display: block;
    width: 16px;
    height: 100%;
}
.chosen-container-single .chosen-single span {
    color: #7b7c7f;
    letter-spacing:1px;
}
#country_chosen {
    width: 100%!important;
}
#salutation_chosen {
    width: 100%!important;
}
#purposeOfPurchase_chosen {
    width: 100%!important;
}

---*/