/*
Author: W3layouts
Author URL: http://w3layouts.com
 */
@import url('https://fonts.googleapis.com/css2?family=Homenaje&display=swap');

@charset "UTF-8";

:root {
  --theme-color: #0892d0;
  --secondary-color: #1e1d24;
  --theme2-color: #051B35;
  --text-color: #585858;
  --title-color: #2c3038;
  --white-color: #ffffff;
  --light-bg-color: #f8f9fa; }

html {
  scroll-behavior: smooth; }

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  color: var(--title-color); }

* {
  box-sizing: border-box; }

.clear {
  clear: both; }

.img-responsive {
  max-width: 100%;
  display: block; }

.d-grid {
  display: grid; }

.d-flex {
  display: flex;
  display: -webkit-flex; }

button,
input,
select {
  -webkit-appearance: none;
  outline: none;
  font-family: 'Nunito', sans-serif; }

button,
.btn,
select {
  cursor: pointer;
  font-family: 'Nunito', sans-serif; }

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

a:hover {
  opacity: .8; }

iframe {
  border: none; }

ul {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  color: var(--title-color); }

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color); }

h3.title-main {
  font-size: 35px;
  line-height: 40px;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold; }

p.sub-title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px; }

.button, .button2 {
  padding: 12px;
  text-align: center;
  width: 160px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  border: none; }

  .button2 {
  width: 200px;
 }

.button:hover, .button2:hover {
  color: #fff; }

.button.raised, .button2.raised  {
  transition: all 0.1s;
  background: var(--theme-color);
  margin-top: 30px;
  color: #fff;
  border-radius: 0; }

.button.raised:active {
  background: var(--theme-color); }

.button span {
  font-weight: bold; }

.anim {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1; }

.anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%; }

.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%; }

.hoverable:hover > .anim {
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s; }

.hoverable:hover > .anim:after {
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s; }

@-webkit-keyframes anim-in {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes anim-in {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

@keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

@-webkit-keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }

.heading {
  max-width: 750px; }

.heading h3 {
  font-size: 35px;
  line-height: 40px;
  color: var(--title-color);
  font-weight: 600; }

.heading p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px; }

h4.sub-title {
  font-size: 18px;
  margin: 0;
  text-align: center; }

.noscroll {
  min-height: 100vh;
  overflow: hidden; }


  .heading-green {
   padding: 2em 0; 
background: rgba(0,169,118,1);
background: -moz-linear-gradient(45deg, rgba(0,169,118,1) 0%, rgba(192,214,65,1) 47%, rgba(0,169,118,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,169,118,1)), color-stop(47%, rgba(192,214,65,1)), color-stop(100%, rgba(0,169,118,1)));
background: -webkit-linear-gradient(45deg, rgba(0,169,118,1) 0%, rgba(192,214,65,1) 47%, rgba(0,169,118,1) 100%);
background: -o-linear-gradient(45deg, rgba(0,169,118,1) 0%, rgba(192,214,65,1) 47%, rgba(0,169,118,1) 100%);
background: -ms-linear-gradient(45deg, rgba(0,169,118,1) 0%, rgba(192,214,65,1) 47%, rgba(0,169,118,1) 100%);
background: linear-gradient(45deg, rgba(0,169,118,1) 0%, rgba(192,214,65,1) 47%, rgba(0,169,118,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a976', endColorstr='#00a976', GradientType=1 );

  }

  .heading-gray { 
  padding: 2em 0;
background: rgba(179,179,179,1);
background: -moz-linear-gradient(45deg, rgba(179,179,179,1) 0%, rgba(242,242,242,1) 47%, rgba(179,179,179,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(179,179,179,1)), color-stop(47%, rgba(242,242,242,1)), color-stop(100%, rgba(179,179,179,1)));
background: -webkit-linear-gradient(45deg, rgba(179,179,179,1) 0%, rgba(242,242,242,1) 47%, rgba(179,179,179,1) 100%);
background: -o-linear-gradient(45deg, rgba(179,179,179,1) 0%, rgba(242,242,242,1) 47%, rgba(179,179,179,1) 100%);
background: -ms-linear-gradient(45deg, rgba(179,179,179,1) 0%, rgba(242,242,242,1) 47%, rgba(179,179,179,1) 100%);
background: linear-gradient(45deg, rgba(179,179,179,1) 0%, rgba(242,242,242,1) 47%, rgba(179,179,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#b3b3b3', GradientType=1 )
   }

   .heading-orange {
    padding: 2em 0; 
background: rgba(255,126,56,1);
background: -moz-linear-gradient(45deg, rgba(255,126,56,1) 0%, rgba(255,198,100,1) 47%, rgba(255,126,56,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,126,56,1)), color-stop(47%, rgba(255,198,100,1)), color-stop(100%, rgba(255,126,56,1)));
background: -webkit-linear-gradient(45deg, rgba(255,126,56,1) 0%, rgba(255,198,100,1) 47%, rgba(255,126,56,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,126,56,1) 0%, rgba(255,198,100,1) 47%, rgba(255,126,56,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,126,56,1) 0%, rgba(255,198,100,1) 47%, rgba(255,126,56,1) 100%);
background: linear-gradient(45deg, rgba(255,126,56,1) 0%, rgba(255,198,100,1) 47%, rgba(255,126,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e38', endColorstr='#ff7e38', GradientType=1 );

   } 

.heading-gray h3 { font-size: 35px;
  line-height: 40px;
  color: #333;
  font-weight: 600;} 

.heading-gray p {font-size: width: 80%;
  margin: 0 10%;
  text-align: center;
   color: #333;
  font-size: 18px;
  line-height: 24px; } 

  .heading-blue {
    background: rgba(0,104,179,1);
background: -moz-linear-gradient(45deg, rgba(0,104,179,1) 0%, rgba(0,183,234,1) 46%, rgba(0,104,179,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,104,179,1)), color-stop(46%, rgba(0,183,234,1)), color-stop(100%, rgba(0,104,179,1)));
background: -webkit-linear-gradient(45deg, rgba(0,104,179,1) 0%, rgba(0,183,234,1) 46%, rgba(0,104,179,1) 100%);
background: -o-linear-gradient(45deg, rgba(0,104,179,1) 0%, rgba(0,183,234,1) 46%, rgba(0,104,179,1) 100%);
background: -ms-linear-gradient(45deg, rgba(0,104,179,1) 0%, rgba(0,183,234,1) 46%, rgba(0,104,179,1) 100%);
background: linear-gradient(45deg, rgba(0,104,179,1) 0%, rgba(0,183,234,1) 46%, rgba(0,104,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b3', endColorstr='#0068b3', GradientType=1 );
    padding: 2em 0;
  }

.heading-blue h3, .heading-green h3, .heading-orange h3 {
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1em;
   }

.heading-blue p, .heading-green p {
  width: 80%;
  margin: 0 10%;
  text-align: center;
   color: #fff;
  font-size: 18px;
  line-height: 24px; }
  .serv-items ul { text-align: left;  color: #fff; padding: 1em 2.6em; }
.botonera { position: relative;  }

img {
  border-radius: 5px; }

    .img-clientes { width: 70%; height: auto; margin: 0 15%; }
  .img-clientes img { max-width: 100%; width: 100%; }

  .imagen-logo { position: absolute; right: -550px; top: -180px; }
  @media screen and (max-width: 1024px) {
    .imagen-logo{ right: -470px; top: -180px;} 
}
 @media screen and (max-width: 991px) {
    .imagen-logo{ right: -260px; top: -160px;} 
}
 @media screen and (max-width: 768px) {
    .imagen-logo{ right: -250px; top: -130px;} 
}

@media (max-width: 556px) { .imagen-logo{ top: -30px; right: 0px; width: 35%; position: relative; margin-top: -75px;  margin: 0 70%;} }

@media screen and (max-width: 991px) {
  .button {
    padding: 10px;
    width: 140px; }
  .heading h3 {
    font-size: 30px;
    line-height: 35px; } }

.w3l-bootstrap-header .dropdown-toggle::after {
  margin-left: 0.1em;
  border-top: 0.3em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  vertical-align: middle; }

.w3l-bootstrap-header .sub-content {
  background: var(--theme-color); }

.w3l-bootstrap-header a.navbar-brand {
  color: var(--white-color);
  font-weight: bold;
  font-size: 26px;
  padding: 0.6em;
  line-height: 20px;
  display: grid;
  grid-auto-flow: column;
  margin: 0;
  align-items: center;
  opacity: 1; }

  a.navbar-brand img  { height: 120px; }

  @media (max-width: 767px) { 
    .w3l-bootstrap-header a.navbar-brand {padding: 0;}
    a.navbar-brand img  { height: 100px;  } }

.w3l-bootstrap-header a.navbar-brand:hover {
  color: var(--white-color); }

.w3l-bootstrap-header a.navbar-brand span.logo-icon {
  font-size: 36px; }

.w3l-bootstrap-header a.navbar-brand span.logo-let {
  font-family: 'Pacifico', cursive; }

.w3l-bootstrap-header a.navbar-brand p {
  font-size: 13px;
  display: block;
  color: #fbd7d8;
  font-weight: 400;
  line-height: 14px; }

.w3l-bootstrap-header a.navbar-brand span.left-logo {
  margin-left: 6px;
  margin-bottom: 0; }

.w3l-bootstrap-header a:hover {
  opacity: 1; }

.w3l-bootstrap-header .navbar {
  padding: 0; }

.w3l-bootstrap-header .navbar-light .navbar-brand:hover,
.w3l-bootstrap-header .navbar-light .navbar-brand:focus {
  color: var(--white-color); }

.w3l-bootstrap-header .navbar-light .navbar-nav .show > .nav-link,
.w3l-bootstrap-header .navbar-light .navbar-nav .active > .nav-link,
.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link.show,
.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
  background: #fff; }

.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link:hover,
.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.9);
  background: #fff; }

.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link {
  color: var(--white-color);
  line-height: 60px;
  padding-right: 1rem;
  padding-left: 1rem; }

.w3l-bootstrap-header li.nav-item {
  margin: 0px 5px; }

.w3l-bootstrap-header .navbar-toggler {
  padding: 0.25rem 0.6rem;
  font-size: 1rem;
  background-color: #fff;
  border: none; }

.w3l-bootstrap-header .theme-search {
  color: var(--white-color);
  background-color: transparent;
  border-color: transparent;
  font-size: 20px;
  outline: none; }

.w3l-bootstrap-header .dropdown-menu {
  top: 98%;
  border: none;
  border-radius: 0; }

.w3l-bootstrap-header .dropdown-menu.sec-nav {
  min-width: 530px;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3; }

.w3l-bootstrap-header .search-head-form input {
  display: block;
  background: #fff;
  border: none;
  padding: 14px;
  font-size: 15px;
  color: var(--title-color);
  width: 100%;
  border: 1px solid #dcdbdb; }

.w3l-bootstrap-header h6.search-text {
  color: var(--title-color);
  font-size: 22px;
  font-weight: 600; }

.w3l-bootstrap-header .modal-content {
  border-radius: 0; }

.w3l-bootstrap-header .dropdown-item:active {
  background-color: var(--theme-color); }

@media (max-width: 991px) {
  .w3l-bootstrap-header .sub-content {
    padding: 15px; }
  .w3l-bootstrap-header .navbar-toggler {
    border-radius: 0; }
  .w3l-bootstrap-header .navbar-light .navbar-nav .nav-link {
    line-height: 26px; }
  .w3l-bootstrap-header li.nav-item {
    margin: 5px 0; }
  .w3l-bootstrap-header .navbar-collapse {
    margin-top: 2em;
    overflow: auto;
    max-height: calc(100vh - 100px); }
  .w3l-bootstrap-header .dropdown-menu {
    margin: 0; }
  .w3l-bootstrap-header .dropdown-menu.sec-nav {
    min-width: 100%; } }

@media (max-width: 556px) {
  .w3l-bootstrap-header .dropdown-menu.sec-nav {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; } }

@media (max-width: 350px) {
  .w3l-bootstrap-header .dropdown-menu.sec-nav {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1; } }

/*--/content with photo5--*/
.w3l-main-slider {
  /* effect code */ }
  .w3l-main-slider .content {
    position: relative;
    background: linear-gradient(to right, rgba(8, 8, 8, 0.73), rgba(8, 8, 8, 0)), url(../images/index1.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 85vh;
    display: flex;
    align-items: center; }
  .w3l-main-slider .content-left h3 {
    font-size: 45px;
    line-height: 55px;
    color: var(--white-color);
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    -webkit-animation: type 2s steps(60, end);
    animation: type 2s steps(60, end); }
  .w3l-main-slider .content-left h3:nth-child(2) {
    -webkit-animation: type2 4s steps(60, end);
    animation: type2 4s steps(60, end); }
  .w3l-main-slider .content-left p {
    color: var(--light-bg-color);
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px; }
  .w3l-main-slider .banner-btn {
    background-color: rgba(247, 247, 247, 0.06);
    border-color: #fff; }
  .w3l-main-slider .block-1 span {
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite; }

@-webkit-keyframes type {
  from {
    width: 0; } }

@keyframes type {
  from {
    width: 0; } }

@-webkit-keyframes type2 {
  0% {
    width: 0; }
  50% {
    width: 0; }
  100% {
    width: 100; } }

@keyframes type2 {
  0% {
    width: 0; }
  50% {
    width: 0; }
  100% {
    width: 100; } }

@-webkit-keyframes blink {
  to {
    opacity: .0; } }

@keyframes blink {
  to {
    opacity: .0; } }
  .w3l-main-slider .button.raised {
    background: #fff;
    color: var(--title-color); }
  @media (max-width: 568px) {
    .w3l-main-slider .content-left h3 {
      font-size: 40px;
      line-height: 45px; } }
  @media (max-width: 375px) {
    .w3l-main-slider .content-left h3 {
      font-size: 35px;
      line-height: 40px; } }
  .w3l-main-slider li {
    list-style-type: none; }
  .w3l-main-slider h3.banner-text {
    font-size: 56px;
    line-height: 62px;
    text-transform: capitalize;
    max-width: 700px;
    font-weight: 500;
    color: #fff; }
  .w3l-main-slider p.banner-para {
    color: #eaeaea;
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 30px;
    max-width: 750px; }
  .w3l-main-slider .banner-info-bg ul li {
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color); }
  .w3l-main-slider .banner-info-bg h6 {
    font-size: 36px;
    margin-bottom: 14px;
    color: var(--white-color); }
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 38px;
    font-weight: 600;
    color: var(--white-color); }
  .w3l-main-slider .banner-info-bg ul {
    margin: 24px 0; }
  .w3l-main-slider .banner-info-bg span.fa {
    color: var(--theme-color); }
  .w3l-main-slider ul.banner-ul span.fa {
    color: var(--text-color); }
  .w3l-main-slider p.text-label {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .w3l-main-slider .banner-slider {
    position: relative;
    z-index: 1; }
  .w3l-main-slider .slider-info a img {
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in; }
  .w3l-main-slider .banner-top1,
  .w3l-main-slider .banner-top2,
  .w3l-main-slider .banner-top3 {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 680px;
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center; }
  .w3l-main-slider .banner-top1 {
    background: url(../img/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover; }
  .w3l-main-slider .banner-top2 {
    background: url(../img/banner2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover; }
  .w3l-main-slider .banner-top3 {
    background: url(../img/banner3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover; }
  .w3l-main-slider .banner-top1:before,
  .w3l-main-slider .banner-top2:before,
  .w3l-main-slider .banner-top3:before {
    content: "";
    background: linear-gradient(to right, rgba(8, 8, 8, 0.57), rgba(8, 8, 8, 0));
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1; }
  .w3l-main-slider .csslider > input {
    display: none; }
  .w3l-main-slider .csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
    margin-left: -900%; }
  .w3l-main-slider .csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
    margin-left: -800%; }
  .w3l-main-slider .csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
    margin-left: -700%; }
  .w3l-main-slider .csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
    margin-left: -600%; }
  .w3l-main-slider .csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
    margin-left: -500%; }
  .w3l-main-slider .csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
    margin-left: -400%; }
  .w3l-main-slider .csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%; }
  .w3l-main-slider .csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%; }
  .w3l-main-slider .csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%; }
  .w3l-main-slider .csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0%; }
  .w3l-main-slider .csslider > ul {
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    scroll-behavior: smooth; }
  .w3l-main-slider .csslider > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: visible;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal; }
  .w3l-main-slider .csslider > ul > li.scrollable {
    overflow-y: scroll;
    scroll-behavior: smooth; }
  .w3l-main-slider .csslider > .navigation {
    z-index: 10;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0; }
  .w3l-main-slider .page-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    cursor: pointer; }
  .w3l-main-slider .csslider > .navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 30px 20px;
    /* height: 11px; */
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold; }
  .w3l-main-slider .csslider > .navigation label:hover:after {
    opacity: 1; }
  .w3l-main-slider .csslider > .navigation label:after {
    content: '';
    position: absolute;
    left: 0%;
    top: 0px;
    /* margin-left: -6px; */
    /* margin-top: -6px; */
    opacity: 0;
    width: 100%;
    /* height: 13px; */
    border-top: 2px var(--theme-white) solid;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    height: 100%;
    opacity: 0.4; }
  .w3l-main-slider .csslider > .arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w3l-main-slider .csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px; }
  .w3l-main-slider .csslider.inside .navigation label {
    border: 1px solid #7e7e7e; }
  .w3l-main-slider .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
  .w3l-main-slider .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
  .w3l-main-slider .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
  .w3l-main-slider .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
  .w3l-main-slider .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
  .w3l-main-slider .csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
  .w3l-main-slider .csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
  .w3l-main-slider .csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
  .w3l-main-slider .csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
  .w3l-main-slider .csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
  .w3l-main-slider .csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
    opacity: 1; }
  .w3l-main-slider .csslider > .arrows {
    position: absolute;
    bottom: 48%;
    width: 100%;
    height: 26px;
    z-index: 1;
    box-sizing: content-box; }
  .w3l-main-slider .csslider > .arrows label {
    display: none;
    position: absolute;
    padding: 8px;
    box-shadow: inset 2px -2px 0 1px #fff;
    cursor: pointer;
    transition: box-shadow 0.15s, margin 0.15s; }
  .w3l-main-slider .csslider > .arrows label:hover {
    box-shadow: inset 3px -3px 0 2px #fff;
    margin: 0 0px; }
  .w3l-main-slider .csslider > .arrows label:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%; }
  .w3l-main-slider .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .w3l-main-slider .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .w3l-main-slider .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .w3l-main-slider .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
  .w3l-main-slider .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
  .w3l-main-slider .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
  .w3l-main-slider .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
  .w3l-main-slider .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
  .w3l-main-slider .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
  .w3l-main-slider .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
  .w3l-main-slider .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
  .w3l-main-slider .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    display: block;
    left: 40px;
    top: 4px;
    transform: rotate(45deg); }
  .w3l-main-slider .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .w3l-main-slider .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .w3l-main-slider .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .w3l-main-slider .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .w3l-main-slider .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .w3l-main-slider .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .w3l-main-slider .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .w3l-main-slider .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .w3l-main-slider .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .w3l-main-slider .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .w3l-main-slider .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .w3l-main-slider .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    display: block;
    right: 40px;
    top: 4px;
    left: auto;
    transform: rotate(225deg); }
  .w3l-main-slider #slider1 > input:nth-of-type(1):checked ~ ul #bg,
  .w3l-main-slider #slider1 > input:nth-of-type(2):checked ~ ul #bg1,
  .w3l-main-slider #slider1 > input:nth-of-type(3):checked ~ ul #bg2,
  .w3l-main-slider #slider1 > input:nth-of-type(4):checked ~ ul #bg3 {
    width: 100%;
    transition: 0.5s 0.5s;
    text-align: center;
    padding: 0;
    height: 100%; }
  .w3l-main-slider #slider1 > input:nth-of-type(1):checked ~ ul #bg div,
  .w3l-main-slider #slider1 > input:nth-of-type(2):checked ~ ul #bg1 div,
  .w3l-main-slider #slider1 > input:nth-of-type(3):checked ~ ul #bg2 div,
  .w3l-main-slider #slider1 > input:nth-of-type(4):checked ~ ul #bg3 div {
    transform: translate(0);
    transition: 0.5s 0.9s; }
  .w3l-main-slider .banner-top-inner-page {
    background: url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 250px;
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center; }
  .w3l-main-slider .banner-top-inner-page:before {
    content: "";
    background: rgba(7, 10, 12, 0.66);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1; }
  @media (max-width: 1366px) {
    .w3l-main-slider .banner-top-inner-page {
      min-height: 200px; } }
  @media (max-width: 992px) {
    .w3l-main-slider h3.gallery4-head {
      font-size: 30px;
      line-height: 37px; }
    .w3l-main-slider .banner-top-inner-page {
      min-height: 180px; }
    .w3l-main-slider .banner-top1,
    .w3l-main-slider .banner-top2,
    .w3l-main-slider .banner-top3 {
      min-height: 600px; }
    .w3l-main-slider .content-left h3 {
      font-size: 40px;
      line-height: 50px; } }
  @media (max-width: 900px) {
    .w3l-main-slider .banner-top-inner-page {
      min-height: 150px; } }
  @media (max-width: 800px) {
    .w3l-main-slider h3.banner-text {
      font-size: 46px;
      line-height: 51px; }
    .w3l-main-slider p.banner-para {
      font-size: 16px;
      line-height: 24px; }
    .w3l-main-slider .banner-view {
      min-height: 550px; } }
  @media (max-width: 667px) {
    .w3l-main-slider p.text-label {
      font-size: 18px; }
    .w3l-main-slider .csslider > .navigation label {
      padding: 20px 15px;
      font-size: 14px; } }
  @media (max-width: 600px) {
    .w3l-main-slider h3.gallery4-head {
      margin-bottom: 20px; }
    .w3l-main-slider .banner-view {
      min-height: 550px; } }
  @media (max-width: 569px) {
    .w3l-main-slider h3.gallery4-head {
      font-size: 26px;
      line-height: 34px; }
    .w3l-main-slider .banner-info-bg h5 {
      font-size: 30px; }
    .w3l-main-slider .banner-view {
      min-height: 441px; }
    .w3l-main-slider .csslider > .navigation label {
      padding: 20px 2px;
      font-size: 12px; }
    .w3l-main-slider .banner-info-bg h5 {
      font-size: 24px; }
    .w3l-main-slider .banner-top-inner-page {
      min-height: 120px; }
    .w3l-main-slider .csslider > .arrows {
      bottom: 15%; }
    .w3l-main-slider .content-left h3 {
      font-size: 34px;
      line-height: 44px; } }
  @media (max-width: 480px) {
    .w3l-main-slider h3.banner-text {
      font-size: 36px;
      line-height: 41px; } }
  @media (max-width: 440px) {
    .w3l-main-slider h3.banner-text {
      font-size: 34px;
      line-height: 39px; }
    .w3l-main-slider .content-left h3 {
      font-size: 22px;
      line-height: 40px; } }

@media (max-width: 414px) {
  h3.banner-text {
    font-size: 30px;
    line-height: 35px; } }

@media (max-width: 360px) {
  h3.banner-text {
    font-size: 25px;
    line-height: 30px; }
  p.banner-para {
    margin: 16px 0 6px; }
  .banner-info-bg h5 {
    font-size: 20px; } }

@media (max-width: 340px) {
  h3.banner-text {
    font-size: 26px;
    line-height: 46px; } }

.w3l-text-6 .text-6-mian h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600; }

.w3l-text-6 .text-6-mian h2 span {
  font-weight: 100; }

.w3l-text-6 .text-6-mian h6 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 8px 8px 15px;
  border-left: 2px solid var(--theme-color); }

.w3l-text-6 .text-6-mian p {
  margin-top: 15px; }

@media screen and (max-width: 767px) {
  .w3l-text-6 .text-6-mian h2 {
    font-size: 34px; } }

@media screen and (max-width: 480px) {
  .w3l-text-6 .text-6-mian p {
    margin: 12px 0 0; } }

@media screen and (max-width: 387px) {
  .w3l-text-6 .text-6-mian h2 {
    font-size: 32px;
    line-height: 42px; }
  .w3l-text-6 .text-6-mian p {
    font-size: 16px; }
  .w3l-text-6 .text-6-mian h6 {
    font-size: 14px;
    margin-bottom: 4px; } }

@media screen and (max-width: 376px) {
  .w3l-text-6 .text-6-mian h2 {
    font-size: 30px;
    line-height: 38px; } }

@media screen and (max-width: 322px) {
  .w3l-text-6 .text-6-mian h2 {
    font-size: 30px;
    line-height: 35px; } }

/*-- index-block2 --*/
.w3l-index-block2 section.w3l-index-block2 {
  background: #fdfbfb; }

.w3l-index-block2 .s-block {
  box-shadow: -1px 2px 12px -9px rgba(0, 0, 0, 0.41);
  border-radius: 4px;
  transition: 0.3s ease-in;
  border: 1px solid #eee;
  background: #fff; }

.w3l-index-block2 .s-block:hover {
  box-shadow: -1px 2px 22px -9px rgba(0, 0, 0, 0.41);
  transition: 0.3s ease-in; }

.w3l-index-block2 .s-block h3 {
  color: var(--title-color);
  font-size: 24px;
  line-height: 30px;
  font-weight: 600; }

.w3l-index-block2 img {
  border-radius: 5px 5px 0 0; }

/*-- /index-block2 --*/
/*-- features15 block --*/
.w3l-index-block4 .feature-unit {
  border-radius: 4px;
  transition: 0.3s ease-in;
  border: 1px solid #eee;
  padding: 2rem 0;
  box-shadow: -1px 2px 12px -9px rgba(0, 0, 0, 0.41); }

.w3l-index-block4 .feature-unit:hover {
  box-shadow: -1px 2px 22px -9px rgba(0, 0, 0, 0.41);
  transition: 0.3s ease-in; }

.w3l-index-block4 .features15-col-text {
  margin-top: 30px; }

.w3l-index-block4 .features15-para h4 {
  font-size: 22px;
  line-height: 25px;
  color: var(--title-color); }

.w3l-index-block4 .features15-para p {
  color: var(--text-color);
  margin-top: 10px; }

.w3l-index-block4 .features15-col-text:hover div.features15-para h4 {
  transition: 0.3s ease-in-out;
  color: var(--theme-color); }

.w3l-index-block4 .features15-para h4:hover {
  transition: 0.3s ease-in-out;
  color: var(--theme-color); }

.w3l-index-block4 .features15-info span {
  font-size: 40px;
  color: var(--theme-color);
  line-height: 100px;
  display: block;
  text-align: center; }

@media screen and (max-width: 1999px) {
  .w3l-index-block4 .col-sm-9 {
    padding: 0; } }

.w3l-cutomer-main-cont .testimonials_grid {
  background: #fff;
  border-radius: 4px;
  box-shadow: -1px 7px 13px 0px rgba(10, 10, 10, 0.08);
  padding: 3rem; }

.w3l-cutomer-main-cont .testi-img-res img {
  border-radius: 50%; }

.w3l-cutomer-main-cont p.sub-test span {
  color: #e2e2e2;
  font-size: 28px;
  font-style: italic;
  margin-right: 10px; }

.w3l-cutomer-main-cont .testi_grid p {
  font-size: 14px;
  color: #666; }

.w3l-cutomer-main-cont .sub-author-con {
  grid-template-columns: .5fr 1fr;
  align-items: center;
  grid-gap: 20px;
  margin-top: 1.5em; }

.w3l-cutomer-main-cont .testi_grid h5 {
  font-size: 17px;
  font-weight: 600; }

@media all and (max-width: 768px) {
  .w3l-cutomer-main-cont .sub-author-con {
    grid-template-columns: .2fr 1fr; } }

@media all and (max-width: 480px) {
  .w3l-cutomer-main-cont .sub-author-con {
    grid-template-columns: .3fr 1fr; } }

@media all and (max-width: 375px) {
  .w3l-cutomer-main-cont .sub-author-con {
    grid-template-columns: .5fr 1fr; } }

@media all and (max-width: 340px) {
  .w3l-cutomer-main-cont .testimonials_grid {
    padding: 2rem; } }


.w3l-index-block6 {
  border-top: 1px solid #eee;
  /* email icon style */
  /* //email icon style */
  /* subscribe */ }
  .w3l-index-block6 .icon-effect-w3 {
    background: var(--secondary-color);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 1em; }
  .w3l-index-block6 .head {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
  .w3l-index-block6 .button {
    margin-left: auto;
    margin-right: auto; }

/*-- content-with-photo17 --*/
.w3l-index-block7 .sub-content {
  background: linear-gradient(to right, rgba(8, 8, 8, 0.73), rgba(8, 8, 8, 0)), url(../img/pexels-photo-3264486.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0; }

.w3l-index-block7 .cwp17-text h2 {
  font-size: 40px;
  line-height: 50px;
  color: var(--white-color);
  font-weight: 600; }

.w3l-index-block7 .cwp17-text p {
  color: #eee;
  margin: 25px 0; }

.w3l-index-block7 span.diff {
  color: var(--secondary-color); }

@media all and (max-width: 800px) {
  .w3l-index-block7 .cwp17-text h2 {
    font-size: 34px;
    line-height: 44px; }
  .w3l-index-block7 .cwp17-text p {
    margin: 20px 0; } }

@media all and (max-width: 320px) {
  .w3l-index-block7 .cwp17-text h2 {
    font-size: 33px;
    line-height: 40px; } }

.w3l-footer-16 .w3l-footer-16-main {
  background: #051B35;
  padding: 4em 0; }

.w3l-footer-16 .w3l-footer-16-main h3 {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 30px; }

.w3l-footer-16 a.logo-2 {
  color: #fff;
  font-size: 30px;
  line-height: 20px; }

.w3l-footer-16 .footer-gd-16 li {
  display: block;
  list-style: none;
  margin: 10px 0; }

.w3l-footer-16 .footer-gd-16 li a {
  color: #afafaf;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  padding: 0;
  text-transform: capitalize; }

.w3l-footer-16 .end-column {
  background-color: rgba(255, 255, 255, 0.06);
  padding: 2em; }

.w3l-footer-16 .below-section,
.w3l-footer-16 .para-content-footer {
  border-top: 1px solid rgba(238, 238, 238, 0.16); }

.w3l-footer-16 .w3l-footer-16-main h3 a:hover,
.w3l-footer-16 .footer-gd-16 li a:hover,
.w3l-footer-16 .w3l-footer-16-main p a:hover {
  opacity: 0.8; }

.w3l-footer-16 .w3l-footer-16-main p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #a0a0a0; }

.w3l-footer-16 .w3l-footer-16-main p a {
  color: #eee; }

.w3l-footer-16 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
  grid-gap: 20px; }

.w3l-footer-16 a.footer-small-text {
  color: #afafaf;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600; }

.w3l-footer-16 a.footer-small-text:hover {
  color: #fff; }

.w3l-footer-16 .text-sub-small {
  color: #848484;
  font-size: 14px;
  margin-top: 4px; }

.w3l-footer-16 form {
  display: flex;
  margin-bottom: 15px; }

.w3l-footer-16 .subscribe input[type="email"] {
  background: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  outline: none;
  width: 80%;
  color: #333; }

.w3l-footer-16 .subscribe button {
  text-align: center;
  background: var(--theme-color);
  border: none;
  outline: none;
  font-size: 16px;
  padding: 12px 20px;
  cursor: pointer;
  width: 20%;
  color: #fff; }

.w3l-footer-16 .subscribe button img {
  vertical-align: middle; }

.w3l-footer-16 img.logo {
  margin-bottom: 20px; }

.w3l-footer-16 a.logo {
  color: var(--white-color);
  font-weight: bold;
  font-size: 26px;
  padding: 0;
  line-height: 20px;
  display: flex;
  opacity: 1; }

.w3l-footer-16 a.logo span.logo-let {
  font-family: 'Pacifico', cursive; }

.w3l-footer-16 a.logo p {
  font-size: 13px;
  display: block;
  color: #d2d2d2;
  font-weight: 400;
  line-height: 14px; }

.w3l-footer-16 a.logo span.logo-icon {
  font-size: 36px; }

.w3l-footer-16 #movetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: var(--theme-color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  padding: 0; }

.w3l-footer-16 #movetop span.fa {
  line-height: 24px;
  color: #fff;
  font-size: 22px; }

.w3l-footer-16 .below-section {
  justify-content: space-between; }

.w3l-footer-16 ul.social li,
.w3l-footer-16 ul.jst-link li {
  display: inline-block;
  margin-right: 5px; }

.w3l-footer-16 ul.social li a {
  color: #fff;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.06);
  display: inline-block;
  border-radius: 50%;
  text-align: center; }

.w3l-footer-16 ul.social li a:hover {
  opacity: 0.8;
  transition: 0.3s ease; }

.w3l-footer-16 ul.social li a span {
  font-size: 15px;
  line-height: 35px; }

@media screen and (max-width: 1080px) {
  .w3l-footer-16 a.logo-2 {
    font-size: 28px; }
  .w3l-footer-16 .footer-gd-16 li a {
    font-size: 15px;
    line-height: 23px; } }

@media screen and (max-width: 1190px) {
  .w3l-footer-16 .w3l-footer-16-main h3 {
    font-size: 16px; }
  .w3l-footer-16 .subscribe button {
    width: 30%; } }

@media screen and (max-width: 736px) {
  .w3l-footer-16 .below-section {
    display: block !important; } }

@media screen and (max-width: 801px) {
  .w3l-footer-16 .w3l-footer-16-main h3 {
    margin-bottom: 18px; } }

@media screen and (max-width: 640px) {
  .w3l-footer-16 .w3l-footer-16-main {
    padding: 3em 0; }
  .w3l-footer-16 .footer-gd-16 li {
    margin: 5px 0; }
  .w3l-footer-16 .subscribe button {
    padding: 12px 10px; } }

@media screen and (max-width: 420px) {
  .w3l-footer-16 .w3l-footer-16-main {
    padding: 2em 0; }
  .w3l-footer-16 .grid {
    grid-gap: 15px;
    grid-template-columns: 1fr; }
  .w3l-footer-16 .subscribe button {
    width: 20%; } }

@media screen and (max-width: 375px) {
  .w3l-footer-16 .grid {
    grid-gap: 20px; } }


.w3l-form1 .form-right {
  min-height: 100vh;
  background: url(../images/login.jpg) no-repeat bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  border-radius: 1030px 0 0 0px; }

.w3l-form1 .sub-left-cont {
  max-width: 500px;
  margin: 0 auto; }

.w3l-form1 a.sign-in {
  color: var(--para-color);
  text-decoration: none;
  font-size: 23px;
  font-weight: 200;
  float: right; }

.w3l-form1 .signin-form {
  margin-top: 2em;
  width: 100%;
  overflow: hidden; }

.w3l-form1 .signin-form-2 {
  margin-top: 30px;
  width: 100%;
  overflow: hidden; }

.w3l-form1 .middle h4,
.w3l-form1 .middle-2 h4 {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-weight: 600; }

.w3l-form1 .middle p,
.w3l-form1 .middle-2 P {
  max-width: 100%;
  margin: auto;
  margin-top: 10px;
  font-size: 17px;
  line-height: 25px; }

.w3l-form1 .signin-form label {
  color: #3b5266;
  font-size: 15px;
  line-height: 20px;
  display: block; }

.w3l-form1 .content-sec {
  grid-template-columns: 1fr 1fr;
  align-items: center; }

.w3l-form1 .signin-form .form-input {
  margin-bottom: 15px; }

.w3l-form1 .signin-form input {
  background: #fff;
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  color: #333;
  border: 1px solid #ddd; }

.w3l-form1 .signin-form button.btn {
  font-size: 16px;
  width: 100%;
  margin-top: 40px; }

.w3l-form1 .form-content p.agree {
  font-size: 15px;
  line-height: 20px;
  color: #3B5266; }

.w3l-form1 .checkout {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w3l-form1 .checkout input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.w3l-form1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eae9e9;
  border: 1px solid #ddd;
  border-radius: 4px; }

.w3l-form1 .checkout:hover input ~ .checkmark {
  background-color: #eae9e9; }

.w3l-form1 .checkout input:checked ~ .checkmark {
  background-color: #333;
  border: 1px solid #333; }

.w3l-form1 .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.w3l-form1 .checkout input:checked ~ .checkmark:after {
  display: block; }

.w3l-form1 .checkout .checkmark:after {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.w3l-form1 a.button-btn {
  border: 1px solid rgba(217, 35, 45, 0.45);
  color: var(--theme-color);
  padding: 8px 20px;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  margin-top: 4em;
  font-size: 14px; }

.w3l-form1 a.button-btn:hover {
  background: rgba(217, 35, 45, 0.09); }

.w3l-form1 p.para-content {
  margin-top: 1em; }

.w3l-form1 p.para-content a {
  color: var(--theme-color); }

@media (max-width: 1680px) {
  .w3l-form1 .form-right {
    border-radius: 800px 0 0 0px; } }

@media (max-width: 768px) {
  .w3l-form1 .content-sec {
    grid-template-columns: 1fr;
    grid-gap: 30px; }
  .w3l-form1 a.button-btn {
    margin-top: 1em; } }

@media (max-width: 440px) {
  .w3l-form1 .form-right {
    border-radius: 0; }
  .w3l-form1 .content-sec {
    grid-gap: 50px; }
  .w3l-form1 p.para-content.text-center {
    margin-top: .5em; } }

.w3l-contacts-12 form.main-input {
  max-width: 700px;
  margin: 0 auto; }

.w3l-contacts-12 .top-inputs {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 1.5rem; }

.w3l-contacts-12 form.main-input input,
.w3l-contacts-12 textarea {
  color: var(--title-color);
  font-size: 16px;
  border: none;
  padding: 12px;
  border: 1px solid #ddd;
  width: 100%; }

.w3l-contacts-12 textarea {
  min-height: 140px;
  margin: 1.5rem 0 1rem; }

.w3l-contacts-12 button.buttonbg {
  width: 100%; }

.w3l-contacts-12 .line {
  border: 1px solid rgba(221, 221, 221, 0.61);
  margin: 4em 0; }

.w3l-contacts-12 .contact {
  text-align: center; }

.w3l-contacts-12 .contact-text-sub {
  color: #202428;
  line-height: 25px;
  font-size: 17px;
  margin-bottom: 10px; }

.w3l-contacts-12 .buttons-teams {
  margin-top: 2em; }

.w3l-contacts-12 .buttons-teams a span {
  font-size: 23px;
  margin: 0 5px; }

.w3l-contacts-12 .buttons-teams a span.fa-facebook-square {
  color: #3b5998; }

.w3l-contacts-12 .buttons-teams a span.fa-twitter-square {
  color: #00acee; }

.w3l-contacts-12 .buttons-teams a span.fa-google-plus-square {
  color: #DD4B39; }

.w3l-contacts-12 p.contact-text-sub.email-2 {
  color: var(--theme-color);
  font-weight: 600; }

@media screen and (max-width: 484px) {
  .w3l-contacts-12 .top-inputs {
    grid-template-columns: 1fr; }
  .w3l-contacts-12 h3.title-main {
    font-size: 30px; } }


.w3l-inner-banner-main .about-inner {
  background: url(https://images.unsplash.com/photo-1517502884422-41eaead166d4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=925&q=80) no-repeat center; }

.w3l-inner-banner-main .inner2 {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0; }

.w3l-inner-banner-main .inner2:before {
  content: "";
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(16, 16, 16, 0.56); }

.w3l-inner-banner-main h4.title {
  color: #fff;
  font-size: 40px;
  font-weight: 600; }

.w3l-inner-banner-main ul.breadcrumbs-custom-path {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  background: #fff;
  max-width: 270px;
  margin: 0 auto;
  padding: 10px 30px;
  margin: 0 auto;
  border-radius: 40px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09); }

.w3l-inner-banner-main ul.breadcrumbs-custom-path li {
  display: inline-block; }

.w3l-inner-banner-main ul.breadcrumbs-custom-path li span {
  margin: 0 10px; }

.w3l-inner-banner-main ul.breadcrumbs-custom-path li,
.w3l-inner-banner-main ul.breadcrumbs-custom-path li a {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600; }

.w3l-inner-banner-main .seen-w3 {
  padding: 5em 0;
  display: grid;
  align-items: center;
  text-align: center; }

.w3l-inner-banner-main ul.breadcrumbs-custom-path li.middle-space {
  color: #eee;
  opacity: .6; }

.w3l-inner-banner-main ul.breadcrumbs-custom-path li.active {
  font-weight: 300; }

.w3l-inner-banner-main h3.inner-title {
  color: var(--white-color);
  font-weight: 100;
  font-size: 35px; }

@media (max-width: 991px) {
  .w3l-inner-banner-main .seen-w3 {
    padding: 3em 0; }
  .w3l-inner-banner-main h4.title {
    font-size: 35px; }
  .w3l-inner-banner-main ul.breadcrumbs-custom-path li,
  .w3l-inner-banner-main ul.breadcrumbs-custom-path li a {
    font-size: 16px; } }

@media (max-width: 600px) {
  .w3l-inner-banner-main .seen-w3 {
    padding: 2.5em 0 3.5em; }
  .w3l-inner-banner-main h4.title {
    font-size: 30px; } }

@media (max-width: 568px) {
  .w3l-inner-banner-main .seen-w3 {
    padding: 2.5em 1em 3.5em; }
  .w3l-inner-banner-main ul.breadcrumbs-custom-path li span {
    margin: 0 6px; } 
.owl-dots { display: block;  margin-top: -30px!important;}

  }

@media (max-width: 384px) {
  .w3l-inner-banner-main h4.title {
    font-size: 25px;
    line-height: 30px; }
  .w3l-inner-banner-main ul.breadcrumbs-custom-path li,
  .w3l-inner-banner-main ul.breadcrumbs-custom-path li a {
    font-size: 15px; } }

@media (max-width: 370px) {
  .w3l-inner-banner-main .seen-w3 {
    grid-auto-flow: row; }
  .w3l-inner-banner-main ul.breadcrumbs-custom-path {
    margin-top: 10px; } }


.bg_white {
  background: #ffffff; }

.bg_light {
  background: #F7F9FC; }

.bg_black {
  background: #031427; }

table img {
  max-width: 100%; }

table p {
  font-size: 15px;
  line-height: 22px; }

.email-section-tem {
  padding: 2.5em; }

.logo h1 {
  margin: 0; }

.logo h1 a {
  color: var(--theme-color-2);
  font-size: 30px; }

td.header-email.bg_white {
  background: var(--theme-color); }

a.button.raised.email-btns {
  background: #fff;
  color: var(--title-color); }

.text.banner-con {
  max-width: 450px; }

.email-tem {
  position: relative;
  z-index: 0; }

.overlay-banner {
  background: rgba(16, 16, 16, 0.4);
  z-index: 9;
  padding: 3em 0; }

.email-tem .text h2 {
  font-size: 40px; }

h3.name a {
  color: var(--title-color);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600; }

.email-grids-sec {
  padding: 2em;
  border-collapse: initial; }

td.footer.email-grids-sec {
  background: #051B35; }

.email-ser {
  padding: 3em; }

.scale-2 {
  padding: 0 1em; }

.banner-cont {
  padding: 2em; }

td.sub-gd.img-ab {
  padding-right: 2%; }

img.margin-left {
  padding-left: 2em; }

img.margin-right {
  padding-right: 2em; }

p.mr-top {
  margin-top: 15px; }

/*--/headings--*/
.heading-section h4 {
  color: #323538;
  font-size: 25px;
  margin-top: 0;
  line-height: 30px; }

h3.title-heading {
  color: var(--title-color);
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 35px;
  text-align: center; }

.heading-section-white {
  color: rgba(255, 255, 255, 0.8); }

.heading-section-white h2 {
  line-height: 1;
  padding-bottom: 0; }

.heading-section-white h2 {
  color: #ffffff; }

/*--//headings--*/
td.footer.email-grids-sec {
  background: #051B35; }

td.footer.copy-right-hny {
  background: #051B35;
  border-top: 1px solid rgba(238, 238, 238, 0.16); }

p.copy-right {
  font-size: 14px;
  line-height: 22px;
  color: #a0a0a0; }

table.scale-2s {
  padding: 10px;
  border-collapse: initial; }

@media screen and (max-width: 736px) {
  .email-section-tem {
    padding: 2em; } }

@media screen and (max-width: 667px) {
  .w3l-email-wrapper {
    width: 600px; }
  h3.name {
    font-size: 16px; }
  table.scale-2.img-resp-ser-2 {
    width: 100%; }
  table.scale.img-resp-ser {
    width: 100%;
    margin-bottom: 10px; }
  table.scale.grid-template {
    width: 250px; }
  .email-ser {
    padding: 2em; }
  h3.title-heading {
    font-size: 28px; }
  td.sub-head {
    padding-top: 10px !important; }
  table.scale.content-email-2 {
    width: 380px; }
  table.scale.content-email {
    width: 150px; } }

@media screen and (max-width: 640px) {
  .email-tem .text h2 {
    font-size: 2em !important;
    margin-bottom: 0; }
  .heading-section h4 {
    font-size: 18px;
    line-height: 23px; }
  .email-section-tem {
    padding: 2em; }
  p.ban-text {
    padding: 0 !important;
    font-size: 0.9em !important; } }

@media screen and (max-width: 600px) {
  .overlay-banner {
    padding: 2em 0; }
  .w3l-email-wrapper {
    width: 580px; }
  table.scale.content-email-2 {
    width: 360px; }
  td.sub-head {
    padding-top: 0px !important; } }

@media screen and (max-width: 580px) {
  table {
    width: 100% !important; }
  .email-tem .text h2 {
    font-size: 1.7em !important;
    margin-bottom: 0; }
  .w3l-email-wrapper {
    width: 100% !important; }
  td.header-email {
    padding: .2em 1em .5em !important; }
  td.height-cls {
    height: 0; }
  table.scale.grid-template {
    margin-top: 20px; }
  .read-more {
    margin-top: 15px !important; }
  table.scale.content-email-2 {
    margin-top: 15px; }
  img.margin-left {
    padding-left: 0; }
  h3.title-heading {
    margin-bottom: 20px; }
  img.margin-right {
    padding-right: 0; } }

@media screen and (max-width: 480px) {
  td.sub-gd.ab-gd {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 10px; }
  td.sub-gd {
    display: block;
    width: 100%;
    padding-right: 0; }
  h3.name {
    font-size: 20px; }
  td.footer-gd {
    width: 100%;
    display: block;
    padding: 0; }
  td.res-padd {
    padding: 0 !important;
    margin-top: 20px;
    display: inline-block; } 

  }

@media screen and (max-width: 375px) {
  .email-section-tem {
    padding: 1.5em; }
  .overlay-banner {
    padding: 1.5em 0; }
  .logo h1 a {
    font-size: 28px; } }

@media (max-width: 320px) {
  img.icon.img-responsive {
    width: 100%; } }

/*# sourceMappingURL=style-freedom.css.map */
.cabecera { position: relative; }
.txt-logo-2 { display: block; color: #fff; font-size: 1.3em; font-family: 'Homenaje', sans-serif; padding: 15px 0 0 10px;  position:absolute; z-index: 99999; left: 210px; top: 45px; font-size: 1em; line-height: 1.2em;  }
.txt-logo-2 span {display: block;}
.txt-logo {color: #fff; font-size: 1.1em; font-family: 'Homenaje', sans-serif; padding: 15px 0 0 10px; display: grid;  display: none;  }
 .txt-logo span {display: none;}
@media screen and (max-width: 480px) {
  .txt-logo { display: none; }
  .txt-logo-2 { display: block; left: 165px; top: 35px; font-size: 0.9em; line-height: 1.1em; }

  .owl-nav {display: none!important;}
  
}
@media screen and (max-width: 375px) {
  .txt-logo-2 {   }
 }



.footer-sup {}
@media screen and (max-width: 768px) {
    .footer-sup { display: block!important; }
}
#movetop { display: none!important; }
/*** boton wats */
#wats_btn { width: 68px; height: 72px; position: fixed; bottom: 5px; right: -5px; z-index: 99999; }
#wats_btn img { width: 86%; height: auto; }





body {

}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: 1em auto;
  overflow: hidden;
  position: relative;
  width: 960px;

}
.slider::before, .slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}
