@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:400,400i,500,500i,700,700i,900,900i&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: #8fcff1;
}

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: #1486c5;
  font-weight: 700!important;
}
body {
  font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #687068;
	font-style: normal;
}
button {
  cursor: pointer;
}

iframe {
  max-width: 100%;
  border: none;
}
input {
  font-weight: 400;
  font-size: 0.8125rem;
}
/*
img {
  height: auto;
  max-width: 100%;
}
*/
ul {
  padding: 0;
}

p {
  margin-bottom: 15px;
  font-weight: 500;
}

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: #f7faff;
}
.bg-transparent {
  background: transparent !important;
}
.bg-theme{
  background: transparent linear-gradient(90deg, #006cd6 0%, #0065cf 100%) 0% 0% no-repeat padding-box;
    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;
}
@media (min-width: 900px) {
.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{
   background: #1486c5;
  color: #fff;
  -webkit-box-shadow: 0px 12px 35px rgb(253, 118, 52 / 25%);
  box-shadow: 0px 12px 35px rgb(253, 118, 52 / 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;
  padding: 13px 30px;
  transition: all 0.5s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.btn-transparent:hover {
   background: #1486c5;
  color: #fff;
  border: 1px solid #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             	*/
/* ========================================================== */
.btn {
  padding: 12px 30px;
  font-size: 18px;
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
  background: #fff;
}
/*Start scroll*/
.go-top {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: rgba(0, 0, 0, 0.588);
  color: #ffffff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 9999999;
  -webkit-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 80%);
  box-shadow: 0 8px 6px -6px rgb(0 0 0 / 10%);
}

/*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_main_movil {
  width: 40px;
}

li.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.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;
}


/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.navbar.is-sticky {
  position: fixed;
  top: 0em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background: #1486c5;
  -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;
 
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*
 Header
===============================*/


.home-wrapper{
  position: relative;
  color: #fff;
  overflow: hidden;
}
.home-wrapper:before {
  position: absolute;
  content: '';
  background-image: url(../img/shapes/slider1.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: -6em;
  left: 0;

}
.header-main-text h2 {
  padding-right: 5%;
  color: #fff;
  font-size: 70px;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 40px;
}
.header-main-text h2 span {
  color: #fd9732;
}
.header-main-text p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.s-img {
  margin-top: 0;
}
/*
 About us
==============================*/

 .features-wrap{
	background-image: url(../img/shapes/bg-features.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}
#section-features1 {
    padding: 110px 0;
    margin-bottom: -45px;
    background-image: url(../img/recourse/bg1.jpg);
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
 
}
#section-features1 .left {
  position: absolute;
  width: 350px;
  top: 40%;
  padding-left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background: #fff;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#section-features1 .left h6{
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#section-features1 .left h2 {
  font-size: 20px;
  color: #343434;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
#section-features1 .left ul{
	padding:0;
	margin:0;
}
#section-features1 .left ul li{
	list-style: none;
	display: inline-block;
	cursor: pointer;
}
#section-features1 .left ul li:nth-child(2){
	margin-left: 20px;
}
#section-features1 .left ul li i:before{
	font-size: 30px;
}
#section-features1 .left ul li i:hover:before{
	color: #343434;
}
#section-features1 .left ul li i:focus{
	border: none;
	outline: none;
}

#section-features1 .right {
   	margin-left: 32%;
    width: 100%;
    z-index: 0;
}
#section-features1 .swiper-container {
    height: 340px;
}
#section-features1 .item{
	/*max-width: 370px;*/
	padding: 25px 29px;
	background: #ffffff;
	border-radius: 20px;
  height: 100%;
	box-shadow: 10px 22px 55px -40px #bfbfbf;
}

#section-features1 .item:hover{
	cursor: auto;
}
#section-features1 .item img{
	margin-bottom: 30px;
}
#section-features1 .item h3 {
  font-size: 20px;
  color: #343067;
  margin-bottom: 10px;
}
#section-features1 .item p {
  font-size: 14px;
  color: #606877;
  line-height: 16px;
  margin-bottom: 10px;
}

.icon-box-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icon-box {
  height: 70px;
  width: 70px;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 4px 15px 0 rgb(52 27 159 / 10%);
  box-shadow: 0 4px 15px 0 rgb(52 27 159 / 10%);
  border-radius: 25px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 15px;
}
.icon-box.color_1{
  background: transparent linear-gradient( 
    90deg, #67ddfa 0%, #66f2ee 100%) 0% 0% no-repeat padding-box;
}
.icon-box.color_2{
  background: transparent linear-gradient( 
    90deg, #ffd56b 0%, #ffe794 100%) 0% 0% no-repeat padding-box;
}
.icon-box.color_3{
  background: transparent linear-gradient( 
    90deg, #8cacfb 0%, #e0a8f8 100%) 0% 0% no-repeat padding-box;
}
.icon-box i::before {
  font-size: 35px;
  line-height: 1.1;
}
.icon-box-wrap h6 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.img_phone_1{
  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;
}
.img_shape_1 {
  left: 0;
  z-index: -1;
}
.img_shape_2 {
  left: 0;
  z-index: -1;
}
/* Features Box
=================================*/
.features-wrap {
  background-image: url(../img/shapes/bg-features.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}
#section-features2 .left .circleicon1, .section-features2 .left .circleicon1 {
  position: absolute;
  top: 40px;
  right: 60px;
}

.explain-box {
  background: rgba(255, 255, 255, .5);
  padding: 42px 25px 23px 30px;
}

.explain-box i{
  font-size: 33px;
}

.down-row{
  margin-top: 27px;
}

.Explain-content h5{
  margin-top: 5;
}

.secondary-bg {
  background-image: linear-gradient(
120deg, #ffbb00 0%, #fcdf8f 100%);
  margin-top: -21px;
  width: 60px;
  height: 60px;
}

.Explain-content p{
  color: #000;  
}

.app-text p{
  color: #000;  
}
/*=============================
 *    4.6 SECTION PRICING 1   *
 *============================*/
 #section-pricing1{
	padding: 110px 0;
}
#section-pricing1 ul{
	margin: 0 0 20px;
	padding:0 15px;
  text-align: left;
}
#section-pricing1 .item .label{
	font-size: 14px;
	color: #ffffff;
	margin-left: -15px;
    margin-right: -15px;
    padding: 7px 0;
    letter-spacing: 2px;
    opacity: 0;
    transition:all 0.15s ease-in-out;
}
#section-pricing1 .item .title{
	font-size: 26px;
	color: #343434;
	padding: 50px 0 27px;
}
#section-pricing1 .item ul li{
	font-size: 16px;
	padding:15px 0;
	list-style: none;
	color: #555556;
}
#section-pricing1 .item ul li:nth-child(odd){
	background: #f5fafc;
}
#section-pricing1 .item{
	text-align: center;
	transition:all 0.15s ease-in-out;
}
#section-pricing1 .item.selected,
#section-pricing1 .item:hover{
	-webkit-box-shadow: 0 0 50px -22px #bfbfbf;
	box-shadow: 0 0 50px -22px #bfbfbf;
	transition:all 0.15s ease-in-out;
}
#section-pricing1 .item.selected .label,
#section-pricing1 .item:hover .label{
	opacity: 1;
	transition:all 0.15s ease-in-out;
}

#section-pricing1 .item .price{
	font-size: 45px;
	margin-bottom: 20px;
}
#section-pricing1 .item .price .currency{
	font-size: 35px;
    position: relative;
    left: 15px;
    top: -20px;
}
#section-pricing1 .item .price .duration{
	font-size: 20px;
    position: relative;
    color: #555556;
    left: -15px;
}
#section-pricing1 .item .cta{
	margin-bottom: 40px;
}


#section-pricing1 .item .btn-1{
	margin:0 auto;
}
.bgsolidscheme,
#section-bloglist1 a.bghoverscheme:hover .time{
	background: #1486c5;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.clscheme,
#section-bloglist1 a.bghoverscheme:hover h3.clscheme{
	color: #014c69;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.icon-list.bullet-bg i[class*=bullet-soft-red] {
  color: #e2626b!important;
  margin-right: 10px;
}
.icon-list.bullet-soft-primary i {
  color: #36CC72;
  margin-right: 10px;
}
/* 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-image: -ms-linear-gradient(left, #014a66 0%, #1486c5  100%);
  background-image: -moz-linear-gradient(left, #014a66 0%, #1486c5  100%);
  background-image: -o-linear-gradient(left, #014a66 0%, #1486c5  100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #014a66),
    color-stop(100, #1486c5 )
  );
  background-image: -webkit-linear-gradient(left, #014a66 0%, #1486c5  100%);
  background-image: linear-gradient(to right, #014a66 0%, #1486c5  100%);
  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, #014a66 0%, #1486c5  100%);
  background-image: -moz-linear-gradient(left, #014a66 0%, #1486c5  100%);
  background-image: -o-linear-gradient(left, #014a66 0%, #1486c5  100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #014a66),
    color-stop(100, #1486c5 )
  );
  background-image: -webkit-linear-gradient(left, #014a66 0%, #1486c5  100%);
  background-image: linear-gradient(to right, #014a66 0%, #1486c5  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 #1486c5 ;
  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 {
  background-image: url(../img/shapes/shape-6.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  color: #fff;
  padding-top: 12em;
}
footer h4, footer a{ color: #fff;}