@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700;800;900&family=Karla:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700&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: #0584ab;
}

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 {
  font-weight: 600;
  line-height: 1.4;
  font-family: "Heebo", sans-serif;
  color: #0584ab;
}
body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  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 {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}
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: #0584ab !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-secundary-color{
  background-color: #0584ab;
  
}
.section-secundary-color p{
  color: #fff!important;
}
.section-grey {
  padding: 3em 1em;
  background-color: #f3f3f3;
}
.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!important;
}
.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 
================================*/

.btn-default-theme {
  display: inline-block;
  line-height: 40px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  border-radius: 50px;
  padding: 6px 50px 6px 22px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
}

.btn-default-theme:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-default-theme:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.btn-default-theme span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #286373;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 26px!important;
  position: absolute;
  right: 5px;
}

.btn-default-theme span i {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-default-theme.style1 {
  border: 1px solid #286373;
}

.btn-default-theme.style1:after {
  background: #286373;
}

.btn-default-theme.style1 span {
  background: #286373;
}

.btn-default-theme.style1:hover {
  color: #fff;
}

.btn-default-theme.style1:hover span {
  color: #fff;
  background: #0584ab;
}

.btn-default-theme.style2 {
  border: 1px solid transparent;
  background: #286373;
  color: #fff;
}

.btn-default-theme.style2:after {
  background: #0584ab;
}

.btn-default-theme.style2 span {
  background: #0584ab;
}

.btn-default-theme.style2:hover {
  color: #fff;
}

.btn-default-theme.style2:hover span {
  background-color: #286373;
}

.btn-default-theme.style3 {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-default-theme.style3:after {
  background: #fff;
}

.btn-default-theme.style3 span {
  background: #286373;
}

.btn-default-theme.style3:hover {
  color: #0584ab !important;
  border-color: transparent;
}

.btn-default-theme.style3:hover span {
  background-color: #0584ab;
}

.btn-default-theme.style4 {
  border: 1px solid #888888;
}

.btn-default-theme.style4:after {
  background: #286373;
}

.btn-default-theme.style4 span {
  background: transparent;
  border: 1px solid #888888;
}

.btn-default-theme.style4 span i {
  color: #0584ab;
}

.btn-default-theme.style4:hover {
  color: #fff;
  border-color: transparent;
}

.btn-default-theme.style4:hover span {
  background: #0584ab;
  border-color: transparent;
}

.btn-default-theme.style4:hover span i {
  color: #fff;
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link i {
  position: absolute;
  top: 2px;
  right: -22px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link:hover {
  letter-spacing: 0.3px;
}

.link.style1:hover {
  color: #0584ab;
}

.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;
}


/* -----  a) On/off ----- */
.display-responsive,
.display-responsive-initial {
  display: none !important;
}
.masthead-navigation,
.navbar-text {
  display: none !important;
}
.nav-trigger,
.logo,
.logo_main_movil, .main-responsive-menu{ 
  display: initial;
}
 .navbar-brand, .header-top {
  display: none;
}

/* -----  b) Class  ----- */


@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preloader img {
  max-width: 220px;
}
/*
 Header Area CSS
============================================*/
i.flaticon-menu::before {
  font-size: 30px;
  font-weight: 700;
  color: #0584ab;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/*--------------------------------- Header CSS -----------------------------------*/
.nav-link {
  display: block;
  padding: 0;
}
.header-wrap.sticky {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  /* padding: 1em; */
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
}
.header-wrap .header-top {
  padding: 10px 0;
}
.header-wrap .header-top .header-top-left .contact-item {
  margin-right: 25px;
}
.header-wrap .header-top .header-top-left .contact-item:last-child {
  margin-right: 0;
}
.header-wrap .header-top .header-top-left .contact-item i {
  color: #fff;
  font-size: 13px;
  line-height: 0.8;
  position: relative;
  top: 1px;
  display: inline-block;
}
.header-wrap .header-top .header-top-left .contact-item a {
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-wrap .header-top .header-top-right .user-login {
  margin-right: 25px;
}
.header-wrap .header-top .header-top-right .user-login a {
  font-size: 14px;
  position: relative;
  top: -1px;
  color: #fff;
}
.header-wrap .header-top .header-top-right .user-login a i {
  color: #fff;
  position: relative;
  top: 1px;
  font-size: 12px;
  margin-right: 5px;
}
.header-wrap .header-bottom {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  padding: 1em 0;
}

.header-wrap .header-top {
  background: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    height: 100vh;
 }
}

@media only screen and (min-width: 1200px) {
  .menu-expand i {
    display: none;
 }
  .header-wrap.sticky {
    margin-top: -55px;
 }
  
  .header-wrap .navbar {
    padding: 0;
 }
  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
 }
  .header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
 }
  .header-wrap .navbar .navbar-nav {
    margin-left: auto;
 }
  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 10px;
 }
  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
 }
  .header-wrap .navbar .navbar-nav .nav-item a {
    color: #000;
    font-weight: 600;
    padding: 30px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
 }
  .header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #286373;
 }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: -3px;
 }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 85px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
 }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
 }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 15px 20px;
    position: relative;
    display: block;
    font-weight: 500;
    border-bottom: 1px solid #eeeff2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
 }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    background: #286373;
    color: #fff;
 }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    padding-left: 25px;
 }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    width: 100%;
    right: auto;
    left: 0;
 }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
 }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    right: -250px;
    left: auto;
    margin-top: 15px;
    visibility: hidden;
 }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
 }
  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 71px;
 }
  .header-wrap .navbar .others-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
 }
}
@media only screen and (min-width: 1400px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
 }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 17px;
 }
}
@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1520px;
 }
  .search-area .container {
    max-width: 1520px;
    margin: 0 auto;
 }
}
.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

@keyframes float {
  0% {
    transform: translateY(0px);

  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}
.dm-search-wrap .search-domain, .dm-search-wrap .domain-price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero-bg-1 {
  background: url(../img/home/gradient_2.jpg)no-repeat center center / cover;;
}

.hero-wrap .hero-content > span {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #286373;
}
.hero-wrap .hero-content h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero-img.bounce-animate {
  position: absolute;
  right: 0;
}
.hero-wrap .hero-btn .btn:first-child {
  margin-right: 15px;
}
.hero-wrap.style1 {
  position: relative;
  overflow: hidden;
  margin-top: 1em;
  padding: 2em 0;
}
.hero-wrap.style1 .hero-img img {
  display: block;
  margin: 0 auto;
}
.hero-wrap.style1 .hero-content h1, .hero-wrap.style1 .hero-content span, .hero-wrap.style1 .hero-content p, .hero-wrap.style1 .hero-content a {
  color: #fff;
}
.hero-wrap.style1 .hero-content span {
  opacity: 0.8;
}
.hero-wrap.style1 .hero-content p {
  max-width: 85%;
}
.hero-wrap.style3 {
  position: relative;
  z-index: 1;
}
.hero-wrap.style3:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f4f7fe;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30% 30%;
  z-index: -1;
}

/* 
 Top Buttom Area CSS
==============================*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background: #286373;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.back-to-top.open {
  bottom: 30px;
}
.back-to-top i, .arrow-down-icon i::before {
  color: #fff;
}
.arrow-down-icon i::before {
  font-size: 25px;
  line-height: 65px;
}
.arrow-down-icon{
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background: #286373;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  margin: auto;
}
 
/*
Mobile Sidebar CSS 
==================================================*/

.admin-bar .primary-mobile-nav {
  top: 32px;
}

.primary-mobile-nav {
  width: 250px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -340px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  color: #848484;
  /* z-index: -999999; */
  border: 1px solid #f4f4f4;
}

.primary-mobile-nav .close-canvas-mobile-panel {
  padding: 20px;
  display: inline-block;
  font-size: 46px;
}

.primary-mobile-nav ul {
  list-style: none;
  padding-left: 0;
}

.primary-mobile-nav ul.menu {
  padding-bottom: 30px;
}

.primary-mobile-nav ul.menu.over-submenu {
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
}

.primary-mobile-nav ul.menu li {
  padding: 15px 20px;
  position: static;
}

.primary-mobile-nav ul.menu li .toggle-children {
  float: right;
  position: relative;
}

.primary-mobile-nav ul.menu li .toggle-children i {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  right: -20px;
  top: -12px;
  font-size: 22px;
}

.primary-mobile-nav ul.menu li > ul {
  position: absolute;
  float: left;
  right: 0;
  top: 0;
  visibility: visible;
  display: inline-block;
  width: 100% !important;
  z-index: 10;
  margin-top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.primary-mobile-nav ul.menu li > ul .menu-parent-items {
  background-color: #f4f4f4;
  color: #222222;
  text-transform: uppercase;
}

.primary-mobile-nav ul.menu li.over-menu > ul {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.primary-mobile-nav ul.menu li.menu-back {
  padding-left: 40px;
  position: relative;
}

.primary-mobile-nav ul.menu li.menu-back:before {
  content: '\f104';
  font-family: Fontawesome;
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.primary-mobile-nav ul.menu li.extra-menu-item {
  margin-top: 40px;
}

.primary-mobile-nav ul.menu li.current-menu-item > a {
  color: #286373;
}

.primary-mobile-nav .extra-item {
  padding: 0 20px 30px;
}

.primary-mobile-nav .menu-item-text {
  color: #222;
}

.primary-mobile-nav .menu-item-button-link {
  background-color: transparent;
}

.primary-mobile-nav .menu-item-button-link a {
  background-color: #286373;
}

.display-mobile-menu .primary-mobile-nav {
  right: 0;
  z-index: 99999;
}

.off-canvas-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .4s;
}

.display-mobile-menu .off-canvas-layer {
  display: block;
}
/* Efecto Imagen Hover
==========================*/
.efect-img-hover {
  transition: 1s ease;
}
.efect-img-hover:hover{
  -webkit-transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
  transition: 1s ease;
}
/* Category Area CSS
==================================**/
.category-item.style1 {
  position: relative;
  border: 1px solid #286373;
  margin: 0 0 25px;
}
.cat-bg {
  background-image: url(../img/recurses/category-2.jpg);
}
.cat-bg2 {
  background-image: url(../img/recurses/category-1.jpg);
}
.cat-bg3 {
  background-image: url(../img/recurses/category-3.jpg);
}
.cat-bg4 {
  background-image: url(../img/recurses/category-4.jpg);
}
.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}
.category-item.style1:hover .cat-info .cat-title a {
  color: #fff;

  transition: all 0.3s ease;
}
.category-item.style1 .cat-info {
  width: 100%;
  height: 100%;
  background: #FEF9F4;
  border: 10px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.category-item.style1 .cat-info .cat-icon {
  width: 85px;
  height: 85px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(247, 125, 14, 0.16);
}
.category-item.style1 .cat-info .cat-icon i {
  font-size: 50px;
  color: #286373;
}
.tr-shape.v2:after {
  bottom: -15px;
  left: -15px;
  border-width: 15px 15px 15px 15px;
  border-color: transparent #FEF9F4 transparent transparent;
}
.tr-shape:after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  transform: rotate(-45deg);
}
.category-item.style1 .cat-info .cat-title {
  line-height: 1.3;
  margin: 26px 0 18px;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
}
.category-item.style1 .cat-info p {
  margin: 0;
}
.category-item.style1:hover .cat-info p {
  color: #fff;
  opacity: 0.8;
}
.category-item.style1:hover .cat-info {
  border-color: #fff;
  background: rgba(13, 4, 25, 0.8);
}
.category-item.style1 .cat-info {
  width: 100%;
  height: 100%;
  background: #FEF9F4;
  border: 10px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
 .category-item.style2 .cat-title, .category-item.style1 .cat-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
 .category-item.style2 .cat-title .cat-icon, .category-item.style1 .cat-info .cat-icon, .category-item.style1 .cat-info{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
 .category-item.style2 .cat-title, .category-item.style1 .cat-info, .category-item.style3 .cat-info, .category-item.style2 .cat-title .cat-icon, .category-item.style1 .cat-info .cat-icon{
  display: -webkit-box;
  display: -ms-flexbox;
 /* display: flex;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

/* Start Our Services Area 
==========================================*/
.features-area {
  position: relative;
  overflow: hidden;
}
.single-features-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.08);
  box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.08);
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single-features-card::before {
  content: '';
  position: absolute;
  background-color:  #286373;
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all ease 0.8s; 
  transition: all ease 0.8s; 
}
.single-features-card:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.single-features-card .features-roller {
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.8s; 
  transition: all ease 0.8s; 
}
.single-features-card:hover .features-roller i {
  color: #fff;
}
.single-features-card .features-roller i {
  font-size: 70px;
  color:#286373;
  -webkit-transition:all ease 0.8s; 
  transition:all ease 0.8s; 
}
.single-features-card p {
  -webkit-transition: all ease 0.8s; 
  transition: all ease 0.8s; 
}

.single-features-card p{
  -webkit-transition:  all ease 0.8s; 
  transition:  all ease 0.8s; 
}
.single-features-card:hover p,  .single-features-card:hover a h3{
  color: #fff;
  transition: all ease 0.8s; 
}

/* Start Our Services 2 Area 
==========================================*/
.services-area {
  overflow: hidden;
  position: relative;
}
.single-services-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
}
.single-services-card .services-image {
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.single-services-card .services-image img {
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.single-services-card .services-content {
  padding: 25px 10px 10px 10px;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.single-services-card .services-content .services-icon {
  background: #182034;
  width: 80px;
  height: 80px;
  line-height: 88px;
  
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  z-index: 1;
}
.single-services-card .services-content .services-icon i::before{font-size: 35px;}
.single-services-card .services-content .services-icon::after {
  content: '';
  background-color: #286373;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.single-services-card:hover .services-content h3 {
  color: #286373;
}
.single-services-card .services-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.single-services-card .services-content p {
  margin-bottom: 15px;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.single-services-card:hover .services-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-services-card:hover .services-content .services-icon::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: auto;
  opacity: 1;
  visibility: visible;
}
/* Pricing Area CSS
=======================================*/
.pricing-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pricing-area::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 63%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #f2f2f8;
}
.single-pricing-content .section-title h2 {
  padding-right: 25px;
  margin-bottom: 5px;
  line-height: 35px;
}
.pricing-card ul li.have i::before {
  background: #0fe16c;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
}
.pricing-card ul li.not i::before {
  background: #e10f0f;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
}
.single-pricing-content .pricing-plan-card {
  background-color: #182034;
  padding: 30px 28px;
}
.single-pricing-content .pricing-plan-card .pricing-plan-img {
  position: relative;
}
.single-pricing-content .pricing-plan-card .pricing-plan-img img {
  width: 150px;
  height: 190px;
}
.single-pricing-content .pricing-plan-card .pricing-plan-img .pricing-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.single-pricing-content .pricing-plan-card .pricing-plan-img .pricing-video a {
  color: #286373;
  font-size: 35px;
  width: 50px;
  height: 50px;
  line-height: 53px;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.single-pricing-content .pricing-plan-card .pricing-plan-img .pricing-video a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  color: #286373;
  border-radius: 50px;
  animation: ripple 5s ease-out infinite;
}
.single-pricing-content .pricing-plan-card .pricing-plan-text {
  position: relative;
  left: -15px;
}
.single-pricing-content .pricing-plan-card .pricing-plan-text h5 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.single-pricing-content .pricing-plan-card .pricing-plan-text h4 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.single-pricing-content .pricing-plan-card .pricing-plan-text h4 b {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Hind Madurai', sans-serif;
}
.single-pricing-content .pricing-plan-card .pricing-plan-text span {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: 'Hind Madurai', sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
.single-pricing-content .pricing-plan-card .pricing-plan-text p a {
  font-size: 16px;
  color: #286373;
  font-weight: bold;
  font-family: 'Hind Madurai', sans-serif;
  border-bottom: 1px solid #286373;
}
.pricing-card {
  background: #fff;
  box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
  padding: 0px 35px 35px 35px;
  position: relative;
  border: 1px solid #fff;
  transition: all ease 0.8s; 
}
.pricing-card .fretsaw-icon {
  background-color: #286373;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  top: -1px;
  position: relative;
  margin-bottom: 28px;
  border-radius: 0px 0px 50px 50px;
}
.pricing-card .pricing-fretsaw {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 80px;
  color: rgba(24, 32, 52, 0.08);
}
.pricing-card h3 {
  font-size: 24px;
  margin-bottom: 13px;
}
.pricing-card h2 {
  font-size: 40px;
  font-weight: 700;
}
.pricing-card h2 span {
  font-weight: 400;
  color: #286373;
  display: inline-block;
  font-size: 14px;
}
.pricing-card ul {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 30px;
}
.pricing-card ul li {
  list-style-type: none;
  margin-bottom: 0;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  position: relative;
}
.pricing-card ul li i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.pricing-card ul li:last-child {
  margin-bottom: 0;
}
.pricing-card ul .bg-color-2 {
  color: #a9a9a9;
  font-weight: 400;
  font-size: 16px;
}
.pricing-card .default-btn {
  background-color: #182034;
  padding: 13.5px 37px 12.5px 37px;
  color: #fff;
}
.pricing-card .default-btn:hover {
  background-color: #286373;
}
.pricing-card:hover {
  border: 1px solid #286373;
}
.pricing-card:hover .default-btn {
  background-color: #286373;
}
.pricing-card:hover .default-btn:hover {
  box-shadow: inset 0 0 0 2em #286373;
}
/* Pricing tab */
.pricing-tab {
  text-align: center;
}
.pricing-tab span {
  vertical-align: middle;
}
.pricing-tab .pricing-tab-switcher {
  height: 30px;
  width: 60px;
  background: #286373;
  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: #286373;
  transition: all ease .5s;
}
.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%;
}
.testimonial-slider-one .owl-dot.active span, .testimonial-slider-one .owl-dots .owl-dot:hover span {
  background: #0584ab!important;
  transition: all .5s;
}

.testimonial-slider-one .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
}
/* About us Area CSS
=================================*/
.single-about-image {
  text-align: right;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}
.single-about-image .about-img-2 {
  position: absolute;
  left: -5px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 245px;
  height: 276px;
}
.single-about-image .about-shape {
  position: absolute;
  top: 11%;
  left: 7%;
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
  animation: moveleftbounce 2s linear infinite;
}
.single-about-image .about-icon {
  position: absolute;
  -webkit-animation: movebounce 6s linear infinite;
  animation: movebounce 6s linear infinite;
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #286373;
  width: 80px;
  height: 80px;
  line-height: 70px;
  border-radius: 50px;
  text-align: center;
  left: 0;
  right: 10%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all ease 0.8s;  
  transition: all ease 0.8s;  
}

.single-about-image .about-icon i{ font-size: 40px; color: #fff; line-height: 2;}
.single-about-right-content ul li:last-child {
  margin-bottom: 0;
}

.single-about-right-content ul li:hover .check-icon {
  background-color: #286373;
}

.single-about-right-content ul li:hover .check-icon img {
  -webkit-filter: invert(100%) sepia(108%) saturate(27%) hue-rotate(314deg) brightness(168%) contrast(277%);
          filter: invert(100%) sepia(108%) saturate(27%) hue-rotate(314deg) brightness(168%) contrast(277%);
}
@keyframes movebounce {
  0% {
      transform: translateY(0px);
  }
  50% {
      transform: translateY(20px);
  }
  100% {
      transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
      transform: translateX(0px);
  }
  50% {
      transform: translateX(20px);
  }
  100% {
      transform: translateX(0px);
  }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
@keyframes rotate3d {
  0% {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
  }
  100% {
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
  }
}
@keyframes animationFramesOne {
  0% {
      -webkit-transform: translate(0px,0px) rotate(0deg);
  }
  20% {
      -webkit-transform: translate(73px,-1px) rotate(36deg);
  }
  40% {
      -webkit-transform: translate(141px,72px) rotate(72deg);
  }
  60% {
      -webkit-transform: translate(83px,122px) rotate(108deg);
  }
  80% {
      -webkit-transform: translate(-40px,72px) rotate(144deg);
  }
}

/* Ripple Animation
===========================*/ 
@keyframes ripple {
	0% {
		transform: scale(1);
	}
	75% {
		transform: scale(1.75);
	  	opacity: 1;
	}
	100% {
		transform: scale(2);
	  	opacity: 0;
	}
} 

@-webkit-keyframes lds-ripple {
	0% {
	  top: 28px;
	  left: 28px;
	  width: 0;
	  height: 0;
	  opacity: 1;
	}
	100% {
	  top: -1px;
	  left: -1px;
	  width: 58px;
	  height: 58px;
	  opacity: 0;
	}
}
  
@keyframes lds-ripple {
	0% {
	  top: 28px;
	  left: 28px;
	  width: 0;
	  height: 0;
	  opacity: 1;
	}
	100% {
	  top: -1px;
	  left: -1px;
	  width: 58px;
	  height: 58px;
	  opacity: 0;
	}
}
.footer-two-area {
  background: #182034;
  position: relative;
  z-index: 1;
}
.footer-two-area::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 78px;
  background-color: rgba(255, 255, 255, 0.12);
}
.footer-area {
  background-image: url(https://templates.envytheme.com/holt/default/assets/images/footer-bg-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 2em;
}
.footer-area::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(24, 32, 52, 0.97);
}
.footer-area::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 78px;
  background-color: rgba(255, 255, 255, 0.12);
}
.footer-widget.footer-widget-link {
  padding-left: 28px;
}
.footer-widget.footer-widget-link2 {
  padding-left: 45px;
}
.footer-widget img {
  margin-bottom: 25px;
}
.footer-widget p {
  color: #fff;
  margin-bottom: 25px;
}
.footer-widget .follow-list {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.footer-widget .follow-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.footer-widget .follow-list li:last-child {
  margin-right: 0;
}
.footer-widget .follow-list li span {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.footer-widget .follow-list li a {
  width: 35px;
  height: 35px;
  line-height: 39px;
  color:  #286373;
  font-size: 14px;
  border-radius: 50px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  transition: all ease 0.8s;  
}
.footer-widget .follow-list li a:hover {
  background-color:  #286373;
  color: #fff;
}
.footer-widget h2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 25px;
}
.footer-widget h2::after {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  width: 95px;
  height: 2px;
  bottom: 0;
  left: 0;
}
.footer-widget h2::before {
  content: '';
  position: absolute;
  background-color:  #286373;
  width: 50px;
  height: 1.5px;
  bottom: 0;
  left: 0;
}
.footer-widget .footer-widget-list {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.footer-widget .footer-widget-list li {
  list-style-type: none;
  margin-bottom: 13px;
  padding-left: 25px;
  position: relative;
}
.footer-widget .footer-widget-list li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-widget-list li i {
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 12px;
  transition: all ease 0.8s;
}
.footer-widget .footer-widget-list li a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  transition: all ease 0.8s;  
}
.footer-widget .footer-widget-list li:hover i {
  color:  #286373;
}
.footer-widget .footer-widget-list li:hover a {
  color:  #286373;
}
.footer-widget .official-content {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
}
.footer-widget .official-content:last-child {
  margin-bottom: 0;
}
.footer-widget .official-content img {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 3.6px;
}
.footer-widget .official-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
.footer-widget .official-content p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}
.footer-widget .official-content a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  transition: all ease 0.8s;  
}
.footer-widget .official-content a:hover {
  color:  #286373;
}
.copyright-content {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.copyright-content p {
  color: #fff;
}
.copyright-content p b {
  font-size: 16px;
  font-weight: 400;
}
.copyright-content p a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-left: 5px;
  transition: all ease 0.8s;  
}
.copyright-content p a:hover {
  color:  #286373;
}
/* Animación li*/


.animated-slide {
  transition: transform 0.3s ease-in-out;
  transition: all ease 0.5s;  
}

.animated-slide:hover {
  transform: translateX(30px);
}

.animated-slide:not(:hover) {
  transition-delay: 0.5s;
  transform: translateX(0);
}
