/*Hup Template Css */

.hup-wrapper h1, .hup-wrapper h2, .hup-wrapper h3, .hup-wrapper h4, .hup-wrapper a{
font-family: quicksand_semibold, sans-serif !important;
}
.hup-wrapper p{
font-family: quicksand_regular, sans-serif;
line-height: 30px;
}
h2{
	font-size: 2rem;
}
h3{
line-height: inherit;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.Vmodal {
    z-index: 9999;
    background: #000000d6;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.m-l-2 {
    margin-left: 1.5rem;
}
.m-b-0 {
    margin-bottom: 0;
}
.m-t-3 {
    margin-top: 3rem;
}
.m-t-6 {
    margin-top: 6rem !important;
}
.m-b-6 {
    margin-bottom: 6rem !important;
}
.m-b-3 {
    margin-bottom: 3rem !important;
}
.p-t-2 {
    padding-top: 1.5rem !important;
}
.m-b-2 {
    margin-bottom: 1.5rem !important;
}
.p-b-3 {
    padding-bottom: 3rem !important;
}
.p-r-6 {
    padding-right: 6rem;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fixed {
    position: fixed;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 0;
}
.z-50{
	z-index: 500;
}
.pb-1 {
    padding-bottom: 1rem;
}
img {
   max-width: initial;
}
p a {
    border-bottom: none;
}
.bottom-0 {
    bottom: 0;
}
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modalv-close {
	position: absolute;
    cursor: pointer;
    z-index: 999999;
	right: 0;
	  top: 0;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.w-full {
    width: 100%;
}
.border-green {
    height: 2px;
    background: #7ECD2D;
    width: 90px;
    border-radius: 2px;
}
.btn-green{
	background: #7ECD2D;
    color: #fff;
    border-radius: 2px;
    border: none;
	padding: 20px 30px;
	font-size: 15px;
    text-transform: none;
}
.btn-green a{
font-size: 15px;
    text-transform: none;
}

@keyframes pulse-animation{
	0%{-webkit-box-shadow:0 0 0 0 hsla(0,0%,100%,.4);box-shadow:0 0 0 0 hsla(0,0%,100%,.4)}to{-webkit-box-shadow:0 0 0 20px hsla(0,0%,100%,0);box-shadow:0 0 0 20px hsla(0,0%,100%,0)}}

/*Banner section */

.hup-retail-banner {
    position: relative;
    width: 100%;
}
.hup-retail-banner h1{
 font-size: 55px !important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.hup-retail-banner-video{
	width: 100%;
	    height: calc(100vh - 143px);
		object-fit: cover;
}
.hup-retail-banner .overlayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #061D2865;
}
.hup-retail-banner-logo {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 250px;
    height: 235px;
    background: #081f2d;
    padding: 1rem 1rem 0;
    -webkit-clip-path: polygon(0 27%,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 27%,100% 0,100% 100%,0 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
.hup-retail-banner-logo img{
	  width: 100%;
}
.bannercont{
position: absolute;
z-index: 9;
}

.hup-retail-banner-play {
    position: relative;
    background: #fff;
    width: 86px;
    height: 86px;
    border: none;
    border-radius: 50%;
	  transform: scale(1);
}
.hup-retail-banner-play:before {
    content: "";
    width: 120%;
    height: 120%;
    border: none;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #ffffff75;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hup-retail-banner-play-icon {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hup-retail-banner-play:hover {
    cursor: pointer;
}
.hup-retail-banner-play:hover::before {
    -webkit-animation: pulse-animation 2s ease;
    animation: pulse-animation 2s ease;
}

/* Features Section */
section.features{
	 background: #061D28;
	 padding: 100px 0px;
	 clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
}
section.features img{
	width: 60px;
}
.featuresdiv {
    margin-bottom: 20px;
    display: inline-block;
}
.featuresdiv h4{
	font-size: 22px;
}

/* Case Study Section */

.case-study{
	 background: #061D28;
	padding: 120px 0px;
	    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
    -webkit-clip-path: polygon(0 4vw, 100% 0, 100% calc(100% - 4vw), 0 100%);
}
.case-slides .row{
    padding: 10px 50px;
}
.slidecont {
    padding-left: 3rem !important;
}
.textcta {
    color: #7ECD2D !important;
}
/* Tecnology Section */
.img-respon{
	width: 100%;
}
.techvideo {
    position: relative;
    text-align: center;
	display: inline-block;
	    width: 100%;
}

.vcentered {
       position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Hup uses Section */
section.hupuses{
	 background: #061D28;
	 padding: 130px 0px;
	     clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
    -webkit-clip-path: polygon(0 4vw, 100% 0, 100% calc(100% - 4vw), 0 100%);
}
section.hupuses img {
    width: 100%;
    margin-bottom: 15px;
}
.uses h3{
	font-size: 24px;
}

/* Flexiblity Section */
.videocont{
	width: 100%;
}
.relativedc{
	position: relative;
}
.layervd:before {
	content: '';
    position: absolute;
   /* background: rgb(255 255 255 / 50%);*/
	background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF00 5%, #FFFFFF 145%) 0% 0% no-repeat padding-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.edge1 {
    position: absolute;
    background: #fffffffc;
    width: 150px;
    height: 150px;
     -webkit-filter: blur(34px);
  -moz-filter: blur(34px);
  -o-filter: blur(34px);
  -ms-filter: blur(34px);
  filter: blur(34px);
    top: -65px;
    border-radius: 50%;
}
.edge2 {
    position: absolute;
    background: #ffffff;
    width: 150px;
    height: 150px;
       -webkit-filter: blur(34px);
  -moz-filter: blur(34px);
  -o-filter: blur(34px);
  -ms-filter: blur(34px);
  filter: blur(34px);
    bottom: -83px;
    left: -70px;
    border-radius: 50%;
}
.edge3 {
    position: absolute;
    background: #fffffffc;
    width: 150px;
    height: 150px;
         -webkit-filter: blur(34px);
  -moz-filter: blur(34px);
  -o-filter: blur(34px);
  -ms-filter: blur(34px);
  filter: blur(34px);
    top: -83px;
    right: -91px;
    border-radius: 50%;
}
.edge4 {
    position: absolute;
    background: #fffffffc;
    width: 150px;
    height: 150px;
       -webkit-filter: blur(34px);
  -moz-filter: blur(34px);
  -o-filter: blur(34px);
  -ms-filter: blur(34px);
  filter: blur(34px);
    bottom: -83px;
    right: -91px;
    border-radius: 50%;
}

/* Broucher Section */

section.broucher {
    background: #061D28;
	padding: 100px 0px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
    -webkit-clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 0vw), 0 100%);
}
.downloads{
    margin-top: 20px;
}

.text-center {
    text-align: center;
}
.text-white {
    color: #fff;
}

.case-slides .slick-prev:before {
  display:none;
}
.case-slides .slick-next:before {
   display:none;
}

.case-slides .slick-prev i {
    font-size: 22px;
    color: #fff;
}
.case-slides .slick-next i {
  font-size: 22px;
    color: #fff;
}
@media (max-width: 767px){
.hup-retail-banner-logo {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 140px;
    background: #081f2d;
    padding: 1rem 1rem 0;
    -webkit-clip-path: polygon(0 0,100% 0,100% 99%,0 73%);
    clip-path: polygon(0 0,100% 0,100% 99%,0 73%);
    z-index: 2;
}
.hup-retail-banner-video {
    height: 75vh;
}
.hup-retail-banner h1 {
    font-size: 33px !important;
}
.mobilehide {
    display: none !important;
}
.hup-retail-banner-content .p-r-6 {
     padding-right: 1rem !important;	
}

section.features {
    padding: 60px 0px;
  
}
.mobpad{
padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.featuresdiv p {
    font-size: 16px;
}
.featuresnomargin{
	margin-right: 0 !important;
}
section.features .border-green{
	  margin-bottom: 3rem;
}
section.hupuses .row {
    text-align: center;
}
.case-study {
    padding: 60px 0px;
}
.case-slides .row {
    padding: 10px 0px;
}
.case-slides {
    width: 94%;
    margin: 0 auto;
}
.slidecont {
    padding-top: 25px;
	 padding-left: 0rem;
}
.slick-dots li button:before {
    font-size: 20px !important;
    color: #fff !important;
}

/*Hup Uses*/
section.hupuses {
    padding: 60px 0px;
}
section.hupuses img {
    margin-bottom: 20px;
}
.uses {
    margin-bottom: 3rem;
}
.uses h3 {
    font-size: 20px;
}

section.broucher {
    padding: 60px 0px;
}

.videocont {
    margin: 0 auto;
    display: block;
    padding: 0rem 1rem;
}
.techvideo {
    padding: 0rem 1rem;
}
.broucher iframe{
	height: auto;
}
.vcentered {
    display: none;
}
}

@media (max-width: 1191px){
	.edge1, .edge2, .edge3, .edge4 {
	display:none;
}	
}

@media (min-width: 768px){
	.desktophide{
		display: none;
	}
	
}