@import url("https://use.typekit.net/hnj5fby.css");

@font-face {
    font-family: 'Azonix';
    src: url('../font/azonix-webfont.woff');
}
html{
    scroll-behavior: smooth;
}

body {
    font-family: 'century-gothic';
}

p {
    font-size: 15px;
    font-weight: 100;
    color: #707070;
}
strong {
    font-weight: 600;
}
.home-1 {
    background: url('../images/Hero header-10.png') no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}
.home-2 {
    background: url('../images/Image.png') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.home-3 {
    background: url('../images/Mask\ Group\ 2@2x\ 2.png') no-repeat;
    background-size: cover;
}
.background-1 {
    background: url('../images/Group\ 339.png') no-repeat ;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}
.button {
    font-weight: 600;
}
input:focus-visible {
    outline: none;
}
.button-2:after {
    background: url('../images/arrow.svg') no-repeat;
    background-size: 60%;
    background-position: center;
    position: absolute;
    right: 0;
    background-color: #F49F26;
    content: '';
    width: 20px;
    height: 20px;
}

nav {
    transition: left 0.5s ease-out;
}
nav ul li a {
    transition: all 0.3s  cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
nav ul li a.active:not(.button-1, .button), nav ul li a:hover:not(.button-1, .button) {
    border-bottom: #F49F26 3px solid;
    padding-bottom: 5px;
    margin-top: -4px;
    position: relative;
    display: inline-block;
}
.pill {
    transition: all 0.3s ease-out;
}
.pill:before {
    position: absolute;
    left: 0px;
    height: 0;
    top: 0px;
    width: 10px;
    background: #F49F26;
    border-radius: 5px;
    content: '';
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 250ms;
}

.pill-large:before{
  top: 5%;
}

.aos-animate .pill:before{
    height: 50px;
}

.aos-animate .pill-large:before {
  height: 95%;
}

.pill-horiz:before {
    position: absolute;
    left: 0px;
    width: 0px;
    top: 0px;
    height: 10px;
    background: #F49F26;
    border-radius: 5px;
    content: '';
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 250ms;
}

.aos-animate .pill-horiz:before{
    width: 50px;
}

/* Accordion */
.tab-content {
    max-height: 0;
    -webkit-transition: max-height .35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: max-height .35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: max-height .35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tab input:checked ~ .tab-content {
    max-height: 100vh;
}
.tab input:checked + label{
    background: #101755;
    border-radius: 10px;
    color: #FFF;
}
.tab label{
  position: relative;
  padding-right: 3rem!important;
}
.tab label::after {
    right: 0.7rem;
    position: absolute;
    top: 50%;
    display: block;
    width: 1.5em;
    transform: translateY(-50%);
    height: 1.5em;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
    
.tab input[type=checkbox] + label::after {
    content: url('../images/Group 3.svg');
}
.tab input[type=radio] + label::after {
    content: "\25BE";
    font-weight:bold;
    border-width: 1px;
    border-radius: 9999px;
    border-color: #b8c2cc;
}
.tab input[type=checkbox]:checked + label::after {
    transform: rotate(180deg);
}
.tab input[type=radio]:checked + label::after {
    transform: rotateX(180deg);
    background-color: #6574cd;
    color: #f8fafc;
}

.edit {
    width: 20px;
    height: 20px;
    text-align: center;
    left: 50%;
    transform: translateX(-90%);
    bottom: -6px;
}

ul.tick li {
    padding-left: 30px;
    position: relative;
}
ul.tick li:before {
    content: url('../images/Path\ 114.svg');
    position: absolute;
    left: 0;
}

.shift-anim:after {
    content: '';
}

.steps {
    width: 900px;
}

.button.loading{
    color: transparent;
    background-image: url('/images/loader.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    user-select: none;
}

label.error{
    background-color: rgba(239, 68, 68, 1);
    color: #FFF;
    font-size: 0.7rem;
    padding: 0.2rem;
    border-radius: 0.2rem;
    line-height: 1.4;
    margin-top: 0.5rem;
    display: block;
}

.vcsPayment{
  position: relative;
}

.vcsPayment .info{
}

.vcsPayment .lock{
  width: 100px;
  height: auto;
  margin-bottom: 0.5em;
}

.vcsPayment .dpo{
  height: 40px;
  width: auto;
  margin-top: 2em;
  margin-bottom: -1em;
}

.vcsPayment .loading{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 100;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vcsPayment .loading h4{
  margin-top: 0.5em;
  color: black;
}

.loading img {
    width: 20%;
}

.paymentSuccess .vcsPayment .loading {
    display: flex;
}

.hide-nav nav.header{
    display: none;
}

/* ================================================================================ ALERTS ========================================================================*/

.alertify {z-index: 900;position: relative;}

.alertify .ajs-dimmer {
  opacity: 1;
  z-index: 10200;
  background: rgb(245 245 245 / 70%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.alertify .ajs-dialog {
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.alertify .ajs-modal {
  z-index: 10300;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ajs-button {
  background: #f1f1f1;
  border: none;
  font-size: 0.9em;
  border-radius: 20px;
  outline: none !important;
}

.ajs-button.ajs-ok {
  background: #2f485c;
  color: #fff;
}

.alertify .ajs-footer {
  background: transparent;
}

.ajs-header,
.ajs-commands {
  display: none;
}

.alertify .ajs-body .ajs-content {
  padding: 0px;
}

.alertify-notifier.ajs-top {
  top: 0px;
}

.alertify-notifier .ajs-message {
  width: 101vw;
  text-align: center;
  padding: 0.6em 0.5em !important;
  border-radius: 0em;
  margin-top: 0px !important;
  transition-timing-function: cubic-bezier(0.01, 0.72, 0.25, 0.99) !important;
  margin-bottom: 0px;
  background: #333;
  color: #fff;
  font-weight: bold;
  border: none;
  box-shadow: 0 0px 10px 5px rgb(0 0 0 / 20%);
  text-shadow: none !important;
  line-height: 1.1em;
}

.alertify-notifier .ajs-message.ajs-success {
  background: #00c58e;
}

.alertify .ajs-dialog,
.alertify .ajs-footer {
  background: #fafafa;
  border-radius: 0.5em !important;
  border: none !important;
  margin: 0 auto;
  min-width: auto;
  max-width: initial;
  padding: 0.5em;
}

.alertify .ajs-footer {
  padding: 0 1em 0.4em !important;
  text-align: center;
}

.alertify .ajs-footer .ajs-buttons {
  text-align: center !important;
}

.alertify .ajs-footer .ajs-button {
  background: transparent;
  border-radius: 0.6em;
  color: #333;
  border: none;
  font-weight: bold;
  padding: 0.9em 2em;
}

.alertify .ajs-footer .ajs-button.ajs-ok {
  color: #fff;
  background-color: #000;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

.alertify .ajs-content {
  padding: 0.5em !important;
  font-weight: 500;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2;
}

.alertify .ajs-commands {
  display: none;
}

.alertify .ajs-content p {
  font-weight: bold;  
}

.alertify .ajs-content .ajs-input {
  width: 100%;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #edf2f7;
  border-radius: 0.375rem;
  position: relative;
  --bg-opacity: 1;
  background-color: #fff;
  margin: 0.4em 0;
  padding: 0.5em 0.75rem;
  font-weight: bold;
}

.alertify .ajs-content .ajs-input:focus {
}

.alertify .ajs-header {
  display: none;
}

.alertify .ajs-body{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.alertify-notifier .ajs-message{
  width: fit-content;
  white-space: nowrap;
}

#nav-icon1{
    width: 44px;
    height: 38px;
    position: relative;
    padding: 0.5rem;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon1 span{
    display: block;
    position: absolute;
    height: 4px;
    width: calc(100% - 12px);
    border-radius: 9px;
    opacity: 1;
    left: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #nav-icon1 span:nth-child(1) {
    top: 6px;
  }
  
  #nav-icon1 span:nth-child(2) {
    top: 15px;
  }
  
  #nav-icon1 span:nth-child(3) {
    top: 24px;
  }
  
  .menu-open #nav-icon1 span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .menu-open #nav-icon1 span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  .menu-open #nav-icon1 span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .map{
    background-size: 80vw;
    background-repeat: no-repeat;
    background-position: top right;
}

@media only screen and (max-width: 600px) {
    .map{
        background-size: 140%;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .home-2 {
      background-position: 34% 50%;
    }
}

@media only screen and (min-width: 1500px) {
    .map{
        background-size: 65vw;
        background-repeat: no-repeat;
        background-position: top right;
    }  
}

[data-ca3_icon]::before {
  font-weight: normal;
  content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
background-size: contain;
background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  pointer-events: none;
cursor:pointer;
height: 60px;
width: 80px;
margin: 0px 0 0 -40px;
line-height: 60px;
position: absolute;
left: calc(50% + 18px);
bottom: 0px;
color: #FFF;
text-align: center;
font-size: 70px;
z-index: 30;
text-decoration: none;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
-moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
animation:         ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
50%  { opacity: 1;  }
100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
50%  { opacity: 1;  }
100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
0%   { transform:translate(0,-20px); opacity: 0;  }
50%  { opacity: 1;  }
100% { transform:translate(0,20px); opacity: 0; }
}

nav .tracking-widest{
  position: relative;
}

nav .tracking-widest:before {
  content: "";
  width: 0;
  height: 2px;
  background: #F49F26;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  transition: all 0.2s linear;
}

nav .tracking-widest:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

html{
  overflow-x: hidden;
}

#contactUsForm input, #contactUsForm textarea{
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}

#contactUsForm label{
  color: #FFF;
  margin-top: 0.7rem;
  margin-bottom: 0.3rem;
  display: block;
}

#contactUsForm .checkbox{
  display: flex;
  align-items: center;
}

#contactUsForm .checkbox label{
  flex-grow: 1;
  width: 100%;
  margin: 0;
  font-size: 0.8em;
}

#contactUsForm .checkbox input{
  width: 20px;
}

#contactUsForm .header1{
  display: none;
}

#contactUsForm button{
  margin-top: 1rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(244, 159, 38, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(244, 159, 38, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Azonix, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#Password-error{
  padding: 0!important
}

#Password-error span{
  display: block;
  padding: 0.2rem;
}

section.loading{
  position: relative;
  background-image: url('/images/loader_dark.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  user-select: none;
}

section.loading *{
  opacity: 0!important;
}

.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible{
  width: fit-content!important;
}

#show_hide_password input[aria-invalid="true"]{
  margin-bottom: 45px;
}

#show_hide_password input[aria-invalid="true"] + label{
  bottom: 0;
  position: absolute;
  width: 100%;
}    

#show_hide_password .input-group-addon{
  height: 36px!important
}

@media only screen and (max-width: 600px) {
    .alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible{
      width: 100%!important;
      white-space: normal!important;
    }
    .alertify-notifier.ajs-center{
      width: 100%;
      left: 0;
      top: 0
    }
}