@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;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: #2a6e6f;
}

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-family: 'Inter', sans-serif;
  font-weight: 700!important;
}
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  font-family: 'Inter', 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-family: 'Inter', sans-serif;
  font-weight: 500;
}

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: #006edc  !important;
}
.color-secundary {
  color: #0f1c3c  !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;
}
.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;

}
.color-gradiente{
  color: #2f7d8a;
}
.btn-default-theme{
  color: #fff;
  background: #2f7d8a;
  box-shadow: 0 4px 15px 0 rgb(52 27 159 / 10%);
  font-weight: 700;
  padding: 13px 35px;
  transition: all 0.5s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.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;
  padding: 15px 20px;
  transition: all 0.5s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.btn-transparent:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #0f1c3b;
  transition: all 0.5s !important;
}
.btn-white {
  color: #54a8c7;
  border: 2px solid #fff;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  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: #54a8c7;
  background: #f1f1f1;
  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;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
/* 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             	*/
/* ========================================================== */
.lead {
  font-size: 1rem;
}
/*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;
  }
}


/*=========================================
            04. HEADER CSS
============================================*/
.affix {
  background-color: #202877;
  -webkit-transition: padding 0.2s ease-out;
  -moz-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}
.solid-white-btn {
  background: #ffffff;
  border-color: #ffffff;
  color: #2f7d8a;
  border-radius: 30px;
  padding: 15px 20px;
}
.solid-white-btn:hover {
  background-color: #0f1c3c;
  transition: all .5s;
}
.white-bg.affix, .custom-nav.affix {
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
}

.white-bg.affix ul li a {
  color: #081d43 !important;
  opacity: 0.8;
}

.white-bg.custom-nav ul li a:hover {
  opacity: 1;
}

.bg-transparent ul li a:hover, .white-bg.affix ul li a:hover {
  opacity: 1;
}

.bg-transparent.affix {
  background: #fff!important;
  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;
}

.navbar-toggler{
  color: #ffffff;
}


/*main menu new style*/
.header nav.navbar{
  padding:  1rem;
  transition: all .3s ease-in-out;
}
.navbar-brand {
  font-size: inherit;
  height: auto;
  margin-bottom: -8px;
}

.menu {
  display: block;
}

.menu li {
  display: inline-block;
  position: relative;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li a {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  color: #ffffff;
}


.menu li a.active{
  color: #006fda;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 9;
  border-radius: 4px;
  transform: translate(0,20px);
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.menu ul.sub-menu li{
  border-bottom: 1px solid #ebebeb;
}
.menu ul.sub-menu li:last-child{
  border-bottom: 0;
}
.menu ul:after {
  bottom: 100%;
  left: 35px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border: solid transparent;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.menu li a.dropdown-toggle::after {
  position: relative;
  left: 2px;
  vertical-align: middle;
}


.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  text-transform: inherit;
  font-size: 13px;
  display: block;
  color: #424141;
  padding: 8px 15px;
  font-family: 'Montserrat', sans-serif;
}
.menu ul li a:hover, .menu ul li:hover>a {
  color: #ffffff;
  background: #006fda;
}

.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover{
  border-radius: 4px 4px 0 0;
}
.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover{
  border-radius: 0 0 4px 4px;
}
.menu ul.sub-menu li:last-child ul li a:hover{
  border-radius: 0;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}

.menu ul ul {
  left: 200px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px,20px);
  transition: all 0.2s ease-out;
}

.menu ul.sub-menu ul:after {
  left: -8px;
  top: 10px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border: solid transparent;
  border-right-color: #fff;
  border-width: 8px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}
.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #374147;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #374147;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 992px) {
  .flaticon-menu::before {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
  .affix .container .navbar-toggler .flaticon-menu::before { color: #000; }
  .navbar {
   /* background: #fff!important;
    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;
      padding: .85rem 1rem !important;
  }
  .menu li{
      display: block;
  }

  .white-bg.affix, .custom-nav.affix, .navbar.white-bg {
      background: #ffffff !important;
      border-bottom: 1px solid #ebebeb;
  }

  .white-bg.custom-nav ul li a, .custom-nav ul li a {
      color: #081d43 !important;
  }

  .white-bg.navbar .navbar-toggler span {
      color: #202877;
  }

  .ptb-100 {
      padding: 55px 0;
  }

  .pt-100 {
      padding-top: 55px;
  }

  .pb-100 {
      padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .navbar {
      border-bottom: 1px solid rgba(0, 0, 0, 0);
      background: transparent;
      -o-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
      -webkit-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
      -moz-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
      transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
      -webkit-backface-visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .mainWrap {
      width: 768px;
  }

  .menu ul {
      top: 37px;
  }

  .menu li a {
      padding: 8px 15px;
  }

  a.homer {
      background: #374147;
  }
}

@media (max-width: 767px) {
  .responsive-menu{
      display: block;
  }
  .header nav.navbar{
      padding:  1rem;
  }
  .mainWrap {
      width: auto;
      padding: 50px 20px;
  }

  nav {
      margin: 0;
      background: none;
  }

  .menu li {
      display: block;
      margin: 0;
  }

  .menu li a {
      padding: 8px 15px;
  }

  .menu li a:hover,.menu li:hover>a {
      background: #3264f5;
      color: #fff;
  }

  .menu ul {
      visibility: hidden;
      opacity: 0;
      top: 0;
      left: 0;
      width: 100%;
      transform: initial;
  }

  .menu li:hover>ul {
      visibility: visible;
      opacity: 1;
      position: relative;
      transform: initial;
  }

  .menu ul ul {
      left: 0;
      transform: initial;
  }

  .menu li>ul ul:hover {
      transform: initial;
  }
}

.custom-badge{
  position: absolute;
  right: 10px;
}
/*==================================
     05. HERO SECTION CSS
========================================*/
.hero-equal-height{
  position: relative;
  min-height: 660px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.hero-section-1 {
  position: relative;
  min-height: 745px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.section-shape-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3264f5;
  background: linear-gradient(90deg,#3264f5,#006fda);
  overflow: hidden;
  clip-path: polygon(0 0,100% 0,100% 50%,0 100%);
}

.section-shape-wrap .circle {
  position: absolute;
  border-radius: 50%;
  right: -500px;
}
.section-shape-wrap .circle.circle-3 {
  width: 2250px;
  height: 2250px;
  background-color: rgba(54,16,224,.1);
  top: -300px;
}
.section-shape-wrap .circle.circle-2 {
  width: 1750px;
  height: 1750px;
  background-color: rgba(189,16,224,.05);
  top: -100px;
}
.section-shape-wrap .circle.circle-1 {
  width: 1400px;
  height: 1400px;
  background-color: rgba(24,16,224,.2);
  top: 70px;
}

.hero-content-left .headline {
  display: inline-block;
  background-color: rgba(255,255,255, .1);
  color: #FFF;
  border-radius: 30px;
  padding: 5px 20px 5px 10px;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 25px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .5px;
  transition: all 0.3s ease-out;
}
.headline:hover{
  background-color: rgba(0, 0, 0, 0.19);
}
.bottom-img-absolute img{
  width: 100%;
  display: block;
  bottom: -2px;
  position: relative;
}


.gradient-overlay{
  position: relative;
  width: 100%;
}

.gradient-overlay:before{
  position: absolute;
  content: '';
  background-image: linear-gradient(to right,  rgba(149, 198, 203, 0.88),   rgba(42, 110, 111, 0.863), rgba(15, 28, 60, 0.863));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


/*hero section 2*/
.divider {
  position: relative;
  width: 100%;
  display: block;
}
.divider img{
  position: absolute;
  left: 0;
  right: 0;
  height: 6vw;
}

.shave-wrap .top-1{
  position: absolute;
  z-index: 0;
  max-width: 275px;
  max-height: 80%;
  top: 0;
  left: 0;
  transition: all 400ms ease-in 0s;
}
.shave-wrap .top-2{
  position: absolute;
  z-index: 0;
  max-width: 600px;
  max-height: 80%;
  top: 0;
  right: 0;
  transition: all 400ms ease-in 0s;
}
.shave-wrap .top-3{
  position: absolute;
  z-index: 0;
  max-width: 100%;
  max-height: 80%;
  bottom: 0;
  right: 0;
  display: none;
  transition: all 400ms ease-in 0s;
}
.shave-wrap .bottom-1{
  position: absolute;
  z-index: 0;
  max-width: 200px;
  max-height: 80%;
  bottom: 0;
  left: 0;
  transition: all 400ms ease-in 0s;
}
.shave-wrap .bottom-2{
  position: absolute;
  z-index: 0;
  max-width: 100%;
  max-height: 80%;
  bottom: 0;
  left: 0;
  display: none;
  transition: all 400ms ease-in 0s;
}
.video-app-wrap{
  box-sizing: border-box;
  min-height: 1px;
  left: auto;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  z-index: 5;
  justify-items: flex-end;
  position: absolute;
  right: 8%;
  max-width: 350px;
  flex: 0 0 38%;
  top: -70px;
}
@media (min-width: 320px) and (max-width: 768px){
  .video-app-wrap{
      top: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px){
  .video-app-wrap{
      top: 20px;
  }
}

.iphone-mask{
  z-index: 10;
  object-fit: cover;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mask-img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 10;
  transition: all 400ms ease-in 0s;
}

.video-wrap{
  vertical-align: baseline;
  position: absolute;
  height: 100%;
  box-sizing: border-box;
  top: -2px;
  font: inherit;
  padding: 18px;
  overflow: hidden;
}


.video-wrap video{
  transform-style: preserve-3d;
  text-align: center;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
}



@media (max-width: 900px){
  .video-app-wrap{
      position: inherit;
      right: auto;
  }

}

/*hero section 3*/

.shape-bottom img.bottom-shape{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

/*hero section 5*/
.hero-section-5{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dashboard-right-img img{
  position: absolute;
  left: 55%;
  bottom: 0;
  z-index: 1;
  overflow: visible;
  width:750px;
  border-radius: 20px;
}
.white-section-slanted{
  position: static;
  z-index: -2;
  background-color: #fff;
  -webkit-transform: skew(0deg,-10deg) translate(0,-50px);
  -ms-transform: skew(0deg,-10deg) translate(0,-50px);
  transform: skew(0deg,-10deg) translate(0,-50px);
}
.container-slanted{
  -webkit-transform: skew(0deg,10deg);
  -ms-transform: skew(0deg,10deg);
  transform: skew(0deg,10deg);
  text-align: left;
}

/*======================================
    06. PROMO SECTION CSS
==================================*/
.promo-img-wrap i::before {
  font-size: 50px;
  color: #4bb2b5;
}

.new-single-promo{
  transition: all 0.2s ease-out;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  border-top: 4px solid;
}
.new-single-promo:hover{
  transform: translateY(-10px);
  box-shadow: 0 1rem 3rem rgba(31,45,61,.12)!important;
}
.promo-content-wrap span{
  font-size: 10px;
  letter-spacing: 0.5px;
}


.border-color-1{
  border-color: #960ab7;
}
.border-color-2{
  border-color: #2f7d8a;
}
.border-color-3{
  border-color: #0f1c3c;
}
.border-color-4{
  border-color: #ffbf43;
}
.border-color-5{
  border-color: #2ebf6d;
}
.border-color-6{
  border-color: #f25c7f;
}


/*custom promo*/
.bg-color-1{
  background-color: #ff164e;
}
.bg-color-2{
  background-color: #006fda;
}
.bg-color-3{
  background-color: #3264f5;
}
.bg-color-4{
  background-color: #ffbf43;
}
.bg-color-5{
  background-color: #2ebf6d;
}
.bg-color-6{
  background-color: #f25c7f;
}
/*new promo box*/
.single-promo span{
  font-size: 70px;
  line-height: inherit;
  margin-bottom: 20px;
}
.single-promo-1{
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 1.5rem !important;
}
.single-promo-1 span{
  font-size: 35px;
  background-image: url("../img/promo-icon-bg.svg");
  background-size: 150px;
  padding: 35px;
  background-repeat: no-repeat;
  background-position: 45% 20%;
}
.single-promo img{
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.single-promo .img-full-box{
  width: auto !important;
  height: auto !important;
}
.single-promo-hover{
  transition: all .2s ease-out;
  will-change: transform;
}
.single-promo-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
}

.icon-box {
  width: 100px;
  height: 100px;
  text-align: center;
}


/*video popup*/

.video-play-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 4;
  display: inline-block;
  border: 2px solid #ffffff;
  cursor: pointer;
  background: #ffffff;
}
.video-play-icon span{
  position: absolute;
  text-align: center;
  width: 100%;
  top: 25%;
  font-size: 23px;
  left: 2px;
}
.video-promo-content a.video-play-icon-without-bip:hover span{
  color: #ffffff;
}
.video-promo-content a.video-play-icon{
  border-radius: 50%;
  display: block;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  -webkit-transition: .5s
}

.video-promo-content a.video-play-icon-without-bip{
  animation: none;
}
.video-promo-content a.video-play-icon-without-bip:hover{
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  -webkit-transition: .5s;
  background-color: #9629e6;
}
@-webkit-keyframes ripple-white {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

@keyframes ripple-white {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}


/*new promo with link*/

.bg-shape{
  position: absolute;
  z-index: -2;
  top: 0;
  left: -50%;
  right: 0;
  width: 100%;
}
/* Section 03
==================================*/
.icon-sm {
  font-size: 25px;
  line-height: 25px;
}

.secondary-bg {
  background: #2f7d8a;
}
/*===============================
        10. PRICING CSS
================================*/
.pricing-tab.feature-tab li a.nav-link{
  padding: 8px 15px;
  margin: 0;
  border: 2px solid #2f7d8a;
  background: #ffffff;
}
.pricing-feature-list {
  text-align: left;
}
.pricing-feature-list  .have i::before{
  color:#09bc2d;
  margin-right: 10px;
}
.pricing-feature-list  .not i::before{
  color:#bc1509;
  margin-right: 10px;
}
.pricing-tab.feature-tab li:first-child a.nav-link{
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.pricing-tab.feature-tab li:last-child a.nav-link{
  border-radius: 0 4px 4px 0;
}
.pricing-tab.feature-tab li a.nav-link.active{
  background: #2f7d8a;
  color: #ffffff;
  border-color: #2f7d8a;
}


.card.single-pricing-pack{
  transition: all 0.2s ease 0s;
  box-shadow: 0 0 0 1px #ebebeb;
  border: none;
  border-top: 4px solid transparent;
}

.card.single-pricing-pack:hover {
  z-index: 2;
  border-radius: 1rem !important;
}
.single-pricing-pack:hover {
  box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
  transform: translate(0, -5px);
  border-top: 4px solid #2f7d8a;
}
.single-pricing-pack .card-body {
  color: rgb(132, 146, 166);
  flex: 1 1 auto;
  padding: 1.5rem;
}
.pricing-header{
  position: relative;
  background: transparent;
}

.font-weight-bolder{
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header::after {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%);
}

.pricing-feature-list li{
  font-size: 14px;
  line-height: 28px;
}

.popular-price {
  box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
  border-top: 4px solid #94c5ca !important;
}



/*
Section Pricing 
================================*/

/* 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: #54a8c7;
  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-image: -ms-linear-gradient(left, #2856bc 0%, #9A60EA  100%);
  background-image: -moz-linear-gradient(left, #2856bc 0%, #9A60EA  100%);
  background-image: -o-linear-gradient(left, #2856bc 0%, #9A60EA  100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #2856bc),
    color-stop(100, #9A60EA )
  );
  background-image: -webkit-linear-gradient(left, #2856bc 0%, #9A60EA  100%);
  background-image: linear-gradient(to right, #2856bc 0%, #9A60EA  100%);
}
.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 #9A60EA ;
  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;
}