/* table of content - start
==================================================================================================== */
/* ==================================================
Project Name 	:  Appril
File 			:  CSS Base
Version 		:  1.0.0
Last change 	:  25 February 2014
Author 			:  Bitspeck
================================================== */
/* table of content - end
==================================================================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Ubuntu:400,400i,500,500i,700,700i");
/* global area - start
==================================================================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 1.65;
  font-style: normal;
  color: #656565;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #ffffff;
  background-color: #2a1786;
}

::selection {
  color: #ffffff;
  background-color: #2a1786;
}

.container {
  max-width: 1200px;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
ul {
  margin: 0;
  list-style-type: none;
}
a,
button {
  cursor: pointer;
  line-height: normal;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
}
a:hover,
button:hover {
  text-decoration: none;
}

button {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
button:focus {
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
}

.image-container {
  overflow: hidden;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: 700;
  color: #222222;
  text-transform: capitalize;
  font-family: "Ubuntu", sans-serif;
}

strong,
span,
small,
label,
i {
  margin: 0px;
  padding: 0px;
  line-height: normal;
  display: inline-block;
  font-family: "Lato", sans-serif;
}

strong {
  font-weight: 700;
}

.form-item {
  position: relative;
  margin-bottom: 30px;
}
.form-item input {
  width: 100%;
  height: 50px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 20px;
  border-radius: 30px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-item input:focus {
  outline: none;
  border-color: #2a1786;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(42, 23, 134, 0.5);
  box-shadow: 0px 0px 15px 1px rgba(42, 23, 134, 0.5);
}
.form-item input:focus + .form-item-btn {
  color: #ffffff;
  background-color: #2a1786;
}
.form-item .form-item-btn {
  top: 50%;
  z-index: 1;
  right: 8px;
  height: 35px;
  min-width: 35px;
  font-size: 16px;
  padding: 0px 20px;
  line-height: 35px;
  color: #ffffff;
  position: absolute;
  text-align: center;
  border-radius: 30px;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #0280d0;
}

.form-textarea {
  position: relative;
  margin-bottom: 30px;
}
.form-textarea textarea {
  width: 100%;
  min-height: 150px;
  border-radius: 5px;
  padding: 15px 20px;
  border: 1px solid #f0f0f0;
}
.form-textarea textarea:focus {
  outline: none;
  border-color: #2a1786;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(42, 23, 134, 0.5);
  box-shadow: 0px 0px 15px 1px rgba(42, 23, 134, 0.5);
}

:-moz-placeholder {
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
}

::-moz-placeholder {
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
}

:-ms-input-placeholder {
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
}

/* owl settings - start
================================================== */
.owl-theme .owl-dots .owl-dot span {
  background: #2a1786;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #2a1786;
}

.owl-theme .owl-dots .owl-dot:hover span {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  background: #ffffff;
  border: 1px solid #2a1786;
}

.owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  background: #ffffff;
  border: 1px solid #2a1786;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  margin: 0px;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 0px;
}
.owl-theme .owl-nav .owl-next > span,
.owl-theme .owl-nav .owl-prev > span {
  color: transparent;
  background: transparent;
}
.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 18px;
  font-weight: 900;
  line-height: 38px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  color: #0180d0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #0180d0;
  font-family: "Font Awesome 5 Free";
}
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background: none;
}
.owl-theme .owl-nav .owl-next:hover:before,
.owl-theme .owl-nav .owl-prev:hover:before {
  color: #ffffff;
  background-color: #0180d0;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}
.owl-theme .owl-nav .owl-prev:before {
  content: "\f060";
}

.owl-theme .owl-nav .owl-next:before {
  content: "\f061";
}

/* owl settings - end
================================================== */
/* list style settings - start 
================================================== */
.ul-li > ul {
  margin: 0px;
  padding: 0px;
  display: table;
}
.ul-li > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-block {
  width: 100%;
  display: table;
}
.ul-li-block > ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}
.ul-li-block > ul > li {
  width: 100%;
  display: table;
  list-style: none;
}

.ul-li-right > ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table;
}
.ul-li-right > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-center > ul {
  padding: 0px;
  margin: 0 auto;
  display: table;
}
.ul-li-center > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

/* list style settings - end
================================================== */
/* social links - start
================================================== */
.social-links > ul > li {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.social-links > ul > li:last-child {
  margin-right: 0px;
}
.social-links > ul > li > a {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 18px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  color: #2a1786;
  background-color: #ffffff;
}
.social-links > ul > li > a:before {
  top: 0px;
  left: 0px;
  opacity: 0;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #2a1786;
}
.social-links > ul > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}
.social-links > ul > li > a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* social links - end
================================================== */
/* padding - margin setting - start 
================================================== */
.sec-ptb-100 {
  padding: 100px 0px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

/* padding - margin setting - end
================================================== */
/* button style - start
================================================== */
.custom-btn {
  width: auto;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  padding: 0px 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #0280d0;
}
.custom-btn:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 11px 1px rgb(42 23 134 / 70%);
  box-shadow: 0px 2px 11px 1px rgb(42 23 134 / 70%);
}
.custom-btn:active {
  transform: translateY(2px);
}

/* button style - end
================================================== */
/* title text - start
================================================== */
.section-title .sec-title-text {
  font-size: 36px;
  color: #0280d0;
  text-transform: capitalize;
}

/* title text - end
================================================== */
/* back to top - start
================================================== */
#thetop {
  top: 0;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  z-index: -1;
  position: absolute;
}

.backtotop {
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 999;
  bottom: 41px;
  display: none;
  position: fixed;
  border-radius: 100%;
  background-color: rgba(2, 128, 208, 1) ;
  -webkit-box-shadow: 0px 3px 30px 1px rgba(2, 128, 208, 1);
  box-shadow: 0px 3px 30px 1px rgba(2, 128, 208, 1);
}
.backtotop .scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

/* back to top - end
================================================== */
/* preloader - start
================================================== */
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #ffffff url("../images/preloader-1.gif") no-repeat center center;
}

/* preloader - end
================================================== */
/* custom colors - start
================================================== */
.color-default {
  color: #656565;
}

.color-purple-deep {
  color: #610fe1;
}

.color-purple-light {
  color: #8d2ce2;
}

.color-default-black {
  color: #222222;
}

.color-brinjal-color {
  color: #19072d;
}

.color-royalblue-color {
  color: #2a1786;
}

.bg-default {
  background-color: #656565;
}

.bg-purple-deep {
  background-color: #610fe1;
}

.bg-purple-light {
  background-color: #8d2ce2;
}

.bg-default-black {
  background-color: #222222;
}

.bg-brinjal-color {
  background-color: #19072d;
}

.bg-royalblue-color {
  background-color: #2a1786;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.bg-rating-star {
  color: #f2b01e;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.color-rating-star {
  background-color: #f2b01e;
}

.color-deep-gray {
  color: #f0f0f0;
}

.color-light-gray {
  color: #f7f7f7;
}

.bg-deep-gray {
  background-color: #f0f0f0;
}

.bg-light-gray {
  background-color: #f7f7f7;
}

.color-twitter {
  color: #1da1f2;
}

.color-youtube {
  color: #ff0000;
}

.color-facebook {
  color: #3b5998;
}

.color-linkedin {
  color: #007bb5;
}

.color-pinterest {
  color: #bd081c;
}

.color-google-plus {
  color: #db4437;
}

.color-instagram-magenta {
  color: #c32aa3;
}

.bg-twitter {
  background-color: #1da1f2;
}

.bg-youtube {
  background-color: #ff0000;
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-linkedin {
  background-color: #007bb5;
}

.bg-pinterest {
  background-color: #bd081c;
}

.bg-google-plus {
  background-color: #db4437;
}

.bg-instagram-magenta {
  background-color: #c32aa3;
}

/* custom colors - end
================================================== */
/* transition - start
================================================== */
a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* transition - end
================================================== */
/* global area - end
==================================================================================================== */
/* header-section - start
==================================================================================================== */
.header-section {
  padding: 30px 0px;
}
.header-section .main-menubar {
  padding: 7px 0px;
  /* mobile-menu-btn - start */
  /* mobile-menu-btn - end */
}
.header-section .main-menubar > ul {
  /* sub-menu - start */
  /* sub-menu - end */
  /* sub-menu >> sub-menu - start */
  /* sub-menu >> sub-menu - end */
}
.header-section .main-menubar > ul > li {
  margin-right: 40px;
  position: relative;
}
.header-section .main-menubar > ul > li:last-child {
  margin-right: 0px;
}
.header-section .main-menubar > ul > li > a {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
}
.header-section .main-menubar > ul > li > a:before {
  left: 0px;
  right: 0px;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 3px;
  content: "";
  bottom: -44px;
  position: absolute;
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
  background-color: #ffffff;
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header-section .main-menubar > ul > li:hover > a:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.header-section .main-menubar > ul > li > .active:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.header-section .main-menubar > ul > .menu-item-has-child {
  position: relative;
}
.header-section .main-menubar > ul > .menu-item-has-child > .sub-menu {
  top: 21px;
  left: 50%;
  z-index: 1;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  min-width: 200px;
  padding-top: 43px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-section .main-menubar > ul > .menu-item-has-child > .sub-menu:before {
  top: 43px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: #868017;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
}
.header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li {
  width: 100%;
  display: table;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > li:last-child {
  border-bottom: none;
}
.header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li > a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > li:hover
  > a {
  color: #ffffff;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .active
  > a {
  color: #ffffff;
}
.header-section .main-menubar > ul > .menu-item-has-child:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child {
  position: relative;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu {
  top: 0px;
  left: 150%;
  z-index: 1;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  min-width: 200px;
  position: absolute;
  visibility: hidden;
  background-color: red;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: #2a1786;
  -webkit-box-shadow: 2px 0px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu
  > li {
  width: 100%;
  display: table;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu
  > li:last-child {
  border-bottom: none;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu
  > li
  > a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu
  > li:hover
  > a {
  color: #ffffff;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu
  > .active
  > a {
  color: #ffffff;
}
.header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child:hover
  > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-section .main-menubar > .mobile-menu-btn {
  width: 50px;
  height: 50px;
  padding: 0px;
  display: none;
  overflow: hidden;
  margin: -14px 0px;
  margin-left: 40px;
  text-align: center;
  border-radius: 100%;
}
.header-section .main-menubar > .mobile-menu-btn #left-sidebar-collapse {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

/* header-section - end
==================================================================================================== */
/* mobile-menu-container  - start
==================================================================================================== */
.mobile-menu-container {
  display: block;
  position: relative;
}
.mobile-menu-container .left-sidebar {
  top: 0px;
  bottom: 0px;
  left: -360px;
  width: 350px;
  z-index: 1000;
  position: fixed;
  padding-top: 100px;
  overflow-y: scroll;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #2a1786;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.2);
  /* brand-logo - start */
  /* brand-logo - end */
  /* main-menubar - start */
  /* main-menubar - end */
  /* footer-content - start */
  /* footer-content - end */
}
.mobile-menu-container .left-sidebar #sidebar-dismiss {
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 50px;
  height: 50px;
  font-size: 30px;
  cursor: pointer;
  line-height: 44px;
  text-align: center;
  position: absolute;
  border-radius: 0px;
  color: #2a1786;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
}
.mobile-menu-container .left-sidebar .sidebar-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-container .left-sidebar .sidebar-title .title-text {
  font-size: 24px;
  padding: 0px 30px;
  color: #ffffff;
}

.mobile-menu-container .left-sidebar .brand-logo {
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 100%;
  margin: 0px auto 80px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
}
.mobile-menu-container .left-sidebar .brand-logo .brand-link {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 140px;
}
.mobile-menu-container .left-sidebar .main-menubar > ul > li {
  width: 100%;
  display: table;
}
.mobile-menu-container .left-sidebar .main-menubar > ul > li > a {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  padding: 0px 30px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Ubuntu", sans-serif;
}
.mobile-menu-container .left-sidebar .main-menubar > ul > li > a > .icon {
  float: left;
  width: 35px;
  height: 35px;
  margin: 8px 0px;
  font-size: 18px;
  line-height: 35px;
  margin-right: 8px;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.2);
}
.mobile-menu-container .left-sidebar .main-menubar > ul > li > .active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu-container .left-sidebar .main-menubar > ul > li > .active > .icon {
  color: #2a1786;
  background-color: white;
}
.mobile-menu-container .left-sidebar .main-menubar > ul > li:hover > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu-container .left-sidebar .main-menubar > ul > li:hover > a > .icon {
  color: #2a1786;
  background-color: white;
}
.mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > a {
  position: relative;
}
.mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > a:before {
  top: 50%;
  right: 30px;
  font-size: 14px;
  font-weight: 900;
  content: "\f078";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Font Awesome 5 Free";
}
.mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child:hover
  > a:before {
  color: white;
}
.mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu {
  width: 100%;
  padding: 0px 15px;
  padding-left: 47px;
  background-color: rgba(0, 0, 0, 0.1);
}
.mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > li
  > a {
  width: 100%;
  height: 40px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 15px;
  padding-left: 27px;
  position: relative;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > li
  > a:before {
  top: 0px;
  left: 0px;
  width: 1px;
  bottom: 0px;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > li
  > a:after {
  top: 50%;
  z-index: 1;
  width: 8px;
  height: 8px;
  content: "";
  left: -3.5px;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #2a1786;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > li:hover
  > a {
  color: #ffffff;
}
.mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > li:hover
  > a:after {
  border-color: #ffffff;
  background-color: #ffffff;
}
.mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > .active
  > a {
  color: #ffffff;
}
.mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > .active
  > a:after {
  border-color: #ffffff;
  background-color: #ffffff;
}
.mobile-menu-container .left-sidebar .footer-content {
  padding: 0px 30px;
  color: #ffffff;
}
.mobile-menu-container .left-sidebar .footer-content .copyright-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu-container
  .left-sidebar
  .footer-content
  .copyright-text
  .author-link {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}
.mobile-menu-container .left-sidebar .footer-content .social-links > ul > li {
  width: 30px;
  height: 30px;
}
.mobile-menu-container
  .left-sidebar
  .footer-content
  .social-links
  > ul
  > li
  > a {
  font-size: 16px;
  line-height: 30px;
}
.mobile-menu-container .left-sidebar.active {
  left: 0px;
}
.mobile-menu-container .overlay {
  opacity: 0;
  width: 100vw;
  z-index: 999;
  display: none;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-menu-container .overlay.active {
  opacity: 1;
  display: block;
}

.left-sidebar::-webkit-scrollbar {
  width: 0px;
}

/* mobile-menu-container  - end
==================================================================================================== */
/* header effects - start
==================================================================================================== */
/* sticky-header - start
================================================== */
.sticky-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sticky-header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: #3bb2fd; /* color principal turquesa-azulado */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky-header.stuck {
  border-bottom: 1px solid #099efc; /* tono más intenso al hacer scroll */
}

.sticky-header.stuck:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #0280d0; /* azul turquesa profundo (al hacer scroll) */
  -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
}

/* sticky-header - end
================================================== */
/* header effects - end
==================================================================================================== */
/* footer section - start
==================================================================================================== */
.footer-section {
  /* footer-newsletter - start */
  /* footer-newsletter - end */
  /* copyright-text - start */
  /* copyright-text - end */
}
.footer-section .footer-newsletter {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer-section .footer-newsletter .overlay-royalblue {
  padding: 60px 0px;
  background-color: rgba(2, 128, 208, 0.65);
}
.footer-section .footer-newsletter .item-title {
  font-size: 24px;
  color: #ffffff;
}
.footer-section .copyright-text {
  padding: 20px 0px;
  background-color: #eeeeee;
}
.footer-section .copyright-text p i {
  font-size: 14px;
}
.footer-section .copyright-text p .author-link {
  color: #2a1786;
  font-weight: 500;
}
.footer-section .copyright-text p .author-link:hover {
  text-decoration: underline;
}

/* footer section - end
==================================================================================================== */
/* home page 1 - start
==================================================================================================== */
/* banner-section - start
================================================== */
.banner-section {
  width: 100%;
  height: 80vh;
  padding: 60px 0px;
  padding-top: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;

  background-position: center center;
}
.banner-section .banner-content {
  padding-top: 100px;
  color: #ffffff;
}
.banner-section .banner-content .big-title {
  font-size: 54px;
  color: #ffffff;
}
.banner-section .banner-content .big-title > strong {
  color: #1d7096;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
}
.banner-section .banner-content .btns-group > ul > li {
  margin-right: 15px;
}
.banner-section .banner-content .btns-group > ul > li:last-child {
  margin-right: 0px;
}
.banner-section .banner-content .btns-group > ul > li > a {
  height: 45px;
  padding: 0px 30px;
  line-height: 41px;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  font-weight: 500;
  border: 2px solid #ffffff;
}
.banner-section .banner-content .btns-group > ul > li > a:hover {
  color: #2a1786;
  background-color: #ffffff;
}
.banner-section .banner-content .btns-group > ul > li > .learn-more-btn {
  color: #2a1786;
  background-color: #ffffff;
}
.banner-section .banner-content .btns-group > ul > li > .learn-more-btn:hover {
  color: #ffffff;
  background-color: transparent;
}

/*common banar area css start*/

.common-banner-area {
  position: relative;
  background-image: url(../images/banner/bg-4.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  max-height: 340px;
}
.common-banner-area .container {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.breadcrumb-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-text {
  margin-top: 80px;
  z-index: 99;
}
.common-banner-area .container .common-banner-title {
  padding: 120px 0 40px 0;
}
.breadcrumb-area {
  position: relative;
  margin: 0 calc(-50vw + 50%);
  background: transparent;
}

/*breadcrumb*/

.breadcrumb {
  background: transparent;
  margin-bottom: 0px;
}
.breadcrumb-area .breadcrumb-1 a {
  color: #fff;
}
.breadcrumb-area .breadcrumb-item {
  z-index: 9;
}

/*common banar area css end*/

/* banner-section - end
================================================== */
/* about-section - start
================================================== */
.about-section .about-content {
  padding-top: 80px;
}
.about-section .about-content .btns-group .title-text {
  width: 100%;
  display: table;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  text-transform: capitalize;
}
.about-section .about-content .btns-group > ul > li {
  margin-right: 30px;
}
.about-section .about-content .btns-group > ul > li:last-child {
  margin-right: 0px;
}
.about-section .about-content .btns-group > ul > li > a {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  background-color: red;
}
.about-section .about-content .btns-group > ul > li > a > img {
  margin: auto;
}
.about-section .about-content .btns-group > ul > .app-store > a {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#14c4fd),
    to(#1661ee)
  );
  background-image: -webkit-linear-gradient(top, #14c4fd, #1661ee);
  background-image: -o-linear-gradient(top, #14c4fd, #1661ee);
  background-image: linear-gradient(to bottom, #14c4fd, #1661ee);
  -webkit-box-shadow: 0px 5px 15px 1px rgb(20 196 253 / 50%);
  box-shadow: 0px 5px 15px 1px rgb(20 196 253 / 50%);
}
.about-section .about-content .btns-group > ul > .app-store > a:hover {
  -webkit-box-shadow: 0px 2px 50px 1px rgba(20, 196, 253, 0.8);
  box-shadow: 0px 2px 50px 1px rgba(20, 196, 253, 0.8);
}
.about-section .about-content .btns-group > ul > .play-store > a {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8d2ce2),
    to(#610fe1)
  );
  background-image: -webkit-linear-gradient(top, #8d2ce2, #610fe1);
  background-image: -o-linear-gradient(top, #8d2ce2, #610fe1);
  background-image: linear-gradient(to bottom, #8d2ce2, #610fe1);
  -webkit-box-shadow: 0px 5px 15px 1px rgba(141, 44, 226, 0.5);
  box-shadow: 0px 5px 15px 1px rgba(141, 44, 226, 0.5);
}
.about-section .about-content .btns-group > ul > .play-store > a:hover {
  -webkit-box-shadow: 0px 2px 50px 1px rgba(141, 44, 226, 0.8);
  box-shadow: 0px 2px 50px 1px rgba(141, 44, 226, 0.8);
}
.about-section .about-content .btns-group > ul > .windows-10 > a {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.2);
}
.about-section .about-content .btns-group > ul > .windows-10 > a:hover {
  -webkit-box-shadow: 0px 2px 50px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 50px 1px rgba(0, 0, 0, 0.3);
}

/* about-section - end
================================================== */
/* feature-section - start
================================================== */
.feature-section .feature-content {
  z-index: 1;
  padding: 86px 0px;
  position: relative;
  margin-right: -90px;
}
.feature-section .feature-content .feature-item {
  margin-bottom: 60px;
}
.feature-section .feature-content .feature-item:first-child,
.feature-section .feature-content .feature-item:last-child {
  margin-right: -70px;
}
.feature-section .feature-content .feature-item:last-child {
  margin-bottom: 0px;
}
.feature-section .feature-content .feature-item .item-icon {
  float: right;
  width: 100px;
  height: 100px;
  font-size: 54px;
  margin: 24px 0px;
  margin-left: 40px;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  color: #2a1786;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 50px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 50px 1px rgba(0, 0, 0, 0.2);
}
.feature-section .feature-content .feature-item .item-content {
  padding: 30px;
  display: table;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-section .feature-content .feature-item .item-content:before {
  top: 50%;
  opacity: 0;
  z-index: 1;
  content: "";
  right: -5px;
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid transparent;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid transparent;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.feature-section .feature-content .feature-item .item-content .item-title {
  font-size: 18px;
}
.feature-section .feature-content .feature-item:hover .item-icon {
  color: #ffffff;
  background-color: #2a1786;
}
.feature-section .feature-content .feature-item:hover .item-content {
  border-color: #f0f0f0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}
.feature-section .feature-content .feature-item:hover .item-content:before {
  opacity: 1;
}

/* feature-section - end
================================================== */
/* promo-section - start
================================================== */
.promo-section .promo-video {
  width: 765px;
  height: 385px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  margin-bottom: -192.5px;
}
.promo-section .promo-video:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  z-index: 1;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/mobile-frame-1.png);
}
.promo-section .promo-video .image-container {
  top: 20px;
  left: 35px;
  right: 35px;
  bottom: 35px;
  position: absolute;
  border-radius: 30px;
}
.promo-section .promo-video .image-container > img {
  width: 100%;
  display: block;
}
.promo-section .promo-video .video-btn {
  top: 50%;
  z-index: 1;
  left: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.promo-section .promo-video .video-btn .icon {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 54px;
  color: #ffffff;
  line-height: 100px;
  border-radius: 100%;
  background-color: #2a1786;
}
.promo-section .promo-video .video-btn:after,
.promo-section .promo-video .video-btn:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 100%;
}
.promo-section .promo-video .video-btn:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.5);
}
.promo-section .promo-video .video-btn:after {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  background-color: rgba(255, 255, 255, 0.2);
}

/* promo-section - end
================================================== */
/* funfact-section - start
================================================== */
.funfact-section {
  padding-top: 252.5px;
  padding-bottom: 60px;
}
.funfact-section .funfact-items-list > ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.funfact-section .funfact-items-list > ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.funfact-section .funfact-items-list > ul li .item-icon {
  font-size: 54px;
  color: #ffffff;
}
.funfact-section .funfact-items-list > ul li .count-text {
  font-size: 36px;
  color: #ffffff;
}
.funfact-section .funfact-items-list > ul li .title-text {
  font-size: 18px;
  color: #ffffff;
}

/* funfact-section - end
================================================== */
/* screenshot-section - start
================================================== */
.screenshot-section .screenshot-carousel {
  position: relative;
}
.screenshot-section .screenshot-carousel .owl-stage-outer {
  padding: 20px 0px;
}
.screenshot-section .screenshot-carousel:before {
  top: 20px;
  left: 50%;
  z-index: 1;
  content: "";
  width: 241px;
  height: 481px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center center;
  background-image: url(../images/mobile-frame-2.png);
}
.screenshot-section .screenshot-carousel .item {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.screenshot-section .screenshot-carousel .item .image-container {
  border-radius: 30px;
}
.screenshot-section .screenshot-carousel .item .image-container > img {
  width: 100%;
  display: block;
}
.screenshot-section .screenshot-carousel .owl-item .item {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.screenshot-section .screenshot-carousel .owl-item .item .image-container {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(42, 23, 134, 0.5);
  box-shadow: 0px 0px 15px 2px rgba(42, 23, 134, 0.5);
}
.screenshot-section .screenshot-carousel .owl-item.active.center .item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.screenshot-section
  .screenshot-carousel
  .owl-item.active.center
  .item
  .image-container {
  -webkit-box-shadow: 0px 0px 30px 2px rgba(42, 23, 134, 0.8);
  box-shadow: 0px 0px 30px 2px rgba(42, 23, 134, 0.8);
}

.screenshot-section .owl-theme .owl-nav {
  margin-top: 60px;
}

/* screenshot-section - end
================================================== */
/* team-section - start
================================================== */
.team-section .team-member {
  padding: 30px;
  margin-top: 30px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-section .team-member .hero-image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 30px;
  border-radius: 100%;
  background-color: #0280d0;
}
.team-section .team-member .hero-name {
  font-size: 24px;
}
.team-section .team-member .hero-social-links > ul > li {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 8px;
  border-radius: 100%;
}
.team-section .team-member .hero-social-links > ul > li:last-child {
  margin-right: 0px;
}
.team-section .team-member .hero-social-links > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.team-section .team-member:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.hero-image {
  position: relative;
}
.hero-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 100px solid rgba(2, 128, 208, 0.4);
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team-section .team-member:hover .hero-image::before {
  border: 0px solid rgba(2, 128, 208, 0.4);
}

/* team-section - end
================================================== */
/* testimonial-section - start
================================================== */
.testimonial-section {
  position: relative;
  background-color: #f5f5f5;
}
.testimonial-section .testimonial-carousel .item {
  padding: 30px;
  margin-top: 50px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #099efc;
}
.testimonial-section .testimonial-carousel .item .client-image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: -70px;
  border-radius: 100%;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #2a1786;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}
.testimonial-section .testimonial-carousel .item .client-name {
  font-size: 24px;
  color: #ffffff;
}
.testimonial-section .testimonial-carousel .item .client-title {
  font-size: 18px;
  text-transform: capitalize;
}
.testimonial-section .owl-theme .owl-nav .owl-next,
.testimonial-section .owl-theme .owl-nav .owl-prev {
  top: 52%;
  margin: 0px;
  position: absolute;
}
.testimonial-section .owl-theme .owl-nav .owl-prev {
  left: -200px;
}
.testimonial-section .owl-theme .owl-nav .owl-next {
  right: -200px;
}

/* testimonial-section - end
================================================== */
/* pricing-section - start
================================================== */
.pricing-section .pricing-plan {
  position: relative;
  overflow: hidden;
  border-radius: 10px; /* puede ajustar */
}

.pricing-section .pricing-plan::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: linear-gradient(12deg, #362e73 0%, #0280d0 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s linear;
  border-radius: inherit;
}

.pricing-section .pricing-plan:hover::before {
  opacity: 1;
}
.pricing-section .pricing-plan .header-content .item-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.pricing-section .pricing-plan .header-content .plan-title {
  font-size: 24px;
  color: #0280d0;
  text-transform: uppercase;
}
.pricing-section .pricing-plan .header-content .plan-price {
  font-size: 16px;
  color: #0280d0;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}
.pricing-section .pricing-plan .header-content .plan-price > strong {
  font-size: 18px;
}

.pricing-section .pricing-plan .body-content {
  padding: 30px 0px;
}
.pricing-section .pricing-plan .body-content > ul > li {
  margin-bottom: 15px;
}
.pricing-section .pricing-plan .body-content > ul > li:last-child {
  margin-bottom: 0px;
}
.pricing-section .pricing-plan:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
}

.pricing-section .pricing-plan:hover .header-content .plan-title,
.pricing-section .pricing-plan:hover .header-content .plan-price,
.pricing-section .pricing-plan:hover .body-content ul li,  
.pricing-section .pricing-plan:hover .old-price,
.pricing-section .pricing-plan:hover .old-price del {
  color: #ffffff !important;
}
.pricing-section .pricing-plan {
  height: auto;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-section .pricing-plan .body-content {
  flex-grow: 1;
}

/* Línea divisora después del precio tachado */
.pricing-plan .header-content .old-price {
  margin-bottom: 15px;
}

.pricing-plan .header-content .old-price::after {
  content: "";
  display: block;
  width: 80%;
  margin: 12px auto 0;
  height: 1.8px;
  background-color: #ddd;
  border-radius: 2px;
}

/* Subtítulo gris con línea */
.pricing-section .section-title .sec-subtitle {
  color: #7a7a7a; /* gris */
  font-weight: 500;
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  font-size: 20px; /* más pequeño que el título principal */
}

/* Línea debajo del subtítulo */
.pricing-section .section-title .sec-subtitle::after {
  content: "";
  width: 60%;
  height: 2px;
  background: #bbbbbb; /* gris claro */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 2px;
}



.early-badge {
  display: inline-block;
  background: #0280d0;
  color: #ffffff;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: bounceIn 0.6s ease-out;
}

@keyframes bounceIn {
  0% { transform: scale(0.5); opacity: 0; }
  60% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}

.early-badge-wrapper {
  margin-bottom: 25px;
}


.title-box {
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 12px;
  border: 2px solid #0280d0; 
  transition: background 0.3s ease, color 0.3s ease;
}

.title-box .plan-title {
  margin: 0;
  color: #0280d0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}


.pricing-plan:hover .title-box {
  background: #0280d0; 
  border-color: #0280d0; 
}

.pricing-plan:hover .title-box .plan-title {
  color: #ffffff; 
}


/* pricing-section - end
================================================== */

.pricing-plan .body-content ul li {
  position: relative;
  padding-left: 28px; 
  margin-bottom: 10px;
}

.pricing-plan .body-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  color: #0280d0;
  font-weight: bold;
}

/* ==== FORZAR MISMA ALTURA EN TODAS LAS CARDS ==== */

/* Las columnas se vuelven flex para igualar la altura */
#pricing-section .row > div {
  display: flex;
}

/* Las cards crecen para ocupar toda la columna; width 100% es necesario
   porque dentro de una columna flex la card solo mediría su contenido */
.pricing-plan {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* El footer queda siempre abajo */
.pricing-plan .footer-content {
  margin-top: auto;
}


/* home page 1 - end
==================================================================================================== */
/* home page 2 - start
==================================================================================================== */
/* global settings - start
================================================== */
.home-page-2 {
  /* owl settings - start */
  /* owl settings - end */
  /* social links - start */
  /* social links - end */
  /* button style - start */
  /* button style - end */
  /* title text - start */
  /* title text - end */
  /* back to top - start */
  /* back to top - end */
  /* preloader - start */
  /* preloader - end */
}
.home-page-2 ::-moz-selection {
  color: #ffffff;
  background-color: #19072d;
}
.home-page-2 ::selection {
  color: #ffffff;
  background-color: #19072d;
}
.home-page-2 .form-item input:focus {
  border-color: #19072d;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(25, 7, 45, 0.5);
  box-shadow: 0px 0px 15px 1px rgba(25, 7, 45, 0.5);
}
.home-page-2 .form-item input:focus + .form-item-btn {
  color: #ffffff;
  background-color: #19072d;
}
.home-page-2 .form-item .form-item-btn {
  background-color: #0280d0;
}
.home-page-2 .form-textarea textarea:focus {
  border-color: #19072d;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(25, 7, 45, 0.5);
  box-shadow: 0px 0px 15px 1px rgba(25, 7, 45, 0.5);
}
.home-page-2 .owl-theme .owl-dots .owl-dot span {
  background: #19072d;
  border: 1px solid #19072d;
}
.home-page-2 .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
  border: 1px solid #19072d;
}
.home-page-2 .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  border: 1px solid #19072d;
}
.home-page-2 .owl-theme .owl-nav .owl-next:before,
.home-page-2 .owl-theme .owl-nav .owl-prev:before {
  color: #0280d0;
  border: 2px solid #0280d0;
}
.home-page-2 .owl-theme .owl-nav .owl-next:hover:before,
.home-page-2 .owl-theme .owl-nav .owl-prev:hover:before {
  color: #ffffff;
  background-color: #19072d;
}
.home-page-2 .social-links > ul > li > a {
  color: #19072d;
  background-color: #ffffff;
}
.home-page-2 .social-links > ul > li > a:before {
  background-color: #19072d;
}
.home-page-2 .social-links > ul > li > a:hover {
  color: #ffffff;
}
.home-page-2 .custom-btn {
  color: #ffffff;
  background-color: #19072d;
}
.home-page-2 .custom-btn:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 8px 1px rgba(25, 7, 45, 0.5);
  box-shadow: 0px 3px 8px 1px rgba(25, 7, 45, 0.5);
}
.home-page-2 .section-title .sec-title-text {
  color: #0280d0;
}
.home-page-2 .backtotop {
  background-color: #19072d;
}
.home-page-2 #preloader {
  background: #ffffff url("../images/preloader-2.gif") no-repeat center center;
}

/* global settings - end
================================================== */
/* header-section - start
================================================== */
.home-page-2
  .header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu:before {
  background-color: #19072d;
}

.home-page-2
  .header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child {
  position: relative;
}
.home-page-2
  .header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu:before {
  background-color: #19072d;
}

.home-page-2 .sticky-header.stuck {
  border-bottom: 1px solid #19072d;
}
.home-page-2 .sticky-header.stuck:before {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#19072d),
    to(#19072d)
  );
  background-image: -webkit-linear-gradient(right, #19072d, #19072d);
  background-image: -o-linear-gradient(right, #19072d, #19072d);
  background-image: linear-gradient(to left, #19072d, #19072d);
}

.home-page-2 .mobile-menu-container .left-sidebar {
  background-color: #19072d;
}
.home-page-2 .mobile-menu-container .left-sidebar #sidebar-dismiss {
  color: #19072d;
}
.home-page-2
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  > li
  > .active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.home-page-2
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  > li
  > .active
  > .icon {
  color: #19072d;
  background-color: white;
}
.home-page-2
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  > li:hover
  > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.home-page-2
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  > li:hover
  > a
  > .icon {
  color: #19072d;
  background-color: white;
}
.home-page-2
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > li
  > a:after {
  background-color: #19072d;
}
.home-page-2
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > li:hover
  > a {
  color: #ffffff;
}
.home-page-2
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > li:hover
  > a:after {
  border-color: #ffffff;
  background-color: #ffffff;
}
.home-page-2
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > .active
  > a {
  color: #ffffff;
}
.home-page-2
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > .active
  > a:after {
  border-color: #ffffff;
  background-color: #ffffff;
}
.home-page-2
  .mobile-menu-container
  .left-sidebar
  .footer-content
  .social-links
  > ul
  > li
  > a {
  color: #19072d;
}
.home-page-2
  .mobile-menu-container
  .left-sidebar
  .footer-content
  .social-links
  > ul
  > li
  > a:before {
  background-color: #19072d;
}
.home-page-2
  .mobile-menu-container
  .left-sidebar
  .footer-content
  .social-links
  > ul
  > li
  > a:hover {
  color: #ffffff;
  background-color: transparent;
}

/* header-section - end
================================================== */
/* banner-section - start
================================================== */

.home-page-2 .banner-section .banner-content .big-title > strong {
  color: #ffffff;
}
.home-page-2 .banner-section .banner-content .btns-group > ul > li > a {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.home-page-2 .banner-section .banner-content .btns-group > ul > li > a:hover {
  color: #19072d;
  background-color: #ffffff;
}
.home-page-2
  .banner-section
  .banner-content
  .btns-group
  > ul
  > li
  > .learn-more-btn {
  color: #19072d;
  background-color: #ffffff;
}
.home-page-2
  .banner-section
  .banner-content
  .btns-group
  > ul
  > li
  > .learn-more-btn:hover {
  color: #ffffff;
  background-color: transparent;
}

/* banner-section - end
================================================== */
/* feature-section - start
================================================== */
.home-page-2 .feature-section .feature-content .feature-item .item-icon {
  color: #19072d;
}

.home-page-2 .feature-section .feature-content .feature-item:hover .item-icon {
  color: #ffffff;
  background-color: #19072d;
}

/* feature-section - end
================================================== */
/* promo-section - start
================================================== */
.home-page-2 .promo-section .promo-video .video-btn .icon {
  background-color: #19072d;
}

/* promo-section - end
================================================== */
/* screenshot-section - start
================================================== */
.home-page-2 .screenshot-section .screenshot-carousel:before {
  background-image: url(../images/mobile-frame-3.png);
}

/* screenshot-section - end
================================================== */
/* team-section - start
================================================== */
.home-page-2 .team-section .team-member .hero-image {
  background-color: #0280d0;
}

/* team-section - end
================================================== */
/* testimonial-section - start
================================================== */
.home-page-2 .testimonial-section .testimonial-carousel .item {
  background-color: #19072d;
}
.home-page-2 .testimonial-section .testimonial-carousel .item .client-image {
  background-color: #19072d;
}

/* testimonial-section - end
================================================== */
/* pricing-section - start
================================================== */
.home-page-2 .pricing-section .pricing-plan .header-content .item-icon {
  background-color: #19072d;
}

.home-page-2 .pricing-section .pricing-plan .header-content .plan-title {
  color: #19072d;
}

.home-page-2 .pricing-section .pricing-plan .header-content .plan-price {
  color: #19072d;
}

/* pricing-section - end
================================================== */
/* footer-section - start
================================================== */
.home-page-2 .footer-section .footer-newsletter .overlay-royalblue {
  background-color: rgba(2, 128, 208, 0.65);
}

.home-page-2 .footer-section .copyright-text p .author-link {
  color: rgba(2, 128, 208, 1);
}

/* footer-section - end
================================================== */
/* home page 2 - end
==================================================================================================== */
/* home page 3 - start
==================================================================================================== */
/* global settings - start
================================================== */
.home-page-3 {
  /* owl settings - start */
  /* owl settings - end */
  /* social links - start */
  /* social links - end */
  /* button style - start */
  /* button style - end */
  /* title text - start */
  /* title text - end */
  /* back to top - start */
  /* back to top - end */
  /* preloader - start */
  /* preloader - end */
}
.home-page-3 ::-moz-selection {
  color: #ffffff;
  background-color: #8d2ce2;
}
.home-page-3 ::selection {
  color: #ffffff;
  background-color: #8d2ce2;
}
.home-page-3 .form-item input:focus {
  border-color: #8d2ce2;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(141, 44, 226, 0.5);
  box-shadow: 0px 0px 15px 1px rgba(141, 44, 226, 0.5);
}
.home-page-3 .form-item input:focus + .form-item-btn {
  color: #ffffff;
  background-color: #8d2ce2;
}
.home-page-3 .form-item .form-item-btn {
  background-color: #8d2ce2;
}
.home-page-3 .form-textarea textarea:focus {
  border-color: #8d2ce2;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(141, 44, 226, 0.5);
  box-shadow: 0px 0px 15px 1px rgba(141, 44, 226, 0.5);
}
.home-page-3 .owl-theme .owl-dots .owl-dot span {
  background: #8d2ce2;
  border: 1px solid #8d2ce2;
}
.home-page-3 .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
  border: 1px solid #8d2ce2;
}
.home-page-3 .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  border: 1px solid #8d2ce2;
}
.home-page-3 .owl-theme .owl-nav .owl-next:before,
.home-page-3 .owl-theme .owl-nav .owl-prev:before {
  color: #8d2ce2;
  border: 2px solid #8d2ce2;
}
.home-page-3 .owl-theme .owl-nav .owl-next:hover:before,
.home-page-3 .owl-theme .owl-nav .owl-prev:hover:before {
  color: #ffffff;
  background-color: #8d2ce2;
}
.home-page-3 .social-links > ul > li > a {
  color: #8d2ce2;
  background-color: #ffffff;
}
.home-page-3 .social-links > ul > li > a:before {
  background-color: #8d2ce2;
}
.home-page-3 .social-links > ul > li > a:hover {
  color: #ffffff;
}
.home-page-3 .custom-btn {
  color: #ffffff;
  background-color: #8d2ce2;
}
.home-page-3 .custom-btn:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 8px 1px rgba(141, 44, 226, 0.5);
  box-shadow: 0px 3px 8px 1px rgba(141, 44, 226, 0.5);
}
.home-page-3 .section-title .sec-title-text {
  color: #8d2ce2;
}
.home-page-3 .backtotop {
  background-color: #8d2ce2;
}
.home-page-3 #preloader {
  background: #ffffff url("../images/preloader-3.gif") no-repeat center center;
}

/* global settings - end
================================================== */
/* header-section - start
================================================== */
.home-page-3
  .header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu:before {
  background-color: #8d2ce2;
}

.home-page-3
  .header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child {
  position: relative;
}
.home-page-3
  .header-section
  .main-menubar
  > ul
  > .menu-item-has-child
  > .sub-menu
  > .menu-item-has-child
  > .sub-menu:before {
  background-color: #8d2ce2;
}

.home-page-3 .sticky-header.stuck {
  border-bottom: 1px solid #8d2ce2;
}
.home-page-3 .sticky-header.stuck:before {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#610fe1),
    to(#8d2ce2)
  );
  background-image: -webkit-linear-gradient(right, #610fe1, #8d2ce2);
  background-image: -o-linear-gradient(right, #610fe1, #8d2ce2);
  background-image: linear-gradient(to left, #610fe1, #8d2ce2);
}

.home-page-3 .mobile-menu-container .left-sidebar {
  background-color: #8d2ce2;
}
.home-page-3 .mobile-menu-container .left-sidebar #sidebar-dismiss {
  color: #8d2ce2;
}
.home-page-3
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  > li
  > .active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.home-page-3
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  > li
  > .active
  > .icon {
  color: #8d2ce2;
  background-color: white;
}
.home-page-3
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  > li:hover
  > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.home-page-3
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  > li:hover
  > a
  > .icon {
  color: #8d2ce2;
  background-color: white;
}
.home-page-3
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > li
  > a:after {
  background-color: #8d2ce2;
}
.home-page-3
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > li:hover
  > a {
  color: #ffffff;
}
.home-page-3
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > li:hover
  > a:after {
  border-color: #ffffff;
  background-color: #ffffff;
}
.home-page-3
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > .active
  > a {
  color: #ffffff;
}
.home-page-3
  .mobile-menu-container
  .left-sidebar
  .main-menubar
  > ul
  .menu-item-has-child
  > .sub-menu
  > .active
  > a:after {
  border-color: #ffffff;
  background-color: #ffffff;
}
.home-page-3
  .mobile-menu-container
  .left-sidebar
  .footer-content
  .social-links
  > ul
  > li
  > a {
  color: #8d2ce2;
}
.home-page-3
  .mobile-menu-container
  .left-sidebar
  .footer-content
  .social-links
  > ul
  > li
  > a:before {
  background-color: #8d2ce2;
}
.home-page-3
  .mobile-menu-container
  .left-sidebar
  .footer-content
  .social-links
  > ul
  > li
  > a:hover {
  color: #ffffff;
  background-color: transparent;
}

/* header-section - end
================================================== */
/* banner-section - start
================================================== */
.home-page-3 .banner-section {
  width: 100%;
  height: 100vh;
  padding-top: 200px;
}
.home-page-3 .banner-section .banner-content {
  padding-top: 0px;
}
.home-page-3 .banner-section .banner-content .big-title > strong {
  color: #ffffff;
}
.home-page-3 .banner-section .banner-content .btns-group > ul > li > a {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.home-page-3 .banner-section .banner-content .btns-group > ul > li > a:hover {
  color: #8d2ce2;
  background-color: #ffffff;
}
.home-page-3
  .banner-section
  .banner-content
  .btns-group
  > ul
  > li
  > .learn-more-btn {
  color: #8d2ce2;
  background-color: #ffffff;
}
.home-page-3
  .banner-section
  .banner-content
  .btns-group
  > ul
  > li
  > .learn-more-btn:hover {
  color: #ffffff;
  background-color: transparent;
}
.home-page-3 .banner-section .banner-item-image {
  padding-top: 100px;
}

/* banner-section - end
================================================== */
/* feature-section - start
================================================== */
.home-page-3 .feature-section .feature-content .feature-item .item-icon {
  color: #8d2ce2;
}

.home-page-3 .feature-section .feature-content .feature-item:hover .item-icon {
  color: #ffffff;
  background-color: #8d2ce2;
}

/* feature-section - end
================================================== */
/* promo-section - start
================================================== */
.home-page-3 .promo-section .promo-video .video-btn .icon {
  background-color: #8d2ce2;
}

/* promo-section - end
================================================== */
/* funfact-section - start
================================================== */
.home-page-3 .funfact-section {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#610fe1),
    to(#8d2ce2)
  );
  background-image: -webkit-linear-gradient(right, #610fe1, #8d2ce2);
  background-image: -o-linear-gradient(right, #610fe1, #8d2ce2);
  background-image: linear-gradient(to left, #610fe1, #8d2ce2);
}

/* funfact-section - end
================================================== */
/* screenshot-section - start
================================================== */
.home-page-3 .screenshot-section .screenshot-carousel:before {
  background-image: url(../images/mobile-frame-4.png);
}

/* screenshot-section - end
================================================== */
/* team-section - start
================================================== */
.home-page-3 .team-section .team-member .hero-image {
  background-color: #8d2ce2;
}

/* team-section - end
================================================== */
/* testimonial-section - start
================================================== */
.home-page-3 .testimonial-section .testimonial-carousel .item {
  background-color: #8d2ce2;
}
.home-page-3 .testimonial-section .testimonial-carousel .item .client-image {
  background-color: #8d2ce2;
}

/* testimonial-section - end
================================================== */
/* pricing-section - start
================================================== */
.home-page-3 .pricing-section .pricing-plan .header-content .item-icon {
  background-color: #8d2ce2;
}

.home-page-3 .pricing-section .pricing-plan .header-content .plan-title {
  color: #8d2ce2;
}

.home-page-3 .pricing-section .pricing-plan .header-content .plan-price {
  color: #8d2ce2;
}

/* pricing-section - end
================================================== */
/* footer-section - start
================================================== */
.home-page-3 .footer-section .footer-newsletter .overlay-royalblue {
  background-color: rgba(141, 44, 226, 0.9);
}

.home-page-3 .footer-section .copyright-text p .author-link {
  color: #8d2ce2;
}

/* footer-section - end
================================================== */

/* blog-list page - start
================================================== */

.blog-details-section {
  padding: 100px 0px;
}
.blog-list-section {
  padding: 100px 0px;
}
.blog-details-content {
  border: 1px solid #ccc;
  background: #eee;
  padding: 20px;
}
.blog-details-title h4 {
  font-weight: 600;
  line-height: 2.1rem;
  color: #2a1786;
}
.blog-details-meta ul li {
  margin-right: 20px;
  position: relative;
}
.blog-details-meta ul li a {
  color: #656565;
}
.blog-details-meta ul li a i {
  margin-right: 5px;
}
.blog-details-meta ul .b-d-li::after {
  background: #c7c7c7 none repeat scroll 0 0;
  content: "";
  height: 12px;
  position: absolute;
  right: -10px;
  top: 8px;
  width: 1px;
}
.blockquote {
  background-color: #2a1786;
  padding: 68px 70px 67px;
  position: relative;
}
blockquote p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-style: italic;
  line-height: 1.75;
}
blockquote .quote-icon {
  position: absolute;
  top: 15px;
  left: 20px;
}
blockquote .quote-icon i {
  font-size: 50px;
  color: #494ca4;
}
blockquote .quote-icons {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
blockquote .quote-icons i {
  font-size: 50px;
  color: #494ca4;
}
.blog-righr-sidebar {
  border: 1px solid #eee;
  padding: 5px;
}
.single-blog-sub-text h6 {
  font-weight: 600;
}
.single-blog-sub-text ul li {
  color: #666666;
}
.blog-share .share-list a {
  margin-left: 20px;
}
.blog-tags-share-wrap .blog-tags h6 {
  font-weight: 600;
}
.share-list a i {
  color: #656565;
  font-size: 18px !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.share-list a i:hover {
  color: #2a1786;
}
.blog-author-img {
  border-radius: 50px;
  height: 100px;
  width: 100px;
}
.about-author-title {
  border-bottom: 2px solid #ededed;
  position: relative;
}
.blog-comment {
  padding-top: 20px;
}
.about-author-title:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #2a1786;
}
.bottom-border-title {
  border-bottom: 2px solid #ededed;
  position: relative;
}
.bottom-border-title:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #2a1786;
}
.bottom-border-title h5 {
  font-weight: 600;
}
.single-sidebar input {
  min-height: 50px;
}
.about-author-title h5 {
  font-weight: 600;
}
.publish-date {
  line-height: 1.8rem;
}
.blog-commenter-img {
  border-radius: 50px;
  height: 100px;
  width: 100px;
}
.blog-comment-r1 {
  border-bottom: 2px solid #ededed;
}
.blog-comment-reply {
  border-bottom: 2px solid #ededed;
}
.blog-author-social ul li a i {
  color: #656565;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.blog-author-social ul li a i:hover {
  color: #f26522;
}
.blog-comment .reply-btn {
  position: absolute;
  right: 36px;
  font-size: 14px;
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}
.blog-comment .reply-btn:hover {
  color: #2a1786;
}
.review-action ul li i:hover {
  color: #2a1786;
  cursor: pointer;
}
.form-control.input-field {
  float: left;
  width: calc(100% - 50px);
}
.single-sidebar button.search-btn {
  font-size: 22px;
  height: 50px;
  width: 50px;
  border: 2px solid #ededed;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.single-sidebar button.search-btn i:hover {
  color: #2a1786;
}
.single-sidebar button.search-btn i:active {
  transform: translateY(2px);
}
.categories-list ul li {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.categories-list ul li:hover {
  margin-left: 10px;
}
.categories-list ul li a i {
  margin-right: 5px;
}
.categories-list ul li a {
  color: #656565;
}
.categories-list ul li:hover a {
  color: #2a1786;
}
.rightsite-social ul li a i {
  font-size: 18px;
  color: #656565;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.rightsite-social ul li a i:hover {
  color: #2a1786;
}
.single-sidebar .recent-post ul li .rp-thumb img {
  height: 75px;
  width: 95px;
  position: relative;
}
.rp-text h6 {
  line-height: 1.5rem;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.rp-text h6:hover {
  color: #2a1786;
}
.rp-text a {
  display: block;
}
.tag-list a {
  border-radius: 25px;
  border: 1px solid #eee;
  color: #656565;
  padding: 5px 10px;
  margin: 0px 5px 10px 0px !important;
}
.tag-list a:hover {
  color: #2a1786;
}
.rightsite-month ul li {
  border-bottom: 1px solid #c6c6c6;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.rightsite-month ul li:hover {
  margin-left: 10px;
}
.rightsite-month ul li a i {
  margin-right: 5px;
}
.rightsite-month ul li a {
  color: #656565;
}
.rightsite-month ul li:hover a {
  color: #2a1786;
}
.blog-read-btn {
  background-color: #2a1786;
  color: #ffffff;
}
.blog-read-btn i {
  margin-left: 5px;
  color: #ffffff;
}
.blog-read-btn:hover {
  color: #ffffff;
}
.pagination-wrap .page-item .page-link {
  font-size: 16px;
  font-weight: 600;
  color: #2a1786;
  border-color: #2a1786;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #2a1786;
  border-color: #2a1786;
}
.pagination-wrap > ul > li {
  margin-left: 16px;
}
.pagination-wrap {
  margin: 30px auto 60px auto;
}

/* blog-list page - end
================================================== */

/* contact page - start
================================================== */

.contact-section {
  padding: 100px 0px;
}
.contact-text {
  color: #2a1786;
}
.contact-btn {
  background-color: #2a1786;
}
.contact-btn2t {
  background-color: #eee;
  color: #2a1786;
}
.contact-icon-box {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.contact-icon-box a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-icon-box a i {
  color: #2a1786;
  font-size: 18px;
}
.media-body strong {
  color: #2a1786;
  font-weight: bold;
}

/* contact page - end
================================================== */

/* home page 3 - end
==================================================================================================== */
/* ================================================== 
*	Project Name 	:  Appril
*	File 			:  Responsive CSS Base
*	Version 		:  1.0.0
*	Last change 	:  24 January 2019
*	Author 			:  Bitspeck
*	Developer:		:  Rakibul Islam Dewan

*	css code for responsive layout To make Responsive
================================================== */
/* ==================================================
*	1 - media screen and (max-width: 1903px)
*	2 - media screen and (max-width: 1199px)
*	3 - media screen and (max-width: 991px)
*	4 - media screen and (max-width: 767px)
*	5 - media screen and (max-width: 680px)
*	6 - media screen and (max-width: 480px)
*	7 - media screen and (max-width: 320px)
================================================== */
/*  ====================================================================================================
1 - media screen and (max-width: 1903px) - start
==================================================================================================== */
@media screen and (max-width: 1903px) {
  body {
    font-size: 14px;
  }
  .banner-section {
    width: 100%;
    height: 100vh;
    display: table;
  }
}

/* ====================================================================================================
1 - media screen and (max-width: 1903px) - end
==================================================================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  .sec-ptb-100 {
    padding: 80px 0px;
  }
  .banner-section {
    height: auto;
  }
  .feature-section .feature-content {
    padding: 20px 0px;
    margin-right: -90px;
  }
  .feature-section .feature-content .feature-item:first-child,
  .feature-section .feature-content .feature-item:last-child {
    margin-right: -100px;
  }
  .screenshot-section .screenshot-carousel:before {
    top: 15px;
    width: 525px;
    height: 1045px;
  }
  .screenshot-section .screenshot-carousel .owl-item .item {
    padding: 10px;
  }
  .team-section .team-member {
    padding: 20px;
  }
  .team-section .team-member .hero-image {
    width: 180px;
    height: 180px;
  }
  .testimonial-section .owl-theme .owl-nav .owl-prev {
    left: -18px;
  }
  .testimonial-section .owl-theme .owl-nav .owl-prev:before {
    color: #0280d0;
    background-color: #ffffff;
  }
  .testimonial-section .owl-theme .owl-nav .owl-next {
    right: -18px;
  }
  .testimonial-section .owl-theme .owl-nav .owl-next:before {
    color: #0280d0;
    background-color: #ffffff;
  }
  .home-page-2 .testimonial-section .owl-theme .owl-nav .owl-prev:before {
    color: #0280d0;
    background-color: #ffffff;
  }
  .home-page-2 .testimonial-section .owl-theme .owl-nav .owl-next:before {
    color: #0280d0;
    background-color: #ffffff;
  }
  .home-page-3 .testimonial-section .owl-theme .owl-nav .owl-prev:before {
    color: #8d2ce2;
    background-color: #ffffff;
  }
  .home-page-3 .testimonial-section .owl-theme .owl-nav .owl-next:before {
    color: #8d2ce2;
    background-color: #ffffff;
  }
  .home-page-3 .banner-section {
    height: auto;
  }
  .home-page-3 .banner-section .banner-item-image {
    padding-top: 0;
  }
}

/* ====================================================================================================
2 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
3 - media screen and (max-width: 991px) - start --->>>for medium device
==================================================================================================== */
@media screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 30px;
  }
  .header-section .main-menubar {
    padding: 0;
  }
  .header-section .main-menubar > ul {
    display: none;
  }
  .header-section .main-menubar > .mobile-menu-btn {
    margin: -5px 0px;
    display: inline-block;
  }
  .banner-section .banner-content {
    padding-top: 60px;
  }
  .banner-section .banner-content .big-title {
    font-size: 42px;
  }
  .home-page-3
    .banner-section
    .banner-content
    .btns-group
    > ul
    > li
    > .learn-more-btn {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(141, 44, 226, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(141, 44, 226, 0.2);
  }
  .about-section .about-content {
    padding-top: 50px;
    text-align: center;
  }
  .about-section .about-content .btns-group > ul {
    margin: 0px auto;
  }
  .feature-section .feature-content {
    padding: 0px;
    margin-right: 0px;
  }
  .feature-section .feature-content .feature-item:first-child,
  .feature-section .feature-content .feature-item:last-child {
    margin-right: 0px;
  }
  .feature-section .smartphone-image {
    display: none;
  }
  .feature-section .feature-content .feature-item {
    margin-bottom: 0px;
  }
  .feature-section .feature-content .feature-item .item-icon {
    float: left;
    margin: 33px 0px;
    margin-right: 40px;
  }
  .feature-section .feature-content .feature-item .item-content {
    text-align: left;
  }
  .feature-section .feature-content .feature-item .item-content:before {
    left: -25px;
    right: unset;
    width: 30px;
    height: 30px;
    border-top: 1px solid transparent;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #f0f0f0;
  }
  .promo-section .promo-video {
    width: 650px;
    height: 320px;
  }
  .screenshot-section .screenshot-carousel .owl-item .item {
    padding: 25px;
  }
  .screenshot-section .screenshot-carousel:before {
    top: 43px;
    width: 340px;
    height: 730px;
  }
  .team-section .team-member {
    padding: 40px 20px;
  }
  .testimonial-section .owl-theme .owl-nav {
    margin-top: 25px;
  }
  .testimonial-section .owl-theme .owl-nav .owl-next,
  .testimonial-section .owl-theme .owl-nav .owl-prev {
    position: -webkit-sticky;
    position: sticky;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 0px 5px;
  }
  /* .pricing-section .pricing-plan {
    max-width: 370px;
    margin: 30px auto 0px;
  } */
}

/* ====================================================================================================
3 - media screen and (max-width: 991px) - end --->>>for medium device
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 767px) - start --->>>For Mobile Device
==================================================================================================== */
@media screen and (max-width: 768px) {
  .screenshot-section .screenshot-carousel:before {
    height: 695px;
  }
}
/* ====================================================================================================
4 - media screen and (max-width: 767px) - end --->>>For Mobile Device
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 680px) - start
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 680px) - end
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 600px) - end
==================================================================================================== */
@media screen and (max-width: 600px) {
  .banner-section .banner-content {
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .banner-section {
    height: auto;
    width: 110%;
  }
  #funfact-section {
    width: 111%;
  }
  .screenshot-section .screenshot-carousel:before {
    top: 43px;
    width: 255px;
    height: 510px;
  }
}
/* ====================================================================================================
6 - media screen and (max-width: 680px) - end
==================================================================================================== */
/* ====================================================================================================
7 - media screen and (max-width: 640px) - start
==================================================================================================== */
@media screen and (max-width: 640px) {
  .banner-section .banner-content {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .banner-section {
    width: 104%;
  }
}

/* ====================================================================================================
7 - media screen and (max-width: 640px) - end
==================================================================================================== */
/* ====================================================================================================
8 - media screen and (max-width: 540px) - start
==================================================================================================== */
@media screen and (max-width: 540px) {
  .banner-section {
    width: 123%;
  }
  #funfact-section {
    width: 123%;
  }
  .screenshot-section .screenshot-carousel .item .image-container > img {
    height: 500px;
  }
}

/* ====================================================================================================
8 - media screen and (max-width: 540px) - start
==================================================================================================== */

/* ====================================================================================================
9 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {
  .sec-ptb-100 {
    padding: 60px 0px;
  }
  .section-title .sec-title-text {
    font-size: 30px;
  }
  .mobile-menu-container .left-sidebar {
    width: 300px;
  }
  .header-section .main-menubar > .mobile-menu-btn {
    margin: 0px;
    margin-top: -45px;
  }
  .banner-section .banner-content {
    padding-top: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
  .banner-section .banner-content .big-title {
    font-size: 30px;
  }
  .banner-section .banner-content .btns-group > ul {
    margin: 0 auto;
  }
  .feature-section .feature-content .feature-item .item-icon {
    width: 80px;
    height: 80px;
    font-size: 36px;
    margin: 70px 0px;
    line-height: 80px;
    margin-right: 30px;
  }
  .promo-section .promo-video {
    width: 280px;
    height: 145px;
    margin-bottom: -75px;
  }
  .promo-section .promo-video .image-container {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .promo-section .promo-video .video-btn {
    width: 40px;
    height: 40px;
  }
  .promo-section .promo-video .video-btn .icon {
    font-size: 18px;
    line-height: 40px;
  }
  .funfact-section {
    padding-top: 100px;
  }
  .funfact-section .funfact-items-list > ul {
    width: 100%;
    display: table;
  }
  .funfact-section .funfact-items-list > ul li {
    width: 100%;
    display: table;
    margin-top: 30px;
  }
  .screenshot-section .screenshot-carousel .owl-item .item {
    padding: 0;
  }
  .screenshot-section .screenshot-carousel .owl-item .item .image-container {
    max-width: 190px;
    margin: 0px auto;
  }
  .screenshot-section .screenshot-carousel:before {
    top: 15px;
    width: 210px;
    height: 420px;
  }
  .screenshot-section .owl-theme .owl-nav {
    margin-top: 30px;
  }
  .home-page-3 .banner-section {
    padding-top: 160px;
  }
}

/* ====================================================================================================
9 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
10 - media screen and (max-width: 360px) - start
==================================================================================================== */

@media screen and (max-width: 320px) {
  .promo-section .promo-video .image-container {
    top: 10px;
    left: 18px;
    right: 9px;
    bottom: 10px;
  }
}

/* ====================================================================================================
10 - media screen and (max-width: 360px) - end
==================================================================================================== */
/* ====================================================================================================
11 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 320px) {
  .banner-section .banner-content .btns-group > ul > li {
    margin-right: 10px;
  }
  .banner-section .banner-content .btns-group > ul > li > a {
    padding: 0px 25px;
  }
  .feature-section .section-title {
    margin-bottom: 30px;
  }
  .feature-section .feature-content .feature-item {
    margin-top: 30px;
  }
  .feature-section .feature-content .feature-item .item-icon {
    float: none;
    margin: 0 auto 30px;
  }
  .feature-section .feature-content .feature-item .item-content {
    width: 100%;
    text-align: center;
  }
  .feature-section .feature-content .feature-item .item-content:before {
    left: 50%;
    top: -25px;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid transparent;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid transparent;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
  }
  .screenshot-section .screenshot-carousel .item {
    padding: 0px 43px;
  }
}

/* ====================================================================================================
11 - media screen and (max-width: 320px) - end
==================================================================================================== */
/* ====================================================================================================
11 - media screen and (max-width: 280px) - start
==================================================================================================== */
@media screen and (max-width: 320px) {
  .screenshot-section .screenshot-carousel .item .image-container > img {
    height: 410px;
  }
}

/* ====================================================================================================
11 - media screen and (max-width: 280px) - end
==================================================================================================== */

/* ====================================================================================================
ITour — secciones personalizadas (mockups, recorrido de la app, ayuntamientos, galería)
==================================================================================================== */

/* navbar ITour — píldora flotante con efecto cristal */
.itour-nav {
  padding: 20px 0px;
  border-bottom: none;
}
.itour-nav.sticky-header {
  border-bottom: none;
}
.itour-nav.sticky-header.stuck {
  border-bottom: none;
}
.itour-nav.sticky-header.stuck::before {
  display: none;
}
.itour-nav .nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.itour-nav .brand-logo {
  flex: 0 0 auto;
}
.itour-nav .brand-logo .logo-dark {
  display: none;
}
.itour-nav.stuck .brand-logo .logo-light {
  display: none;
}
.itour-nav.stuck .brand-logo .logo-dark {
  display: inline-block;
}
.itour-nav .nav-pill {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 60px;
  background-color: rgba(13, 27, 42, 0.25);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 32px -10px rgba(2, 20, 40, 0.35);
  transition: all 0.3s ease-in-out;
}
.itour-nav.stuck .nav-pill {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(13, 27, 42, 0.08);
  box-shadow: 0 14px 34px -10px rgba(2, 20, 40, 0.25);
}
.itour-nav.stuck .nav-links a {
  color: rgba(13, 27, 42, 0.75);
}
.itour-nav.stuck .nav-links a:hover {
  color: #0280d0;
  background-color: rgba(2, 128, 208, 0.1);
}
.itour-nav.stuck .nav-links a.active {
  color: #ffffff;
  background-color: #0280d0;
  box-shadow: none;
}
.itour-nav.stuck .mobile-menu-btn #left-sidebar-collapse {
  color: #0280d0;
  background-color: rgba(2, 128, 208, 0.12);
}
.itour-nav .nav-links ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style: none;
  align-items: center;
}
.itour-nav .nav-links li {
  margin: 0px 3px;
}
.itour-nav .nav-links a {
  display: block;
  padding: 10px 16px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  font-family: "Ubuntu", sans-serif;
  transition: all 0.25s ease-in-out;
}
.itour-nav .nav-links a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
}
.itour-nav .nav-links a.active {
  color: #ffffff;
  background-color: rgba(2, 128, 208, 0.6);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.itour-nav .nav-cta {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 26px;
  margin-left: 14px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  background-image: linear-gradient(90deg, #0280d0, #14c4fd);
  box-shadow: 0 8px 20px -6px rgba(2, 128, 208, 0.65);
  transition: all 0.25s ease-in-out;
}
.itour-nav .nav-cta:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px -6px rgba(2, 128, 208, 0.85);
}
.itour-nav .mobile-menu-btn {
  display: none;
  margin-left: auto;
}
.itour-nav .mobile-menu-btn #left-sidebar-collapse {
  width: 46px;
  height: 46px;
  font-size: 22px;
  line-height: 46px;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 1199px) {
  .itour-nav .nav-links a {
    padding: 10px 11px;
    font-size: 14px;
  }
  .itour-nav .nav-cta {
    padding: 0px 18px;
  }
}
@media screen and (max-width: 991px) {
  .itour-nav .nav-links,
  .itour-nav .nav-cta {
    display: none;
  }
  .itour-nav .mobile-menu-btn {
    display: block;
  }
}

/* logo ITour */
.brand-logo .itour-logo {
  height: 72px;
  width: auto;
  margin: -10px 0px;
}
.itour-nav .itour-logo {
  height: 62px;
  margin: -6px 0px;
}
.left-sidebar .brand-logo .itour-logo {
  height: 90px;
  margin: 0px;
}

/* mockup de teléfono reutilizable */
.phone-mockup {
  display: inline-block;
  padding: 10px;
  border-radius: 34px;
  background: #16202e;
  box-shadow: 0 22px 45px -14px rgba(22, 32, 46, 0.5);
  max-width: 250px;
}
.phone-mockup > img {
  width: 100%;
  display: block;
  border-radius: 25px;
}

/* teléfono flotante del banner */
.banner-item-image .phone-mockup {
  max-width: 240px;
  animation: itour-float 5s ease-in-out infinite;
}
@keyframes itour-float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-16px); }
}

.smartphone-image .phone-mockup {
  max-width: 260px;
}

/* recorrido pantalla a pantalla */
.app-tour-section {
  background-color: #f5faff;
}
.app-tour-section .tour-intro {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}
.tour-block {
  margin-bottom: 100px;
}
.tour-block:last-child {
  margin-bottom: 0px;
}
.audience-badge {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 30px;
  background-color: rgba(2, 128, 208, 0.12);
  color: #0280d0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 20px;
}
.audience-badge.badge-business {
  background-color: rgba(54, 46, 115, 0.12);
  color: #362e73;
}
.audience-badge.badge-light {
  background-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}
.tour-title {
  font-size: 30px;
  margin-bottom: 18px;
}
.tour-list {
  margin: 0px 0px 25px;
  padding: 0px;
  list-style: none;
}
.tour-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
}
.tour-list li::before {
  content: "✔";
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 16px;
  color: #0280d0;
  font-weight: bold;
}
.tour-list.light li {
  color: rgba(255, 255, 255, 0.92);
}
.tour-list.light li::before {
  color: #ffffff;
}
.tour-link {
  color: #0280d0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.5px;
}
.tour-link:hover {
  color: #362e73;
  text-decoration: underline;
}

/* pareja de teléfonos superpuestos */
.phone-duo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.phone-duo .phone-mockup {
  max-width: 220px;
  position: relative;
  z-index: 2;
}
.phone-duo .phone-back {
  z-index: 1;
  margin-top: 70px;
  margin-left: -45px;
}

/* banda para ayuntamientos */
.ayto-section {
  padding: 100px 0px;
  color: #ffffff;
  background-image: linear-gradient(12deg, #362e73 0%, #0280d0 100%);
}
.ayto-section .ayto-title {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 20px;
}
.ayto-section p {
  color: rgba(255, 255, 255, 0.92);
}
.ayto-btn {
  display: inline-block;
  height: 50px;
  line-height: 46px;
  padding: 0px 32px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 10px;
}
.ayto-btn:hover {
  background-color: #ffffff;
  color: #0280d0;
}

/* galería: capturas reales sin el marco fijo de la plantilla */
.screenshot-section .screenshot-carousel::before {
  display: none;
}
.screenshot-section .screenshot-carousel .item .image-container {
  overflow: hidden;
  border-radius: 24px;
}
.screenshot-section .screenshot-carousel .owl-item .item .image-container {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(2, 128, 208, 0.3);
  box-shadow: 0px 0px 15px 2px rgba(2, 128, 208, 0.3);
}
.screenshot-section .screenshot-carousel .owl-item.active.center .item .image-container {
  -webkit-box-shadow: 0px 10px 30px 2px rgba(2, 128, 208, 0.5);
  box-shadow: 0px 10px 30px 2px rgba(2, 128, 208, 0.5);
}

/* responsive de las secciones ITour */
@media screen and (max-width: 991px) {
  .tour-block {
    margin-bottom: 60px;
  }
  .tour-block .phone-duo {
    margin-bottom: 40px;
  }
  .tour-block .order-lg-2 .phone-duo {
    margin-bottom: 40px;
  }
  .ayto-section {
    padding: 70px 0px;
  }
  .ayto-section .ayto-image {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .phone-duo .phone-back {
    display: none;
  }
  .tour-title {
    font-size: 24px;
  }
  .ayto-section .ayto-title {
    font-size: 28px;
  }
  .banner-item-image .phone-mockup {
    max-width: 200px;
    margin-top: 30px;
  }
}

/* página de contacto ITour */
.contact-hero {
  padding: 190px 0px 70px;
  text-align: center;
  color: #ffffff;
  background-image: linear-gradient(12deg, #362e73 0%, #0280d0 100%);
}
.contact-hero .contact-hero-title {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 18px;
}
.contact-hero .contact-hero-text {
  max-width: 620px;
  margin: 0 auto 25px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
}
.contact-breadcrumb {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
}
.contact-breadcrumb li {
  color: rgba(255, 255, 255, 0.85);
}
.contact-breadcrumb li + li::before {
  content: "/";
  margin: 0px 12px;
  color: rgba(255, 255, 255, 0.5);
}
.contact-breadcrumb li a {
  color: #ffffff;
}
.contact-breadcrumb li a:hover {
  text-decoration: underline;
}

.contact-section {
  padding: 100px 0px;
  background-color: #f5faff;
}
.contact-form-card {
  padding: 45px 40px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 22px 45px -18px rgba(2, 20, 40, 0.18);
}
.contact-form-card .contact-form-title {
  color: #16202e;
  font-size: 28px;
  margin-bottom: 10px;
}
.contact-form-card .contact-form-subtitle {
  color: #6f7d8c;
}
.contact-form-card label {
  color: #16202e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-family: "Ubuntu", sans-serif;
}
.contact-form-card label small {
  color: #0280d0;
}
.contact-form-card .form-control {
  height: 52px;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 14px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  background-color: #f8fbfe;
  transition: all 0.25s ease-in-out;
}
.contact-form-card textarea.form-control {
  height: auto;
  resize: vertical;
}
.contact-form-card .form-control:focus {
  border-color: #0280d0;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(2, 128, 208, 0.12);
}
.contact-form-actions {
  padding-top: 10px;
}
.contact-submit-btn {
  display: inline-block;
  height: 50px;
  padding: 0px 34px;
  margin-right: 12px;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  cursor: pointer;
  background-image: linear-gradient(90deg, #0280d0, #14c4fd);
  box-shadow: 0 8px 20px -6px rgba(2, 128, 208, 0.65);
  transition: all 0.25s ease-in-out;
}
.contact-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px -6px rgba(2, 128, 208, 0.85);
}
.contact-reset-btn {
  display: inline-block;
  height: 50px;
  padding: 0px 28px;
  border: 1px solid rgba(2, 128, 208, 0.35);
  border-radius: 30px;
  color: #0280d0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}
.contact-reset-btn:hover {
  color: #ffffff;
  background-color: #0280d0;
}

.contact-info-card {
  display: flex;
  align-items: center;
  padding: 22px 25px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 18px 35px -18px rgba(2, 20, 40, 0.18);
  transition: all 0.25s ease-in-out;
}
.contact-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px -16px rgba(2, 128, 208, 0.35);
}
.contact-info-card .icon-circle {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 20px;
  background-image: linear-gradient(135deg, #0280d0, #14c4fd);
  box-shadow: 0 8px 18px -6px rgba(2, 128, 208, 0.6);
}
.contact-info-card .info-body strong {
  display: block;
  color: #16202e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 4px;
}
.contact-info-card .info-body p {
  margin: 0px;
  color: #6f7d8c;
  font-size: 16px;
}

.contact-cta-card {
  padding: 32px 30px;
  border-radius: 24px;
  color: #ffffff;
  background-image: linear-gradient(12deg, #362e73 0%, #0280d0 100%);
  box-shadow: 0 22px 45px -18px rgba(54, 46, 115, 0.5);
}
.contact-cta-card h4 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 12px;
}
.contact-cta-card p {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .contact-hero {
    padding: 160px 0px 60px;
  }
  .contact-hero .contact-hero-title {
    font-size: 38px;
  }
  .contact-section {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 480px) {
  .contact-hero .contact-hero-title {
    font-size: 32px;
  }
  .contact-form-card {
    padding: 30px 20px;
  }
  .contact-submit-btn {
    margin-bottom: 12px;
  }
}

/* preloader ITour — logo con anillo giratorio sobre gradiente de marca */
#preloader {
  background: linear-gradient(135deg, #362e73 0%, #0280d0 100%);
}
#preloader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0px 0px -75px;
  border-radius: 100%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #ffffff;
  animation: itour-spin 1s linear infinite;
}
#preloader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  margin: -55px 0px 0px -55px;
  background: url("../logo/logo-loader.svg") no-repeat center center / contain;
  animation: itour-pulse 1.6s ease-in-out infinite;
}
@keyframes itour-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes itour-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.92);
  }
}

/* responsive ITour — armonía en pantallas medias (pantalla dividida) y pequeñas */

/* la plantilla ensanchaba estas secciones más allá del viewport (110% / 123%)
   en móviles, descuadrando todo el layout: se restaura el ancho real */
.banner-section {
  width: 100%;
}
#funfact-section {
  width: 100%;
}

/* banner: en pantallas medias las dos columnas quedaban apretadas;
   se apilan (texto arriba, teléfono debajo centrado) */
@media screen and (max-width: 991px) {
  .banner-section {
    height: auto;
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .banner-section .row > div[class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-section .banner-content {
    padding-top: 0px;
    margin-bottom: 45px;
  }
  .banner-section .banner-item-image .phone-mockup {
    margin-top: 0px;
  }
}

/* en anchos muy pequeños el texto justificado crea huecos irregulares */
@media screen and (max-width: 600px) {
  .banner-section .banner-content .text-justify {
    text-align: left !important;
  }
}

/* pricing: con 4 tarjetas por fila, en 992–1199px el contenido quedaba
   apretado; se reduce el relleno interior para mantener la proporción */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-section .pricing-plan {
    padding: 32px 18px;
  }
  .pricing-section .pricing-plan .header-content .plan-title {
    font-size: 18px;
  }
}

/* pricing: cuando las tarjetas se apilan (2x2 o columna), separación entre filas */
@media screen and (max-width: 991px) {
  .pricing-section .pricing-plan {
    margin-bottom: 30px;
  }
  .pricing-section .row {
    margin-bottom: -30px;
  }
}

/* beneficios: reloj en línea como icono principal y el candado pequeño
   como insignia sobrepuesta en la esquina inferior derecha del círculo */
.feature-section .feature-content .feature-item .item-icon.icon-duo {
  position: relative;
}
.feature-section .feature-content .feature-item .item-icon.icon-duo .fa-clock {
  font-size: 48px;
}
.feature-section .feature-content .feature-item .item-icon.icon-duo .fa-lock {
  position: absolute;
  font-size: 20px;
  line-height: 1;
  right: 18px;
  bottom: 20px;
}

/* menú lateral ITour — reemplaza el morado de la plantilla y compacta la
   cabecera para que Contacto y el pie queden visibles sin hacer scroll */
.mobile-menu-container .left-sidebar {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #362e73;
  background-image: linear-gradient(160deg, #362e73 0%, #0280d0 100%);
  border-radius: 0px 24px 24px 0px;
  overflow-x: hidden;
}
.mobile-menu-container .left-sidebar #sidebar-dismiss {
  color: #0280d0;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 24px;
}
.mobile-menu-container .left-sidebar .brand-logo {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin: 15px auto 30px;
}
.mobile-menu-container .left-sidebar .brand-logo .brand-link {
  line-height: normal;
}
.left-sidebar .brand-logo .itour-logo {
  height: 64px;
  width: auto;
}
.mobile-menu-container .left-sidebar .sidebar-title {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}
.mobile-menu-container .left-sidebar .sidebar-title .title-text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.mobile-menu-container .left-sidebar .main-menubar > ul > li > a {
  width: auto;
  margin: 3px 14px;
  padding: 0px 16px;
  border-radius: 14px;
  transition: all 0.25s ease-in-out;
}
.mobile-menu-container .left-sidebar .main-menubar > ul > li > a > .icon {
  margin-right: 14px;
  background-color: rgba(255, 255, 255, 0.15);
}
.mobile-menu-container .left-sidebar .main-menubar > ul > li > .active,
.mobile-menu-container .left-sidebar .main-menubar > ul > li:hover > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.16);
}
.mobile-menu-container .left-sidebar .main-menubar > ul > li > .active > .icon,
.mobile-menu-container .left-sidebar .main-menubar > ul > li:hover > a > .icon {
  color: #0280d0;
  background-color: #ffffff;
}
.mobile-menu-container .left-sidebar .main-menubar.mb-60 {
  margin-bottom: 35px;
}
.mobile-menu-container .left-sidebar .footer-content .copyright-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  padding: 0px 20px;
}
.mobile-menu-container .left-sidebar .footer-content .copyright-text .author-link {
  color: #ffffff;
  font-weight: 600;
}
.mobile-menu-container .left-sidebar .footer-content .social-links a {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu-container .left-sidebar .footer-content .social-links a:hover {
  color: #ffffff;
}

/* planes: las líneas de características van alineadas a la izquierda junto a su
   check (la tarjeta centra el resto: título, precio y botón) */
.pricing-section .pricing-plan .body-content > ul > li {
  text-align: left;
}

/* sección de planes: realces de color que destacan la información sin
   cambiar el comportamiento (el gradiente sigue apareciendo al pasar el ratón) */
.pricing-section {
  background-image: linear-gradient(180deg, #ffffff 0%, #e9f4fd 100%);
}
.pricing-section .pricing-plan {
  border: 1px solid rgba(2, 128, 208, 0.14);
  box-shadow: 0 22px 44px -24px rgba(2, 20, 40, 0.28);
}
.pricing-section .pricing-plan .header-content .plan-price {
  display: block;
  font-size: 17px;
  margin-top: 6px;
}
.pricing-section .pricing-plan .header-content .plan-price > strong {
  font-size: 34px;
  font-weight: 700;
}
/* precio anterior tachado en rojo, como en el arte de la promoción */
.pricing-section .pricing-plan .old-price del {
  text-decoration-color: #e0483e;
  text-decoration-thickness: 2px;
}
/* los conceptos en negrita de cada línea, en azul de marca */
.pricing-section .pricing-plan .body-content > ul > li > strong {
  color: #0280d0;
}
.pricing-section .pricing-plan:hover .body-content > ul > li > strong {
  color: #ffffff;
}

/* insignia "Primeros clientes": más dinámica y llamativa */
.early-badge {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #0280d0, #14c4fd);
  font-size: 17px;
  letter-spacing: 0.3px;
  transform: rotate(-3deg);
  box-shadow: 0 10px 24px -8px rgba(2, 128, 208, 0.6);
  animation: bounceIn 0.6s ease-out, badge-float 3.2s ease-in-out 0.6s infinite;
}
.early-badge::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  width: 45px;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  animation: badge-shine 3.2s ease-in-out infinite;
}
@keyframes badge-float {
  0%, 100% {
    transform: rotate(-3deg) translateY(0px);
  }
  50% {
    transform: rotate(-1deg) translateY(-5px);
  }
}
@keyframes badge-shine {
  0%, 55% {
    left: -60px;
  }
  100% {
    left: 130%;
  }
}

/* logo ITour en el footer (sustituye al texto "ITour") */
.footer-section .footer-itour-logo {
  height: 72px;
  width: auto;
  display: inline-block;
}

/* ITour — fin de secciones personalizadas
==================================================================================================== */
