.top-right a{
	color: #fff;
	margin-left: 10px;
	font-weight: 400;
}
.menu-icon{
	cursor: pointer;
}
.arrowButton{
    cursor: pointer;
    display: inline-grid;
    grid-template-columns: 3rem 1fr;
    align-items: center;
    position: relative;
    text-decoration: none;
    height: 3rem;
    font-size: 1.2rem;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1;
    transition: all .55s cubic-bezier(.65,0,.076,1);
}

.arrowContainer{
    grid-area: 1/1/2/2;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.arrow{
    width: 2rem;
    height: 1rem;
    stroke: currentColor;
    transition: all .55s cubic-bezier(.65,0,.076,1);
}

.labelContainer{
    grid-area: 1/2/2/3;
    z-index: 1;
    padding: 0.75rem 2.25rem 0.75rem 1.25rem;
    font-family: "Outfit",sans-serif;
}

.box{
    display: block;
    z-index: 0;
    position: absolute;
    height: 3rem;
    width: 3rem;
    border-radius: 4rem;
    background-color: transparent;
    border: 1px solid;
    transition: all .55s cubic-bezier(.65,0,.076,1);
}
.arrowButton:hover .arrow{
    transform: translateX(1rem);
    transition: all .3s cubic-bezier(.65,0,.076,1);
}
.arrowButton:hover .box{
    width: 100%;
    transition: all .3s cubic-bezier(.65,0,.076,1);
}

.form input[type=submit], .form button[type=submit] {
    font-family: "Outfit",sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    padding: 0.75rem 2rem !important;
    background-color: #65ffdb;
    color: #000;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}

.form input[type=text], .form input[type=email] {

    height: 45px;
    width: 90%;
    padding: 0 15px;

}
.form p{
    font-family: "Outfit",sans-serif !important;
    color: #fff;
}
.form label {
    margin-bottom: 0.5rem !important;
    font-weight: 400 !important;
    font-family: "Outfit",sans-serif !important;
    color: #fff;
    display: block;
}
.form ul{
    padding: 0;
}
.form em.wpforms-error{
    font-family: "Outfit",sans-serif !important;
}
.form div.wpforms-container-full {
    margin: 0 auto;
}

.form .hs-form-field, .form .hs-submit{
    padding: 10px 0;
}

.modalbox {
    min-width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(81, 51, 51, 0.5);
    z-index: 99;
    pointer-events: auto;
    display: none;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.web-btn svg{
    stroke: #fff;
}
.web-btn:hover svg{
    stroke: #202B64;
}

.blue-web-btn svg{
    stroke: #000 !important;
}
.blue-web-btn:hover svg{
    stroke: #fff;
}
.uLink a:after{
    content: ' ';
    display: block;
    height: 1px;
    width: 0;
    background: #65ffdb;
    transition: all 0.3s ease-out 0s;
    margin-top: 5px;
}
.uLink:hover a:after {
    width: 100%;
}
.nav-menu a span{
    position: relative;
    display: inline-block;
}
.nav-menu a span:after{
    content: ' ';
    display: block;
    height: 1px;
    width: 0;
    background: #65ffdb;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    left: 0;
    bottom: -20%;
}
.nav-menu a:hover span:after {
    width: 100%;
}
a.link{
    position: relative;
}
a.link:after{
    content: ' ';
    display: block;
    height: 1px;
    width: 0;
    background: #65ffdb;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    left: 0;
    bottom: -20%;
}
a.link:hover:after {
    width: 100%;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 1px;
    background: #65FFDB;
}
.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #1A1A1A;
    border-right: 10px solid #1A1A1A;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}
.animate-border.border-white:after {
    border-color: #1A1A1A;
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.progress-wrap {
    position: fixed;
    right: 15px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px #9daeeb33;
    box-shadow: inset 0 0 0 2px #9daeeb33;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-color: #65FFDB;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #000;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.icon {
    display: inline-block;
}
.progress-wrap .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}
.leftsidebar{
    position: relative;
}
.stickybar{
    position: sticky;
    top: 0;
}

.floating-button{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.floating-button.active-floating {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.floating-button h3.fb_name{
  color: #65ffdb;
  font-family: barlow,Sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 3px;
  margin: 0;
  margin-bottom: 15px;
}
.black{
    color: #000 !important;
}
.floating-button a.fb_btn{
    font-family: "Outfit",sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 0.75rem 1rem !important;
    background-color: #65ffdb;
    color: #000;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.floating-button span.close{
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #65ffdb;
    font-family: "Outfit",sans-serif !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    opacity: 0;
    visibility: hidden;
    color: #65ffdb;
    text-align: center;
    cursor: pointer;
}
.floating-button span.black{
     border: 1px solid #000;
}
.modal-container{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0.9;
  background: #222;
  z-index: 40000;
  top:0;
  left: 0;
  overflow: hidden;

  animation-name: fadeIn_Container;
  animation-duration: 1s;
  
}

.modal{
  display:none;
  top: 0;
  min-width: 250px;
  width: 700px;
  height: auto;
  margin: 0 auto;
  position: fixed;
  z-index: 40001;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #000;
  margin-top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Outfit",sans-serif !important;
  animation-name: fadeIn_Modal;
  animation-duration: 0.8s;
  padding: 15px;
 }
.modal .content{ height: 85vh; overflow-y: auto; }
.header{width: 100%;height: 40px; position: relative; text-transform: uppercase;}
.header a.cancel{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    width: 32px;
    height: 32px;
    background: #65ffdb;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    position: absolute;
    top:0;
    right:0;
}
.header h3{ margin: 0; padding: 0; }

/* width */
.modal .content::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.modal .content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.modal .content::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.modal .content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@keyframes fadeIn_Modal {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

@keyframes fadeIn_Container {
  from{
    opacity: 0;
  }
  to{
    opacity: 0.9;
  }
}

@media (min-width: 1025px) {
    .banner-section video{
        height: 1200px !important;
        margin-top:-300px;
    }
}
@media (min-width: 992px) {
    .banner-section video{
        height: 1500px !important;
        margin-top:-300px;
    }
}

@media (max-width: 991px) {
    /*
    .floating-button{
        left: 0;
        bottom: 40px;
        right: initial;
        top: initial;
    }
    .floating-button a.fb_btn{
        border-radius: 0;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }*/
    .floating-button span.black{
        border: 1px solid #65ffdb !important;
    }
    .black{
        color: #65ffdb !important;
    }
    
    .floating-button span.close{
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .floating-button h3.fb_name{
        display: none;
    }



}

@media (max-width: 767px) {

    .modal{
        width: 90%;
        padding: 8px;
    }
    .header h3{ font-size: 13px;}
}