@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: #0175cd;
}

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: #000;
  font-family: 'Inter', sans-serif;
  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: #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{
 
  background: transparent linear-gradient(90deg, #285e84 0%, #0175cd 100%) 0% 0% no-repeat padding-box;
        color: #fff;
  -webkit-box-shadow: 0px 12px 35px rgb(1 117 205  / 25%);
    box-shadow: 0px 12px 35px rgb(1 117 205 / 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: #fff;
  border: 1px solid #fff;
  color: #0175cd;
  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;
}

/*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-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;
 
}

@-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
===============================*/
.logo_main {
  width: 100%;
}

.home-wrapper{
  position: relative;
}
.home-wrapper:before {
  position: absolute;
  content: '';
  background-image: url(../img/recourse/header-sape.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
}
.header-main-text h2 {
  color: #190a32;
  padding-right: 5%;
}

.header-main-text h2 {
  font-size: 60px;
  color: #000;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 40px;
}
.header-main-text h2 span {
  color: #0175cd;
}
.header-main-text p {
  color: #676f67;
  font-size: 16px;
  margin-bottom: 0;
}
.s-img {
  margin-left: -180px;
  margin-top: 0;
}
/*
 About us
==============================*/
.s-single-services .second-services-content a {
  font-size: 22px;
  font-weight: 500;
  color: #0175cd;
  position: relative;
  transition: .5s;
  width: 56px;
  height: 56px;
  display: inline-block;
  line-height: 56px;
  border-radius: 50%;
  background-clip: border-box;
  position: relative;
  background: transparent;
  padding: 1px;
  border: 1px solid #0175cd;
}
.s-single-services:hover .second-services-content a {
  color: #fff;
  background: transparent linear-gradient(
  90deg, #285e84 0%, #0175cd 100%) 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 25px #c63a9580;
  border: 1px solid transparent;
}
.s-single-services:hover .second-services-content h5 {
  color: #0175cd;
  transition: .3s;
}
/*
  Choose Area
================================*/
.choose-area{
  position: relative;
}
.choose-area::before {
  position: absolute;
  content: '';
  background-image: url(../img/recourse/easy-m-bg.png);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-80%, -50%);
}
.img-mobile-choose {
  margin-left: -150px;
}
.second-services-content a {
  font-size: 22px;
  font-weight: 500;
  color: #0175cd;
  position: relative;
  transition: .5s;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  background-clip: border-box;
  position: relative;
  background: transparent;
  padding: 1px;
  border: 1px solid #0175cd;
  text-align: center;
  margin-right: 0.5em;
}
.icon-box-wrap:hover .second-services-content a {
  color: #fff;
  background: transparent linear-gradient(
  90deg, #285e84 0%, #0175cd 100%) 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 25px #c63a9580;
  border: 1px solid transparent;
}
.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;
}

/*
 Pricing
================================*/
.s-cta-btn .btn::before{content: none;}
/* 18. pricing */

.pricing-tab {
    text-align: center;
}
.pricing-tab span {
    vertical-align: middle;
}
.pricing-tab .pricing-tab-switcher {
    height: 30px;
    width: 60px;
    background: transparent linear-gradient(90deg, #285e84 0%, #0175cd 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease;
    margin: 0 18px;
    transform: translateY(-3px);
    cursor: pointer;
}
.pricing-tab .pricing-tab-switcher::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.pricing-tab .pricing-tab-switcher.active::before {
    left: calc(100% - 30px);
}
.pricing-amount {
    position: relative;
    color: #0175cd;
}
.pricing-amount .annual_price {
    display: none;
}
.pricing-amount .monthly_price {
    display: block;
    float: left;
width: 100%;
}
.pricing-amount .currency {
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    top: -16px;
    left: -22px;
}
.pricing-amount .price {
    font-size: 50px;
    font-weight: 600;
}
.pricing-amount .subscription {
    font-size: 16px;
    font-weight: 500;
}
.pricing-amount.change-subs-duration .monthly_price {
    display: none;
}
.pricing-amount.change-subs-duration .annual_price {
    display: block;
    float: left;
width: 100%;
}


.poppuler {
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
}
.poppuler .btn {
   background: transparent linear-gradient(90deg, #285e84 0%, #0175cd 100%) 0% 0% no-repeat padding-box;
color: #fff;
border-color: #fff;
padding: 10px 28px;
font-size: 15px;
}
.pricing-box {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 5px 25px #00000033;
    border: 3px solid #0175cd;
    background: #fff;
    margin-top: 3em;
}

.pricing-btn {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
}
.pricing-head {
padding: 30px 0 0;
float: left;
width: 100%;

}
.pricing-head h4 {
	font-size: 30px;
	font-weight: 600;
	color: #285e84;
	margin-bottom: 10px;
}
.pricing-head h5{
color: #285e84;
font-size: 25px;
font-weight: 500;
float: left;
width: 100%;
margin-top: 15px;
}
.price-count h2 {
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 0;
}
.price-count small {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	top: -20px;
	margin-right: 3px;
}
.price-count span {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
}
.pricing-body {
	padding: 0px 40px 35px;
}
.pricing-body li{
	margin-top:15px;
}
/*
.pricing-body li::before{
	content:'ï„¸';
	font-family: "Font Awesome 5 Pro";
	color: #0175cd;
	margin-right: 10px;
}*/
.pricing-body  .have i::before{
  color:#09bc2d;
  margin-right: 10px;
}
.pricing-body  .not i::before{
  color:#bc1509;
  margin-right: 10px;
}
.pricing-body p {
	margin-bottom: 15px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;	
}
.pricing-btn .btn {
    color: #fff;
    background: transparent linear-gradient(90deg, #285e84 0%, rgb(1, 117, 205) 100%) 0% 0% no-repeat padding-box;
    text-transform: uppercase;
    box-shadow: 3px 4px 25px rgba(1, 117, 205, 0.502);
    padding: 15px 35px;
}
.pricing-btn .btn::before{content: none;}
.pricing-btn .btn:hover{background: #0175cd;color: #fff;}
.pricing-box.active{border: 3px solid  rgba(1, 117, 205, 0.278);}
.pricing-box.active .price-count span{color: #fff;}
.pricing-body {
    float: left;
    width: 100%;
}
.pricing-box.active .price-count h2{color: #fff;}
.pricing-box.active .pricing-btn .btn {background: transparent linear-gradient(90deg, #285e84 0%, #0175cd 100%) 0% 0% no-repeat padding-box;color: #fff;border-color: #fff;}
/* Switch */
.can-toggle.demo-rebrand-2 label .can-toggle__switch.mensual:after {
  top: 2px;
  left: 5px;
  border-radius: 30px;
  width: 60px;
  line-height: 35px;
  font-size: 13px
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 2px;
  left: 10px;
  border-radius: 30px;
  width: 60px;
  line-height: 35px;
  font-size: 13px
}

.can-toggle {
  position: relative;
  z-index: 3;
}
.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
  box-sizing: border-box
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0
}
.can-toggle input[type="checkbox"][disabled]~label {
  pointer-events: none
}
.can-toggle input[type="checkbox"][disabled]~label .can-toggle__switch {
  opacity: .4
}
.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0
}
.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  content: attr(data-checked)
}
.can-toggle label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center
}
.can-toggle label .can-toggle__label-text {
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 32px
}
.can-toggle label .can-toggle__switch {
  position: relative
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.can-toggle input[type="checkbox"][disabled]~label {
  color: rgba(119, 119, 119, .5)
}
.can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]~label .can-toggle__switch:after {
  color: #fff;
  background: #54a8c7;
  box-shadow: 0 20px 30px 0 rgba(120, 128, 240, .4)
}
.can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover~label .can-toggle__switch:after {
  color: #fff;
  background-image: -ms-linear-gradient(left, #2856bc 0%, #9A60EA  100%);
  background-image: -moz-linear-gradient(left, #2856bc 0%, #9A60EA  100%);
  background-image: -o-linear-gradient(left, #2856bc 0%, #9A60EA  100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #2856bc),
    color-stop(100, #9A60EA )
  );
  background-image: -webkit-linear-gradient(left, #2856bc 0%, #9A60EA  100%);
  background-image: linear-gradient(to right, #2856bc 0%, #9A60EA  100%);
}
.can-toggle input[type="checkbox"]:hover~label {
  color: #6a6a6a
}
.can-toggle input[type="checkbox"]:checked~label:hover {
  color: #09bc2d
}
.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch {
  border: 1px solid #45c4a0
}
.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  color: #45c4a0
}
.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch,
.can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch {
  border: 1px solid #45c4a0
}
.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  background-image: -ms-linear-gradient(left, #09bc2d 0%, #68da82 100%);
  background-image: -moz-linear-gradient(left, #09bc2d 0%, #68da82 100%);
  background-image: -o-linear-gradient(left, #09bc2d 0%, #68da82 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #09bc2d),
    color-stop(100, #68da82)
  );
  background-image: -webkit-linear-gradient(left, #09bc2d 0%, #68da82 100%);
  background-image: linear-gradient(to right, #09bc2d 0%, #68da82 100%);
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(112, 199, 103, .3)
}
.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
  background-color: #45c4a0;
  color: #fff
}
.can-toggle label .can-toggle__label-text {
  -webkit-box-flex: 1;
  flex: 1
}
.can-toggle label .can-toggle__switch {
  -webkit-transition: background-color 0.3s cubic-bezier(0, 1, .5, 1);
  transition: background-color 0.3s cubic-bezier(0, 1, .5, 1)
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, .5)
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, .5, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, .5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, .5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, .5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, .5, 1);
  color: #777
}
.can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover~label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, .4)
}
.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  -webkit-transform: translate3d(65px, 0, 0);
  transform: translate3d(65px, 0, 0)
}
.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, .4)
}
.can-toggle label {
  font-size: 14px
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  -webkit-box-flex: 0;
  flex: 0 0 134px;
  border-radius: 4px
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, .4)
}
.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled]~label {
  color: rgba(68, 68, 68, .5)
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  -webkit-box-flex: 1;
  flex: 1
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  -webkit-transition: background-color 0.3s cubic-bezier(.86, 0, .07, 1);
  transition: background-color 0.3s cubic-bezier(.86, 0, .07, 1);
  border: 1px solid #9A60EA ;
  background: #fff;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, .7)
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(.86, 0, .07, 1);
  transition: -webkit-transform 0.3s cubic-bezier(.86, 0, .07, 1);
  transition: transform 0.3s cubic-bezier(.86, 0, .07, 1);
  transition: transform 0.3s cubic-bezier(.86, 0, .07, 1), -webkit-transform 0.3s cubic-bezier(.86, 0, .07, 1);
  color: #444
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label .can-toggle__switch:after {
  box-shadow: 0 20px 30px 0 rgba(120, 128, 240, .4);
  transition: .5s all
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label .can-toggle__switch:after {
  -webkit-transform: translate3d(58px, 0, 0);
  transform: translate3d(58px, 0, 0)
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
  -webkit-box-shadow: 0 20px 30px 0 rgba(112, 199, 103, .3);
  box-shadow: 0 20px 30px 0 rgba(112, 199, 103, .3);
  transition: .5s all
}
.can-toggle.demo-rebrand-2 label {
  font-size: 13px
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 40px;
  -webkit-box-flex: 0;
  flex: 0 0 130px;
  border-radius: 60px;
  z-index: 0
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  left: 60px;
  font-size: 13px;
  line-height: 43px;
  width: 60px;
  padding: 0 9px
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 2px;
  left: 5px;
  border-radius: 30px;
  width: 60px;
  line-height: 35px;
  font-size: 13px
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
  -webkit-box-shadow: 0 20px 30px 0 rgba(120, 128, 240, .3);
  box-shadow: 0 20px 30px 0 rgba(120, 128, 240, .3)
}

/* ========================================================== */
/* 			         08. FOOTER		         		        */
/* ========================================================== */
footer{
  color: #fff;
  padding-top: 5em;
}
footer h4, footer a{ color: #fff;}