:root {
  --bs-blue: #005DFF;
  --bs-indigo: #6610F2;
  --bs-purple: #A42EFF;
  --bs-pink: #E300FF;
  --bs-red: #F43E36;
  --bs-orange: #f34d06;
  --bs-yellow: #fffd76;
  --bs-green: #28A154;
  --bs-teal: #37CAA3;
  --bs-cyan: #47F3F3;
  --bs-white: #FFFEFE;
  --bs-gray: #9E9E9E;
  --bs-gray-dark: #616161;
  --bs-primary: #005DFF;
  --bs-secondary: #9E9E9E;
  --bs-success: #28A154;
  --bs-info: #47F3F3;
  --bs-warning: #F0f0f0;
  --bs-danger: #F43E36;
  --bs-light: #F9FAFD;
  --bs-dark: #212121;
  --bs-font-sans-serif: "Roboto", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 254, 254, 0.15), rgba(255, 254, 254, 0));
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "PT Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  background-color: #FFFEFE;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .lh-sm {
    line-height: 1.25 !important;
  }
  .fs-lg-6 {
    font-size: 2.98598rem !important;
  }
  .fs-xxl-7 {
    font-size: 3.58318rem !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .pt-6 {
    padding-top: 4rem !important;
  }
  .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  
  }
  .col-md-4.pt-6.px-sm-7.px-md-2.px-lg-6 {
  /*  width: 350px;*/
}
  
  .rounded-3 {
    border-radius: 1.25rem !important;
  }
  .bg-soft-primary {
    background-color: #edbd97 !important;
  }
  .bg-soft-secondary {
    background-color: #f0f0f0 !important;
  }
  
  .bg-soft-success {
    background-color: #e0ffff!important;/**************************************/
  }
  .bg-soft-yellow{
    background-color: #f3fc92 !important;
  }
  
  .bg-soft-info {
    background-color: #e3fdfd !important;
  }
  
  .bg-soft-warning {
    background-color: #f0f0f0 !important;
  }
  .bg-soft-massey {
    background-color: #f0f0f0 !important;
  }
  
  
  .bg-soft-danger {
    background-color: #fde2e1 !important;
  }
  
  .bg-soft-light {
    background-color: #fefeff !important;
  }
  
  .bg-soft-dark {
    background-color: #dedede !important;
  }
  
  .bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
  }
  
.bg-holder.bg-right {
  left: auto;
  right: 0;
}

.bg-soft-warning {
  background-color: #f0f0f0 !important;
}

.bg-soft-massey{
  background-color: #f0f0f0 !important;
}
.bg-holder.overlay:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-holder.overlay-0:before {
  background: rgba(0, 0, 0, 0.7);
}

.bg-holder.overlay-1:before {
  background: rgba(0, 0, 0, 0.55);
}

.bg-holder.overlay-2:before {
  background: rgba(0, 0, 0, 0.4);
}

.bg-holder.overlay-light:before {
  background: rgba(255, 255, 255, 0.8);
}

.bg-holder .bg-video {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}

.bg-holder .bg-youtube {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
  width: 500PX;
} */
.z-index-2 {
  z-index: 2 !important;
}
.ms-4 {
  margin-left: 1.8rem !important;
}
.my-4 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  text-align: center;
}
.mb-6 {
  margin-bottom: 4rem !important;
}
.text-800 {
  color: #616161 !important;
}
.fs-7 {
  font-size: 3.58318rem !important;
}

.text-100 {
  color: #FCFCFC !important;
}

.text-200 {
  color: #F5F5F5 !important;
}

.text-300 {
  color: #EEEEEE !important;
}

.text-400 {
  color: #E0E0E0 !important;
}

.text-500 {
  color: #BDBDBD !important;
}
.text-primary {
  color: #757575 !important;
}

.text-600 {
  color: #9E9E9E !important;
}

.text-700 {
  color: #757575 !important;
}

.text-800 {
  color: #616161 !important;
}

.text-900 {
  color: #424242 !important;
}

.text-1000 {
  color: #212121 !important;
}

.text-white {
  color: #FFFEFE !important;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 2.8rem;
  font-size: 1rem;
  border-radius: 0;
}
.btn-outline-primary {
  /* color: #d99454;
  border-color: #d99454; */
  color: #d99454;
  border-color: #d99454;
}
.btn-outline-primary:hover {
  color: #FFFEFE;
  background-image: linear-gradient(to top, #ffe4c1 0%, #9d3930 100%);
  border-color: #fed49d;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 93, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 93, 255, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #FFFEFE;
  background-color: #fed49d;
  border-color: #fed49d;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 #fed49d;
  box-shadow: 0 0 0 0 #ffc477;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #005DFF;
  background-color: transparent;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.border-0 {
  border: 0 !important;
}

.btn-warning {
  color: #FFFEFE;
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

.btn-massey {
  color: #FFFEFE;
  background-color: #81d4fa;
  border-color: #81d4fa;
}

.btn-warning:hover {
  color: #FFFEFE;
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

.btn-massey:hover {
  color: #FFFEFE;
  background-color: #81d4fa;
  border-color: #81d4fa;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #FFFEFE;
  background-color:#7b7b7b;
  border-color: #000000;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 128, 38, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 128, 38, 0.5);
}

.btn-check:focus + .btn-massey, .btn-massey:focus {
  color: #FFFEFE;
  background-color:#09ffff;
  border-color: #000000;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 128, 38, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 128, 38, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #FFFEFE;
  background-color: #c0c0c0;
  border-color: #000000;
}

.btn-check:checked + .btn-massey,
.btn-check:active + .btn-massey, .btn-massey:active, .btn-massey.active,
.show > .btn-massey.dropdown-toggle {
  color: #FFFEFE;
  background-color: #81d4fa;
  border-color: #000000;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 128, 38, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 128, 38, 0.5);
}

.btn-check:checked + .btn-massey:focus,
.btn-check:active + .btn-massey:focus, .btn-massey:active:focus, .btn-massey.active:focus,
.show > .btn-massey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 128, 38, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 128, 38, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #FFFEFE;
  background-color: #FF6A00;
  border-color: #FF6A00;
}
.btn-massey:disabled, .btn-massey.disabled {
  color: #FFFEFE;
  background-color: #ced41f;
  border-color: #81d4fa;
}

.btn-outline-success {
  color: #c0c0c0;
  border-color: #c0c0c0;
}

.btn-outline-success:hover {
  color: #FFFEFE;
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 161, 84, 0.5);
  box-shadow: 0 0 0 0 rgba(40, 161, 84, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #FFFEFE;
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 161, 84, 0.5);
  box-shadow: 0 0 0 0 rgba(40, 161, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #28A154;
  background-color: transparent;
}

/* Hover */
/* Hover */
.hover-top-shadow {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hover-top-shadow.hover-top-shadow-lg:hover, .hover-top-shadow.hover-top-shadow-lg:focus {
  -webkit-transform: translateY(-0.3125rem) translateZ(0);
  transform: translateY(-0.3125rem) translateZ(0);
}

.hover-top-shadow:hover, .hover-top-shadow:focus {
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
}

.hover-top-shadow .hvr-icon-forward {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hover-top-shadow .hvr-icon-forward .hover-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hover-top-shadow .hvr-icon-forward:hover .hover-icon, .hover-top-shadow .hvr-icon-forward:focus .hover-icon, .hover-top-shadow .hvr-icon-forward:active .hover-icon {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

/*-----------------------------------------------
|   LaslesVPN glow buttons
-----------------------------------------------*/
.btn-glow {
  position: relative;
}

.btn-glow::before {
  content: '';
  height: 80%;
  width: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  display: inline-block;
  background-color: inherit;
  opacity: 0.55;
  -webkit-filter: blur(26px);
  filter: blur(26px);
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
  z-index: -1;
  border-radius: 10px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 10px;
  margin-bottom: 5px;
}

