@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@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;
}
body {
  color: #646366;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #646366;
  text-decoration: none;
  transition: all ease 0.5s;
}
a:hover {
  color: #3f51b5;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #232429;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #646366;
}
p:last-child {
  margin-bottom: 0;
}
button {
  cursor: pointer;
}

iframe {
  max-width: 100%;
  border: none;
}
input {
  font-weight: 400;
  font-size: 0.8125rem;
}
/*
img {
  height: auto;
  max-width: 100%;
}
*/
ul {
  padding: 0;
}

p {
  margin-bottom: 15px;
  font-weight: 500;
}

p:last-child {
  margin-bottom: 0;
}
.small,
small {
  font-weight: 400;
  color: rgb(136, 136, 136);
  font-size: 14px;
}
/* ========================================================== */
/* 			               02. GENERAL CLASS                 */
/* ========================================================== */
.aling-main {
  text-align: center;
}
.bg-black {
  background: #191514;
}
.bg-gray{
  background-color: #f7faff;
}
.bg-transparent {
  background: transparent !important;
}
.bg-theme{
  background: transparent linear-gradient(90deg, #006cd6 0%, #0065cf 100%) 0% 0% no-repeat padding-box;
    color:#fff;
}
.bg-color-f5f5f5 {
  background-color: #f5f5f5;
}
.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: #3f51b5 !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: #f0f0f09c;
}
.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;

}


.common-btn {
  display: inline-block;
  font-weight: 500;
  position: relative;
  background-color: #3f51b5;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  transition: all ease 0.5s;
  padding-top: 12px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 12px;
  z-index: 1;
}
.common-btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #000000;
  z-index: -1;
  opacity: 0;
  border-radius: 4px;
  transition: all ease 0.5s;
}
.common-btn:hover {
  color: #ffffff;
}
.common-btn:hover::before {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
/* Transparent */
.common-btn-outline {
  display: inline-block;
  font-weight: 500;
  position: relative;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: all ease 0.5s;
  padding-top: 12px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 12px;
  z-index: 1;
}
.common-btn-outline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  border-radius: 4px;
  transition: all ease 0.5s;
}
.common-btn-outline:hover {
  color: #3f51b5;
}
.common-btn-outline:hover::before {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
@keyframes gradient {
  0% {
    background-position: 0% 80%;
  }
  100% {
    background-position: 100%;
  }
}
@-webkit-keyframes fadeInDown{
    0%
  {
      opacity:0;
      -webkit-transform:translate3d(0,-10%,0);
      transform:translate3d(0,-10%,0)}
      to{
          opacity:1;
          -webkit-transform:none;transform:none}
      }
  @keyframes fadeInDown{
      0%{
          opacity:0;-webkit-transform:translate3d(0,-10%,0);
      transform:translate3d(0,-10%,0)
  }
      to{
          opacity:1;-webkit-transform:none;transform:none
      }
  }
  .fadeInDown{
      -webkit-animation-name:fadeInDown;
      animation-name:fadeInDown
}
.btn-default-theme:focus{
  color: #fff;
}
.btn-whatsapp{
  color: #fff;
  background-color: #0dc342;
  border-color: #0dc342;
  transition: all 0.5s !important;
}
.btn-whatsapp:hover{
  color: #fff;
  background-color: #0d8f32;
  border-color: #0d8f32;
}

.btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn:active {
  transform: translateY(-0.15rem);
}

.default-btn-one.btn-sm {
  padding: 5px 30px 5px 15px;
  font-size: 10px;
}
.default-btn-one.btn-sm i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.default-btn-one.btn-sm i:before {
  font-size: 10px;
}
.btn-expan {
  padding: 16px 36px;
}

.btn-border-radius {
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  border-radius: 1.5rem;
}
.btn-border-noradius {
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -ms-border-radius: 0rem;
  border-radius: 0rem;
}
.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  font-weight: 700;
  padding: 13px 30px;
  transition: all 0.5s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.btn-transparent:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #006cd6 ;
  transition: all 0.5s !important;
}
.btn-white {
  color: #54a8c7;
  border: 2px solid #fff;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 13px 35px;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  border-radius: 1.5rem;
  transition: all 0.5s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.btn-white:hover {
  color: #54a8c7;
  background: #f1f1f1;
  border: 2px solid #f1f1f1;
  transition: all 0.5s !important;
}
.center-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-flex-responsive {
  display: -ms-initial !important;
  display: initial !important;
}
.d-flex-responsive .w-40,
.d-flex-responsive .w-50 {
  width: 100% !important;
}

.text-title-theme {
  letter-spacing: -1px;
  padding-bottom: 5px;
}
.head-separator,
.head-separator-center,
.head-separator-simply {
  position: relative;
}
.head-separator::after {
  content: " ";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #54a8c7;
  height: 2px;
  width: 60px;
}
.head-separator span::after {
  content: " ";
  position: absolute;
  left: 65px;
  bottom: 0px;
  background: #000;
  height: 2px;
  width: 10px;
}

.head-separator-center::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  background: #54a8c7;
  height: 2px;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.head-separator-center span::after {
  content: " ";
  position: absolute;
  left: 52.5%;
  bottom: 0px;
  background: #fff;
  height: 2px;
  width: 10px;
}
.head-separator-black::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  background: #54a8c7;
  height: 2px;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.head-separator-black span::after {
  content: " ";
  position: absolute;
  left: 57%;
  bottom: 0px;
  background: #000;
  height: 2px;
  width: 10px;
}
.head-separator-simply::after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #54a8c7;
  height: 2px;
  width: 60px;
}

/* Clearfix */

.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* -- Effects img -- */

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.bounce2-animate {
  animation-name: line-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: line-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: line-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: line-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes line-bob {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
/* ========================================================== */
/* 			         05. Corrección / Librerias             	*/
/* ========================================================== */


/* -----  a) On/off ----- */
.display-responsive,
.display-responsive-initial {
  display: none !important;
}
.masthead-navigation,
.navbar-text {
  display: none !important;
}
.nav-trigger,
.logo,
.logo_main_movil {
  display: initial;
}
.nav-logo {
  display: none !important;
}

/* -----  b) Class  ----- */
.creative-shape {
  /* display: none;*/
  position: absolute;
  bottom: 0;
}

.p-relative {
  position: initial;
}
.icon-user {
  width: 10px;
}
.item-navigation {
  padding: 15px 30px;
}

.logo_main_movil {
  width: 40px;
}

li.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.main-navigation {
  background: #fff !important;
  width: auto;
}
.main-navigation .list-nav :after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-navigation .list-nav li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.main-navigation.align-right .list-nav li {
  float: right;
}
.main-navigation.align-center .list-nav {
  text-align: center;
}
.main-navigation .list-nav li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 20px 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.main-navigation .list-nav li a:hover {
  color: #000;
}
.main-navigation .list-nav li a:hover:before {
  width: 100%;
}
.main-navigation .list-nav li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #000;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
/*.main-navigation .top-bar li a:after {
    content: "|";
    position: absolute;
    padding: 0px 5px;
}*/
.main-navigation .list-nav li.last > a:after,
.main-navigation .list-nav li:last-child > a:after {
  display: none;
}
.main-navigation .top-bar li:last-child > a:after {
  display: none;
}
.main-navigation .list-nav li.active a {
  color: #333333;
}
.main-navigation .list-nav li.active a:before {
  width: 100%;
}
.main-navigation.align-right li.last > a:after,
.main-navigation.align-right li:last-child > a:after {
  display: block;
}
.main-navigation.align-right li:first-child a:after {
  display: none;
}
/*
.nav-item a{
    color: #fff;
}*/
.nav-item a:hover {
  transition: all 0.3s;
}


/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.navbar.is-sticky {
  position: fixed;
  top: 0em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 80%);
  box-shadow: 0 8px 6px -6px rgb(0 0 0 / 10%);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100% !important;
 
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*
Top Header Area CSS
======================================================*/
.top-header-area {
  padding-top: 12px;
}
.top-header-area .container-fluid {
  max-width: 1620px;
}
.top-header-area .top-header-content {
  padding-bottom: 12px;
}
.top-header-area .top-header-content .header-info ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.top-header-area .top-header-content .header-info ul li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
  padding-left: 25px;
  font-size: 15px;
  color: #646366;
}
.top-header-area .top-header-content .header-info ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -26px;
  width: 1px;
  height: 18px;
  background-color: #d0d0d0;
}
.top-header-area .top-header-content .header-info ul li:last-child {
  margin-right: 0;
}
.top-header-area .top-header-content .header-info ul li:last-child::before {
  display: none;
}
.top-header-area .top-header-content .header-info ul li:first-child img {
  top: 4px;
}
.top-header-area .top-header-content .header-info ul li img {
  position: absolute;
  top: 6px;
  left: 0;
  max-width: 18px;
  color: #3f51b5;
}
.top-header-area .top-header-content .header-right {
  text-align: end;
}
.top-header-area .top-header-content .header-right .login {
  display: inline-block;
  margin-right: 10px;
}
.top-header-area .top-header-content .header-right .login ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.top-header-area .top-header-content .header-right .login ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #646366;
  padding-right: 10px;
}
.top-header-area .top-header-content .header-right .login ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 1px;
  width: 1px;
  height: 15px;
  background-color: #d0d0d0;
  transform: rotate(25deg);
}
.top-header-area .top-header-content .header-right .login ul li:last-child {
  padding-right: 0;
}
.top-header-area .top-header-content .header-right .login ul li:last-child::before {
  display: none;
}
.top-header-area .top-header-content .header-right .login ul li.login-text {
  padding-left: 25px;
}
.top-header-area .top-header-content .header-right .flow {
  display: inline-block;
  position: relative;
}
.top-header-area .top-header-content .header-right .flow ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.top-header-area .top-header-content .header-right .flow ul li {
  display: inline-block;
  padding-right: 10px;
  line-height: 0;
}
.top-header-area .top-header-content .header-right .flow ul li:last-child {
  padding-right: 0;
}
.top-header-area .top-header-content .header-right .flow ul li p {
  font-size: 14px;
  color: #666666;
}
.top-header-area .top-header-content .header-right .flow ul li a {
  font-size: 16px;
  position: relative;
  bottom: -2px;
}

/**/
.search-can .offcanvas {
  --bs-offcanvas-height: 130px;
}
.search-can .offcanvas-header {
  position: relative;
}
.search-can .offcanvas-header .btn-close {
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 1;
}
.search-can .offcanvas-header .btn-close:focus {
  box-shadow: none;
  border-radius: 0;
  outline: 0;
}
.search-can .offcanvas-body {
  outline: 0;
  padding: 0;
  padding-top: 10px;
}
.search-can .offcanvas-body .search-form {
  position: relative;
  max-width: 300px;
  text-align: center;
  margin: auto;
}
.search-can .offcanvas-body .search-form .form-control {
  box-shadow: none;
  border-radius: 5px;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  padding: 12px 20px;
  height: 50px;
  transition: all ease 0.5s;
}
.search-can .offcanvas-body .search-form .form-control:focus {
  border: 1px solid #3f51b5;
}
.search-can .offcanvas-body .search-form .search-button {
  position: absolute;
  top: 12px;
  right: 10px;
  border: none;
  font-size: 20px;
  color: #3f51b5;
  background-color: transparent;
}

.modal-dialog {
  max-width: 700px;
  position: relative;
}
.modal-dialog iframe {
  width: 100%;
  height: 450px;
  display: block;
  border-radius: 10px;
}
.modal-dialog .modal-header {
  padding: 0;
  border: none;
}
.modal-dialog .modal-header .btn-close {
  right: 0px;
  top: -25px;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7473%) hue-rotate(56deg) brightness(108%) contrast(108%);
  opacity: 1;
}
.modal-dialog .modal-header .btn-close:focus {
  outline: 0;
  box-shadow: unset;
}
.modal-dialog .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}

/**/
.search-progress .can-btn {
  border: none;
  background-color: transparent;
  font-size: 25px;
  position: relative;
  top: 4px;
}
.search-progress .phone {
  position: relative;
  padding-left: 60px;
  margin-left: 25px;
}
.search-progress .phone i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #ffffff;
  background-color: #232429;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
}
.search-progress .phone p {
  font-size: 14px;
  color: #3f51b5;
  margin-bottom: 1px;
}
.search-progress .phone a {
  font-weight: 500;
  color: #c5cefd;
}
.search-progress .phone a:hover {
  color: #c5cefd;
}
.search-progress .phone a:hover i {
  background-color: #3f51b5;
  color: #ffffff;
}
.search-progress .menu {
  margin-left: 20px;
}

/* Go Top */
.scrolltop-wrap a {
  position: fixed;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: all;
  outline: none;
  overflow: hidden;
  width: 50px;
  height: 50px;
  line-height: 54px;
  font-size: 35px;
  right: 15px;
  bottom: 15px;
  text-align: center;
  color: #ffffff;
  background-color: #3f51b5;
  border: 1px solid #3f51b5;
  border-radius: 50%;
  transition: all ease 0.5s;
  z-index: 3;
}
.scrolltop-wrap a:hover {
  background-color: #232429;
  color: #ffffff;
}
.scrolltop-wrap a #scrolltop-arrow {
  transform: scale(0.66);
  transform-origin: center;
}

/* ==============
    Navbar CSS 
==================================== */
.fft-navbar {
  margin: 0;
}
.fft-navbar .container-fluid {
  max-width: 1620px;
}
.fft-navbar.sticky {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.fft-navbar .navbar-brand {
  padding: 0;
  margin-right: 30px;
}
.fft-navbar .navbar-nav .nav-item a {
  color: #3f51b5;
  line-height: 1;
  position: relative;
  font-weight: 500;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.fft-navbar .navbar-nav .nav-item a.dropdown-toggle {
  position: relative;
  padding-right: 16px;
}
.fft-navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}
.fft-navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\ea4a";
  position: absolute;
  top: -2px;
  right: -2px;
  font-family: boxicons !important;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
}
.fft-navbar .navbar-nav .nav-item a:hover, .fft-navbar .navbar-nav .nav-item a:focus, .fft-navbar .navbar-nav .nav-item a.active {
  color: #1b2c89;
}
.fft-navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.fft-navbar .navbar-nav .nav-item .dropdown-menu {
  border: none !important;
}
.fft-navbar .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px dotted #f2f2f2;
}
.fft-navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding-top: 16px;
  padding-left: 0;
  padding-right: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  font-weight: 500;
}
.fft-navbar .navbar-nav .nav-link {
  text-transform: capitalize;
  color: #232429;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 16px;
}
.fft-navbar .navbar-nav .nav-link.active, .fft-navbar .navbar-nav .nav-link > .show, .fft-navbar .navbar-nav .nav-link:hover {
  color: #3f51b5;
}
.fft-navbar .navbar-nav .dropdown-item {
  padding: 10px 15px;
}
.fft-navbar .navbar-nav .dropdown-item.active, .fft-navbar .navbar-nav .dropdown-item > .show, .fft-navbar .navbar-nav .dropdown-item:hover {
  color: #3f51b5;
}
.fft-navbar .navbar-nav.active, .fft-navbar .navbar-nav > .show, .fft-navbar .navbar-nav:hover {
  color: #3f51b5;
}
.fft-navbar .dropdown-menu {
  border: none !important;
}
.fft-navbar .dropdown-menu li a {
  padding: 16px;
  font-size: 15px;
  font-weight: 500;
}
.fft-navbar .dropdown-item {
  background-color: #ffffff;
  padding: 0px 0;
  margin: 0 0 0;
  border: 0px solid transition !important;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: none !important;
}
.fft-navbar .dropdown-item.active {
  color: #3f51b5;
}
.fft-navbar .collapse ul > li:hover > a {
  background-color: transparent;
}
.fft-navbar .collapse ul > ul > li:hover > a .show .dropdown-menu > li > a:focus .show .dropdown-menu > li > a:hover, .fft-navbar .collapse ul > ul > li:hover > a .show .dropdown-menu > li > a .navbar .show .dropdown-menu > li > a:hover, .fft-navbar .collapse ul > ul > li:hover > .navbar .show .dropdown-menu > li > a:focus .show .dropdown-menu > li > a:hover, .fft-navbar .collapse ul > ul > li:hover > .navbar .show .dropdown-menu > li > a .navbar .show .dropdown-menu > li > a:hover {
  background-color: #ffffff;
  color: #3f51b5;
}

.fft-navbar.fft-navbar-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background-color: transparent;
}
.fft-navbar.fft-navbar-two::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 84%;
  margin: auto;
  height: 1px;
  background-color: #f1f1f1;
}
.fft-navbar.fft-navbar-two.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  box-shadow: unset;
  background-color: #ffffff;
}
.fft-navbar.fft-navbar-two.sticky::before {
  background-color: #ffffff;
}
.fft-navbar.fft-navbar-two .navbar {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 14px;
  padding-bottom: 14px;
}
.fft-navbar.fft-navbar-two .search-progress .phone {
  margin-left: 0;
  margin-right: 25px;
  padding-left: 25px;
}
.fft-navbar.fft-navbar-two .search-progress .phone i {
  top: 11px;
  background-color: transparent;
  color: #232429;
  width: 0;
  height: 0;
  line-height: 0;
}

.fft-navbar.fft-navbar-three {
  background-color: transparent;
}
.fft-navbar.fft-navbar-three.sticky {
  position: fixed;
  background-color: #232429;
  border-bottom: 1px solid #232429;
}
.fft-navbar.fft-navbar-three .navbar-nav .nav-item a {
  color: #ffffff;
}
.fft-navbar.fft-navbar-three .navbar-nav .nav-item a.active, .fft-navbar.fft-navbar-three .navbar-nav .nav-item a:hover {
  color: #3f51b5;
}
.fft-navbar.fft-navbar-three .navbar-nav .nav-item .dropdown-menu li a {
  color: #232429;
}
.fft-navbar.fft-navbar-three .navbar-nav .nav-item .dropdown-menu li a.active, .fft-navbar.fft-navbar-three .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #3f51b5;
}
.fft-navbar.fft-navbar-three .search-progress .can-btn {
  color: #ffffff;
  transition: all ease 0.5s;
}
.fft-navbar.fft-navbar-three .search-progress .can-btn:hover {
  color: #3f51b5;
}

.header-navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

/*second level*/
.fft-navbar .collapse ul ul ul > li:hover > a {
  background-color: #ffffff;
  color: #3f51b5;
}

/*third level*/
.fft-navbar .collapse ul ul {
  background-color: #ffffff;
}
.fft-navbar .collapse ul ul.dropdown-menu {
  background-color: #ffffff;
}

.fft-navbar .collapse ul ul ul {
  background: #f5f5f5;
}
.fft-navbar .collapse ul ul ul.dropdown-menu {
  background: #f5f5f5;
}

.fft-navbar .collapse ul ul ul ul {
  background: #f5f5f5;
}
.fft-navbar .collapse ul ul ul ul.dropdown-menu {
  background: #f5f5f5;
}

/*Drop-down menu work on hover*/
@media only screen and (min-width: 991px) {
  .fft-navbar .dropdown > .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    padding: 0;
    padding-top: 20px;
  }
  .fft-navbar .dropdown:hover > .dropdown-menu {
    transform: scale(1);
  }
  .fft-navbar .dropdown ul li:hover > ul {
    display: block;
  }
  .fft-navbar .collapse ul li {
    position: relative;
  }
  .fft-navbar .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
  }
  .fft-navbar .collapse ul ul li {
    position: relative;
  }
  .fft-navbar .collapse ul ul li {
    position: relative;
  }
  .fft-navbar .collapse ul ul li:hover > ul {
    display: block;
  }
  .fft-navbar .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }
  .fft-navbar .collapse ul ul ul li {
    position: relative;
  }
  .fft-navbar .collapse ul ul ul li:hover ul {
    display: block;
  }
  .fft-navbar.collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}
/* ==============
    End Navbar CSS 
==================================== */
.search-progress {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}

/*
Banner Area CSS
======================================================*/

.banner-area {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
.banner-area .container-fluid {
  max-width: 1620px;
}
.banner-area .banner-content {
  max-width: 555px;
  position: relative;
}
.banner-area .banner-content span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  display: block;
  color: #3f51b5;
  margin-bottom: 5px;
}
.banner-area .banner-content h1 {
    font-size: 40px;
    line-height: 40px;
    color: #3f51b5;
    margin-bottom: 20px;
}
.banner-area .banner-content p {
  color: #646366;
  margin-bottom: 30px;
}
.banner-area .banner-content .banner-btn .common-btn {
  border: 1px solid #3f51b5;
}
.banner-area .banner-content .banner-btn .common-btn:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.banner-area .banner-content .banner-btn .common-btn.style {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.banner-area .banner-content .banner-btn .common-btn.style:hover {
  background-color: #3f51b5 !important;
}
.banner-area .banner-content .banner-shape-3 {
  position: absolute;
  top: 25px;
  left: -60px;
}
.banner-area .banner-image {
  text-align: center;
  position: relative;
}
.banner-1 {
  width: 650px;
}
.banner-area .banner-image .banner-shape-6 {
  position: absolute;
  top: 0;
  right: -50px;
}
.banner-area .banner-image .banner-shape-7 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  transform: translateY(-50%);
}
.banner-area .banner-image .banner-shape-8 {
  position: absolute;
  top: 73%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
}
.banner-area .banner-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .2;
}
.banner-area .banner-shape-2 {
  position: absolute;
  top: 50px;
  left: 100px;
}
.banner-area .banner-shape-4 {
  position: absolute;
  left: 40px;
  bottom: 60px;
}
.banner-area .banner-shape-5 {
  position: absolute;
  bottom: 100px;
  left: 490px;
}

.project-card {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 18px 50px;
  text-align: center;
  max-width: 235px;
  position: absolute;
  top: -35px;
  left: 255px;
}
.project-card h3 {
  font-size: 32px;
  font-family: "DM Sans", sans-serif;
  color: #3f51b5;
  margin-bottom: 0;
}
.project-card p {
  font-weight: 500;
  color: #232429;
}

.customer-card {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 18px 50px;
  text-align: center;
  max-width: 235px;
  position: absolute;
  bottom: 0;
  right: 135px;
}
.customer-card h3 {
  font-size: 32px;
  font-family: "DM Sans", sans-serif;
  color: #3f51b5;
  margin-bottom: 0;
}
.customer-card p {
  font-weight: 500;
  color: #232429;
}

/* Animaciones
=============================*/
.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}
.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}
.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}
.FocuS {
  -webkit-animation: FocuS 1s linear 1s infinite;
  animation: FocuS 1s linear 1s infinite;
}
.moveHorizontal {
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}
@-webkit-keyframes float {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
  50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
  }
  100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
  
@-webkit-keyframes moveHorizontal_reverse {
  0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
  50% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
  }
  100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
}
@keyframes moveHorizontal_reverse {
  0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
  50% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
  }
  100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes FocuS {
  0% {
      opacity: 0;
  }
  75% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
@keyframes FocuS {
  0% {
      opacity: 0;
  }
  75% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
@-webkit-keyframes moveHorizontal {
  0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
  50% {
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
  }
  100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
}
@keyframes moveHorizontal {
  0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
  50% {
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
  }
  100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
}

/*
Choose Area CSS
======================================================*/
.choose-area {
  position: relative;
  z-index: 1;
}
.choose-area .choose-content .thinking {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.choose-area .choose-content .thinking li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.choose-area .choose-content .thinking li:last-child {
  border-bottom: 0px solid #f0f0f0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.choose-area .choose-content .thinking li .icon {
  margin-bottom: 15px;
}
.choose-area .choose-content .thinking li .icon i {
  top: 0;
  left: 0;
  font-size: 45px;
  color: #3f51b5;
  line-height: 0;
}
.choose-area .choose-content .thinking li .icon h4 {
  font-size: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}
.choose-area .choose-content .common-btn {
  margin-top: 30px;
}
.choose-area .choose-image {
  position: relative;
 /* padding-right: 155px;
  margin-left: 60px;*/
}
.choose-area .choose-image .choose-1 {
  position: relative;
}
.choose-area .choose-image .choose-1 img {
  max-width: 300px;
  border-radius: 4px;
}

.choose-area .choose-image .choose-1 .satisfaction {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #232429;
  border-radius: 4px 0px 0px 0px;
  padding: 20px;
  text-align: center;
  transform: translate(-50%,-50%);
}
.choose-area .choose-image .choose-1 .experience-card h3 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 0;
}
.choose-area .choose-image .choose-1 .experience-card h3 span {
  color: #3f51b5;
}
.choose-area .choose-image .choose-1 .experience-card p {
  font-weight: 700;
  color: #ffffff;
}

.choose-area .choose-image .choose-1 .satisfaction h3 {
  font-size: 32px;
  color: #3f51b5;
  margin-bottom: 0;
}
.choose-area .choose-image .choose-1 .satisfaction p {
  font-weight: 700;
  color: #ffffff;
}
.choose-area .choose-image .choose-2 {
  position: absolute;
  bottom: -40px;
  right: 0;
  border-radius: 4px;
  border: 15px solid #ffffff;
  border-bottom-width: 0;
  border-right-width: 0;
}
.choose-area .choose-image .popup-btn {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  transform: translateX(-60%);
  border: 1px solid #3f51b5;
  width: 130px;
  height: 130px;
  line-height: 145px;
  border-radius: 50%;
  text-align: center;
  padding-left: 3px;
  z-index: 1;
}
.choose-area .choose-image .popup-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.5s;
  border: 1px solid #3f51b5;
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}
.choose-area .choose-image .popup-btn i {
  font-size: 28px;
  background: #3f51b5;
  color: #ffffff;
  width: 100px;
  height: 100px;
  line-height: 110px;
  border-radius: 50%;
  display: inline-block;
  padding-left: 4px;
  transition: all ease 0.5s;
}
.choose-area .choose-image .popup-btn i:hover {
  background-color: #000000;
}
.choose-area .choose-image .choose-shape-2 {
  position: absolute;
  top: 85px;
  left: 85%;
}
.choose-area .choose-image .choose-shape-5 {
  position: absolute;
  bottom: 55px;
  left: -50px;
  z-index: -1;
}
.choose-area .choose-first-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.choose-area .choose-shape-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.choose-area .choose-shape-3 {
  position: absolute;
  top: 250px;
  left: 100px;
}
.choose-area .choose-shape-4 {
  position: absolute;
  bottom: 100px;
  left: 40%;
  transform: rotate(-120deg);
}

/*
Default Area Style
======================================================*/
.section-title {
  max-width: 645px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}
.section-title .sub-title {
  display: block;
  font-weight: 600;
  color: #3f51b5;
  margin-bottom: 10px;
}
.section-title h2 {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 42px;
  color: #232429;
}

.section-heading {
  margin-bottom: 30px;
}
.section-heading .sub-title {
  display: block;
  font-weight: 500;
  color: #3f51b5;
  margin-bottom: 10px;
}
.section-heading h2 {
  font-size: 32px;
  line-height: 42px;
  color: #232429;
}
/*
 Services Area CSS
======================================================*/
.provide-card {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
}
.provide-card .service-8 {
  position: relative;
}
.provide-card .service-8 img {
  border-radius: 3px;
}
.provide-card .service-8 .icon {
  position: absolute;
  right: 25px;
  bottom: -36px;
  font-size: 36px;
  color: #ffffff;
  width: 70px;
  height: 76px;
  line-height: 86px;
  text-align: center;
  background-color: #3f51b5;
}
.provide-card .service-8 .icon i::before {
  font-size: 36px;
}
.provide-card .provide-card-info {
  padding-top: 3em;
}
.provide-card .provide-card-info h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.provide-card .provide-card-info h4 a {
  color: #232429;
}
.provide-card .provide-card-info h4 a:hover {
  color: #3f51b5 !important;
}
.provide-card .provide-card-info p {
  margin-bottom: 10px;
  transition: all ease 0.5s;
}
.provide-card:hover {
  background-color: #232429;
}
.provide-card:hover .provide-card-info h4 a {
  color: #ffffff;
}
.provide-card:hover .provide-card-info p {
  color: #cbcbcb;
}
/*
Services Area CSS
======================================================*/
.services-area {
  background: rgba(247, 247, 247, 0.75);
  position: relative;
}
.services-area .service-shape-2 {
  position: absolute;
  bottom: 130px;
  right: 235px;
  opacity: 0.35;
}
.services-area .service-shape-3 {
  position: absolute;
  bottom: 90px;
  left: 300px;
  transform: rotate(10deg);
}
.services-area .service-shape-4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.service-card {
  overflow: hidden;
  margin-bottom: 30px;
}
.service-card .services-image {
  position: relative;
}
.service-card .services-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: rgb(63, 81, 181, .4);
  border-radius: 8px 8px 0px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.service-card .services-image .service-1 {
  border-radius: 8px 8px 0px 0px;
}
.service-card .services-image i {
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 25px;
  background-color: #3f51b5;
  color: #ffffff;
  width: 65px;
  height: 65px;
  line-height: 92px;
  border-radius: 32px;
  text-align: center;
  padding-left: 8px;
  transition: all ease 0.5s;
}
.service-card .services-image i::before {
  font-size: 25px;
}
.service-card .service-card-content {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 0px 0px 8px 8px;
  position: relative;
  z-index: 1;
}
.service-card .service-card-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #232429;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  border-radius: 0px 0px 8px 8px;
}
.service-card .service-card-content h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.service-card .service-card-content h3 a {
  color: #232429;
}
.service-card .service-card-content h3 a:hover {
  color: #3f51b5 !important;
}
.service-card .service-card-content p {
  color: #646366;
  margin-bottom: 10px;
  transition: all ease 0.5s;
}
.service-card .service-card-content .service-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: all ease 0.5s;
}
.service-card:hover .services-image::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.service-card:hover .services-image i {
  background-color: #ffffff;
  color: #3f51b5;
}
.service-card:hover .service-card-content::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.service-card:hover .service-card-content h3 {
  color: #ffffff;
}
.service-card:hover .service-card-content p {
  color: #cbcbcb;
}
.service-card:hover .service-card-content .read-more {
  color: #ffffff;
}
.service-card:hover .service-card-content .read-more i {
  color: #ffffff;
}
.service-card:hover .service-card-content .service-shape-1 {
  opacity: 1;
}
/* Section 03
====================================*/
.features-area  {
  position: relative;
}
.features-image {
  max-width: 300px;
  margin: auto;
}
.features-area  .shape {
  position: absolute;
  right: 0;
  top: 0;
}
.features-area .banner-shape-2 {
  position: absolute;
  left: 10%;
  top: 20%;
  transform: translate(-50%, -50%);
}
.features-area .banner-shape-6 {
  position: absolute;
  right: 15%;
  top: 30%;
  transform: translate(-50%, -50%);
}
.features-area .banner-shape-5 {
  position: absolute;
  bottom: 5em;
  transform: translate(-50%, -50%);
}

.features-content .features-list li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 75px;
  -webkit-transition: .4s;
    transition: .4s;
}

.features-content .features-list li .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #6398ce;
  border: 2px dashed #3f51b5;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 25px;
  left: 0;
  top: 0;
}
.features-list li:hover .icon {
  background: #3f51b5;
  transition: .4s;
}


.features-list li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*
 Pricing
================================*/
.s-cta-btn .btn::before{content: none;}
/* 18. pricing */
.pricing-area{
  position: relative;
}
.pricing-area .pricing-shape-2 {
  position: absolute;
  top: 1em;
}
.pricing-area .pricing-shape-1 {
  position: absolute;
  right: 3em;
  top: 25em;
}
.pricing-tab {
    text-align: center;
}
.pricing-tab span {
    vertical-align: middle;
}
.pricing-tab .pricing-tab-switcher {
    height: 30px;
    width: 60px;
    background: #3f51b5;
    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: #3f51b5;
}
.pricing-amount .annual_price {
    display: none;
}
.pricing-amount .monthly_price {
    display: block;
    float: left;
width: 100%;
}
.pricing-amount .currency {
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    top: -16px;
    left: -22px;
}
.pricing-amount .price {
    font-size: 50px;
    font-weight: 600;
}
.pricing-amount .subscription {
    font-size: 16px;
    font-weight: 500;
}
.pricing-amount.change-subs-duration .monthly_price {
    display: none;
}
.pricing-amount.change-subs-duration .annual_price {
    display: block;
    float: left;
width: 100%;
}


.poppuler {
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
}
.poppuler .btn {
   background: #3f51b5;
  color: #fff;
  border-color: #fff;
  padding: 10px 28px;
  font-size: 15px;
  transition: all .5s;
}
.pricing-box {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 5px 25px #00000033;
    border: 3px solid #3f51b5;
    background: #fff;
    margin-top: 3em;
}

.pricing-btn {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
}
.pricing-head {
padding: 30px 0 0;
float: left;
width: 100%;

}
.pricing-head h4 {
	font-size: 30px;
	font-weight: 600;
	color: #285e84;
	margin-bottom: 10px;
}
.pricing-head h5{
color: #285e84;
font-size: 25px;
font-weight: 500;
float: left;
width: 100%;
margin-top: 15px;
}
.price-count h2 {
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 0;
}
.price-count small {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	top: -20px;
	margin-right: 3px;
}
.price-count span {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
}
.pricing-body {
	padding: 0px 40px 35px;
}
.pricing-body ul li {
  text-align: left;
}
/*
.pricing-body li::before{
	content:'Ã¯â€žÂ¸';
	font-family: "Font Awesome 5 Pro";
	color: #009eaf;
	margin-right: 10px;
}*/
.pricing-body  .have i::before{
  color:#09bc2d;
  margin-right: 10px;
}
.pricing-body  .not i::before{
  color:#bc1509;
  margin-right: 10px;
}
.pricing-body p {
	margin-bottom: 15px;
	font-size: 14px;
}
.pricing-btn .btn {
    color: #fff;
    background: transparent linear-gradient(90deg, #285e84 0%, rgb(1, 117, 205) 100%) 0% 0% no-repeat padding-box;
    text-transform: uppercase;
    box-shadow: 3px 4px 25px rgba(1, 117, 205, 0.502);
    padding: 15px 35px;
}
.pricing-btn .btn::before{content: none;}
.pricing-box.active{border: 3px solid  rgba(1, 117, 205, 0.278);}
.pricing-box.active .price-count span{color: #fff;}
.pricing-body {
    float: left;
    width: 100%;
}
.pricing-box.active .price-count h2{color: #fff;}
.pricing-box.active .pricing-btn .btn {background: transparent linear-gradient(90deg, #285e84 0%, #009eaf 100%) 0% 0% no-repeat padding-box;color: #fff;border-color: #fff;}

/*
 Services Three Area CSS
======================================================*/
.service-area {
  position: relative;
}
.service-area .single-service {
  position: relative;
  margin-bottom: 30px;
}
.service-area .single-service .single-service-image {
  position: relative;
}
.service-area .single-service .single-service-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.68%, rgba(0, 0, 0, 0.95) 94.43%);
  border-radius: 3px;
  transition: all ease 0.5s;
}
.service-area .single-service .single-service-image img {
  border-radius: 3px;
}
.service-area .single-service .single-service-image .financial {
  position: absolute;
  left: 20px;
  bottom: 30px;
  transition: all ease 0.5s;
}
.service-area .single-service .single-service-image .financial img {
  max-width: 25px;
}
.service-area .single-service .single-service-image .financial h4 {
  font-size: 20px;
  color: #ffffff;
}
.service-area .single-service .research {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background-color: #ffffff;
  border-radius: 2px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  line-height: 10px;
  font-size: 13px;
}
.service-area .single-service .research i {
  font-size: 42px;
  color: #3f51b5;
  margin-bottom: 15px;
}
.service-area .single-service .research h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.service-area .single-service .research h3 a {
  color: #232429;
}
.service-area .single-service .research h3 a:hover {
  color: #3f51b5;
}
.service-area .single-service:hover .single-service-image::before {
  opacity: 0;
  visibility: visible;
}
.service-area .single-service:hover .single-service-image .financial {
  bottom: 0;
  opacity: 0;
  visibility: visible;
}
.service-area .single-service:hover .research {
  opacity: 1;
  visibility: visible;
}
.service-area .service-shape-5 {
  position: absolute;
  top: 120px;
  right: 270px;
}
.service-area .service-shape-6 {
  position: absolute;
  top: 100px;
  left: 120px;
}
/*
Footer Area CSS
======================================================*/
.footer-area {
  background-image: url("../img/shapes/footer-shape-1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #3f51b5;
  padding-top: 3em;
}

.footer-area.style-two .col-lg-3:nth-child(4) {
  margin-left: 0;
  margin-right: 0;
}


.widget .footer-logo {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.widget .footer-logo::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 3px;
  background-color: #FFF;
}
.widget p {
  color: #FFF;
  margin-bottom: 25px;
}
.widget .phone {
  position: relative;
  padding-left: 60px;
}
.widget .phone i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #232429;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}
.widget .phone p {
  font-size: 13px;
  color: #d1d1d1;
  margin-bottom: 5px;
}
.widget .phone a {
  font-weight: 500;
  color: #ffffff;
}
.widget .phone a:hover {
  color: #c5cefd;
}
.widget .phone a:hover i {
  background-color: #c5cefd;
  color: #ffffff;
}

.footer-widget {
  margin-bottom: 20px;
}
.footer-widget h3 {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.footer-widget h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 3px;
  background-color: #fff;
}
.footer-widget ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-widget ul li {
  color: #d1d1d1;
  margin-bottom: 15px;
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widget ul li i {
  transition: all ease 0.5s;
}
.footer-widget ul li:hover i {
  color: #fff;
}
.footer-widget ul li a {
  color: #d1d1d1;
}
.footer-widget ul li a:hover {
  color: #fff;
}
.footer-widget.footer-widget-style {
  max-width: 250px;
}
.footer-widget.footer-widget-style ul li {
  position: relative;
  padding-left: 30px;
}
.footer-widget.footer-widget-style ul li i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 20px;
}
.footer-widget.footer-in h3 {
  margin-bottom: 32px;
}
.footer-widget.footer-in .time {
  background-color: #071738;
  border-radius: 3px;
  max-width: 312px;
  padding: 20px 25px;
}
.footer-widget.footer-in .time ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.footer-widget.footer-in .time ul li:last-child {
  margin-bottom: 0;
}
.footer-widget.footer-in .time ul li i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 20px;
  color: #3f51b5;
}
.footer-widget .map iframe {
  width: 100%;
  height: 178px;
  border-radius: 3px;
}
/*
Copy Area CSS
======================================================*/
.copy-area {
  border-top: 1px solid rgba(245, 245, 245, 0.05);
  padding-top: 16px;
  padding-bottom: 16px;
}
.copy-area .social-link ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.copy-area .social-link ul li {
  display: inline-block;
  padding-right: 10px;
}
.copy-area .social-link ul li:last-child {
  padding-right: 0;
}
.copy-area .social-link ul li a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
}
.copy-area .social-link ul li a:hover {
  color: #3f51b5;
}
.copy-area .copy {
  text-align: center;
}
.copy-area .copy p {
  color: #d1d1d1;
}
.copy-area .copy p span {
  font-weight: 500;
  color: #3f51b5;
}
.copy-area .copy p a {
  font-weight: 500;
  color: #3f51b5;
}
.copy-area .copy p a:hover {
  color: #ffffff;
}
.copy-area .policy {
  text-align: end;
}
.copy-area .policy a {
  color: #d1d1d1;
}
.copy-area .policy a:hover {
  color: #3f51b5;
}
