@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* ========================================================== */
/* 			               01. GENERAL LAYOUT                 */
/* ========================================================== */

/** {
    scroll-behavior: smooth;
}
a,*/

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 13px;
  font-style: normal;
  margin-left: 0px;
}
a {
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #ED2775;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input,
textarea {
  outline: none;
}
input:focus,
a:focus {
  outline: 0px;
}

* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6{
  color: #343f52;
  font-weight: 700!important;
  font-family: 'Playfair Display', serif;
}
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  font-family: 'Jost', sans-serif;
  color: #666666;
}
button {
  cursor: pointer;
}

iframe {
  max-width: 100%;
  border: none;
}
input {
  font-weight: 400;
  font-size: 0.8125rem;
}

img {
  height: auto;
  max-width: 100%;
}

ul {
  padding: 0;
}

p {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}
.small,
small {
  font-weight: 400;
  color: rgb(136, 136, 136);
  font-size: 14px;
}
/* ========================================================== */
/* 			               02. GENERAL CLASS                 */
/* ========================================================== */
.aling-main {
  text-align: center;
}
.bg-black {
  background: #191514;
}
.bg-gray{
  background-color: #f6f7f9;
}
.bg-transparent {
  background: transparent !important;
}
.bg-theme{
    background-color: #54a8c7 !important;
    color:#fff;
}
.bg-secundary{
  background-color: #f8faff;
}
.border-radius {
  border-radius: 2rem;
}
.border-white-transparent {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.border-top-gray{
  border-top: 1px solid #d3d3d3;
}
.border-top-theme {
  border-top: 5px solid #54a8c7;
}
.box-shadow {
  -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
}
.color-black {
  color: #000 !important;
}
.color-blue {
  color: #37628b !important;
}
.color-theme {
  color:  #295e83  !important;
}
.color-white {
  color: #fff !important;
}
.color-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.display-block {
  display: block !important;
}
.display-initial {
  display: initial !important;
}
.display-inline-block {
  display: inline-block;
}
.display-inline {
  display: inline;
}
.display-none {
  display: none !important;
}
.fa-20px {
  font-size: 20px !important;
}
.ftz-16 {
  font-size: 16px;
}
.ftz-18 {
  font-size: 18px;
}
.ftz-20::before {
  font-size: 20px!important;
}
.ftz-22 {
  font-size: 22px;
}
.ftz-23 {
  font-size: 23px;
}
.ftz-30 {
  font-size: 30px;
}
.ftz-35 {
  font-size: 35px;
}
.ftz-40 {
  font-size: 40px;
}
.ftz-50 {
  font-size: 50px;
}
.font-weight-bold{
  font-weight: 700;
}
.font-body{
  font-family: 'Jost', sans-serif;
}
.img-full {
  height: auto;
  width: 100% !important;
}
.img-full-height {
  height: 100% !important;
  width: 100% !important;
}
.item-img-hover {
  position: relative;
  overflow: hidden;
  transition: ease 1s;
}
.item-img-hover img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.item-img-hover:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: ease 0.5s;
}
.grid-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid-justify-center {
  justify-self: center;
  align-self: center;
}
.line-height-1 {
  line-height: 1em;
}
.line-height-10 {
  line-height: 10px;
}
.line-height-15 {
  line-height: 15px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-25 {
  line-height: 25px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-50 {
  line-height: 50px;
}
.margin-top35 {
  margin-top: -35px;
}
.margin-top-310 {
  margin-top: 4em !important;
}
.margin-top-160 {
  margin-top: 160px !important;
}
.margin-top-240 {
  margin-top: 240px !important;
}
.margin-top-210 {
  margin-top: 210px !important;
}
.min-width-100 {
  min-width: 100px !important;
}
.margin-top-150 {
  margin-top: 150px !important;
}

.margin-top-110 {
  margin-top: 110px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-0 {
  margin-top: 0px !important;
}
.no-margin {
  margin: 0px;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-bottom-120 {
  margin-bottom: 120px !important;
}

.margin-bottom-130 {
  margin-bottom: 120px !important;
}

.margin-bottom-140 {
  margin-bottom: 140px !important;
}
.margin-top-100 {
  margin-top: 100px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-padding-top {
  padding-top: 0px !important;
}
.no-padding-bottom {
  padding-bottom: 0px !important;
}

.no-margin-top {
  margin-top: 0px;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.padding-2 {
  padding: 77px 100px 62px 100px;
}
.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-top-120 {
  padding-top: 120px !important;
}

.padding-top-150 {
  padding-top: 150px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-left-20 {
  padding-left: 20px;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px;
}
.section-grey {
  padding: 3em 1em;
  background-color: #f9f9f9;
}
.section-white {
  padding: 3em 1em;
  background-color: #fff;
}
.section-theme {
  padding: 3em 1em;
  background-color: #54a8c7;
  color: #fff;
}
.section-black {
  padding: 3em 1em;
  background-color: #2e2e2e;
  color: #fff;
}
.section-padding {
  padding: 3em 1em;
}
.section-padding-min {
  padding: 2em 1em;
}
.section-bottom-border {
  border-bottom: 1px solid #efefef;
}
.section-top-border {
  border-top: 1px solid #efefef;
}
.text-aling {
  text-align: center;
}
.text-aling-initial {
  text-align: center;
}
.text-line-through {
  text-decoration: line-through;
}
.z-index-20 {
  z-index: -20;
}
@media (min-width: 900px) {
  .section-grey,
  .section-white,
  .section-orange,
  .section-padding {
    padding: 10em 0em;
  }
}
.h-10 {
  height: 10% !important;
}

.h-20 {
  height: 20% !important;
}
.h-30 {
  height: 30% !important;
}

.h-40 {
  height: 40% !important;
}
.h-50 {
  height: 50% !important;
}

.h-60 {
  height: 60% !important;
}
.h-70 {
  height: 70% !important;
}

.h-80 {
  height: 80% !important;
}
.h-90 {
  height: 90% !important;
}

.h-100 {
  height: 100% !important;
}
.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}
.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}
/* ========================================================== */
/* 			               04. ELEMENTS             	    	*/
/* ========================================================== */
/*
Default Btn 
================================*/


/* -----  a) Botons ----- */
.btn-small {
  padding: 12px 20px!important;
}
.btn:hover {
  transform: translateY(-0.15rem);
  box-shadow: 0 0.25rem 0.75rem rgb(30 34 40 / 15%);
  color: #fff;
}
.btn-green {
  color: #fff;
  background-color: #45c4a0;
  border-color: #3cac8c;
  transition: all 0.5s !important;
}
.btn-green:hover {
  color: #fff;
  background-color: #45c4a0;
  border-color: #45c4a0;

}

.btn-default-theme{
  color: #fff;
  background-image: -ms-linear-gradient(left, #ED2775  0%, #FF7448  100%);
  background-image: -moz-linear-gradient(left, #ED2775  0%, #FF7448  100%);
  background-image: -o-linear-gradient(left, #ED2775  0%, #FF7448  100%);
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #ED2775 ), color-stop(100, #FF7448 ) );
  background-image: -webkit-linear-gradient(left, #ED2775  0%, #FF7448  100%);
  background-image: linear-gradient(to right, #ED2775  0%, #FF7448  100%);
  -webkit-box-shadow: 0px 12px 35px rgb(237 39 117 / 25%);
    box-shadow: 0px 12px 35px rgb(237 39 117 / 25%);
  transition: all 0.5s !important;
}
.btn-default-theme:hover {
  animation-name: gradient;
  -webkit-animation-name: gradient;
  animation-duration: 2s;
  -webkit-animation-duration: s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes gradient {
  0% {
    background-position: 0% 80%;
  }
  100% {
    background-position: 100%;
  }
}
@-webkit-keyframes fadeInDown{
    0%
  {
      opacity:0;
      -webkit-transform:translate3d(0,-10%,0);
      transform:translate3d(0,-10%,0)}
      to{
          opacity:1;
          -webkit-transform:none;transform:none}
      }
  @keyframes fadeInDown{
      0%{
          opacity:0;-webkit-transform:translate3d(0,-10%,0);
      transform:translate3d(0,-10%,0)
  }
      to{
          opacity:1;-webkit-transform:none;transform:none
      }
  }
  .fadeInDown{
      -webkit-animation-name:fadeInDown;
      animation-name:fadeInDown
}
.btn-default-theme:focus{
  color: #fff;
}
.btn-whatsapp{
  color: #fff;
  background-color: #0dc342;
  border-color: #0dc342;
  transition: all 0.5s !important;
}
.btn-whatsapp:hover{
  color: #fff;
  background-color: #0d8f32;
  border-color: #0d8f32;
}

.btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn:active {
  transform: translateY(-0.15rem);
}

.default-btn-one.btn-sm {
  padding: 5px 30px 5px 15px;
  font-size: 10px;
}
.default-btn-one.btn-sm i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.default-btn-one.btn-sm i:before {
  font-size: 10px;
}
.btn-expan {
  padding: 16px 36px;
}

.btn-border-radius {
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  border-radius: 1.5rem;
}
.btn-border-noradius {
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -ms-border-radius: 0rem;
  border-radius: 0rem;
}
.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 13px 35px;
  transition: all 0.5s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.btn-transparent:hover {
  background: #54a8c7;
  border: 1px solid #54a8c7;
  color: #fff;
  transition: all 0.5s !important;
}
.btn-white {
  color: rgb(236, 68, 86);
  border: 2px solid #fff;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 35px;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  border-radius: 1.5rem;
  transition: all 0.5s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.btn-white:hover {
  color: #fff;
  background: rgb(236, 68, 86);
  border: 2px solid #f1f1f1;
  transition: all 0.5s !important;
}
.btn-black {
  color: #fff;
  border: 2px solid #000;
  background: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 35px;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  border-radius: 1.5rem;
  transition: all 0.5s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.btn-black:hover {
  color: #fff;
  background: #0573c6;
  border: 2px solid #f1f1f1;
  transition: all 0.5s !important;
}
.center-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-flex-responsive {
  display: -ms-initial !important;
  display: initial !important;
}
.d-flex-responsive .w-40,
.d-flex-responsive .w-50 {
  width: 100% !important;
}

.text-title-theme {
  letter-spacing: -1px;
  padding-bottom: 5px;
}
.head-separator,
.head-separator-center,
.head-separator-simply {
  position: relative;
}
.head-separator::after {
  content: " ";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #54a8c7;
  height: 2px;
  width: 60px;
}
.head-separator span::after {
  content: " ";
  position: absolute;
  left: 65px;
  bottom: 0px;
  background: #000;
  height: 2px;
  width: 10px;
}

.head-separator-center::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  background: #54a8c7;
  height: 2px;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.head-separator-center span::after {
  content: " ";
  position: absolute;
  left: 52.5%;
  bottom: 0px;
  background: #fff;
  height: 2px;
  width: 10px;
}
.head-separator-black::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  background: #54a8c7;
  height: 2px;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.head-separator-black span::after {
  content: " ";
  position: absolute;
  left: 57%;
  bottom: 0px;
  background: #000;
  height: 2px;
  width: 10px;
}
.head-separator-simply::after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #54a8c7;
  height: 2px;
  width: 60px;
}

/* Clearfix */

.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* -- Effects img -- */

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.bounce2-animate {
  animation-name: line-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: line-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: line-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: line-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes line-bob {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
/* ========================================================== */
/* 			         05. Corrección / Librerias             	*/
/* ========================================================== */
.btn {
  padding: 12px 30px;
  font-size: 18px;
}
#promo-corporative .item img{
  width: 50%!important;
}
/*Start scroll*/
.go-top {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: rgba(0, 0, 0, 0.588);
  color: #ffffff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 9999999;
  -webkit-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 80%);
  box-shadow: 0 8px 6px -6px rgb(0 0 0 / 10%);
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  font-size: 17px;
}
.go-top.show {
  bottom: 20px;
}

.go-top:hover {
  background-color: #54a8c7;
  color: #ffffff;
}
/*End scroll*/

/* -----  a) On/off ----- */
.display-responsive,
.display-responsive-initial {
  display: none !important;
}
.masthead-navigation,
.navbar-text {
  display: none !important;
}
.nav-trigger,
.logo,
.logo_main_movil {
  display: initial;
}
.nav-logo {
  display: none !important;
}

/* -----  b) Class  ----- */
.creative-shape {
  /* display: none;*/
  position: absolute;
  bottom: 0;
}

.p-relative {
  position: initial;
}
.icon-user {
  width: 10px;
}
.item-navigation {
  padding: 15px 30px;
}
.logo {
  /* float: left;
    padding: 20px 15px 15px 25px;
    text-align: center; */
  background: #fff !important;
  box-shadow: 1px 1px 3px rgba(80, 80, 80, 0.425);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.home {
  position: relative;
}
.home::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/icons/plain-triangle.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.logo_main_movil {
  width: 40px;
}

li.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_main {
  width: 50px;
}

.main-navigation {
  background: #fff !important;
  width: auto;
}
.main-navigation .list-nav :after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-navigation .list-nav li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.main-navigation.align-right .list-nav li {
  float: right;
}
.main-navigation.align-center .list-nav {
  text-align: center;
}
.main-navigation .list-nav li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 20px 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.main-navigation .list-nav li a:hover {
  color: #000;
}
.main-navigation .list-nav li a:hover:before {
  width: 100%;
}
.main-navigation .list-nav li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #000;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
/*.main-navigation .top-bar li a:after {
    content: "|";
    position: absolute;
    padding: 0px 5px;
}*/
.main-navigation .list-nav li.last > a:after,
.main-navigation .list-nav li:last-child > a:after {
  display: none;
}
.main-navigation .top-bar li:last-child > a:after {
  display: none;
}
.main-navigation .list-nav li.active a {
  color: #333333;
}
.main-navigation .list-nav li.active a:before {
  width: 100%;
}
.main-navigation.align-right li.last > a:after,
.main-navigation.align-right li:last-child > a:after {
  display: block;
}
.main-navigation.align-right li:first-child a:after {
  display: none;
}
/*
.nav-item a{
    color: #fff;
}*/
.nav-item a:hover {
  transition: all 0.3s;
}
/* -- Top bar --*/
.top-bar {
  background: #191514;
  color: #fff;
  padding: 10px 5px;
  border-top: 3px solid #54a8c7;
}
/*-- 2 Nav info --*/
ul.social-nav li {
  display: inline-block;
  margin-left: 5px;
}
.list-nav {
  background: #54a8c7;
  position: absolute;
  bottom: -30px;
  z-index: 999;
  width: 100%;
}
.social-nav li a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #222222;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #222222;
  border-radius: 50%;
}
.social-nav li a:hover {
  background-color: #000;
  color: #54a8c7;
}
/* Off canvas */
.nav-trigger {
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 40px;
  height: 44px;
  width: 44px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  height: 2px;
  width: 25px;
  background: #54a8c7;
}

.nav-trigger span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.3s;
}

.nav-trigger span::before,
.nav-trigger span::after {
  content: "";
  top: 0;
  left: 0;
  transition: background 0.3s, transform 0.3s;
}

.nav-trigger span::before {
  transform: translateY(-8px);
}

.nav-trigger span::after {
  transform: translateY(8px);
}

.nav-trigger:hover span,
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
  background: #54a8c7;
}

.nav-open .nav-trigger span {
  background: transparent;
}

.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
  background: #54a8c7;
}

.nav-open .nav-trigger span::before {
  transform: rotate(-45deg);
}

.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
}

.overlay {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1d21;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.nav-open .overlay {
  opacity: 0.6;
  visibility: visible;
}

.nav-container {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  height: 100%;
  width: 60%;
  max-width: 460px;
  padding: 2em 3.5em;
  background: #fff;
  overflow: auto;
  transform: translateZ(0);
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
}

.nav-open .nav-container {
  transform: translateX(0);
}

.nav-container h2 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #aaaaaa;
  margin: 1.5em 0;
}

.nav-canvas {
  list-style: none;
  padding: 0;
}

.nav-canvas a {
  display: block;
  padding: 0.4em 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  transform: translateZ(0);
}
.nav-canvas a:hover {
  color: #54a8c7;
  transition: all 0.3s;
}

.nav-open .nav-canvas a {
  animation: slide-in 0.4s 0.2s backwards;
}

.nav-open .nav-canvas li:nth-of-type(2) a {
  animation-delay: 0.3s;
}

.nav-open .nav-canvas li:nth-of-type(3) a {
  animation-delay: 0.4s;
}

.nav-open .nav-canvas li:nth-of-type(4) a {
  animation-delay: 0.5s;
}

.nav-open .nav-canvas li:nth-of-type(5) a {
  animation-delay: 0.6s;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  .main-navigation .list-nav li {
    float: none;
    display: block;
  }
  .main-navigation .list-nav li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #54a8c7;
  }
  .main-navigation .list-nav li.last > a,
  .main-navigation .list-nav li:last-child > a {
    border: 0;
  }
  .main-navigation .list-nav li a:after {
    display: none;
  }
  .main-navigation .list-nav li a:before {
    display: none;
  }
}



/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: initial;
  align-items: center;
  justify-content: space-between;
}
          
.navb-bar{
 background: linear-gradient(279.99deg, #28a6db -1.19%, #085f85 50.96%, #08385c 99.95%);
}
.content-main {
  padding: 4em 1em;
}
.title_main_header {
  font-size: 35px !important;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 45px;
  box-shadow: 5px 3px #54a8c7 !important;
}
/*.tp-revslider-slidesli {
  z-index: 1 !important;
}*/
.flaticon-right-arrow {
  margin: 0px;
}
.flaticon-menu {
  color: #000;
  font-weight: 700;
}
.navbar.is-sticky .flaticon-menu {
  color: #000;
}
.flaticon-menu:before {
  font-size: 20px !important;
}
.img_header_main {
    top: -30em;
    left: 10em;
    width: 450px;
    animation-name: fadeIn;
    animation-duration: 700ms;
    animation-timing-function: ease;
    animation-delay: 0ms;
    animation-direction: normal;
    animation-fill-mode: both;
    z-index: 1;
    position: absolute;
  -webkit-transform: perspective(1400px) rotateY(
-20deg) rotateX(
10deg) rotateZ(
6deg) scale(0.8) translateX(50%) translateY(6%);
    transform: perspective(1400px) rotateY(
-20deg) rotateX(
10deg) rotateZ(
6deg) scale(0.8) translateX(50%) translateY(6%);
    transition: transform 0.45s cubic-bezier(0.2, 0.7, .3, 1);
}
.img_header_main:hover {
  transform: perspective(1000px) rotateY(
0deg) rotateX(
0deg) rotateZ(
0deg) scale(0.80) translateX(40%) translateY(8%);
}
.img_header_main_2 {
  position: absolute;
  top: -20em;
}
.lg-text {
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: unset;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 10px;
}

.page-header {
  transition: 0.5s all;
  background: #fff!important;
  padding-bottom: 7em;
  position: relative;
  overflow: hidden;
}
.page-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/shapes/shape-1.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.page-header:after {
  content: '';
  position: absolute;
  top: 0;
  right: -60em;
  background-image: url(../img/shapes/home-bg-shape.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-main {
  overflow: hidden;
}
.page-main .container {
  padding-right: 0px;
  padding-left: 0px;
}
.page-header ul {
  display: flex;
  order: 1;
  width: 100%;
  justify-content: center;
}
.page-header ul li > a {
  font-weight: 700;
  font-size: 18px;
}
.page-header ul li > a:hover {
  color: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#dd3f54),
    to(#54a8c7)
  );
  color: linear-gradient(to right, #e0ce3f 0%, #f6bf1e 100%);
  transition: 0.5s;
}

.page-header .cta-contact {
  font-family: inherit;
  font-size: 1.2rem;
  padding: 5px 18px;
  border: 1px solid;
  border-radius: 5px;
}

.promo-video {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration-line: underline;
}
.popup4 {
  color: #fff;
  text-decoration: #fff;
}
.popup4:hover {
  color: #fff;
}
.shape-1 {
  position: absolute;
  left: 145px;
  top: 70px;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}
.shape-2{
  position: absolute;
  right: 115px;
  bottom: 160px;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.navbar.is-sticky {
  position: fixed;
  top: 0em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 80%);
  box-shadow: 0 8px 6px -6px rgb(0 0 0 / 10%);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100% !important;
 
}
.nav-link {
  display: block;
  padding: initial;
}
.navbar.is-sticky .nav-link {
  color: #000;
  font-weight: 600;
}
/** Call us **/
.call-us {
  z-index: 1;
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 300px;
}


@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.app-small-title{
  position: relative;
  margin-bottom: 30px;
}

.app-small-title:before{
  position: absolute;
  top: 30px;
  left: 50%;
  width: 73px;
  height: 1px;
  background: #ec4456;
  content: "";
  transform: translateX(-50%);
}

.single-block p{
  line-height: 1.63;
} 

.single-block h5{
  margin-top: 21px;
  margin-bottom: 14px;
}

.what-our-app .theme-title-one{
  padding-bottom: 37px;
}

.what-our-app .single-block {
  text-align: center;
  padding: 25px 5px 40px 5px;
}

.what-our-app .single-block a {
  width: 135px;
  line-height: 43px;
  border-radius: 5px;
  padding: 9px 38px;
  color: #fff;
  margin-top: 22px;
  border-radius: 50px;
}

.single-block img{
  transition: .5s;
}

.single-block p{
  color:#000;
  margin-bottom: 33px;
}

.what-our-app .single-block a:hover {
  color:#dedbd2;
  border-color: #fff;
}

.what-our-app .single-block:hover {
  background: #fff;
  -webkit-box-shadow: 0px 4px 70px 0px rgba(86, 103, 146, 0.05);
  box-shadow: 0px 4px 70px 0px rgba(86, 103, 146, 0.05);
}

.what-our-app .single-block:hover img {
  -webkit-transform:scale(0.9);
  transform:scale(0.9);
}

.what-our-app .single-block a:hover {
 background: linear-gradient(279.99deg, #28a6db -1.19%, #085f85 50.96%, #08385c 99.95%); 
}

.what-our-app .single-block a {
 background: linear-gradient(279.99deg, #28a6db -1.19%, #085f85 50.96%, #08385c 99.95%);  
}
/*--------------------------------10.start pricing ---------------------------------*/
ul.icon-list {
  padding: 0 2em;
}
.icon-list li {
  margin: 10px 0;
  font-size: 17px;
}
.icon-list.bullet-soft-primary.bullet-bg i {
  
  background-color: rgb(41 94 131 / 25%);
  padding: 5px 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.icon-list.bullet-bg i[class*=bullet-soft-red] {
  background-color: #fae3e4!important;
  color: rgb(146, 13, 13)!important;
}
.icon-list.bullet-soft-primary i {
  color: rgba(41, 94, 131, 1);
}

#Pricing{
  padding-bottom: 35px;
}

#Pricing .section-heading i{
  color: #295e83;
}

#Pricing .section-heading > h2 {
  position: relative;
  padding-bottom: 46px;
  padding-top: 5px;
}

#Pricing .section-heading.text-center {
  padding-bottom: 27px;
}

.section-heading p{
  color: #000;
  margin-top: -13px;
}

.section-heading > span {
  color: #222;
}

.section-heading > h2::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 73px;
 background: linear-gradient(279.99deg, #28a6db -1.19%, #085f85 50.96%, #08385c 99.95%);
  bottom: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.homepage-5 .features-area .section-heading > h2::after,
.contact-page .contact-area .section-heading > h2::after {
  left: 0;
  transform: inherit;
}

.shadow-box {
  transition: box-shadow .3s linear;
  box-shadow: 0 0 1px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.03);
  border-radius: 50px;
}

span.text-primary {
  color: #fd7e14
}

#Pricing h2{
  color: #000;
  margin-top: -76px;
}

#Pricing p{
  color: #000;
}

.pricing-item:first-child{
  margin-left: 0 !important;
}

.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}

.pricing-item {
  text-align: center;
  flex: 0 1 330px;
}

.pricing-action {
  color: inherit;
  border: none;
  background: none;
}

.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-palden .pricing-item {
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}

.pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
 background: linear-gradient(279.99deg, #28a6db -1.19%, #085f85 50.96%, #08385c 99.95%); 
  padding: 63px 0 130px;
  position: relative;
}

.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}

.pricing-palden .pricing-title {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}

.pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
  font-size: 2.5em;
}

.pricing-palden .pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}

.pricing-palden .pricing-currency {
  font-size: 0.15em;
  vertical-align: top;
}

.pricing-palden .pricing-period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  font-style: italic;
}

.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em 0px 1.5em;
  list-style: none;
  text-align: center;
  margin-top: -58px;
  position: relative;
}

.pricing-palden .pricing-feature {
  padding:4px 0;
}

.pricing-palden .pricing-action {
  font-weight: bold;
  margin: 0px 1px 35px;
  padding: 10px 27px;
  color: #fff;
  border-radius: 30px;
 background: linear-gradient(279.99deg, #28a6db -1.19%, #085f85 50.96%, #08385c 99.95%); 
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 20px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
 color:#dedbd2;
 border-color: #fff;
}

.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}

.pricing-palden .pricing__item--featured {
  margin: 0 !important;
  z-index: 10;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}
/*---------------------- 5.start app Explain --------------------------*/

#app-explain{
  background: url(../img/recourse/explain-bg.png) no-repeat scroll center left / cover;
  background-attachment: fixed;
  padding-top: 73px;
}

.explain-box {
  background: rgba(255, 255, 255, .5);
  padding: 42px 25px 23px 30px;
}

.explain-box i{
  font-size: 33px;
}

.down-row{
  margin-top: 27px;
}

.Explain-content h5{
  margin-top: 5;
}

.secondary-bg{
 background: linear-gradient(279.99deg, #28a6db -1.19%, #085f85 50.96%, #08385c 99.95%); 
  margin-top: -21px;
}

.Explain-content p{
  color: #000;  
}

.app-text p{
  color: #000;  
}
/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 550px) {
  .page-header ul {
    width: auto;
    margin-top: 0;
  }

  .page-header .cta-contact {
    order: 1;
  }
}


/* Switch */
.can-toggle.demo-rebrand-2 label .can-toggle__switch.mensual:after {
  top: 2px;
  left: 5px;
  border-radius: 30px;
  width: 60px;
  line-height: 35px;
  font-size: 13px
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 2px;
  left: 10px;
  border-radius: 30px;
  width: 60px;
  line-height: 35px;
  font-size: 13px
}

.can-toggle {
  position: relative;
  z-index: 3;
}
.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
  box-sizing: border-box
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0
}
.can-toggle input[type="checkbox"][disabled]~label {
  pointer-events: none
}
.can-toggle input[type="checkbox"][disabled]~label .can-toggle__switch {
  opacity: .4
}
.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0
}
.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  content: attr(data-checked)
}
.can-toggle label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center
}
.can-toggle label .can-toggle__label-text {
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 32px
}
.can-toggle label .can-toggle__switch {
  position: relative
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.can-toggle input[type="checkbox"][disabled]~label {
  color: rgba(119, 119, 119, .5)
}
.can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]~label .can-toggle__switch:after {
  color: #fff;
  background: #295e83;
  box-shadow: 0 20px 30px 0 rgba(120, 128, 240, .4)
}
.can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover~label .can-toggle__switch:after {
  color: #fff;
 background: linear-gradient(279.99deg, #28a6db -1.19%, #085f85 50.96%, #08385c 99.95%);
}
.can-toggle input[type="checkbox"]:hover~label {
  color: #6a6a6a
}
.can-toggle input[type="checkbox"]:checked~label:hover {
  color: #09bc2d
}
.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch {
  border: 1px solid #45c4a0
}
.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  color: #45c4a0
}
.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch,
.can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch {
  border: 1px solid #45c4a0
}
.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  background-image: -ms-linear-gradient(left, #09bc2d 0%, #68da82 100%);
  background-image: -moz-linear-gradient(left, #09bc2d 0%, #68da82 100%);
  background-image: -o-linear-gradient(left, #09bc2d 0%, #68da82 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #09bc2d),
    color-stop(100, #68da82)
  );
  background-image: -webkit-linear-gradient(left, #09bc2d 0%, #68da82 100%);
  background-image: linear-gradient(to right, #09bc2d 0%, #68da82 100%);
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(112, 199, 103, .3)
}
.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
  background-color: #45c4a0;
  color: #fff
}
.can-toggle label .can-toggle__label-text {
  -webkit-box-flex: 1;
  flex: 1
}
.can-toggle label .can-toggle__switch {
  -webkit-transition: background-color 0.3s cubic-bezier(0, 1, .5, 1);
  transition: background-color 0.3s cubic-bezier(0, 1, .5, 1)
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, .5)
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, .5, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, .5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, .5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, .5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, .5, 1);
  color: #777
}
.can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover~label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, .4)
}
.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  -webkit-transform: translate3d(65px, 0, 0);
  transform: translate3d(65px, 0, 0)
}
.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, .4)
}
.can-toggle label {
  font-size: 14px
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  -webkit-box-flex: 0;
  flex: 0 0 134px;
  border-radius: 4px
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, .4)
}
.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled]~label {
  color: rgba(68, 68, 68, .5)
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  -webkit-box-flex: 1;
  flex: 1
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  -webkit-transition: background-color 0.3s cubic-bezier(.86, 0, .07, 1);
  transition: background-color 0.3s cubic-bezier(.86, 0, .07, 1);
  border: 1px solid   #295e83;
  background: #fff;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, .7)
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(.86, 0, .07, 1);
  transition: -webkit-transform 0.3s cubic-bezier(.86, 0, .07, 1);
  transition: transform 0.3s cubic-bezier(.86, 0, .07, 1);
  transition: transform 0.3s cubic-bezier(.86, 0, .07, 1), -webkit-transform 0.3s cubic-bezier(.86, 0, .07, 1);
  color: #444
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label .can-toggle__switch:after {
  box-shadow: 0 20px 30px 0 rgba(120, 128, 240, .4);
  transition: .5s all
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label .can-toggle__switch:after {
  -webkit-transform: translate3d(58px, 0, 0);
  transform: translate3d(58px, 0, 0)
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
  -webkit-box-shadow: 0 20px 30px 0 rgba(112, 199, 103, .3);
  box-shadow: 0 20px 30px 0 rgba(112, 199, 103, .3);
  transition: .5s all
}
.can-toggle.demo-rebrand-2 label {
  font-size: 13px
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 40px;
  -webkit-box-flex: 0;
  flex: 0 0 130px;
  border-radius: 60px;
  z-index: 0
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  left: 60px;
  font-size: 13px;
  line-height: 43px;
  width: 60px;
  padding: 0 9px
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 2px;
  left: 5px;
  border-radius: 30px;
  width: 60px;
  line-height: 35px;
  font-size: 13px
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
  -webkit-box-shadow: 0 20px 30px 0 rgba(120, 128, 240, .3);
  box-shadow: 0 20px 30px 0 rgba(120, 128, 240, .3)
}

/* ========================================================== */
/* 			         08. FOOTER		         		        */
/* ========================================================== */
footer{
  padding: 5em 0;
}