@font-face {
  font-family: 'EVO';
  src: url('../fonts/EVO.otf');
  /* IE9 Compat Modes */
  src: url('../fonts/EVO.otf?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/EVO.otf') format('otf'),
    /* Super Modern Browsers */
    url('../fonts/EVO.otf') format('otf'),
    /* Pretty Modern Browsers */
    url('../fonts/EVO.otf') format('otf'),
    /* Safari, Android, iOS */
    url('webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

bodysss {
  height: 100%;

  background: -moz-linear-gradient(0deg, rgba(15, 12, 41, 1) 0%, rgba(48, 43, 99, 1) 50%, rgba(153, 49, 125, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(15, 12, 41, 1)), color-stop(50%, rgba(48, 43, 99, 1)), color-stop(100%, rgba(153, 49, 125, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(15, 12, 41, 1) 0%, rgba(48, 43, 99, 1) 50%, rgba(153, 49, 125, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(15, 12, 41, 1) 0%, rgba(48, 43, 99, 1) 50%, rgba(153, 49, 125, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(15, 12, 41, 1) 0%, rgba(48, 43, 99, 1) 50%, rgba(153, 49, 125, 1) 100%);
  /* ie10+ */
  background: linear-gradient(90deg, rgba(15, 12, 41, 1) 0%, rgba(48, 43, 99, 1) 50%, rgba(153, 49, 125, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0c29', endColorstr='#99317d', GradientType=1);
  /* ie6-9 */
  /*    font-family: 'Roboto', sans-serif !important;*/
  font-family: 'Raleway', sans-serif !important;
  /*    font-family: 'EVO', sans-serif !important;*/

}

body {
  height: 100%;
  margin: 0;
  background-repeat: repeat;
  background-attachment: fixed;
  /*    background: linear-gradient(90deg, rgba(15,12,41,1) 0%, rgba(48,43,99,1) 50%, rgba(153,49,125,1) 100%);*/
  /*    background-image: url("../img/olefswcv.png");*/
  background-image: url("../img/bc2.png");
  /*    font-family: 'Roboto', sans-serif !important;*/
  font-family: 'Raleway', sans-serif !important;
  /*    font-family: 'EVO', sans-serif !important;*/

}

html {
  height: 100%;
  font-family: 'Raleway', sans-serif !important;
}




.map {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.map img {
  display: block;
  width: 100%;
}

.map-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 50%;
  padding: 1rem;
  background-color: rgba(15, 12, 41, 0.90);
  transition: all 300ms ease-in;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

.map-popup > *:first-child {
  margin-top: 0;
}

.map-popup > *:last-child {
  margin-bottom: 0;
}

.map-popup.open {
  opacity: 1;
  visibility: visible;
}

.marker {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #ddeeff;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  /*  background-color: #111133;*/
  background-color: rgba(1, 255, 255, 0.20);
  transition: all 300ms;
  cursor: pointer;
}

.map h5 {
  color: #cc5511 !important;
}

.marker1 {
  top: 43.75%;
  left: 59.38%;
}


.marker2 {
  top: 34.9%;
  left: 44.73%;
}

.marker3 {
  top: 48.26%;
  left: 41.7%;
}

.marker4 {
  top: 65.45%;
  left: 70.7%;
}

.marker5 {
  top: 65.28%;
  left: 46.39%;
}

.marker6 {
  top: 8.85%;
  left: 45.12%;
}


.pulsate-fwds {
  -webkit-animation: pulsate-fwd 1.2s ease-out infinite both;
  animation: pulsate-fwd 1.2s ease-out infinite both;
}


.pulsate-fwd {
  box-shadow: 0px 0px 3px 1px transparent;
  animation: glow 1.5s linear infinite alternate;
}

@keyframes glow {
  to {
    box-shadow:
      inset 0 0 50px #5753C9,
      0 0 50px #5753C9,
      -10px 0 80px #6E7FF3,
      10px 0 80px #3D4E81;
  }
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (min-width:48em) {
  .map-item {
    position: absolute;
    width: 36px;
    height: 36px;
  }

  .map-item .marker {
    top: auto;
    left: auto;
  }

  .map-item1 {

    top: 43.75%;
    left: 59.38%;

  }

  .map-item2 {
    top: 34.9%;
    left: 44.73%;
  }

  .map-item3 {
    top: 48.26%;
    left: 41.7%;
  }

  .map-item4 {
    top: 65.45%;
    left: 70.7%;
  }

  .map-item5 {
    top: 65.28%;
    left: 46.39%;
  }

  .map-item6 {
    top: 8.85%;
    left: 45.12%;
  }

  .map-popup {
    position: absolute;
    left: 58px;
    width: 280px;
    transform: translateY(-50%);
  }

  .map-popup:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #fff transparent transparent;
  }

  .map-popup.edge {
    left: auto;
    right: calc(100% + 24px);
  }

  .map-popup.edge:before {
    left: auto;
    right: -16px;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #fff;
  }
}




@-webkit-keyframes pulses {
  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@keyframes pulses {
  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}







.application-lt-square {

  position: absolute;
  width: 35%;
  height: 40%;
  top: 10%;
  left: 8%;
  border-radius: 5px;
  background-image: linear-gradient(-20deg, #6e45e2 0%, #88d3ce 100%);
  opacity: 0.8;
  transition: all 1s ease-out;

}


.application-lb-square {

  position: absolute;
  width: 30%;
  height: 25%;
  top: 70%;
  left: 5%;
  border-radius: 5px;
  background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
  opacity: 0.8;
  transition: all 1s ease-out;

}



.application-rm-square {

  position: absolute;
  width: 40%;
  height: 35%;
  top: 55%;
  left: 50%;
  border-radius: 5px;
  background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
  opacity: 0.8;
  /*    z-index: 20;*/
  transition: all 1s ease-out;
}


.square-glow-hover:hover {
  opacity: 0.9;
  transform: translate3d(0.5ch, 0.1in, 2em);
  box-shadow:
    inset 0 0 40px #0acfff,
    0 0 45px #fdefde,
    -4px 0 40px #f4f7e5,
    2px 0 40px #e2e3e4;
}


.square-glow-hover-main-page {
  transition: all 1s ease-out;
  box-shadow:
    inset 0 0 4px #0c3483,
    0 0 5px #a2b6df,
    -1px 0 10px #6b8cce,
    4px 0 20px #a2b6df;
}

.square-glow-hover-main-page:hover {
  opacity: 0.9;
  transform: translate3d(0.5ch, 0.1in, 2em) scale(1.005);
  /*    transform: ;*/
  box-shadow:
    inset 0 0 25px #0c3483,
    0 0 15px #a2b6df,
    -4px 0 20px #6e45e2,
    2px 0 20px #88d3ce;
}








/* MAIN VARIABLES FOR CUSTOMIZATION */
/* -------------------------------- */
.navs {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 4%;
  width: auto;
  height: 100px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
}

.nav__cb {
  z-index: -1000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.nav__content {
  position: relative;
  width: 100px;
  height: 100%;
  transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
}

.nav__cb:checked ~ .nav__content {
  transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
  /*  width: 700px;*/
  width: 800px;
}

.nav__items {
  position: relative;
  width: 800px;
  height: 100%;
  padding-left: 20px;
  padding-right: 110px;
  list-style-type: none;
  font-size: 0;
}

.nav__item {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  text-align: center;
  /*  color: #6C7784;*/
  color: #fff;
  font-size: 14px;
  line-height: 100px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  transition: color 0.3s;
  cursor: pointer;
}

.nav__img__item,
.nav__img__item img {
  width: 160px;
  height: 100px;
}



.nav__item:hover {
  color: #00bdea;
}

.nav__item-text {
  display: block;
  height: 100%;
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  opacity: 0;
  transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
  transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s;
  transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
}

.nav__cb:checked ~ .nav__content .nav__item-text {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
  transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
  transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s;
  transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
}

.nav__item:nth-child(1) .nav__item-text {
  transition-delay: 0.3s;
}

.nav__cb:checked ~ .nav__content .nav__item:nth-child(1) .nav__item-text {
  transition-delay: 0s;
}

.nav__item:nth-child(2) .nav__item-text {
  transition-delay: 0.2s;
}

.nav__cb:checked ~ .nav__content .nav__item:nth-child(2) .nav__item-text {
  transition-delay: 0.1s;
}

.nav__item:nth-child(3) .nav__item-text {
  transition-delay: 0.1s;
}

.nav__cb:checked ~ .nav__content .nav__item:nth-child(3) .nav__item-text {
  transition-delay: 0.2s;
}

.nav__item:nth-child(4) .nav__item-text {
  transition-delay: 0s;
}

.nav__cb:checked ~ .nav__content .nav__item:nth-child(4) .nav__item-text {
  transition-delay: 0.3s;
}

.nav__cb:checked ~ .nav__content .nav__item:nth-child(5) .nav__item-text {
  transition-delay: 0.3s;
}

.nav__cb:checked ~ .nav__content .nav__item:nth-child(6) .nav__item-text {
  transition-delay: 0.3s;
}

.nav__cb:checked ~ .nav__content .nav__item:nth-child(7) .nav__item-text {
  transition-delay: 0.3s;
}

.nav__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  padding: 40px 30px;
  cursor: pointer;
}

.nav__btn:before,
.nav__btn:after {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  border-radius: 2px;
  /*  background: #096DD3;*/
  background: #fff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
  transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
  transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
}

.nav__btn:before {
  margin-bottom: 10px;
}

.nav__btn:hover:before,
.nav__btn:hover:after {
  /*  background: #00bdea;*/
  background: #fff;
}

.nav__cb:checked ~ .nav__btn:before {
  -webkit-transform: translateY(7px) rotate(-225deg);
  transform: translateY(7px) rotate(-225deg);
}

.nav__cb:checked ~ .nav__btn:after {
  -webkit-transform: translateY(-7px) rotate(225deg);
  transform: translateY(-7px) rotate(225deg);
}


#news {
  margin-top: 130px;
  position: relative;

}

#product-line {
  /*    margin-top: 220px;*/
  position: relative;

}

.custom-bread-crumb {
  margin-top: 150px;
  position: relative;

}


.custom-bread-crumb ol {
  position: relative;
  background: rgba(255, 255, 255, 0.00);


}

.custom-bread-crumb li {
  color: white !important;
  font-size: 1.3rem;
  font-weight: 700;
  z-index: 12;

}



.custom-bread-crumb li a {
  color: #f3f311;
  font-size: 1.2rem;
  font-weight: 700;
}

.agar::after {
  transition: all 0.4s ease-out;
  color: #f3f311;
  content: "★";
  text-shadow: 0 0 20px #f3f311;
  width: 60px;
  height: 60px;
  font-size: 25px;
}

.agar:hover::after {
  color: #5e5e5e;
  text-shadow: 0 0 15px #5e5e5e;
}



.shineMe {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  letter-spacing: 2px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #12D8FA, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 4s ease-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
}



.shineMeMainHome {
  position: relative;
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
  background: linear-gradient(90deg, #000, #e6e920, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 4s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7);

}



.shineMeTwo {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  letter-spacing: 2px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #B2FEFA, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 4s ease-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
}



.shineMeThree {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  letter-spacing: 2px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #0ED2F7, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 4s ease-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
}



@keyframes animate {
  0% {
    background-position: -600%;
  }

  100% {
    background-position: 600%;
  }
}

.card-subtitle {
  color: #00ffff;
}



.makeMeThreeD {
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease-out;
  /*
    text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
*/

} 


.square-glow-hover-main-page-flag {
  transition: all 1s ease-out;
  box-shadow:
    inset 0 0 2px #f8f8f8,
    0 0 2.5px #fefefe,
    -1px 0 4px #f5f5f5,
    1px 0 8px #f9f9f9;
}

.square-glow-hover-main-page-flag:hover {
  opacity: 0.9;
  transform: translate3d(0.2ch, 0.05in, 1em) scale(1.001);
  /*    transform: ;*/
  box-shadow:
    inset 0 0 2.5px #f8f8f8,
    0 0 3px #fefefe,
    -1px 0 4.5px #f5f5f5,
    1px 0 9px #f9f9f9;
}





.makeMeThreeD:hover {

  text-shadow: 2px 2px 2px #85c1da,
    4px 4px 3px #dddddd,
    6px 6px 4px #c0dfec;
}



.custom-bread-crumb .parallelogram {
  width: 35%;
  height: 60%;
  transform: skew(20deg);
  background: #44bbee;
  opacity: 0.7;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 0;
}


.custom-bread-crumb .parallelograms {
  background: #335599 !important;

}



.custom-bread-crumb .parallelogram-article {
  background: #994499 !important;

}


.custom-bread-crumb .parallelogram-article-main {
  background: #775566 !important;

}


.custom-bread-crumb .parallelogram-aboutus-main {
  background: #335599 !important;

}


.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #f3f311;
  content: "/";
}

#news imgss {
  background-size: cover;
  border-radius: 3px;
  -webkit-box-shadow: 27px 31px 31px -20px rgba(190, 41, 135, 0.6);
  -moz-box-shadow: 27px 31px 31px -20px rgba(190, 41, 135, 0.6);
  box-shadow: 27px 31px 31px -20px rgba(190, 41, 135, 0.6);
}

#news img {
  background-size: cover;
  /*  border-radius: 3px;*/
  /*
-webkit-box-shadow: 1px 1px 5px 0px rgba(68,178,178,1);
-moz-box-shadow: 1px 1px 5px 0px rgba(68,178,178,1);
box-shadow: 1px 1px 5px 0px rgba(68,178,178,1);
*/
}

.news-banner-container {
  backgrounds: rgba(255, 255, 255, 0.0);
}

.custom-imgs {
  -webkit-box-shadow: 27px 31px 31px -20px rgba(190, 41, 135, 0.6);
  -moz-box-shadow: 27px 31px 31px -20px rgba(190, 41, 135, 0.6);
  box-shadow: 27px 31px 31px -20px rgba(190, 41, 135, 0.6);
}

.article-imgs {
  -webkit-box-shadow: 27px 31px 31px -20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 27px 31px 31px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 27px 31px 31px -20px rgba(0, 0, 0, 0.2);
}

.aboutus-media {
  -webkit-box-shadow: 27px 31px 31px -20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 27px 31px 31px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 27px 31px 31px -20px rgba(0, 0, 0, 0.2);
  width: 160px;
  height: 160px;
}

.neon-stripes {
  height: 0.2rem;
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);

}

.aboutus-pyramids {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 50%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 50%, 0% 50%);
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
  /*    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);*/
  height: 60%;
  z-index: -12;
}

.products-linear-header {
  -webkit-clip-path: polygon(16% 20%, 100% 20%, 100% 43%, 100% 57%, 100% 100%, 20% 100%, 0 100%, 0 0);
  clip-path: polygon(16% 20%, 100% 20%, 100% 43%, 100% 57%, 100% 100%, 20% 100%, 0 100%, 0 0);
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
  /*    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);*/
  height: 30px;
}


.products-second-stage-header {
  -webkit-clip-path: polygon(26% 0, 100% 0, 100% 43%, 100% 57%, 100% 100%, 60% 73%, 0 74%, 0 0);
  clip-path: polygon(26% 0, 100% 0, 100% 43%, 100% 57%, 100% 100%, 60% 73%, 0 74%, 0 0);
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
  /*    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);*/
  height: 20px;
}

.products-third-stage-header {
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
  /*    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);*/
  height: 30px;
}

.products-third-stage-header-second {
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
  /*    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);*/
  height: 30px;
}

.night {
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%) !important;
}

.button.raised {
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.button {
  display: inline-block;
  position: relative;
  border-radius: 2px;
  font-size: 0.9em;
  background: #f3f311;
  color: #007bff;
}

.button.raised:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}



.buttons.raised {
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.buttons {
  display: inline-block;
  position: relative;
  border-radius: 2px;
  font-size: 0.9em;
  background: #335599;
  color: #FFF;
  font-weight: 700;
  border-color: #335599;
}

.buttons.raised:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
  color: #FFF;
}

.buttons.raised:hover {
  color: #FFF;
}

.related-articles-titles {
  border-radius: 0px !important;
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
  border-color: transparent !important;
}

.related-articles-descriptions {
  background: #111133 !important;
  color: #ddeeff;
}


.related-articles-imgs {
  border-radius: 0px !important;
}


.related-articles-titles.active {
  border-radius: 0px !important;
  border-color: transparent !important;
  background: #111133;
  color: #ddeeff;
}


.button-article.raised {
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.button-article {
  display: inline-block;
  position: relative;
  border-radius: 2px;
  font-size: 0.9em;
  background: #cc5511;
  color: #FFF;
  font-weight: 700;
  border-color: #cc5511;
}

.button-article.raised:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
  color: #FFF;
}

.button-article.raised:hover {
  color: #FFF;
}


.trade-mark-footer {
  color: #888787;
}








.triangle-right {
  position: absolute;
  width: 0;
  height: 0;
  left: 5%;
  border-radius: 3px;
  border-top: 100px solid transparent;
  border-left: 200px solid #d3f7af;
  opacity: 0.9;
  border-bottom: 100px solid transparent;
}

.news-card {
  background: rgba(255, 255, 255, 0.28);
  color: white;
}

.news-card-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.news-card-categories {
  background: rgba(255, 255, 255, 0.0);
  color: white;
  border-style: hidden;
}

.news-card h2 {
  font-size: 2.5rem;
}

.news-card h5 a {
  color: #f3f311;
}

.news-card-text {
  border-left: 2px solid #d3f7afee;
  font-weight: 500;
}


.home-more-text {
  margin-top: 2rem;
  font-size: 1.25rem;
}



.home-more-text a {
  color: #e6e9f0;
  text-decoration: none;
}


.home-more-text:hover {
  color: #e6e920;
  /*  transform: scale(1.05);*/
/*  font-size: 1.3rem;*/

}

.home-more-text:hover a {
  color: #e6e920;
  transition: all 0.3s ease-out;
}



.wavebox {
  width: 100%;
  height: 1px;
  border-radius: 2px;
  box-shadow: 0 2px 30px rgba(black, .2);
  background: lighten(#f0f4c3, 10%);
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.ddd {
  background-image: url("../img/01ps%20-%20Copy.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 32rem;
}

.wave {
  opacity: .4;
  position: absolute;
  top: 3%;
  left: 0%;
  background: #0af;
  width: 100%;
  height: 500px;
  /*  margin-left: -250px;*/
  margin-top: -250px;
  /*  transform-origin: 50% 48%;*/
  border-radius: 43%;
  animation: drift 40000ms infinite linear;
}

.wave.-three {
  animation: drift 19000ms infinite linear;
  background: rgba(230, 240, 255, 0.4);
  opacity: 0.6;
}

.wave.-two {
  animation: drift 25000ms infinite linear;
  opacity: .4;
  background: rgba(220, 210, 240, 0.4);
}

.wave.-one {
  animation: drift 27000ms infinite linear;
  opacity: .3;
  /*   background:#f3f311;   */
  background: rgba(200, 200, 200, 0.4);
}



.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from {
    transform: rotate(0deg);
  }

  from {
    transform: rotate(360deg);
  }
}

.parallelogram {
  width: 35%;
  height: 60%;
  transform: skew(20deg);
  background: #2BABCB;
  opacity: 0.9;
  position: absolute;
  top: 5%;
  left: 10%;
}


.wallmountheader{
  position: relative;
  overflow: hidden;
  background:rgba(255,255,255,0.05);
}


.wallmountcontent{
  position: relative;
  overflow: hidden;
  backgroundz:rgba(255,255,255,0.05);
}

.parallelogramx {
  width: 35%;
  height: 60%;
  transform: skew(20deg);
  background: #2BABCB;
  opacity: 0.9;
  position: absolute;
  top: 50%;
}

.parallelogramz {
  width: 35%;
  height: 60%;
 clip-path: polygon(0 0, 55% 77%, 100% 100%, 0% 100%);
  background: #2BABCB;
  opacity: 0.9;
  position: absolute;
  top: 5%;
  left: 0;
}

.wallmfloatone {
  width: 35%;
  height: 60%;
clip-path: polygon(0 0, 100% 0%, 13% 47%, 0 100%);
  background: #2BABCB;
  opacity: 0.9;
  position: absolute;
 
}

.wallmfloatsecond {
  width: 35%;
  height: 60%;
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 100%, 100% 71%, 98% 72%, 92% 73%, 89% 10%, 0 0, 15% 0);
  background: #2BABCB;
  opacity: 0.9;
  position: absolute;
  right: 0;
}

.wallmfloatthree {
  width: 35%;
  height: 60%;
 clip-path: polygon(0 0, 99% 0, 0 38%, 2% 15%);
  background: #2BABCB;
  opacity: 0.9;
  position: absolute; 
}

.wallmfloatfour {
  width: 35%;
  height: 60%;
  clip-path: polygon(53% 0, 100% 0, 100% 25%, 82% 16%, 20% 16%, 0 24%, 0 0);
  background: #2BABCB;
  opacity: 0.9;
  position: absolute; 
  left: 10%;
}

.circle-clip-path {
  position: absolute;
  height: 600px;
  width: 600px;
  top: 40%;
  left: 60%;
  -webkit-clip-path: circle(50.0% at 50% 50%);
  clip-path: circle(50.0% at 50% 50%);
  background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
  opacity: 0.2;
}


.circle-clip-path-product {
  position: absolute;
  height: 350px;
  width: 350px;
  top: 20%;
  left: 30%;
  -webkit-clip-path: circle(50.0% at 50% 50%);
  clip-path: circle(50.0% at 50% 50%);
  background-image: radial-gradient(circle 248px at center, #00aaaa 0%, #44bbbb 47%, #88dddd 100%);
  opacity: 0.7;
  z-index: 100;
}

.makedisapear {
  height: 5px;
  opacity: 0.7;
  transition: all 0.4s ease-out;
}


.makedisapear:hover {
  transform: translateX(5px);
  box-shadow:
    inset 0 0 4px #00aaaa,
    0 0 5px #44bbbb,
    -1px 0 4px #88dddd,
    1px 0 3px #88dddd;

}

.hr-v {

  border: none;
  border-left: 1px solid hsla(200, 10%, 50%, 100);
  height: 100%;
  width: 1px;

}


footer .parallelogram {
  width: 20%;
  height: 40%;
  transform: skew(25deg);
  background: #2BABCB;
  opacity: 0.7;
  position: absolute;
  top: 20%;
  left: 30%;
}

#application .parallelogram {
  width: 35%;
  height: 60%;
  transform: skew(20deg);
  /*	background: #E90366;*/
  background: #660099;
  opacity: 0.9;
  position: absolute;
  top: 5%;
  left: 10%;
}


#testimonial .parallelogram {
  width: 35%;
  height: 60%;
  transform: skew(20deg);
  background: #FBF375;
  opacity: 0.9;
  position: absolute;
  top: 5%;
  left: 10%;
}


#aboutus .parallelogram {
  width: 35%;
  height: 60%;
  transform: skew(20deg);
  /*	background: #1E8EF9;*/
  background: #223377;
  opacity: 0.9;
  position: absolute;
  top: 5%;
  left: 10%;
}


.rhombus-shape {
  width: 60%;
  height: 50%;
  position: absolute;
  top: 5%;
  left: 30%;
  background: #11226A;
  opacity: 0.9;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 68%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 68%);
}

.rhombus-shape-product {
  width: 70%;
  height: 50%;
  position: absolute;
  top: 10%;
  left: 10%;
  background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  /*    background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);*/
  opacity: 0.9;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 68%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 68%);
}


.rhombus-shape-third {
  width: 50%;
  height: 60%;
  position: absolute;
  top: 5%;
  left: 30%;
  background: #dd4455;
  opacity: 0.9;
  -webkit-clip-path: polygon(33% 0, 83% 0, 100% 100%, 0% 100%);
  clip-path: polygon(33% 0, 83% 0, 100% 100%, 0% 100%);
}


.rhombus-shape-forth {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 5%;
  left: 80%;
  background: #dd4455;
  opacity: 0.9;
  -webkit-clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
  clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}


footer .rhombus-shape {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 20%;
  left: 70%;
  background: #11226A;
  opacity: 0.4;
  -webkit-clip-path: polygon(48% 68%, 0 0, 0% 100%, 99% 100%, 100% 0);
  clip-path: polygon(48% 68%, 0 0, 0% 100%, 99% 100%, 100% 0);
}


footer .rhombus-shape-sec {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 40%;
  left: 25%;
  background: #11226A;
  opacity: 0.4;
  -webkit-clip-path: polygon(48% 68%, 0 0, 0% 100%, 99% 100%, 100% 0);
  clip-path: polygon(48% 68%, 0 0, 0% 100%, 99% 100%, 100% 0);
}


.testimonoal-imgs {
  position: absolute;
  top: 2%;
  left: 4%;
  z-index: 10;
  background: white;
  border: 30 solid red;
  width: 100px;
  height: 100px;
  line-height: 80px;
  background-size: cover;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  /*  clip-path: inset(0 0 0 0 round 10%);*/
  /*  -webkit-animation: clips 3s ease infinite;*/
  /*  animation: clips 3s ease infinite;*/



}


.testimonoal-imgs-secondary {
  position: absolute;
  top: 1%;
  left: 2%;
  z-index: 10;
  background: white;
  border: 30 solid red;
  width: 100px;
  height: 100px;
  line-height: 80px;
  background-size: cover;
  border-radius: 3px;
  /*  clip-path: inset(0 0 0 0 round 10%);*/
  /*  -webkit-animation: clips 3s ease infinite;*/
  /*  animation: clips 3s ease infinite;*/



}



.aboutus-titles {
  height: 150px;
  line-height: 150px;
  text-align: center;

}


.aboutus-imgs {
  background-image: url(../img/01ffps.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 20rem;
}


.home-main-imgs {
  background-image: url(../img/finalfinal.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 40rem;
  border-radius: 3px;
}

.application-top-section-margin {
  margin-top: 30px;
}

.applicaion-img-header {
  /*    background-image: url(../img/15.png);*/
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50% !important;
  height: 80%;
  top: 15%;
  left: 25%;
  z-index: 12;
}

.home-img-header {
  /*    background-image: url(../img/15.png);*/
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 80% !important;
  height: 100%;
  top: 0%;
  left: 10%;
  z-index: 12;
}

.home-img-header-mini {
  /*    background-image: url(../img/15.png);*/
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60% !important;
  height: 95%;
  top: 2.5%;
  left: 20%;
  z-index: 12;
}

.home-img-header-top {
  /*    background-image: url(../img/15.png);*/
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /*    width: 45%!important;*/
  /*    height: 75%;*/
  top: 10%;
  left: 30%;
  border-radius: 3px;
  z-index: 12;
  background-color: rgba(255, 250, 255, 0);
}


.home-img-header-bottom {
  /*    background-image: url(../img/15.png);*/
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /*    width: 28%!important;*/
  /*    height: 35%;*/
  top: 60%;
  left: 25%;
  border-radius: 3px;
  z-index: 12;
  background-color: #e6e9f0;
}


.applicaion-img-right {
  /*    background-image: url(../img/15.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 35rem;
  z-index: 2;
}


.application-decor-right-line {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  top: 20%;
  left: 60%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.application-features-items {
  width: 100px;
  height: 100px;
  border-radius: 3px;
  background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
  /*    background: rgba(255,255,255,0.40);*/
}

.application-features-items-sm {
  width: 50px;
  height: 50px;
  border-radius: 1px;
  background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
  /*    background: rgba(255,255,255,0.40);*/
}

.application-features-title {
  color: #e6e9f0;
  font-size: 4.2rem;
  font-weight: 700;
}

.fastcharging-features {
  color: #e6e9f0;
  font-size: 3.5rem;
  font-weight: 700;
}

.home-features-title {
  color: #e6e9f0;
  font-size: 3.7rem;
  font-weight: 700;
}

.home-features-sub-title {
  color: #e6e9f0;
  font-size: 2.5rem;
  font-weight: 700;
}

.application-features-title-underline {
  height: 3px;
  /*    background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);*/
  background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
}

.product-img-header {
  /*    background-image: url(../img/15.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 25rem;
}


.product-img-header-second {
  /*    background-image: url(../img/15.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 25rem;
}

#application-header-title-desing-one {
  position: absolute;
  width: 85%;
  height: 30%;
  left: 15%;
  top: 20%;
  background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
  border-radius: 3px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 69%, 95% 88%, 81% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 69%, 95% 88%, 81% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
}



#application-header-title-desing-two {
  position: absolute;
  width: 80%;
  height: 23%;
  left: 10%;
  top: 23.5%;
  background-image: linear-gradient(-225deg, #65379B 0%, #886AEA 53%, #6457C6 100%);
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 69%, 100% 100%, 14% 100%, 10% 84%, 0 78%, 0% 35%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 69%, 100% 100%, 14% 100%, 10% 84%, 0 78%, 0% 35%, 0 0);
}



#application-header-title-desing-three {
  position: absolute;
  width: 70%;
  height: 40%;
  left: 20%;
  top: 28%;
  color: #e6e9f0;
  border-bottom: 5px solid #e6e9f0;
  font-size: 5rem;
}

.h2s {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0.75;
}

.dark-span {
  opacity: 0;
  font-size: 4rem;
  animation: flashText 6s ease-out alternate infinite;
}

span.light {
  position: relative;
  display: inline-block;
  font-size: 6rem;
  letter-spacing: 5px;
}

span.light:before {
  position: absolute;
  left: 0;
  top: -10%;
  width: 100%;
  height: 120%;
  /*  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
  background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  filter: blur(20px);
  content: "";
  opacity: 0;
  animation: flash 8s ease-out alternate infinite;
}

.light-out {
  position: absolute;
  left: 0;
  top: -10%;
  width: 100%;
  height: 120%;
  /*  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
  background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  filter: blur(20px);
  content: "";
  opacity: 0;
  animation: flash 8s ease-out alternate infinite;
}

@keyframes flash {
  to {
    opacity: 0.8;
  }
}

@keyframes flashText {
  to {
    opacity: 0.35;
  }
}


.svg-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 320px;
  text-align: center;
}

.svg-wrapper .shape {
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 8px;
  fill: transparent;
  stroke: #4481eb;
  border-bottom: 5px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.svg-wrapper .text {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 5px;
  color: #fff;
  top: -53px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}

.svg-wrapper:hover .shape {
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
}

.changeme::placeholder {
  color: #ddeeff !important;
}

.changeme {
  background-clip: border-box !important;
  border-radius: 0px;
  border: 1px solid black;
  background: transparent;
  color: white !important;
  padding: 10px;

  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;

}

.changeme:focus {
  -webkit-box-shadow: 7px -9px 9px -5px rgba(68, 187, 238, 0.28);
  -moz-box-shadow: 7px -9px 9px -5px rgba(68, 187, 238, 0.28);
  box-shadow: 7px -9px 9px -5px rgba(68, 187, 238, 0.28);
  background: #111133;
  color: #ddeeff;
  outline: none;
  border-style: none;
}

.changemeoptions {
  background: #111133;
  color: #ddeeff;
}

.navigate-li a {
  color: #f3f311 !important;
}

.navigate-li a.active {
  color: #44bbee !important;
}

.testimonoal-imgs-two {
  width: 100px;
  height: 100px;
}


.testimonoal-imgs-three {
  width: 40%;
  height: 20rem;
}


.news-card-border {
  -webkit-box-shadow: 7px -9px 9px -5px rgba(255, 255, 255, 1);
  -moz-box-shadow: 7px -9px 9px -5px rgba(255, 255, 255, 1);
  box-shadow: 7px -9px 9px -5px rgba(255, 255, 255, 1);
}

.news-card-border-blur {
  -webkit-box-shadow: 7px -9px 9px -5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 7px -9px 9px -5px rgba(0, 0, 0, 0.28);
  box-shadow: 7px -9px 9px -5px rgba(0, 0, 0, 0.28);
}

.show-product-card {
  min-height: 50rem;
}

.show-product-bottom-list {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  background: rgba(255, 255, 255, 0.60);

}

.fading-imgs {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/02ffps.jpg");
  transition: background-image 1s ease-in-out;
  border-radius: 5px;

}

.fading-imgs:hover {
  background-image: url("../img/01ffps.jpg");
}

.anim-img {
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 4s ease;
}

.bottom-layer img:hover {
  opacity: 0;
}



.product-card {
  background: rgba(17, 17, 51, 0.68) !important;
  color: #ddeeff;
}



.article-card-border {
  -webkit-box-shadow: 7px -9px 9px -5px rgba(0, 0, 0, 1);
  -moz-box-shadow: 7px -9px 9px -5px rgba(0, 0, 0, 1);
  box-shadow: 7px -9px 9px -5px rgba(0, 0, 0, 1);
}

.butterfly-shape {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 45%;
  background: #804EA1;
  opacity: 0.9;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.testimonial-shape {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 250px;
  height: 250px;
  z-index: -1;
  opacity: 0.4;
  background: #B72C3E;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.pashe {
  width: 160px;
  height: 80px;
  line-height: 80px;
  background-size: cover;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  -webkit-animation: clips 3s ease infinite;
  animation: clips 3s ease infinite;
}

.list-group-items.active {

  z-index: 2;
  color: #121212;
  background-color: rgba(255, 255, 255, 0.60);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 7px -9px 9px -5px rgba(255, 255, 255, 1);
  border-radius: 3px;

}

.white-box-shadows {
  box-shadow: 7px -9px 9px -5px rgba(255, 255, 255, 1);
  border-radius: 10px;
  background: rgba(255, 255, 255, .28);
}

.custom-product-img {
  position: absolute;
  top: 20%;
  left: 40%;
  background-size: cover;
  border-radius: 3px;
  max-width: 600px;
  max-height: 600px;
}

.appcoverimg {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 3px;
}

.appfeatures {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 2px;
}

.aboutus {
  width: 100%;
  min-height: 25rem;
  opacity: 0.9;
  position: absolute;
  top: 0%;
  left: 0%;

}

.aboutuslayerone {
  width: 94%;
  min-height: 22rem;
  opacity: 0.9;
  position: absolute;
  top: 4rem;
  left: 1%;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 3px;
}

.aboutuslayourtwo {
  width: 91%;
  min-height: 20rem;
  opacity: 0.9;
  position: absolute;
  top: 5.2rem;
  left: 7%;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 3px;
}

.aboutusmainlayourss {
  width: 95%;
  min-height: 22rem;
  opacity: 0.95;
  position: absolute;
  top: 5.9rem;
  left: 2%;
  color: #f7f7f8;
  /*    background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);*/
  /*    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);*/
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
  border-radius: 3px;

}


.aboutusmainlayour {
  width: 95%;
  min-height: 22rem;
  opacity: 0.95;
  color: #f7f7f8;
  /*    background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);*/
  /*    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);*/
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
  border-radius: 3px;

}


.aboutus-imgss {
  position: absolute;
  top: 5.9rem;
  left: 84.5%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.28);
  border: 30 solid red;
  width: 10rem;
  height: 10rem;
  line-height: 80px;
  background-size: cover;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  /*  -webkit-animation: clips 3s ease infinite;*/
  /*  animation: clips 3s ease infinite;*/



}




.row-fake {

  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  text-align: left;

}

.row-fake .image {
  width: 80%;
  height: 500px;
  margin: 0 auto
}

.atvImg {
  border-radius: 5px;
  transform-style: preserve-3d;
  -webkit-tap-highlight-color: rgba(#000, 0);
}

.atvImg img {
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(14, 21, 47, 0.25);
}

.atvImg-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.2s ease-out;
}

.atvImg-container.over .atvImg-shadow {
  /*  box-shadow: 0 45px 100px rgba(14, 21, 47, 0.4), 0 16px 40px rgba(14, 21, 47, 0.4);*/
  -webkit-box-shadow: 0 45px 100px rgba(68, 187, 238, 0.6), 0 16px 40px rgba(68, 187, 238, 0.6);
  -moz-box-shadow: 0 45px 100px rgba(68, 187, 238, 0.6), 0 16px 40px rgba(68, 187, 238, 0.6);
  box-shadow: 0 45px 100px rgba(68, 187, 238, 0.6), 0 16px 40px rgba(68, 187, 238, 0.6);
}

.atvImg-layers {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  transform-style: preserve-3d;
}

.atvImg-rendered-layer {
  position: absolute;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  transition: all 0.1s ease-out;
}

.atvImg-shadow {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  transition: all 0.2s ease-out;
  box-shadow: 0 8px 30px rgba(14, 21, 47, 0.6);
}

.atvImg-shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, 0) 60%);
}



.right {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 70px;
  max-width: 320px;
  text-align: left
}

.main-title-index {
  min-height: 95%;
  background: rgba(255, 255, 255, 0.1);
  /*    color:white;*/
  color: #e6e9f0;
}

@media only screen and (max-width: 800px) {
  body > header {
    margin: 80px auto
  }

  .row-fake,
  .right {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto
  }

  .right {
    margin-top: 60px
  }
}

@media only screen and (max-width: 400px) {

  .row-fake {
    width: 240px
  }

  .row-fake .image {
    width: 220px;
    height: 380px;
  }

  .right {
    margin-top: 30px
  }

  .right h2 {
    font-size: 24px
  }
}

@media all and (max-width: 1834px) {



  .application-title-text {
    font-size: 3.0rem;
  }

  .application-animated-texts-container span {
    font-size: 3.2rem;
  }



  .home-features-title {
    font-size: 2.6rem;
  }

  .home-features-sub-title {
    font-size: 1.5rem;
  }


}


.product-feature-block {
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.12);
}


.product-feature-block:hover {
  /*    transform: scale3d(1.02, 1.02, 1.02);*/
  transform: scale(1.02);
  background: rgba(255, 255, 255, 0.20);
}


.collapsing-nav-custom {
  background-color: rgba(248, 248, 248, 0.05);
  /*  border-bottom: 1px solid rgba(248,248,248,0.2);*/
}

.navbar-dark .navbar-toggler {
  border-style: hidden;
}

@-webkit-keyframes clips {
  50% {
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 80% 100%, 0 100%, 0% 80%, 0 0);
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 80% 100%, 0 100%, 0% 80%, 0 0);
  }
}

@keyframes clips {
  50% {
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 80% 100%, 0 100%, 0% 80%, 0 0);
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 80% 100%, 0 100%, 0% 80%, 0 0);
  }
}

@media(max-width:1100px) {
  .news-card h2 {
    font-size: 2rem;
  }

  .rhombus-shape {
    width: 25%;
    height: 25%;
    position: absolute;
    top: 5%;
    left: 15%;
    background: #d3f7af;
    opacity: 0.9;
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 68%);
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 68%);
  }

  .fading-imgs {
    height: 400px;
  }
}

@media(max-width:768px) {

  .news-card h2 {
    font-size: 1.2rem;
  }

  .rhombus-shape {
    width: 20%;
    height: 20%;
    position: absolute;
    top: 5%;
    left: 10%;
    background: #d3f7af;
    opacity: 0.9;
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 68%);
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 68%);
  }

  .fading-imgs {
    height: 300px;
  }
}

@media(max-width:600px) {


  .fading-imgs {
    height: 250px;
  }
}

@media(max-width:480px) {


  .fading-imgs {
    height: 200px;
  }
}

@media (max-width: 830px) {}


.random-shape-container {
  position: relative;
  overflow: hidden;
}

.random-shape {
  position: absolute;
  bottom: -15vh;
  right: -120px;
  height: 60vh;
  width: 60%;
  background-color: white;
  opacity: 0.05;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
}

.product-banner-section-container {
  position: relative;
  height: 50vh;
  overflow: hidden;
}


.gradient-curve {
  position: absolute;
  top: -15vh;
  right: 0;
  height: 80vh;
  width: 100%;
  opacity: 0.8;
-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
clip-path: polygon(50% 100%, 0 0, 100% 0);
  /*background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);*/
backgroundz: #1D4350;  /* fallback for old browsers */
backgroundz: -webkit-linear-gradient(to top, #A43931, #1D4350);  /* Chrome 10-25, Safari 5.1-6 */
backgroundz: linear-gradient(to top, #A43931, #1D4350); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-color: rgba(255,255,255,0.07);
}

.item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 60vh;
  width: 60%;
  background-image: url(../img/11.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}



.item-features-title {
  color: #e6e9f0;
  font-size: 3.7rem;
  font-weight: 700;
}

.item-features-sub-title {
  color: #e6e9f0;
  font-size: 2.5rem;
  font-weight: 700;
}

.item-features-marketing {
  color: #e6e9f0;
  font-size: 1.4rem;
  margin-top: 0.4rem;
  font-weight: 700;
  text-shadow: 0 0 40px #f3f311;
}

.item-features-connectivity {
  color: #e6e9f0;
  font-size: 1.4rem;
  margin-top: 2rem;
}

.item-features-btn{
  font-size: 1.1rem;
}

.categories-titles {
  color: #e6e9f0;
  font-size: 1.5rem;
  font-weight: 700;
}

.application-section-container{
  position: relative;
  height: 50vh;
  overflow: hidden;
}

.application-section-float-img{
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 33%;
  height: 100%;
  background-image: url(../img/scshot5.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}



.feature-text-title{
    font-size: 1.2rem;
}
.feature-text-desc{
    font-size: 1.1rem;
}

.custom-top-margin{
    margin-top: 5rem;
}


.product-list-title{
    font-size: 3.2rem;
}

.product-list-subtitle{
    font-size: 2rem;
}

.product-list-btn{
    font-size: 1.5rem;
}

.product-list-desc{
    font-size: 1.2rem;
}

.product-headline-lg{
     color: #e6e9f0;
  font-size: 3.5rem;
  font-weight: 700;
}

.product-headline-md{
     color: #e6e9f0;
  font-weight: 400;
}

.product-desc-headline-lg{
    font-size: 1.3rem;
}

.lg-margin-bottom{
    margin-top: 6rem;
    margin-bottom: 5rem;
}

.download-relative-container{
  position: relative;
  overflow: hidden;
}

.download-flaoting-view{
  position: absolute;
  top: 100px;
  left: 60px;
  width: 300px;
  height: 300px;
  border-radius: 20px;
  background-color: aqua;
  opacity: 0.05;
  transform: rotate(150deg);
}