/*--------------------
Mixins
--------------------*/
@font-face {
  font-family: 'Poppins Bold';
  src: url('https://pm1-31ef.kxcdn.com/fonts/Poppins-Bold.ttf?6209331233');
}
@font-face {
  font-family: 'Poppins Regular';
  src: url('https://pm1-31ef.kxcdn.com/fonts/Poppins-Regular.ttf?62093333');
}
/*--------------------
Helpers
--------------------*/
.mw-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
}

.hidden {
    display: none;
}

.bg-yellow {
    background: #ffb743;
}

.bg-blue {
    background: #002354;
}

.bg-seagreen {
    background: #2ac3cd;
}

.bg-grey {
    background: #dadada;
}

.bg-white {
    background: #fefefe;
}
.bg-black {
    background: #000000;
}

.bg-red {
    background: #ee4043;
}

.text-yellow {
    color: #FBB615;
}

.text-red {
    color: #ee4043;
}

.text-black {
    color: #181818;
}

.text-blue {
    color: #002354;
}

.text-dgrey {
    color: #4D4D4D;
}

.text-seagreen,
.text-green {
    color: #2ac3cd;
}

.text-grey {
    color: #dadada;
}

.text-white {
    color: #fefefe;
}

.overflow {
    overflow: hidden;
}

.overflow-v {
    overflow: visible;
}

.bold {
    font-weight: bold;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}

.lineh20 {
    line-height: 20px;
}

.lineh15 {
    line-height: 15px;
}

html,
body {
    overflow-x: hidden;
    color: #181818;
    font-family: "Poppins Regular", sans-serif;
    margin: 0 auto;
    background-color: #f6f6f7;
}

html img.scale,
body img.scale {
    display: inline-block;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
}

html img.scale:hover,
body img.scale:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

html img.grayscale,
body img.grayscale {
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.6s ease;
    -webkit-backface-visibility: hidden;
}

html img.grayscale:hover,
body img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.select-contry-code {
    margin: 20px auto !important;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
}

a {
    color: #ffb743;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    -webkit-transition: color 0.2s ease-in;
}

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

#scrollTop {
    position: fixed;
    right: 55px;
    bottom: 70px;
    cursor: pointer;
}

#main-menu-collapse-icon {
    color: #ffb743;
}

#header-menu-transparent {
    font-size: 16px;
}

#header-menu-transparent .main-menu li a {
    color: #fefefe;
}

#header-menu-transparent .main-menu li a:hover {
    color: #2ac3cd;
}

#header-menu-transparent .main-menu li .active {
    color: #2ac3cd;
}

#header-menu-white {
    font-size: 16px;
    background-color: #000000;
}

#header-menu-white .main-menu li a {
    color: #fff;
    font-family: Poppins Regular ;
}

#header-menu-white  .register {
    font-family: Poppins Bold !important;
}

#header-menu-white .main-menu li .active {
    color: #2ac3cd;
}

#navbarWhite {
    font-size: 14px;
}

#navbarWhite .white-menu-buttons a {
    float: left;
    margin-bottom: 10px;
    font-size: 11px;
    width: 126px;
    height: 40px;
}

#navbarWhite .white-menu-buttons a:first-child {
    margin-left: 10px;
    margin-right: 10px;
}

.ticket-box {
    border: 1px solid #ccc;
}

.ticket-box hr {
    margin: 0;
}

.ticket-box .plan-price {
    height: 75px;
    background-color: #4dabb8;
    color: #fff;
}

.ticket-box h4 {
    font-weight: 300;
}

.ticket-box p {
    font-weight: 400;
    font-style: italic;
}

.ticket-box.b-2 .plan-price {
    background-color: #FFCb05;
}

.ticket-box.b-3 .plan-exp {
    background-color: #282928 !important;
}
.ticket-box.b-3 .plan-price {
    background-color: #1a2852;
}

.ticket-box .plan-price h4 {
    color: #fff;
}

.ticket-box .features .feature {
    font-weight: 400;
    font-size: 14px;
}

.ticket-box .features .feature:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}

.button-yellow {
    display: block;
    height: 50px;
    padding-top: 13px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    width: 200px;
    font-size: 16px;
    vertical-align: baseline;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);
    position: relative;
    background: #FBB615;
    color: #fefefe !important;
}

.button-yellow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.button-yellow::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.button-yellow:hover::before {
    cursor: pointer;
    opacity: 1;
    width: 100%;
}

.button-yellow:hover {
    color: #fefefe;
}

.button-seagreen {
    display: block;
    height: 50px;
    padding-top: 13px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    width: 200px;
    font-size: 16px;
    vertical-align: baseline;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);
    position: relative;
    background: #2ac3cd;
    color: #fefefe !important;
}

.button-seagreen::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.button-seagreen::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.button-seagreen:hover::before {
    cursor: pointer;
    opacity: 1;
    width: 100%;
}

.button-seagreen:hover {
    color: #fefefe;
}
.register-btn-color {
    background-color: #22206b;
    color: #fff;
    border-color: #22206b;
        
}
/*--------------------
  Footer
--------------------*/
footer .logo-subtext {
    font-family: "CircularStd", sans-serif;
    font-size: 12px;
    font-weight: 600;
}

footer .footer-insta-title {
    font-family: "CircularStd", sans-serif;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    color: #002354;
    text-transform: uppercase;
}

footer .newslatter-field {
    border: 0;
    border-bottom: 2px solid #002354;
    border-radius: 0;
    outline: none;
    padding-left: 3px;
}

footer .newslatter-field::-webkit-input-placeholder {
    color: #002354 !important;
    font-size: 12px !important;
    font-weight: "500";
}

footer .newslatter-field:-ms-input-placeholder {
    color: #002354 !important;
    font-size: 12px !important;
    font-weight: "500";
}

footer .newslatter-field::-ms-input-placeholder {
    color: #002354 !important;
    font-size: 12px !important;
    font-weight: "500";
}

footer .newslatter-field::placeholder {
    color: #002354 !important;
    font-size: 12px !important;
    font-weight: "500";
}

footer .newslatter-field:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #002354;
}

footer .instagram-footer-grid-item {
    width: 17.5%;
    margin-right: 2%;
    float: left;
}

footer .signup-button {
    position: absolute;
    right: 0;
    bottom: 10px;
}

footer .footer-icon-holder {
    width: 16.5%;
    float: left;
}

footer .footer-icons {
    max-width: 20px;
}

footer .footer-hash {
    font-family: "CircularStd";
    font-size: 12px;
}

footer .mobile-footer {
    z-index: 1000;
    display: none;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 0;
    height: 63px;
}

footer .mobile-footer a {
    height: 63px;
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    width: 50%;
    float: left;
    color: #fff;
    text-align: center;
    padding-top: 23px;
    background: #6a63ce;
}

footer .mobile-footer a:first-child {
    background: #faa738;
}

#country-codes {
    margin: 20px auto;
}

#country-codes .btn {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #181818;
    border-radius: 0;
    text-align: inherit;
    padding: 0 0 1.22rem 0;
    color: #dadada;
}

#country-codes .btn .selected {
    color: #181818;
}

#country-codes .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#country-codes .btn img {
    position: absolute;
    top: 10px;
    right: 0;
}

#country-codes .btn::after {
    display: none;
}

#country-codes .dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

.footnote {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 12px;
    color: #002354;
}

.mm li:before {
    content: '\2727';
    margin-right: 4px;
}

.mm li {
    margin-top: 10px;
}
.virtual-regi {
    margin-left: 15px;
}
footer {
    color: #ffffff;
    background: #22206b;
    padding: 70px 0;
}
@media (max-width: 991.98px) {
    .mobile-footer {
        display: block !important;
    }
    #scrollTop {
        right: 13px;
    }
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-brand {
        max-width: 94px;
        padding: 0px;
    }
    .button-black,
    .button-blue,
    .button-green,
    .button-red,
    .button-white,
    .button-yellow {
        margin-bottom: 5px !important;
    }
    .button-black:last-child,
    .button-blue:last-child,
    .button-green:last-child,
    .button-red:last-child,
    .button-white:last-child,
    .button-yellow:last-child {
        margin-bottom: 15px !important;
    }
    .p-5 {
        padding: 0 !important;
    }
    .mob-p-2 {
        padding: 10px !important;
    }
    .mob-m-2 {
        margin: 10px !important;
    }
    .mod-p-4 {
        padding: 20px !important;
    }

    footer {
        padding: 10px !important;
    }
    .navbar-toggler {
        background: url("https://res.cloudinary.com/people-matters/image/upload/techhr_sg/menu-icon.png");
        background-size: 100% 100%;
        height: 27px;
        width: 38px;
    }
    #navbarWhite .nav-item .ml-4 {
        margin-left: 0 !important;
    }
    #navbarWhite .white-menu-buttons a {
        float: left;
        margin-bottom: 10px;
    }
    #navbarWhite .white-menu-buttons a:first-child {
        margin-left: 0px;
        margin-right: 10px;
    }


}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins Regular';
}

.pricing-wrapper {
    margin-top: 80px;
}

.registration-header {
    background-color: #1a2852;
    color: #fff;
    padding: 10px 0;
}

.registration-header .combiner {
    padding: 10px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.combiner h1 {
    color: #fff;
    margin-bottom: 20px;
}

.combiner .headline-divider {
    width: 60px;
    border-bottom: 2px solid #69b4b4;
    height: 0;
    margin-bottom: 2.1875rem;
}

.registration-wrap {
    max-width: 50rem;
    margin: 20px auto 14px;
    padding: 20px;
}

.registration-wrap h2 {
    color: #69b4b4;
}

.registration-wrap .note {
    font-size: 12px;
    margin-top: 10px;
}

.registration-wrap .note * {
    margin-bottom: 2px;
}

.registration-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.registration-table-row {
    display: table-row;
    position: relative;
}

.registration-table-row > * {
    display: table-cell;
    text-align: center;
}

.registration-table-header > * {
    padding: 1.25rem .5rem;
    margin-bottom: 0;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.registration-table-title {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #242d39;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    width: 40%;
    text-align: left;
    padding: 0;
}

.registration-table-row-header {
    width: 40%;
    line-height: 1.75em;
    color: #818b99;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    padding: 1.5rem 2.1875rem;
    text-align: left;
    border-top: 1px solid rgba(22,29,38,.1);
    vertical-align: middle;
}

.registration-table-cell:nth-child(2n) {
    background-color: #69b4b4;
}
.registration-table-cell {
    color: #fff;
    background-color: #69b4b4;
    text-align: center;
    border-top: 1px solid rgba(22,29,38,.1);
    vertical-align: middle;
}

.registration-table-cell:nth-child(2n+1) {
    background-color: #41a5a5;
}

.registration-buttons {
    padding-top: 30px;
    text-align: center;
}

.registration-buttons a {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 18px;
}

h1, h2, h3, h4, h5, h6, label {
    margin: 0 0 1.5em;
    margin-bottom: 1.5em;
    color: #242d39;
}
label, ul {
    color: #818b99;
    -webkit-font-smoothing: antialiased;
}
label {
    font-size: .6875rem;
    font-weight: 600;
    line-height: 1.27em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ws-table-all tr:nth-child(even) {
    background-color: rgba(0,0,0,.05);
}
@media screen and (max-width: 768px) {
    .registration-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .registration-table-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .registration-table-row > * {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        padding: 1rem .5rem;
    }
    .registration-table-title {
        width: auto;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .registration-table-row-header {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 1rem;
    }

    .registration-table-cell {
        font-size: .75rem;
    }

    .registration-buttons a {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }
    .early-bird-price {
        font-size: 21px;
    }
    .ticket-box .plan-price {
        height: 175px;
    }    
    .virtual-regi {
        margin-left: 0px;
        margin-top: 5px;
    }
}