@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: #08385c;
}

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: #2856bc  !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;

}

.btn-default-theme{
  color: #fff;
  background: linear-gradient(44.44deg, rgb(63, 117, 255) 7.79%, #4ADEFF 94.18%);
  -webkit-box-shadow: 0px 12px 35px rgb(63 117 255 / 25%);
    box-shadow: 0px 12px 35px rgb(63 117 255 / 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: #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;
}

/* 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             	*/
/* ========================================================== */
.trusted-by-slides .item img{
  border: 2px solid #28a6db;
  border-radius: 50%;
  transition: all 1s;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: center;
}
.navbar-brand{ width: 80%; }

/* -----  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;
}
.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;
}
/*
.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;
  }
}
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  position: relative;
  z-index: 1;
}
.main-banner-area::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      background: linear-gradient(279.99deg, #28a6db -1.19%, #085f85 50.96%, #08385c 99.95%);
      transform: matrix(-1, 0, 0, 1, 0, 0);
}
.shape-overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
}
.main-banner-area .shape-overlay::before {
  left: 0;
  right: 0;
  content: '';
  bottom: 200px;
  height: 485px;
  position: absolute;
  background-image: url(../img/icons/frame.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner-area .shape-overlay::after {
  left: 0;
  right: 0;
  content: '';
  bottom: -1px;
  height: 202px;
  position: absolute;
  background-color: #fff;
}
.main-banner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content {
    position: relative;
    max-width: 670px;
    top: 80px;
}
.sub-title {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 7px 20px;
}
h1 {
    color: #fff;
    font-size: 48px;
    line-height: 1;
}
.default-btn {
    margin-top: 15px;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
}
.default-btn::before {
    opacity: 0;
    visibility: hidden;
}
.default-btn:hover, .default-btn:focus {
    color: #fff;
    background-color: #000;
    transition: all .5s;
}

.trusted-by {
      position: relative;
      top: -80px;
}  
.trusted-by  .title {
    display: block;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.trusted-by .item {
    text-align: center;
}
.trusted-by        img {
    display: inline-block !important;
    width: auto !important;
}
 
.main-banner-image {
  text-align: center;
  filter: drop-shadow(25px 50px 70px rgba(42, 50, 61, 0.15));
}
.banner-shape1 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.banner-shape1  img {
    animation: movebounce 5s linear infinite;
}

.banner-shape2 {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 20%;
}
.banner-shape2 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.banner-shape3 {
  position: absolute;
  bottom: 35%;
  z-index: -1;
  left: 55%;
}
.banner-shape3   img {
    animation: movebounce 5s linear infinite;
  
}
.banner-shape4 {
  position: absolute;
  z-index: -1;
  bottom: 50%;
  right: 5%;
}
.banner-shape4 img {
      animation: movebounce 5s linear infinite;
  }

.banner-shape5 {
  position: absolute;
  bottom: -30px;
  z-index: -1;
  right: 12.5%;
}
.banner-shape4 img {
    animation: movebounce 5s 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);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* 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: linear-gradient(44.44deg, rgb(63, 117, 255) 7.79%, #4ADEFF 94.18%);
  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(44.44deg, rgb(63, 117, 255) 7.79%, #4ADEFF 94.18%);
}
.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 #28a6db ;
  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)
}
/*================================================
Features Area CSS
=================================================*/
.bg-shape1 {
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.features-area {
  position: relative;
}

.single-features-box {
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #F4F8FC;
  margin-bottom: 25px;
  text-align: center;
  padding: 30px 20px;
}

.single-features-box .icon {
  width: 100px;
  height: 100px;
  position: relative;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background: linear-gradient(44.44deg, #28a6db 7.79%, #085f85 94.18%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.single-features-box .icon i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
        
}
.single-features-box .icon i::before {   font-size: 45px; }
.single-features-box .icon.bg2 {
  background: linear-gradient(44.44deg, #28a6db 7.79%, #085f85 94.18%);
}

.single-features-box .icon.bg3 {
  background: linear-gradient(44.44deg, #3F75FF 7.79%, #4ADEFF 94.18%);
}

.single-features-box .icon.bg4 {
  background: linear-gradient(44.44deg, #085f85 7.79%, #28a6db 94.18%);
}

.single-features-box h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.single-features-box:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.1), 0 30px 60px -30px rgba(107, 124, 147, 0.15);
          box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.1), 0 30px 60px -30px rgba(107, 124, 147, 0.15);
}

.single-features-box:hover .icon {
  border-radius: 50%;
}

.features-content {
  padding-right: 15px;
}

.features-content .sub-title {
  display: block;
  margin-bottom: 10px;
  background:linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.features-content h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.features-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 35px;
}

.features-content .features-list li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 75px;
}

.features-content .features-list li .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(44.44deg, #085f85 7.79%, #28a6db 94.18%);
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 25px;
  left: 0;
  top: 0;
}

.features-content .features-list li .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.features-content .features-list li .icon.bg2 {
  background: linear-gradient(44.44deg, #3F75FF 7.79%, #4ADEFF 94.18%);
}

.features-content .features-list li .icon.bg3 {
  background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
}

.features-content .features-list li h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

.features-content .features-list li:last-child {
  margin-bottom: 0;
}

.features-content .btn-box {
  margin-top: 35px;
}

.features-content .btn-box .default-btn {
  margin-right: 15px;
}

.features-content .btn-box .link-btn {
  display: inline-block;
  font-weight: 600;
  position: relative;
}

.features-content .btn-box .link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.features-content .btn-box .link-btn:hover {
  color: #ED2775;
}

.features-content .btn-box .link-btn:hover::before {
  width: 0;
}

.features-image {
  -webkit-filter: drop-shadow(25px 50px 70px rgba(42, 50, 61, 0.15));
          filter: drop-shadow(25px 50px 70px rgba(42, 50, 61, 0.15));
  padding-left: 15px;
  position: relative;
}
.shape3 {
  right: 40px;
  bottom: 50px;
  z-index: -1;
  position: absolute;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}
.shape4 {
  top: 90px;
  left: 70px;
  z-index: -1;
  position: absolute;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}
.single-features-item {
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 40px 30px 35px 110px;
  margin-bottom: 25px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.single-features-item .icon {
  top: 40px;
  left: 30px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 5px 15px 35px rgba(38, 42, 55, 0.12);
          box-shadow: 5px 15px 35px rgba(38, 42, 55, 0.12);
   background: linear-gradient(44.44deg, #085f85 7.79%, #28a6db 94.18%);
}

.single-features-item .icon i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-features-item .icon.bg2 {
  background: linear-gradient(44.44deg, #FF4B3F 7.79%, #FFAC30 94.18%);
}

.single-features-item .icon.bg3 {
  background: linear-gradient(45deg, #ED2775 0%, #FF7448 100%);
}

.single-features-item .icon.bg4 {
  background: linear-gradient(44.44deg, #3F75FF 7.79%, #4ADEFF 94.18%);
}

.single-features-item .icon.bg5 {
  background: linear-gradient(43.32deg, #6A55F8 14.73%, #CA48F6 86.35%, #CA48F6 86.35%);
}

.single-features-item .icon.bg6 {
  background: linear-gradient(45deg, #6A55F8 0%, #EE6C74 100%);
}

.single-features-item h3 {
  font-size: 20px;
  margin-bottom: 12px;
  -webkit-transition: .5s;
  transition: .5s;
}

.single-features-item p {
  -webkit-transition: .5s;
  transition: .5s;
}

.single-features-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  background:linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.single-features-item:hover {
  -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.1), 0 30px 60px -30px rgba(107, 124, 147, 0.15);
          box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.1), 0 30px 60px -30px rgba(107, 124, 147, 0.15);
}

.single-features-item:hover .icon {
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}

.single-features-item:hover h3, .single-features-item:hover p {
  color: #fff;
}

.single-features-item:hover::before {
  opacity: 1;
  visibility: visible;
}

.view-more-box {
  text-align: center;
  margin-top: 20px;
}
/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  position: relative;
}

.single-pricing-table {
  padding: 50px;
  border-radius: 5px;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #fff;
}

.single-pricing-table .title {
  margin-bottom: 25px;
}

.single-pricing-table .title h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.single-pricing-table .price {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 48px;
  font-weight: 700;
}

.single-pricing-table .price span {
  margin-left: -10px;
  display: inline-block;
  color: #716c80;
  font-size: 14px;
  font-weight: normal;
}

.single-pricing-table .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 35px;
  margin-bottom: 0;
}

.single-pricing-table .features-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
}

.single-pricing-table .features-list li i {
  top: -3.5px;
  left: -2px;
  font-size: 22px;
  color: #36CC72;
  position: absolute;
}

.single-pricing-table .features-list li i.ri-close-line {
  color: red;
}

.single-pricing-table .features-list li:last-child {
  margin-bottom: 0;
}

.single-pricing-table:hover {
  -webkit-box-shadow: 0px 25px 50px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 25px 50px 5px rgba(0, 0, 0, 0.1);
}

.single-pricing-table .popular {
  display: block;
  background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
}

.see-more-pricing {
  text-align: center;
  margin-top: 20px;
}

.see-more-pricing .link-btn {
  font-weight: 600;
  position: relative;
  display: inline-block;
  color: #fff;
}

.see-more-pricing .link-btn::before {
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #fff;
}

.see-more-pricing .link-btn:hover {
  color: #fff;
}

.see-more-pricing .link-btn:hover::before {
  width: 0;
}
.single-pricing-box {
  padding: 50px 20px;
  margin-bottom: 25px;
  position: relative;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #fff;
}

.single-pricing-box .title {
  margin-bottom: 25px;
}

.single-pricing-box .title h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.single-pricing-box .price {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(44.44deg, rgb(63, 117, 255) 7.79%, #4ADEFF 94.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-pricing-box .price span {
  margin-left: -10px;
  display: inline-block;
  background: linear-gradient(44.44deg, rgb(63, 117, 255) 7.79%, #4ADEFF 94.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: normal;
}

.single-pricing-box .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 35px;
  margin-bottom: 0;
}

.single-pricing-box .features-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
}

.single-pricing-box .features-list li i {
  top: -3.5px;
  left: -2px;
  font-size: 22px;
  color: #36CC72;
  position: absolute;
}
.single-pricing-box .features-list li.not i {
  color: #cc0c0c;
}
.single-pricing-box .features-list li i.ri-close-line {
  color: red;
}

.single-pricing-box .features-list li:last-child {
  margin-bottom: 0;
}

.single-pricing-box:hover, .single-pricing-box.active {
  -webkit-box-shadow: 0px 25px 50px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 25px 50px 5px rgba(0, 0, 0, 0.1);
}

.single-pricing-box .popular {
  display: block;
  background: linear-gradient(44.44deg, rgb(63, 117, 255) 7.79%, #4ADEFF 94.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
}

.see-more-pricing.color-black .link-btn {
  color: #000;
}

.see-more-pricing.color-black .link-btn::before {
  background-color: #000;
}

.see-more-pricing.color-black .link-btn:hover {
  color: #ED2775;
}
.shape12 {
  position: absolute;
  z-index: -1;
  bottom: 12%;
  left: 30%;
}
.shape13 {
  position: absolute;
  z-index: -1;
  right: 18%;
  top: 18%;
}
.shape13 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.shape12 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}
/* ========================================================== */
/* 			         08. FOOTER		         		        */
/* ========================================================== */
footer{
  padding: 5em 0;
}