/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/* 1.1 typography */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
.fon-ab{
font-family: new-order, sans-serif;
font-style: normal;
font-weight: 700;}
body {
  line-height: 31px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}

p, .paragraph {
  font-weight: 300;
  color: #000;
  font-size: 1.2rem;
  line-height: 31px;
  font-family: "Poppins", sans-serif;
}
p.privacidad{
  font-size: 0.9rem;
  line-height: 20px;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #091337;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
h3.redes {
font-weight: 60;

}

h1, .h1 {
  font-size: 3.5rem;
  color: #000;
}

h2, .h2 {
  font-size: 2.8rem;
}

h3, .h3 {
  font-size: 2.3rem;
}

h4, .h4 {
  font-size: 1.3rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.82rem;
}
@media (max-width: 575px) {
 h1, .h1 {
  font-size: 2.5rem;
  color: #000;
}

h2, .h2 {
  font-size: 2.3rem;
}

h3, .h3 {
  font-size: 2rem;
}
h4, .h4 {
  font-size: 1.3rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.82rem;
}

}
@media (max-width: 479px) {
 h4, .h4 {
  font-size: 1.1rem;
}
.space-ab{
  margin: 10px 10px 10px 10px;
}
}
.ab-color{
  color: #e62eb9;
}
.f-blanc{
  background-color: #fff;
}
.margin-ab{
  margin-top: 60px;
}
.margin-ab{
  margin-top: 60px;
}
.pading-ab{
  margin-top: 25px;
}
.pading-abtex{
  padding-bottom: 40px;
}
.fondo-mini{
   background-image: url(../images/minimal.png);
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: top center; 
     width: 175px;  
     height: 175px;
     margin: 0;
     padding: 0;
}
img.btn-whatsapp {
display: block !important;
position: fixed;
z-index: 9999999;
bottom: 30px;
right: 30px;
cursor: pointer;
border-radius:100px !important;
}
img.btn-whatsapp:hover{
border-radius:100px !important;
-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 85, 218);
-moz-box-shadow: 0px 0px 10px 0px rgba(255, 85, 218);
box-shadow: 0px 0px 10px 0px rgba(255, 85, 218);
transition-duration: 1s;
}
.space-ab{
  margin: 40px 60px 40px 60px;
}
.banc-ab2{
  background-image: linear-gradient(6deg, rgb(23, 255, 211) 0%, rgb(255, 85, 218) 100%);
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
hr.uno {
  background-image: linear-gradient(6deg, rgb(255, 85, 218) 0%, rgb(23, 255, 211) 100%);
  height: 8px;

  display: inline-block;
  margin: 0;
  padding: 0;
}
hr.unoc {
   background-image: linear-gradient(6deg, rgb(255, 85, 218) 0%, rgb(23, 255, 211) 100%);
  height: 3px;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 300px/10px; 
}
hr.dos {
 
  height: auto;
  color: gold;
  text-align: center;
  background-color: #000;
  &:after {
    content: "★";
    font-size: 2em;
    text-shadow:
      -2em 0,
      -1em 0,
       1em 0,
       2em 0;
  }

}
hr.trans {
 
  height: auto;
  color: #e62eb9;
  text-align: center;
  border: 0;
  background-color: transparent;
  &:after {
    content: "★";
    font-size: 2em;
    text-shadow:
      -2em 0,
      -1em 0,
       1em 0,
       2em 0;
  }

}
hr.five{
  margin: 0 10px 40px 10px;
  border: 0;
  text-align: center;
  width: 20%;
  display: inline-block;
  
  &:before {
    content: "\2022 \2022 \2022";
    font-size: 80px;
    color: #e62eb9;
  }
}

hr{
  size: 2px;
  background-color: #000;
  width: 100%;
 }


ul.navi{
  display: none;
}

input:checked  ~ ul.navi{
  display:inline-table;
  width: 100%;
}

input {
  display: none;
}

label {
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  user-select: none;
  background: lightgrey;
}

/* Estilo del boton cuando se pasa el mouse por encima*/
label:hover{
  background: #ff54e0;
}

/* Estilo del boton cuando el menú está expandido*/
input:checked ~ label {
  background: lightgrey; 
}

ul.navi{
  margin-top:0;
  padding: 0;
  width: 200px;
}
a.navi {
  color: white;
}
a.navi:hover {
  color: white;
}


li.navi {
  display: block;
  background: #ff54e0;
  margin: 0;
  padding: 10px;
  list-style: none;
  border-bottom: 10px solid white;
  color: white;
   border-radius: 5px;
}

/*Estilo cuando el mouse pasa encima de cada link del menu*/
li.navi:hover {
  filter: brightness(110%);
  color: white;
}
 

 .cookies {
     position: fixed;
     top: 40%;
     right: 0;
     background-color: rgba(255,255,255,0.9);
     color: #FFF;
     font-family: arial;
     font-size: 1.2rem;
     text-align: center;
     width: 450px;
     padding:40px; 
     z-index:9999999999999999999; 
     -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
 }

 .cookies_boton {
     background: initial;
     border: 1px solid #00a8d4;
     padding: 0.5rem;
     margin-top: 3px;
     font-size: 0.9rem;
     color: #00a8d4;
     width: 6rem;
     text-align: center;
        -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
 }
 .cookies_boton:hover {
  background-color: #00a8d4;
  border: 1px solid transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .cookies {
    width: 100%;
    top: 10%;
  }
}

.btn {
  font-size: 18px; 
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 15px 25px;
  font-weight: 400;
  border: 0;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn:active {
  box-shadow: none;
}

.btn-primary {
  background-image: linear-gradient(25deg, rgb(23, 255, 211) 0%, rgb(255, 85, 218) 95%);
  color: #fff;
  transition: background 1s ease-out;
}
.btn-primary:active {
  background: linear-gradient(25deg, rgb(23, 255, 211) 0%, rgb(255, 85, 218) 95%) !important;
}
.btn-primary:hover {
  background: linear-gradient(205deg, rgb(23, 255, 211) 0%, rgb(255, 85, 218) 95%);
  color: #fff;
}

.btn-secondary {
  background-image: linear-gradient(6deg, rgb(23, 255, 211) 0%, rgb(255, 85, 218) 100%);
  background-color: transparent;
  color: #fff;
}
.btn-secondary:active {
  background: linear-gradient(6deg, rgb(23, 255, 211) 0%, rgb(255, 85, 218) 100%) !important;
}
.btn-secondary:hover {
  background: linear-gradient(186deg, rgb(23, 255, 211) 0%, rgb(255, 85, 218) 100%);
  color: #fff;
}

.btn-lg {
  padding: 15px 50px;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #20a5ff;
  color: #fff;
}

::selection {
  background: #20a5ff;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #46ddd4;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 30px;
  padding-bottom: 20px;
}
.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-lg {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media (max-width: 575px) {
  .section-lg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .space-ab{
  margin: 20px 20px 20px 20px;
}
}

@media (max-width: 767px) {
  .space-ab{
  margin: 20px 20px 20px 20px;
}
}
.section-title {
  margin-bottom: 30px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* overlay */
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.page-title {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-primary {
  background: #008dec !important;
}

.bg-gray {
  background: #f2f3f5;
}

.text-primary {
  color: #008dec !important;
}

.text-dark {
  color: #091337 !important;
}

.text-purple {
  color: #9491ff !important;
}

.text-color {
  color: #4d546f;
}

.primary-shadow {
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}

.border-blue {
  border-color: #dcebf4 !important;
}

.shadow-primary {
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}
.shadow-primary2 {
  box-shadow: 0px 35px 46px 43px rgba(172, 189, 199, 0.28);
}

.facebook {
  color: #334bff;
}

.twitter {
  color: #45d9f0;
}

.linkedin {
  color: #1b91ff;
}

.black {
  color: #000;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.translate-y-150 {
  transform: translateY(150px);
}
.translate-y-50 {
  transform: translateY(50px);
}
.translate-y-100 {
  transform: translateY(100px);
}
.translate-x-50 {
  transform: translateX(50px);
}
@media (max-width: 575px) {
  .translate-y-150 {
    transform: translateY(0);
 }
 .translate-y-50 {
  transform: translateY(0px);
}
.translate-y-100 {
  transform: translateY(0px);
}
.translate-x-50 {
  transform: translateX(0px);
}
}

.left-right-animation {
  animation: left_right 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes left_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}

@keyframes left_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
.up-down-animation {
  animation: up_down 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes up_down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes up_down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.zindex-1 {
  z-index: 1;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navigation {
  transition: 0.3s ease;
}

.navbar {
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  .navbar-collapse {
    padding-bottom: 20px;
  }
}

.nav-bg {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 141, 236, 0.1);
}
.nav-bg .navbar {
  padding: 10px 0;
}

.nav-item {
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .nav-item {
    padding: 0;
  }
}

.hero-section {
  padding-top: 200px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 20px;
}

.banner-image {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}

.hero-bg-1 {
  position: absolute;
  left: 30px;
  top: 200px;
}
@media (max-width: 767px) {
  .hero-bg-1 {
    display: none;
  }
}
.hero-bg-2 {
  position: absolute;
  top: 50%;
  left: 20%;
}
@media (max-width: 767px) {
  .hero-bg-2 {
    display: none;
  }
}
.hero-bg-3 {
  position: absolute;
  bottom: 0%;
  left: 10%;
}
@media (max-width: 767px) {
  .hero-bg-3 {
    display: none;
  }
}
.hero-bg-4 {
  top: 210px;
  right: 40%;
  position: absolute;
}
@media (max-width: 767px) {
  .hero-bg-4 {
    display: none;
  }
}
.hero-bg-5 {
  position: absolute;
  top: 250px;
  right: 17%;
}
@media (max-width: 767px) {
  .hero-bg-5 {
    display: none;
  }
}
.hero-bg-6 {
  position: absolute;
  right: 10%;
  bottom: 20%;
}
@media (max-width: 767px) {
  .hero-bg-6 {
    display: none;
  }
}
.hero-bg-7 {
  position: absolute;
  left: 20%;
  bottom: -17%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-bg-7 {
    display: none;
  }
}
.hero-bg-8 {
  position: absolute;
  bottom: -30%;
  right: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-bg-8 {
    display: none;
  }
}
.hero-bg-9 {
  position: absolute;
  right: 20%;
  bottom: -10%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-bg-9 {
    display: none;
  }
}
@media (max-width: 479px) {
  .hero-bg-1 .hero-bg-2 .hero-bg-3 .hero-bg-4 .hero-bg-5 .hero-bg-6 .hero-bg-7 .hero-bg-8 .hero-bg-9  {
    display: none;
  }
}

.feature {
  position: relative;
}
.feature-item h4 {
  line-height: 1;
}
.feature-item p {
  line-height: 25px;
}
.feature-item:hover .feature-icon {
  box-shadow: 0px 18px 43px 0px rgba(0, 141, 236, 0.21);
}
.feature-bg-1 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .feature-bg-1 {
    display: none;
  }
}
.feature-bg-2 {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .feature-bg-2 {
    display: none;
  }
}
.feature-icon {
  display: inline-block;
  height: 90px;
  width: 90px;
  border-radius: 5px;
  color: #fff;
  font-size: 45px;
  line-height: 90px;
  background: #ff55da;
  box-shadow: 0px 18px 25px 0px rgba(0, 141, 236, 0.1);
  text-align: center;
  transition: 0.2s ease;
}

.seo {
  position: relative;
  overflow: visible;
}
.seo-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .seo-bg {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .seo-bg {
    max-width: 400px;
  }
}
.seo-bg-shape-1 {
  position: absolute;
  left: 25%;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .seo-bg-shape-1 {
    display: none;
  }
}
.seo-bg-shape-2 {
  position: absolute;
  right: 2%;
  top: 40%;
  z-index: -1;
}
@media (max-width: 767px) {
  .seo-bg-shape-2 {
    display: none;
  }
}
.seo-bg-shape-3 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .seo-bg-shape-3 {
    display: none;
  }
}

.service {
  position: relative;
  overflow: visible;
}
.service-list li {
  margin-bottom: 30px;
  color: #4d546f;
}
.service-list li i {
  margin-right: 20px;
  color: #4d546f;
}
.service-bg {
  position: absolute;
  right: 0;
  top: -10%;
  z-index: -1;
}
@media (max-width: 1200px) {
  .service-bg {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .service-bg {
    max-width: 400px;
    top: 0;
  }
}
.service-bg-shape-1 {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-shape-1 {
    display: none;
  }
}
.service-bg-shape-2 {
  position: absolute;
  left: 40%;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-shape-2 {
    display: none;
  }
}

.team {
  overflow: visible;
  position: relative;
}
.team-slider {
  overflow: hidden;
  padding-bottom: 100px;
}
.team-slider .slick-list {
  overflow: visible;
}
.team-slider .slick-arrow {
  border: 0;
  background: transparent;
  color: #e62eb9;
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 25px;
}
.team-slider .slick-arrow.slick-disabled {
  color: #e62eb9;
}
.team-slider .prevArrow {
  left: 10px;
}
.team-slider .nextArrow {
  left: 50px;
}
.team-member {
  padding: 30px 45px;
  background: #fff;
  box-shadow: 0px 23px 43px 0px rgba(172, 189, 199, 0.49);
  margin: 0 20px;
}
@media (max-width: 1200px) {
  .team-member {
    padding: 30px;
  }
}
@media (max-width: 479px) {
  .team-member {
    padding: 10px;
  }
}
.team-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.team-bg-shape-1 {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: -1;
}
@media (max-width: 767px) {
  .team-bg-shape-1 {
    display: none;
  }
}
.team-bg-shape-2 {
  position: absolute;
  top: 100px;
  right: -5px;
  z-index: -1;
}
@media (max-width: 767px) {
  .team-bg-shape-2 {
    display: none;
  }
}
.team-bg-shape-3 {
  position: absolute;
  bottom: 20%;
  right: 40%;
  z-index: -1;
}
@media (max-width: 767px) {
  .team-bg-shape-3 {
    display: none;
  }
}
.team-bg-shape-4 {
  position: absolute;
  bottom: 20%;
  right: 180px;
  z-index: -1;
}
@media (max-width: 767px) {
  .team-bg-shape-4 {
    display: none;
  }
}

.pricing {
  position: relative;
  overflow: visible;
}
.pricing-table {
  padding: 0 35px;
  transition: 0.2s ease;
}
@media (max-width: 1200px) {
  .pricing-table {
    padding: 0 20px;
  }
}
.pricing-table h1 {
  font-size: 65px;
}
.pricing-table h1 span {
  font-size: 20px;
  vertical-align: top;
  line-height: 65px;
  margin-right: 5px;
}

.pricing-table.table-1 {
  background-image: linear-gradient(59deg, rgb(23, 255, 211) 10%, rgb(255, 85, 218) 95%);
}
.pricing-table.table-2 {
  background-image: linear-gradient(59deg, rgb(255, 85, 218) 10%, rgb(23, 255, 211) 95%);
}
.pricing-table.table-3 {
  background-image: linear-gradient(59deg, rgb(255, 85, 218) 10%, rgb(23, 255, 211) 95%);
}
.pricing-btn {
  font-size: 25px;
  font-weight: 700;
  color: #091337;
}
@media (max-width: 1200px) {
  .pricing-btn {
    padding: 5px;
  }
}
.pricing-btn:hover {
  color: #008dec;
}
.pricing-bg-shape-1 {
  position: absolute;
  left: 30%;
  top: 100px;
  z-index: -1;
}
@media (max-width: 767px) {
  .pricing-bg-shape-1 {
    display: none;
  }
}
.pricing-bg-shape-2 {
  position: absolute;
  right: 10%;
  top: 110px;
  z-index: -1;
}
@media (max-width: 767px) {
  .pricing-bg-shape-2 {
    display: none;
  }
}
.pricing-bg-shape-3 {
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .pricing-bg-shape-3 {
    display: none;
  }
}

.newsletter {
  position: relative;
}
.newsletter-form {
  height: 85px;
  width: 100%;
  padding: 0 40px;
  border: 0;
  background: #fff;
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
  border-radius: 5px;
}
.newsletter-form:focus {
  outline: 0;
  box-shadow: 0;
}
.newsletter-btn {
  position: absolute;
  height: 100%;
  background: #ff55db;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .newsletter-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.newsletter-bg-shape {
  position: absolute;
  top: 0;
  right: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .newsletter-bg-shape {
    display: none;
  }
}

.footer {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.footer-section {
  padding-top: 200px;
  padding-bottom: 100px;
}
.footer-menu a {
  color: #000;
  display: block;
  padding: 5px;
  font-weight: 400;
}

.social-icon li {
  margin: 0 12px;
}
.social-icon li a {
  height: 45px;
  width: 45px;
  background: #fff;
  border-radius: 5px;
  line-height: 45px;
  display: block;
  text-align: center;
}

.client-logo-slider img {
  transition: 0.2s ease;
}
.client-logo-slider a:hover img {
  transform: scale(1.2);
}

/* service page */
.service-bg-image {
  background-size: containe;
  background-repeat: no-repeat;
  background-position: center 400px;
}

.service-bg-1 {
  position: absolute;
  left: 50px;
  top: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-1 {
    display: none;
  }
}
.service-bg-2 {
  position: absolute;
  right: 50px;
  top: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-2 {
    display: none;
  }
}
.service-bg-3 {
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-3 {
    display: none;
  }
}
.service-bg-4 {
  position: absolute;
  left: 50px;
  bottom: 30%;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-4 {
    display: none;
  }
}
.service-bg-5 {
  position: absolute;
  left: 10%;
  bottom: 5%;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-5 {
    display: none;
  }
}

.about {
  position: relative;
  overflow: visible;
}
.about-video {
  position: relative;
}
.about-video2 {
  position: relative;
}
@media only screen and (min-width: 767px) {
.about-video2 {
  display: none !important;
 }
 hr.uno {
  width: 95%;
}
}

@media only screen and (max-width: 767px) {
  .about-video2 {
    display: block !important;
  }
   hr.uno {
  width: 85%;
}
}
.about-video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-bg-1 {
  position: absolute;
  left: 30%;
  top: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-bg-1 {
    display: none;
  }
}
.about-bg-2 {
  position: absolute;
  top: 30%;
  right: 40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-bg-2 {
    display: none;
  }
}
.about-bg-3 {
  position: absolute;
  bottom: 20%;
  left: 30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-bg-3 {
    display: none;
  }
}
.about-bg-4 {
  position: absolute;
  top: 20%;
  left: 40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-bg-4 {
    display: none;
  }
}
.about-bg-5 {
  position: absolute;
  bottom: 10%;
  right: 40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-bg-5 {
    display: none;
  }
}
.about-bg-6 {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-bg-6 {
    display: none;
  }
}

.play-btn {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  color: #fff;
  line-height: 70px;
  font-size: 20px;
  text-align: center;
  background: #7aff91;
  display: inline-block;
  transition: 0.2s ease;
  box-shadow: 0px 23px 43px 0px rgba(94, 254, 198, 0.3);
}
.play-btn:hover {
  color: #fff;
  font-size: 30px;
}

.product {
  position: relative;
  overflow: visible;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.about-bg {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}
.form-check {
 height: 20px;
  width: 20px;
  background: #008dec;
  display: inline-block;
}

.form-control {
  height: 65px;
  width: 100%;
  background: #f7fafc;
}
.form-control:focus {
  border-color: #008dec;
  box-shadow: none;
}

textarea.form-control {
  height: 157px;
}

.contact-bg {
  background-color: #f3f7fb;
}

.round-icon {
font-family: "Poppins", sans-serif;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.round-icon2 {
font-family: "Poppins", sans-serif;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  vertical-align: middle;
 
}
.round-icon.green {
  background: #e0fef4;
  color: #00f7a7;
}
.round-icon.blue {
  background: #e0f1ff;
  color: #008cff;
}
.round-icon.orange {
  background: #fff1e0;
  color: #ff8b00;
}
.round-icon.ab {
  
  color: #fff;
  background: #e62eb9;
}

.contact {
  position: relative;
}
.contact-bg-1 {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact-bg-1 {
    display: none;
  }
}
.contact-bg-2 {
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact-bg-2 {
    display: none;
  }
}
.contact-bg-3 {
  position: absolute;
  top: 10%;
  left: 40%;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact-bg-3 {
    display: none;
  }
}
.contact-bg-4 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact-bg-4 {
    display: none;
  }
}
.contact-bg-5 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact-bg-5 {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
