@font-face {
    font-family: 'League Spartan Bold';
    src: url('../fonts/leaguespartan-bold.eot');
    src: url('../fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguespartan-bold.woff2') format('woff2'),
         url('../fonts/leaguespartan-bold.woff') format('woff'),
         url('../fonts/leaguespartan-bold.ttf') format('truetype'),
         url('../fonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

html, body {
    overscroll-behavior: none!important; /* Disable pull-to-refresh */
}


a {
    color: #32b4b4
}

a:hover {
    color: #000
}

.fa-width {
    width: 40px! important
}

.active a {
    color: black!important
}

.text-primary {
    color: #32b4b4
}

@media all and (display-mode:standalone) {
    .ad2hs-prompt {
        display: none!important
    }
    .ad3hs-prompt {
        display: none!important
    }
    .VAHeader {
        display: none!important
    }
}


.hr-devider {
    border: 3px solid rgba(50, 180, 180, .5)!important
}

.hr-blank {
    border: 3px solid transparent!important
}

:-webkit-full-screen .loader {
    display: none
}

:-moz-full-screen .loader {
    display: none
}

:-ms-fullscreen .loader {
    display: none
}

:fullscreen .loader {
    display: none
}

.el:-webkit-full-screen {
    width: 100vw;
    height: 100vh
}

.el:-moz-full-screen {
    width: 100vw;
    height: 100vh
}

.el:-ms-fullscreen {
    width: 100vw;
    height: 100vh
}

.el:fullscreen {
    width: 100vw;
    height: 100vh
}

:-webkit-full-screen footer {
    display: none
}

:-moz-full-screen footer {
    display: none
}

:-ms-fullscreen footer {
    display: none
}

:fullscreen footer {
    display: none
}

:-webkit-full-screen .fullscreenbutton {
    display: none
}

:-moz-full-screen .fullscreenbutton {
    display: none
}

:-ms-fullscreen .fullscreenbutton {
    display: none
}

:fullscreen .fullscreenbutton {
    display: none
}

:-webkit-full-screen #main-menu {
    display: none
}

:-moz-full-screen #main-menu {
    display: none
}

:-ms-fullscreen #main-menu {
    display: none
}

:fullscreen #main-menu {
    display: none
}

.fullscreenbuttonclose {
    display: none
}

:-webkit-full-screen .fullscreenbuttonclose {
    display: block
}

:-moz-full-screen .fullscreenbuttonclose {
    display: block
}

:-ms-fullscreen .fullscreenbuttonclose {
    display: block
}

:fullscreen .fullscreenbuttonclose {
    display: block
}

:-webkit-full-screen #tabs-area {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    margin: 0 auto 0 auto;
    padding-left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/bg/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

:-moz-full-screen #tabs-area {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    margin: 0 auto 0 auto;
    padding-left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/bg/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

:-ms-fullscreen #tabs-area {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    margin: 0 auto 0 auto;
    padding-left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/bg/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

:fullscreen #tabs-area {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    margin: 0 auto 0 auto;
    padding-left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/bg/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:768px) {
    ::-webkit-scrollbar {
        width: 10px
    }
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey
    }
    ::-webkit-scrollbar-thumb {
        background: #32b4b4
    }
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(50, 180, 180, .58)
    }
}

@media (max-width:767px) {
    ::-webkit-scrollbar {
        width: 1px
    }
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey
    }
    ::-webkit-scrollbar-thumb {
        background: #32b4b4
    }
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(50, 180, 180, .58)
    }
}

select option:checked,
select option:hover {
    background: #32b4b4!important;
    color: white
}

select:focus>option:checked {
    background: #32b4b4!important;
    color: white
}

.dropdown-item {
    padding: .25rem .5rem;
    margin-bottom: 3px
}

.main-bg {
    background-image: url(../img/bg/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.nounderline {
    text-decoration: none!important
}

.navbar {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-brand {
    padding: 0
}

.contact-label {
    text-align: right!important;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    vertical-align: middle;
    margin: 0;
    line-height: 32px;
    padding-right: 0
}

.dropdown>.dropdown-menu {
    transition: all 0.5s;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block
}

.dropdown:hover .dropdown-menu {
    transform: scale(1)
}

#oswald-font {
    font-family: 'Oswald', sans-serif
}

#spartan-font {
    font-family: 'League Spartan Bold', arial
}

.input-group-text {
    padding: 10px
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap
}

.wrap-login100 {
    width: 520px;
    min-height: 100vh;
    background: #fff;
    border-radius: 2px;
    position: relative
}

.input-group .form-control {
    z-index: 0
}

.form-control-feedback {
    right: 15px;
    z-index: 3
}

#g-recaptcha-response {
    z-index: 4
}

.valid-feedback.feedback-icon,
.invalid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 35px;
    margin-top: 0
}

.img-thumbnail {
    border: 1px solid #32B4B4!important
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
textarea,
select {
    border: 1px solid rgba(50, 180, 180, .5)!important;
    outline: none!important
}

input:focus,
textarea:focus {
    outline: none!important
}

.form-check-input {
    background-color: red
}

.login100-more {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 520px);
    position: relative;
    z-index: 1
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #32B4B4;
    background: -webkit-linear-gradient(bottom, #32B4B4, #32B4B4);
    background: -o-linear-gradient(bottom, #32B4B4, #32B4B4);
    background: -moz-linear-gradient(bottom, #32B4B4, #32B4B4);
    background: linear-gradient(bottom, #32B4B4, #32B4B4);
    opacity: .8
}

.login100-form-title {
    display: block;
    width: 100%;
    font-family: 'League Spartan Bold', arial;
    font-size: 39px;
    color: #666;
    font-weight: 700;
    line-height: 1.2
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 45px
}

.label-input100 {
    font-family: 'League Spartan Bold', arial;
    font-size: 18px;
    color: #999;
    line-height: 1.2;
    padding-left: 2px
}

.input100 {
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    font-family: 'League Spartan Bold', arial;
    font-size: 22px;
    color: #555;
    line-height: 1.2;
    padding: 0 2px
}

.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: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #d5007d;
    background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
    background: -o-linear-gradient(45deg, #d5007d, #e53935);
    background: -moz-linear-gradient(45deg, #d5007d, #e53935);
    background: linear-gradient(45deg, #d5007d, #e53935)
}

.input100:focus + .focus-input100::before {
    width: 100%
}

.has-val.input100 + .focus-input100::before {
    width: 100%
}

.input-checkbox100 {
    display: none
}

.label-checkbox100 {
    margin: 0;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #e6e6e6;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-checkbox100:checked + .label-checkbox100::before {
    color: #c87ef0
}

.btn-primary,
.btn-primary {
    background-color: #32B4B4;
    background-position: 0 -15px;
    background-image: none;
    border-color: #32B4B4;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

button {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:disabled,
.button:focus {
    background-color: rgba(0, 0, 0, .1)!important;
    border-color: rgba(0, 0, 0, .1);
    box-shadow: rgba(0, 0, 0, .1)
}

a:not([href]
}
, .txtBtn a {
    color: rgba(50, 180, 180, .5)!important
}
a:not([href]
}
, .txtBtn a:hover {
    color:rgba(0, 0, 0, .1)!important
}
.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:space-between;
    align-items:center
}
.wrap-login100-form-btn {
    display:block;
    position:relative;
    z-index:1;
    border-radius:25px;
    overflow:hidden
}
.login100-form-bgbtn {
    position:absolute;
    z-index:-1;
    width:100%;
    height:300%;
    background:#e8519e;
    background:-webkit-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
    background:-o-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
    background:-moz-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
    background:linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
    bottom:-100%;
    left:0;
    -webkit-transition:all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    transition:all 0.4s
}
.login100-form-btn {
    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:244px;
    height:50px;
    font-family:Poppins-Medium;
    font-size:16px;
    color:#fff;
    line-height:1.2
}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
    bottom:0
}
.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 30px 4px 10px;
    bottom:calc((100% - 25px) / 2);
    -webkit-transform:translateY(50%);
    -moz-transform:translateY(50%);
    -ms-transform:translateY(50%);
    -o-transform:translateY(50%);
    transform:translateY(50%);
    right:2px;
    pointer-events:none;
    font-family:Poppins-Medium;
    color:#c80000;
    font-size:14px;
    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:"\f06a";
    font-family:FontAwesome;
    display:block;
    position:absolute;
    color:#c80000;
    font-size:18px;
    bottom:calc((100% - 25px) / 2);
    -webkit-transform:translateY(50%);
    -moz-transform:translateY(50%);
    -ms-transform:translateY(50%);
    -o-transform:translateY(50%);
    transform:translateY(50%);
    right:8px
}
.alert-validate:hover:before {
    visibility:visible;
    opacity:1
}
@media (max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}
.true-validate::after {
    content:"\f26b";
    font-family:Material-Design-Iconic-Font;
    font-size:22px;
    color:#00ad5f;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    bottom:calc((100% - 25px) / 2);
    -webkit-transform:translateY(50%);
    -moz-transform:translateY(50%);
    -ms-transform:translateY(50%);
    -o-transform:translateY(50%);
    transform:translateY(50%);
    right:5px
}
.ul-login {
    float:right
}
@media (max-width:576px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px
    }
}
@media (min-width:768px) {
    .modal-dialog {
        width: auto
    }
    .col-md-3, .col-md-8 {
        max-width: 100%;
        padding-right: 0
    }
}
@media (max-width:768px) {
    .btn, .btn-group {
        width: 100%
    }
    .col-11 {
        margin-left: 6%;
        margin-right: 3%
    }
}
@media (min-width:992px) {
    .offset-lg-2 {
        margin-left: 24%
    }
}
@media (max-width:992px) {
    .ul-login {
        float: left
    }
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-za {
  background-image: url(../img/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../img/flags/1x1/za.svg);
}
.flag-icon-us {
  background-image: url(../img/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../img/flags/1x1/us.svg);
}
    @media only screen and (max-width:600px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px
    }
    .btn,
    .btn-group {
        width: 100%
    }
    .col-11 {
        margin-left: 6%;
        margin-right: 3%
    }
    .form-group {
        padding-left: 2%
    }
    .contact-label {
        text-align: left!important
    }
    ::-webkit-scrollbar {
        width: 3px
    }
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey
    }
    ::-webkit-scrollbar-thumb {
        background: rgba(50, 180, 180, .58)
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #31b4b4
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px
    }
    .btn,
    .btn-group {
        width: 100%
    }
    .col-11 {
        margin-left: 6%;
        margin-right: 3%
    }
    .form-group {
        padding-left: 0%
    }
    .contact-label {
        text-align: left!important
    }
    ::-webkit-scrollbar {
        width: 3px
    }
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey
    }
    ::-webkit-scrollbar-thumb {
        background: rgba(50, 180, 180, .58)
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #31b4b4
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ul-login {
        float: left
    }
    .modal-dialog {
        width: auto
    }
    .ul-login {
        float: left
    }
    .form-group {
        padding-left: 10%
    }
    .contact-label {
        text-align: left!important
    }
    ::-webkit-scrollbar {
        width: 20px
    }
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey
    }
    ::-webkit-scrollbar-thumb {
        background: rgba(50, 180, 180, .58)
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #31b4b4
    }
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .offset-lg-2 {
        margin-left: 24%
    }
}

@media only screen and (min-width:1200px) {
    .example {
        background: pink
    }