@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: #087dba  !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;
  border: 2px solid #fff;
  background-image: -moz-linear-gradient(50deg, #5fc813 0%, #70f013 100%);
  background-image: -webkit-linear-gradient(
50deg, #5fc813 0%, #70f013 100%);
 
  -webkit-box-shadow: 0px 3px 20px 0px rgb(13 21 75 / 30%);
  box-shadow: 0px 3px 20px 0px rgb(13 21 75 / 30%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  padding: 1em 2em;
  font-weight: 700;
 
}
.btn-default-theme:hover {
  color: #5fc813;
  border: 2px solid #fff;
  background: #fff;
  border: 2px solid #5fc813;
}
.btn-check:active+.btn:focus, .btn-check:checked+.btn:focus, .btn.active:focus, .btn.show:focus, .btn:active:focus {
  background: #fff;
  color: #5fc813;
  border: 2px solid #5fc813;
  box-shadow: 0px 3px 20px 0px rgb(13 21 75 / 30%);
}
.btn-transparent {
  color: #5fc813;
  border: 2px solid #fff;
  background: #fff;
  font-weight: 700;
  padding: 1em 2em;
  -webkit-box-shadow: 0px 3px 20px 0px rgb(13 21 75 / 30%);
  box-shadow: 0px 3px 20px 0px rgb(13 21 75 / 30%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-transparent:hover {
  background-image: -moz-linear-gradient(50deg, #5fc813 0%, #70f013 100%);
  background-image: -webkit-linear-gradient(
50deg, #5fc813 0%, #70f013 100%);
  background-image: -ms-linear-gradient(50deg, #5fc813 0%, #70f013 100%);
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.5s !important;
}
@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-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;
  }
}
/*------------------------------
    Header Area
------------------------------*/
.header-area {
  background-color: #fff;
  position: relative; 
  height: 900px;
}
.main-banner-area {
  overflow: hidden;
}
  .header-area .shape-1 {
    position: absolute;
    left: 10%;
    top: 15%;
    -webkit-animation: left2right 10s linear 0s infinite;
    animation: left2right 10s linear 0s infinite;
    opacity: .1; 
    z-index: -1
  }
  .header-area .shape-2 {
    position: absolute;
    right: 5%;
    top: 10%;
    -webkit-animation: upndown 10s linear 0s infinite;
    animation: upndown 10s linear 0s infinite;
    opacity: .3; 
    z-index: -1
  }
  .header-area .shape-3 {
    position: absolute;
    left: 50%;
    bottom: 30%;
    -webkit-animation: left2right 10s linear 0s infinite;
    animation: left2right 10s linear 0s infinite;
    opacity: .2; 
    z-index: -1
  }
  /*.header-area .header-right-image {
    position: absolute;
    bottom: 0px;
    right: 10%; }*/
  .header-area.header-bg {
    background-color: #fff;
    background-image: url(../img/shape/header-bg.png);
    background-position: top right;
    background-repeat: no-repeat; 
    z-index: 1;
  }
 
  .header-area.style-six .header-inner {
    text-align: center; }
    .header-area.style-six .header-inner .video-play-btn {
      color: #500ade;
      margin-bottom: 30px; }
    .header-area.style-six .header-inner .title {
      color: #fff; }
    .header-area.style-six .header-inner p {
      color: rgba(255, 255, 255, 0.8);
      margin: 0 auto; }
  .header-area.style-five .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .header-area.style-five .header-inner .title {
      color: #fff; }
    .header-area.style-five .header-inner p {
      color: rgba(255, 255, 255, 0.8); }
  .header-area.style-four .header-inner .title {
    color: #fff; }
  .header-area.style-four .header-inner p {
    color: rgba(255, 255, 255, 0.8); }
  .header-area.style-four .header-inner .free-trail-form {
    position: relative;
    z-index: 0;
    max-width: 500px;
    margin-top: 36px; }
    .header-area.style-four .header-inner .free-trail-form .form-group .form-control {
      height: 60px;
      padding: 0 170px 0 20px; }
    .header-area.style-four .header-inner .free-trail-form .submit-btn {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #9749f8;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      cursor: pointer;
      width: 150px; }
      .header-area.style-four .header-inner .free-trail-form .submit-btn:hover {
        background-color: #5e2ced; }
  .header-area.style-three .header-overlay-image {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Chrome, Safari, Opera */
    transform: scale(1.05); }
    .header-area.style-three .header-overlay-image .st1, .header-area.style-three .header-overlay-image .st0 {
      fill: #fff; }
  .header-area.style-three .header-inner .title {
    color: #fff; }
  .header-area.style-three .header-inner p {
    color: rgba(255, 255, 255, 0.8); }
  .header-area.style-09 {
    padding-top: 235px;
    padding-bottom: 160px; }
    .header-area.style-09 .header-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
    .header-area.style-09 .header-overlay-image {
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100%;
      -ms-transform: scale(1.05);
      /* IE 9 */
      -webkit-transform: scale(1.05);
      /* Chrome, Safari, Opera */
      transform: scale(1.05); }
      .header-area.style-09 .header-overlay-image .st1, .header-area.style-09 .header-overlay-image .st0 {
        fill: #fff; }
    .header-area.style-09 .header-inner .title {
      color: #fff;
      font-size: 58px;
      line-height: 68px; }
    .header-area.style-09 .header-inner p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      line-height: 28px; }
    .header-area.style-09 .header-inner .btn-wrapper {
      margin-top: 20px; }
      .header-area.style-09 .header-inner .btn-wrapper .boxed-btn-02 + .boxed-btn-02 {
        margin-left: 15px; }
  .header-area.style-10 {
    padding-top: 235px;
    padding-bottom: 160px; }
    .header-area.style-10 .header-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
    .header-area.style-10 .header-overlay-image {
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100%;
      -ms-transform: scale(1.05);
      /* IE 9 */
      -webkit-transform: scale(1.05);
      /* Chrome, Safari, Opera */
      transform: scale(1.05); }
      .header-area.style-10 .header-overlay-image .st1, .header-area.style-10 .header-overlay-image .st0 {
        fill: #fff; }
    .header-area.style-10 .header-inner .title {
      color: #fff;
      font-size: 58px;
      line-height: 68px; }
    .header-area.style-10 .header-inner p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      line-height: 28px; }
    .header-area.style-10 .header-inner .btn-wrapper {
      margin-top: 20px; }
      .header-area.style-10 .header-inner .btn-wrapper .boxed-btn-02 + .boxed-btn-02 {
        margin-left: 15px; }
  .header-area.style-11 {
    padding-top: 235px;
    padding-bottom: 160px; }
    .header-area.style-11 .header-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
    .header-area.style-11 .header-overlay-image {
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100%;
      -ms-transform: scale(1.05);
      /* IE 9 */
      -webkit-transform: scale(1.05);
      /* Chrome, Safari, Opera */
      transform: scale(1.05); }
      .header-area.style-11 .header-overlay-image .st1, .header-area.style-11 .header-overlay-image .st0 {
        fill: #fff; }
    .header-area.style-11 .header-inner .title {
      color: #fff;
      font-size: 58px;
      line-height: 68px; }
    .header-area.style-11 .header-inner p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      line-height: 28px; }
    .header-area.style-11 .header-inner .btn-wrapper {
      margin-top: 20px; }
      .header-area.style-11 .header-inner .btn-wrapper .boxed-btn-02 + .boxed-btn-02 {
        margin-left: 15px; }
  .header-area.style-12 {
    padding-top: 265px;
    padding-bottom: 120px; }
    .header-area.style-12 .header-inner {
      text-align: center; }
      .header-area.style-12 .header-inner .title {
        font-size: 58px;
        line-height: 68px; }
      .header-area.style-12 .header-inner .btn-wrapper {
        margin-top: 40px; }
        .header-area.style-12 .header-inner .btn-wrapper .boxed-btn-02 {
          background-color: var(--main-color-one);
          color: #fff;
          border: 2px solid var(--main-color-one); }
          .header-area.style-12 .header-inner .btn-wrapper .boxed-btn-02:hover {
            background-color: transparent;
            color: var(--main-color-one);
            border-color: var(--main-color-one); }
          .header-area.style-12 .header-inner .btn-wrapper .boxed-btn-02 + .boxed-btn-02 {
            background-color: transparent;
            color: var(--main-color-one);
            border-color: var(--main-color-one);
            margin-left: 15px; }
            .header-area.style-12 .header-inner .btn-wrapper .boxed-btn-02 + .boxed-btn-02:hover {
              background-color: var(--main-color-one);
              color: #fff;
              border: 2px solid var(--main-color-one); }
  .header-area.style-two .header-inner .title {
    color: #fff; }
  .header-area.style-two .header-inner p {
    color: rgba(255, 255, 255, 0.8); }
  .header-area .header-inner .title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #252a32;
    margin-bottom: 22px; }
  .header-area .header-inner p {
    font-size: 20px;
    line-height: 32px;
    color: #505b6d;
    max-width: 520px; }

.header-form-area .header-form-inner {
  background-color: #fff;
  padding: 40px 30px 50px 40px;
  border-radius: 5px;
  border: 1px solid #e2e2e2; }
  .header-form-area .header-form-inner .title {
    font-size: 30px;
    line-height: 40px;
    color: #1c144e;
    margin-bottom: 25px; }
    .center-image {
      text-align: center;
  }
.get-quote-form .form-group.textarea .form-control {
  min-height: 140px;
  resize: none; }
  .get-quote-form .form-group.textarea .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.get-quote-form .form-group .form-control {
  height: 50px;
  border: 1px solid #e3e3e3; }

.get-quote-form .submit-btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  background-image: -moz-linear-gradient(0deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(0deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(0deg, #5e2ced 0%, #9749f8 100%); }
  .get-quote-form .submit-btn:hover {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(13, 21, 75, 0.3);
    box-shadow: 0px 3px 20px 0px rgba(13, 21, 75, 0.3); }

@-webkit-keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); }
  50% {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Chrome, Safari, Opera */
    transform: translateY(100px); }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); } }

@-moz-keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); }
  50% {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Chrome, Safari, Opera */
    transform: translateY(100px); }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); } }

@-o-keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); }
  50% {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Chrome, Safari, Opera */
    transform: translateY(100px); }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); } }

@keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); }
  50% {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Chrome, Safari, Opera */
    transform: translateY(100px); }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); } }

@-webkit-keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); }
  50% {
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Chrome, Safari, Opera */
    transform: translateX(100px); }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); } }

@-moz-keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); }
  50% {
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Chrome, Safari, Opera */
    transform: translateX(100px); }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); } }

@-o-keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); }
  50% {
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Chrome, Safari, Opera */
    transform: translateX(100px); }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); } }

@keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); }
  50% {
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Chrome, Safari, Opera */
    transform: translateX(100px); }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); } }

@-webkit-keyframes roatate {
  0% {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    opacity: 0.3; }
  25% {
    opacity: 0.6;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  50% {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    opacity: 0.8; }
  75% {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    opacity: 0.6; }
  100% {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    opacity: 0.3; } }

@-moz-keyframes roatate {
  0% {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    opacity: 0.3; }
  25% {
    opacity: 0.6;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  50% {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    opacity: 0.8; }
  75% {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    opacity: 0.6; }
  100% {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    opacity: 0.3; } }

@-o-keyframes roatate {
  0% {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    opacity: 0.3; }
  25% {
    opacity: 0.6;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  50% {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    opacity: 0.8; }
  75% {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    opacity: 0.6; }
  100% {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    opacity: 0.3; } }

@keyframes roatate {
  0% {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    opacity: 0.3; }
  25% {
    opacity: 0.6;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  50% {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    opacity: 0.8; }
  75% {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    opacity: 0.6; }
  100% {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    opacity: 0.3; } }


/*------------------------
    Featured Area
------------------------*/
.section-title {
  text-align: center;
  margin-bottom: 57px; }
  .section-title.white .subtitle, .section-title.white .title {
    color: #fff; }
  .section-title.white p {
    color: #e1dede; }
  .section-title.extra {
    margin-bottom: 55px; }
    .section-title.extra .title {
      margin-bottom: 26px; }
  .section-title.p-width-lg p {
    max-width: 730px; }
  .section-title.left-aligned {
    text-align: left; }
  .section-title .title {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 13px;
    font-weight: 700;
    color: #1c144e; }
    .section-title .title.extra {
      margin-bottom: 24px; }
  .section-title .subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #087dba;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    display: block;
    margin-bottom: 10px; }
  .section-title p {
    font-size: 16px;
    color: #777777;
    max-width: 720px;
    line-height: 26px;
    margin: 0 auto; }
.about-us-area {
  padding: 113px 0 120px 0;
  position: relative; }
  .about-us-area .shape-1 {
    position: absolute;
    right: 10%;
    bottom: 10%;
    -webkit-animation: upndown 10s linear 0s infinite;
    animation: upndown 10s linear 0s infinite; }
  .about-us-area .shape-2 {
    position: absolute;
    left: 10%;
    top: 15%;
    -webkit-animation: roatate 10s linear 5s infinite;
    animation: roatate 10s linear 5s infinite;
    display: inline-block; }
  .about-us-area .btn-wrapper {
    text-align: center;
    margin-top: 60px; }
    .about-us-area .btn-wrapper .boxed-btn {
      margin: 0 10px; }
  .about-us-area.style-two {
    padding-top: 118px;
    padding-bottom: 80px; }
    .about-us-area.style-two .section-title {
      padding-right: 100px; }
    .about-us-area.style-two .feature-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border: none; }
      .about-us-area.style-two .feature-list .single-feature-list {
        margin-bottom: 20px;
        width: 50%;
        border: none;
        padding: 0 20px;
        text-align: left; }
        .about-us-area.style-two .feature-list .single-feature-list .icon {
          text-align: center; }

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 2px solid #ededed; }
  .feature-list.white {
    border-color: rgba(255, 255, 255, 0.2); }
  .feature-list.style-03 .single-feature-list {
    background-color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .feature-list.style-03 .single-feature-list .icon {
      position: relative;
      z-index: 0;
      font-size: 36px; }
      .feature-list.style-03 .single-feature-list .icon:after {
        position: absolute;
        left: 15px;
        top: 0;
        width: 70px;
        height: 90px;
        border-radius: 40px;
        content: '';
        -ms-transform: rotate(40deg);
        /* IE 9 */
        -webkit-transform: rotate(40deg);
        /* Chrome, Safari, Opera */
        transform: rotate(40deg);
        z-index: -1; }
      .feature-list.style-03 .single-feature-list .icon.icon-bg-1 {
        background-image: unset; }
        .feature-list.style-03 .single-feature-list .icon.icon-bg-1:after {
          background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
          background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
          background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%); }
      .feature-list.style-03 .single-feature-list .icon.icon-bg-2 {
        background-image: unset; }
        .feature-list.style-03 .single-feature-list .icon.icon-bg-2:after {
          background-image: -moz-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
          background-image: -webkit-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
          background-image: -ms-linear-gradient(50deg, #e877cb 0%, #a197fa 100%); }
      .feature-list.style-03 .single-feature-list .icon.icon-bg-3 {
        background-image: unset; }
        .feature-list.style-03 .single-feature-list .icon.icon-bg-3:after {
          background-image: -moz-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
          background-image: -webkit-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
          background-image: -ms-linear-gradient(50deg, #70bfec 0%, #2784fc 100%); }
      .feature-list.style-03 .single-feature-list .icon.icon-bg-4 {
        background-image: unset; }
        .feature-list.style-03 .single-feature-list .icon.icon-bg-4:after {
          background-image: -moz-linear-gradient(90deg, #ec6c7f 0%, #fa9f69 100%);
          background-image: -webkit-linear-gradient(90deg, #ec6c7f 0%, #fa9f69 100%);
          background-image: -ms-linear-gradient(90deg, #ec6c7f 0%, #fa9f69 100%); }
    .feature-list.style-03 .single-feature-list:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 5px;
      background-image: -moz-linear-gradient(-177deg, #0250c5 0%, #d43f8d 100%);
      background-image: -webkit-linear-gradient(-177deg, #0250c5 0%, #d43f8d 100%);
      background-image: -ms-linear-gradient(-177deg, #0250c5 0%, #d43f8d 100%);
      content: '';
      -ms-transform: translateX(-105%);
      /* IE 9 */
      -webkit-transform: translateX(-105%);
      /* Chrome, Safari, Opera */
      transform: translateX(-105%);
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      -o-transition: transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s; }
    .feature-list.style-03 .single-feature-list:hover {
      -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07); }
      .feature-list.style-03 .single-feature-list:hover:after {
        -ms-transform: translateX(0%);
        /* IE 9 */
        -webkit-transform: translateX(0%);
        /* Chrome, Safari, Opera */
        transform: translateX(0%); }

.single-feature-list {
  display: block;
  text-align: center;
  padding: 60px 20px 40px 20px;
  border-right: 2px solid #ededed; 
  width: calc(50% - 30px);
}
  .single-feature-list.white {
    border-right: 2px solid rgba(255, 255, 255, 0.2); }
    .single-feature-list.white .content .title a {
      color: #fff; }
    .single-feature-list.white .content p {
      color: rgba(255, 255, 255, 0.7); }
  .single-feature-list:hover .icon {
    -ms-transform: rotateY(360deg);
    /* IE 9 */
    -webkit-transform: rotateY(360deg);
    /* Chrome, Safari, Opera */
    transform: rotateY(360deg); }
  .single-feature-list .icon {
    font-size: 40px;
    display: inline-block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .single-feature-list .icon.icon-bg-1 {
      background-image: url(../img/shape/01_1.png);
      background-repeat: no-repeat; }
    .single-feature-list .icon.icon-bg-2 {
      background-image: url(../img/shape/02_2.png);
      background-repeat: no-repeat; }
    .single-feature-list .icon.icon-bg-3 {
      background-image: url(../img/shape/03_3.png);
      background-repeat: no-repeat; }
    .single-feature-list .icon.icon-bg-4 {
      background-image: url(../img/shape/04.png);
      background-repeat: no-repeat; }
  .single-feature-list .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px; }
    .single-feature-list .content .title a {
      color: #1c144e;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .single-feature-list .content .title a:hover {
        color: #500ade; }

.feature-list-04 .single-feature-list-item-04 {
  padding: 30px 30px;
  -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }
  .feature-list-04 .single-feature-list-item-04 + .single-feature-list-item-04 {
    margin-top: 30px; }
  .feature-list-04 .single-feature-list-item-04:hover {
    -webkit-box-shadow: 0px 0px 155px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 155px 0px rgba(0, 0, 0, 0.2); }
  .feature-list-04 .single-feature-list-item-04.theme-01 .icon {
    color: #e81273; }
  .feature-list-04 .single-feature-list-item-04.theme-02 .icon {
    color: #3ceb9e; }
  .feature-list-04 .single-feature-list-item-04.theme-03 .icon {
    color: #f99c6a; }
  .feature-list-04 .single-feature-list-item-04 .icon {
    font-size: 40px;
    line-height: 50px;
    margin-right: 20px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms; }
  .feature-list-04 .single-feature-list-item-04 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .feature-list-04 .single-feature-list-item-04 .content p {
      margin-bottom: 0px; }

.single-feature-item-02 {
  background-color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 70px 30px 50px 30px;
  text-align: center;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
  -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07); }
  .single-feature-item-02 .icon {
    position: relative;
    z-index: 0;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 40px; }
    .single-feature-item-02 .icon:after {
      position: absolute;
      left: 50%;
      top: 5px;
      width: 70px;
      height: 90px;
      border-radius: 40px;
      content: '';
      -ms-transform: rotate(40deg) translateX(-60%);
      /* IE 9 */
      -webkit-transform: rotate(40deg) translateX(-60%);
      /* Chrome, Safari, Opera */
      transform: rotate(40deg) translateX(-60%);
      z-index: -1; }
    .single-feature-item-02 .icon.icon-bg-1 {
      background-image: unset; }
      .single-feature-item-02 .icon.icon-bg-1:after {
        background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
        background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
        background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%); }
    .single-feature-item-02 .icon.icon-bg-2 {
      background-image: unset; }
      .single-feature-item-02 .icon.icon-bg-2:after {
        background-image: -moz-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
        background-image: -webkit-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
        background-image: -ms-linear-gradient(50deg, #e877cb 0%, #a197fa 100%); }
    .single-feature-item-02 .icon.icon-bg-3 {
      background-image: unset; }
      .single-feature-item-02 .icon.icon-bg-3:after {
        background-image: -moz-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
        background-image: -webkit-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
        background-image: -ms-linear-gradient(50deg, #70bfec 0%, #2784fc 100%); }
    .single-feature-item-02 .icon.icon-bg-4 {
      background-image: unset; }
      .single-feature-item-02 .icon.icon-bg-4:after {
        background-image: -moz-linear-gradient(90deg, #ec6c7f 0%, #fa9f69 100%);
        background-image: -webkit-linear-gradient(90deg, #ec6c7f 0%, #fa9f69 100%);
        background-image: -ms-linear-gradient(90deg, #ec6c7f 0%, #fa9f69 100%); }
  .single-feature-item-02:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07); }
  .single-feature-item-02 .content .title {
    font-size: 22px;
    line-height: 34px; }
/*------------------------
    Why Choose Us
-------------------------*/
.why-choose-area {
  padding: 112px 0 120px 0;
  position: relative; }
  .why-choose-area .shape-1 {
    position: absolute;
    left: 10%;
    top: 10%;
    -webkit-animation: fadeIn 10s linear 2s infinite;
    animation: fadeIn 10s linear 2s infinite; }
  .why-choose-area.why-choose-us-bg {
    background-image: url(../img/recourse/why-us-bg.png);
    background-size: cover;
    background-position: center; }

.single-why-us-item {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 40px 30px 15px 30px;
  margin-bottom: 30px;
  background-color: rgba(118, 70, 233, 0.2);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-why-us-item.white {
    background-color: transparent; }
  .single-why-us-item:hover {
    background-color: #fff; }
    .single-why-us-item:hover .content .title {
      color: #1c144e; }
    .single-why-us-item:hover .content p {
      color: #666666; }
      .single-why-us-item:hover .content li {
        color: #666666; }
  .single-why-us-item .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(50deg, #776df2 0%, #a1f0e6 100%);
    background-image: -webkit-linear-gradient(50deg, #776df2 0%, #a1f0e6 100%);
    background-image: -ms-linear-gradient(50deg, #776df2 0%, #a1f0e6 100%);
    -webkit-box-shadow: 0px 26px 68px 0px rgba(42, 0, 117, 0.4);
    box-shadow: 0px 26px 68px 0px rgba(42, 0, 117, 0.4);
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    margin-bottom: 27px; }
    .gdbg-1 img {
      width: 50%;
      padding-top: 15px;
  }
   
    .single-why-us-item .icon.gdbg-1 {
      background-image: -moz-linear-gradient(50deg, #5fc813 0%, #70f013 100%);
      background-image: -webkit-linear-gradient(50deg, #5fc813 0%, #70f013 100%);
      background-image: -ms-linear-gradient(50deg, #5fc813 0%, #70f013 100%);
      -webkit-box-shadow: 0px 26px 68px 0px rgba(42, 0, 117, 0.4);
      box-shadow: 0px 26px 68px 0px rgba(42, 0, 117, 0.4); }
    .single-why-us-item .icon.gdbg-3 {
      background-image: -moz-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
      background-image: -webkit-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
      background-image: -ms-linear-gradient(50deg, #e877cb 0%, #a197fa 100%); }
    .single-why-us-item .icon.gdbg-4 {
      background-image: -moz-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
      background-image: -webkit-linear-gradient(50deg, #70bfec 0%, #2784fc 100%);
      background-image: -ms-linear-gradient(50deg, #70bfec 0%, #2784fc 100%); }
  .single-why-us-item .content .title {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .single-why-us-item .content p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

    .single-why-us-item .content li {
      color: #fff; }

/*--------------------------
    Pricing Plan Area
---------------------------*/
.pricing-plan-area {
  padding: 112px 0 120px 0; }
  .pricing-plan-area.pricing-plan-bg {
    background-image: url(../img/recourse/why-us-bg.png);
    background-position: center;
    background-size: cover; }


.single-price-plan-01 {
  text-align: center;
  background-color:  rgba(0, 108, 164, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 52px 0 60px 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-price-plan-01.white {
    background-color: #131332; }
  .single-price-plan-01:hover {
    background-color: #fff; }
    .single-price-plan-01:hover .price-header .name {
      color: #1c144e; }
    .single-price-plan-01:hover .price-header .price-wrap .price {
      color: #1c144e; }
    .single-price-plan-01:hover .price-header .price-wrap .month {
      color: #666666; }
    .single-price-plan-01:hover .price-body ul li {
      color: #666666; }
  .single-price-plan-01 .price-header .name {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .single-price-plan-01 .price-header .price-wrap {
    margin-bottom: 36px; }
    .single-price-plan-01 .price-header .price-wrap .price {
      font-size: 48px;
      line-height: 58px;
      color: #fff;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .single-price-plan-01 .price-header .price-wrap .month {
      color: rgba(255, 255, 255, 0.8);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .single-price-plan-01 .price-body ul {
    margin: 0;
    padding: 0 3em;
    list-style: none; }
    .icon-list.bullet-bg i{
      font-weight: 700;
      margin-right: 10px;
    }
    .icon-list.bullet-bg i[class*=bullet-soft-red] {
      color: #e2626b!important;
    }
    .icon-list.bullet-soft-primary i {
      color: #36CC72;
    }
    .single-price-plan-01 .price-body ul li {
      display: block;
      margin: 15px 0;
      color: rgba(255, 255, 255, 0.8);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .single-price-plan-01 .price-body ul li:first-child {
        margin-top: 0; }
      .single-price-plan-01 .price-body ul li:last-child {
        margin-bottom: 0; }
  .single-price-plan-01 .price-footer {
    margin-top: 48px;
    display: block; }

.single-price-plan-02 {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 52px 0 60px 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .single-price-plan-02.featured {
    -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07); }
    .single-price-plan-02.featured:after {
      -ms-transform: translateX(0%);
      /* IE 9 */
      -webkit-transform: translateX(0%);
      /* Chrome, Safari, Opera */
      transform: translateX(0%);
      visibility: visible;
      opacity: 1; }
  .single-price-plan-02:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-image: -webkit-linear-gradient(267deg, #0250c5 0%, #d43f8d 100%);
    background-image: -o-linear-gradient(267deg, #0250c5 0%, #d43f8d 100%);
    background-image: linear-gradient(-177deg, #0250c5 0%, #d43f8d 100%);
    background-image: -moz-linear-gradient(-177deg, #0250c5 0%, #d43f8d 100%);
    background-image: -webkit-linear-gradient(-177deg, #0250c5 0%, #d43f8d 100%);
    background-image: -ms-linear-gradient(-177deg, #0250c5 0%, #d43f8d 100%);
    content: '';
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    -ms-transform: translateX(-100%);
    /* IE 9 */
    -webkit-transform: translateX(-100%);
    /* Chrome, Safari, Opera */
    transform: translateX(-100%); }
  .single-price-plan-02.white {
    background-color: #131332; }
  .single-price-plan-02:hover {
    -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.07); }
    .single-price-plan-02:hover:after {
      -ms-transform: translateX(0%);
      /* IE 9 */
      -webkit-transform: translateX(0%);
      /* Chrome, Safari, Opera */
      transform: translateX(0%);
      visibility: visible;
      opacity: 1; }
  .single-price-plan-02 .price-header .name {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .single-price-plan-02 .price-header .price-wrap {
    margin-bottom: 36px; }
    .single-price-plan-02 .price-header .price-wrap .price {
      font-size: 48px;
      line-height: 58px;
      color: var(--heading-color);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .single-price-plan-02 .price-header .price-wrap .month {
      color: var(--heading-color);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .single-price-plan-02 .price-body ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .single-price-plan-02 .price-body ul li {
      display: block;
      margin: 15px 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .single-price-plan-02 .price-body ul li:first-child {
        margin-top: 0; }
      .single-price-plan-02 .price-body ul li:last-child {
        margin-bottom: 0; }
  .single-price-plan-02 .price-footer {
    margin-top: 48px;
    display: block; }
    .single-price-plan-02 .price-footer .boxed-btn {
      border-radius: 5px;
      width: 180px; }
/* 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)
}

/* ========================================================== */
/* 			         08. FOOTER		         		        */
/* ========================================================== */
footer{
  padding: 5em 0;
  overflow: hidden;
}