/* ===================================
    IMPORTS
====================================== */
/* ===================================
        Header
   ====================================== */
/* nav top default */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,500,700&display=swap");
header a.logo {
  display: inline-block;
  padding-top: 0.4rem;
}
header a.logo img {
  max-width: 120px;
  vertical-align: sub;
}

.navbar-top-default {
  position: absolute;
  top: 0;
  z-index: 99;
  overflow: hidden;
  height: 90px;
  width: 100%;
  transition: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-top-default #megaone {
  margin-right: -30px;
}

.header-appear .navbar-top-default {
  height: 70px;
  position: fixed;
  z-index: 99;
  background: #ffffff;
  animation-name: animationFade;
  animation-duration: 1s;
  animation-fill-mode: both;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  background: rgba(0, 0, 0, 0.9);
  border-bottom: none;
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 0.4rem 1.5rem;
  text-transform: uppercase;
}

.nav-box-round .navbar-nav .nav-link {
  border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
  background-color: #a07bf7;
  color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
  color: #a07bf7;
}

/*nav line*/
.nav-line .navbar-nav .nav-link.active:before {
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
  position: relative;
  content: "";
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: table;
  height: 3px;
  border-radius: 2px;
  bottom: -28px;
  transition: all 300ms linear;
  transform: scaleX(0);
  background: #1c0dff;
  visibility: hidden;
  opacity: 0;
}

/* ===================================
      Side Menu
  ====================================== */
.side-menu {
  width: 40%;
  position: fixed;
  right: 0;
  top: 0;
  background: #1c0dff;
  z-index: 1032;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  overflow: hidden;
}

.side-menu.left {
  left: 0;
  right: auto;
  transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 25px;
  right: 50px;
  cursor: pointer;
}

.side-menu.before-side .btn-close {
  display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #fff;
  top: 5px;
}

.side-menu .btn-close:before {
  transform: rotate(45deg);
}

.side-menu .btn-close:after {
  transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
  transition: all 0.3s linear;
  width: 36px;
  padding: 6px;
  margin-right: 1rem;
  margin-top: 0.4rem;
  position: absolute;
  right: 15px;
  display: inline-block;
}

.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #ffffff;
  display: block;
}

.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}

.side-menu .inner-wrapper {
  padding: 3.5rem 5rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: flex;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
  margin-bottom: 30px;
  display: block;
}

.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 10px 0;
  padding: 0 !important;
  opacity: 0;
  transition: all 0.8s ease 500ms;
  transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
  transition-delay: 0.1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  transition-delay: 0.2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  transition-delay: 0.3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  transition-delay: 0.4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  transition-delay: 0.5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  transition-delay: 0.6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
  transition-delay: 0.7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
  transition-delay: 0.8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
  transition-delay: 0.9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  transform: translateY(0);
  opacity: 1;
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #fff;
  padding: 2px 0 3px 0 !important;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal;
  position: relative;
  border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
  width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}

.side-menu p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.social-icons-simple {
  margin-bottom: 0;
  margin-left: -10px;
}

.social-icons-simple li {
  display: inline-block;
}

.social-icons-simple li a {
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 38px;
  border: 1px solid transparent;
  text-align: center;
  width: 36px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background-color 0.5s ease;
}

.social-icons-simple li a:hover {
  background-color: #ffffff;
}

.social-icons-simple li.animated-wrap a:hover {
  background-color: transparent;
  color: #ffffff;
}
@keyframes animationFade {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* ===================================
     UI-Block-08
==================================== */
.ui-block-08.team-sec {
  margin-top: 80px;
}
.ui-block-08.team-sec .left-overlay {
  background-color: #1c0dff;
}
.ui-block-08.team-sec .inner-team-sec {
  background-color: #1c0dff;
}
.ui-block-08.team-sec .heading {
  margin-bottom: 30px;
  color: #fff;
}
.ui-block-08.team-sec .text {
  color: #fff;
}
.ui-block-08.team-sec .inner-team-sec .team-area {
  width: 80%;
  margin: 0 auto;
}
.ui-block-08.team-sec .inner-team-sec .team-area .team-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #313232;
  color: #ffffff;
  z-index: 11;
  border-radius: 50%;
  transition: 0.5s ease;
}
.ui-block-08.team-sec .inner-team-sec .team-area .team-nav:hover {
  background-color: #ffffff;
}
.ui-block-08.team-sec .inner-team-sec .team-area .team-nav:hover i {
  color: #313232;
}

.ui-block-08.team-sec .inner-team-sec .team-area .team-nav.team-prev {
  left: 25px;
}

.ui-block-08.team-sec .inner-team-sec .team-area .team-nav.team-next {
  right: 30px;
}

.ui-block-08.team-sec .inner-team-sec .team-area .team-nav i {
  font-size: 14px;
}

.ui-block-08.team-sec .team-detail {
  margin-top: 20px;
}

.ui-block-08.team-sec .inner-team-sec .team-carousel .team-box .team-info {
  color: white;
  font-family: Roboto, sans-serif;
  margin-top: 30px;
}

.ui-block-08.team-sec .inner-team-sec .team-carousel .team-box .team-info .team-name {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
}

.ui-block-08.team-sec .inner-team-sec .team-carousel .team-box .team-info .team-designation {
  font-size: 16px;
  font-weight: 300;
}

.ui-block-08.team-sec .team-box .overlay {
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  background: rgb(28, 13, 255);
  background: linear-gradient(144deg, rgba(28, 13, 255, 0.61341033) 0%, rgba(30, 30, 30, 0.5994047277) 47%, rgba(255, 86, 1, 0.5797968846) 98%);
  opacity: 0;
  transition: 0.8s ease;
}

.ui-block-08.team-sec .item:hover .team-box {
  cursor: pointer;
}

.ui-block-08.team-sec .item:hover .team-box .overlay {
  opacity: 1;
}

.ui-block-08.team-sec .team-box .team-social li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.ui-block-08.team-sec .team-box:hover .team-social li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ui-block-08.team-sec .team-box .team-social li {
  display: inline-block;
  transition: all 0.5s ease;
}

.ui-block-08.team-sec .team-box .team-social li:first-child {
  transition-delay: 0.1s;
}

.ui-block-08.team-sec .team-box .team-social li:nth-child(2) {
  transition-delay: 0.2s;
}

.ui-block-08.team-sec .team-box .team-social li:nth-child(3) {
  transition-delay: 0.3s;
}

.ui-block-08.team-sec .team-box .team-social li:nth-child(4) {
  transition-delay: 0.4s;
}

.ui-block-08.team-sec .team-box .team-social li:nth-child(5) {
  transition-delay: 0.5s;
}

.ui-block-08.team-sec .team-box .team-social li:nth-child(6) {
  transition-delay: 0.6s;
}

.ui-block-08.team-sec .team-box .team-social li:nth-child(7) {
  transition-delay: 0.7s;
}

.ui-block-08.team-sec .team-box .team-social li a {
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid;
  width: 36px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: transparent;
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease;
}

.ui-block-08.team-sec .team-box .team-social li a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.ui-block-08.team-sec .left-overlay {
  position: absolute;
  left: 0;
  right: 60%;
  top: 0;
  bottom: 0;
}

.ui-block-08.team-sec .right-overlay {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
}

.ui-block-08.team-sec .padding-bottom {
  padding-bottom: 120px;
}

.ui-block-08.team-sec .padding-top {
  padding-top: 120px;
}

.ui-block-08.team-sec .heading {
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 50px;
}

.ui-block-08.team-sec .text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.ui-block-08.team-sec .text-black {
  color: #202020;
}

.ui-block-08.team-sec .text-yellow {
  color: #fed51b !important;
}

.ui-block-08.team-sec .heading span {
  display: block;
}

.ui-block-08.team-sec .facebook-text-hvr:hover {
  color: #4267b2 !important;
}

.ui-block-08.team-sec .twitter-text-hvr:hover {
  color: #1da1f2 !important;
}

.ui-block-08.team-sec .instagram-text-hvr:hover {
  color: #fc9c2c !important;
}

.ui-block-08.team-sec .linkedin-text-hvr:hover {
  color: #0077b5 !important;
}

.ui-block-08.team-sec .pinterest-text-hvr:hover {
  color: #bd081c !important;
}

.ui-block-08.team-sec .google-text-hvr:hover {
  color: #db4437 !important;
}

.ui-block-08.team-sec .youtube-text-hvr:hover {
  color: #e30f0f !important;
}

@media screen and (max-width: 1024px) {
  .team-detail-text {
    padding-right: 50px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .team-detail-text .heading-area .title {
    font-size: 35px;
  }
}

.team-details {
  position: relative;
}

.close-detail {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 2.5rem;
  position: absolute;
  top: 120px;
  right: 100px;
}
@media screen and (max-width: 991.99px) {
  .close-detail {
    top: 60px;
    right: 10px;
  }
}

@media (min-width: 1600px) {
  .ui-block-08.team-sec .container {
    max-width: 1340px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ui-block-08.team-sec .team-detail {
    margin-bottom: 80px;
  }
  .ui-block-08.team-sec .inner-team-sec .team-area {
    width: 70%;
  }
  .ui-block-08.team-sec .inner-team-sec .team-area .team-nav.team-next {
    right: 20px;
  }
  .ui-block-08.team-sec .inner-team-sec .team-area .team-nav.team-prev {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ui-block-08.team-sec .heading {
    font-size: 44px;
  }
  .ui-block-08.team-sec .team-detail {
    margin-bottom: 80px;
  }
  .ui-block-08.team-sec .inner-team-sec .team-area {
    width: 70%;
  }
  .ui-block-08.team-sec .inner-team-sec .team-area .team-nav.team-next {
    right: 20px;
  }
  .ui-block-08.team-sec .inner-team-sec .team-area .team-nav.team-prev {
    left: 20px;
  }
}
.actividades {
  padding-top: 200px;
  background-image: url("../img/linea.png");
  background-repeat: no-repeat;
}

.actividades .cast-card .cast-img {
  overflow: hidden;
}

.actividades .cast-card .cast-img img {
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
}

.actividades .cast-card .cast-detail {
  padding: 10px 20px;
  height: 250px;
  background-color: #000;
  position: relative;
}

.actividades .cast-card .cast-detail .cast-content {
  position: relative;
  z-index: 1;
}

.actividades .cast-card .cast-detail .cast-name {
  font-size: 18px;
  font-weight: bold;
  font-family: "Stretch Pro", sans-serif;
  margin-bottom: 5px;
  transition: 0.3s ease;
  text-transform: uppercase;
}

.actividades .cast-card .cast-detail .cast-designation {
  font-size: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #1c0dff;
  margin-bottom: 15px;
  display: block;
  transition: 0.3s ease;
}

.actividades .cast-card .cast-detail .cast-des {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #000000;
  margin-bottom: 15px;
  transition: 0.3s ease;
}

.actividades .cast-card .cast-detail .cast-social {
  margin-bottom: 0;
}

.actividades .cast-card .cast-detail .cast-social li {
  list-style: none;
  display: inline-block;
}

.actividades .cast-card .cast-detail .cast-social li a i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  border: solid 0.5px #000;
  opacity: 0.8;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
}

.actividades .cast-card .cast-detail .cast-social li a i:hover {
  background-color: #1c0dff;
  border: solid 0.5px #1c0dff;
  color: #ffffff;
}

.actividades .testimonial-cast .item .cast-card .cast-detail .overlay-cast {
  position: absolute;
  background-color: #1c0dff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  transition: 0.3s ease;
}

.actividades .testimonial-cast .item:nth-child(even) .cast-card .cast-detail .overlay-cast {
  top: 100%;
  bottom: auto;
}

.actividades .testimonial-cast .item:hover .cast-card .cast-detail .overlay-cast {
  bottom: 0;
}

.actividades .testimonial-cast .item:nth-child(even):hover .cast-card .cast-detail .overlay-cast {
  top: 0;
}

.actividades .testimonial-cast .item:hover .cast-card .cast-detail .cast-designation {
  color: #ffffff;
}

.actividades .testimonial-cast .item:hover .cast-card .cast-detail .cast-name {
  color: #ffffff;
}

.actividades .testimonial-cast .item:hover .cast-card .cast-detail .cast-des {
  color: #ffffff;
}

.actividades .testimonial-cast .item:hover .cast-card .cast-detail .cast-social li a i {
  border: solid 0.5px #fff;
  color: #ffffff;
}

.actividades .testimonial-cast .item:hover .cast-card .cast-img img {
  transform: scale(1.1);
}

/* ===================================
          testimonial sec
  ====================================== */
.testimonial-sec {
  padding-bottom: 120px;
  min-height: 300px;
}

.testimonial-sec .reviews {
  font-family: "Roboto", sans-serif;
}

.testimonial-sec .review-box {
  padding-left: 50px;
  padding-right: 50px;
}

.testimonial-sec .review-box .prev-review-btn {
  transform: rotate(90deg);
  left: -15px;
  top: 40%;
}

.testimonial-sec .review-box .next-review-btn {
  transform: rotate(-90deg);
  right: -15px;
  top: 40%;
}

.testimonial-sec .review-box .prev-review-btn:hover,
.testimonial-sec .review-box .next-review-btn:hover {
  opacity: 1;
  color: #1c0dff;
  cursor: pointer;
}

.testimonial-sec .review-box .navigate-btn {
  display: inline-block;
  position: absolute;
  color: #ffffff;
  opacity: 0.7;
  transition: 0.8s ease;
}

.testimonial-sec .review-box .navigate-btn i {
  color: #ffffff;
}

.testimonial-sec .review-box .navigate-btn span {
  display: inline-block;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  opacity: 0.7;
  margin-bottom: 5px;
  margin-right: 5px;
}

.testimonial-sec .reviews .review-body {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 15px;
  padding-bottom: 80px;
}

.testimonial-sec .reviews .user-comment {
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.testimonial-sec .reviews .comment-date {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 12px;
  font-weight: 300;
}

.testimonial-sec .reviews .user-img {
  height: 100px;
  width: 100px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 15px #918f8f;
}

.testimonial-sec .reviews .user-name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 3px;
  color: #ffffff;
  font-family: "Stretch Pro", sans-serif;
  text-transform: uppercase;
}

.testimonial-sec .reviews .user-designation {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.7;
}

.testimonial-sec .reviews .review-stars {
  margin-bottom: 0;
}

.testimonial-sec .reviews .review-stars li {
  display: inline-block;
}

.testimonial-sec .reviews .review-stars li i {
  color: #1c0dff;
  font-size: 18px;
}

/* ===================================
        brand  css
  ====================================== */
.brand-sec {
  padding-top: 120px;
}

.brand-sec .sponser-tags {
  padding-bottom: 120px;
  border-bottom: dashed 2px #e1e1e1;
}

.brand-sec .brand-img img {
  cursor: pointer;
  width: 60%;
}

/* ===================================
     UI-Block-15
==================================== */
.ui-block-15.pricing-sec .pricing-details {
  margin-bottom: 50px;
}

.ui-block-15.pricing-sec .pricing-details .pricing-sub-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1c0dff;
  margin-bottom: 35px;
  display: inline-block;
}

.ui-block-15.pricing-sec .pricing-details .pricing-sub-heading span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #f73859;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.ui-block-15.pricing-sec .pricing-details .pricing-heading {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 72%;
}

.ui-block-15.pricing-sec .pricing-details .pricing-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #434448;
  margin-bottom: 33px;
}

.ui-block-15.pricing-sec .pricing-cards {
  overflow: hidden;
}

.ui-block-15.pricing-sec .pricing-card {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 18.5px;
  padding-right: 18.5px;
  transition: 0.5s ease;
}

.ui-block-15.pricing-sec .pricing-card .pricing-card-heading {
  font-size: 24px;
  font-family: "Stretch Pro", sans-serif;
  color: #f1eded;
  transition: 0.5s ease;
}

.ui-block-15.pricing-sec .pricing-card .pricing-card-text {
  font-size: 12px;
  color: #f1eded;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: 0.5s ease;
}

.ui-block-15.pricing-sec .pricing-card .pricing-amount {
  font-size: 60px;
  color: #ffffff;
  font-family: "Stretch Pro", sans-serif;
  position: relative;
  margin-bottom: 25px;
  transition: 0.5s ease;
}

.ui-block-15.pricing-sec .pricing-card .pricing-amount span {
  font-size: 15px;
  color: #ffffff;
  font-family: "Stretch Pro", sans-serif;
  margin-left: 5px;
  transition: 0.5s ease;
}

.ui-block-15.pricing-sec .pricing-card .pricing-amount i {
  font-size: 15px;
  color: #ffffff;
  font-weight: bolder;
  position: absolute;
  left: 20%;
  top: 22%;
  transition: 0.5s ease;
}

.ui-block-15.pricing-sec .pricing-card .pricing-features {
  padding-right: 0;
  text-align: center;
  margin-bottom: 30px;
  transition: 0.5s ease;
}

.ui-block-15.pricing-sec .pricing-card .pricing-features li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #f1eded;
  text-decoration: none;
}

.ui-block-15.pricing-sec .pricing-card .pricing-btn {
  padding: 10px 35px 10px 35px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  border: solid 1px #ffffff;
  transition: 0.5s ease;
  background-color: transparent;
}

.ui-block-15.pricing-sec .pricing-card .pricing-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.ui-block-15.pricing-sec .pricing-card.active:nth-child(2) {
  background-color: rgba(103, 93, 255, 0.0588235294);
  border-radius: 10px;
}

.ui-block-15.pricing-sec .pricing-card.active:nth-child(2) .pricing-card-heading {
  color: #1c0dff;
}

.ui-block-15.pricing-sec .pricing-card.active:nth-child(2) .pricing-amount {
  color: white;
}

.ui-block-15.pricing-sec .pricing-card.active:nth-child(2) .pricing-amount span {
  color: white;
}

.ui-block-15.pricing-sec .pricing-card.active:nth-child(2) .pricing-amount i {
  color: #1c0dff;
}

.ui-block-15.pricing-sec .pricing-card.active:nth-child(2) .pricing-btn {
  background-color: #f73859;
  border: solid 1px #f73859;
  color: #ffffff;
}

.ui-block-15.pricing-sec .pricing-card.active:nth-child(2) .pricing-btn:hover {
  background-color: #f73859;
  border: solid 1px #f73859;
  color: #ffffff;
}

.ui-block-15.pricing-sec .pricing-card:hover {
  background-color: rgba(103, 93, 255, 0.0588235294);
  border-radius: 10px;
}

.ui-block-15.pricing-sec .pricing-card:hover .pricing-card-heading {
  color: #1c0dff;
}

.ui-block-15.pricing-sec .pricing-card:hover .pricing-amount {
  color: white;
}

.ui-block-15.pricing-sec .pricing-card:hover .pricing-amount span {
  color: white;
}

.ui-block-15.pricing-sec .pricing-card:hover .pricing-amount i {
  color: #1c0dff;
}

.ui-block-15.pricing-sec .pricing-card:hover .pricing-btn {
  background-color: #f73859;
  border: solid 1px #f73859;
  color: #ffffff;
}

.ui-block-15.pricing-sec .pricing-card:hover .pricing-btn:hover {
  background-color: transparent;
  color: #1c0dff;
}

.ui-block-15.pricing-sec .main-font {
  font-family: "Roboto", sans-serif;
}

.ui-block-15.pricing-sec.bg-black {
  background-color: #151515;
}

@media screen and (min-width: 1900px) {
  .ui-block-15.pricing-sec .pricing-card .pricing-amount i {
    left: 25%;
  }
  .ui-block-15.pricing-sec .pricing-card .pricing-card-text {
    font-size: 14px;
  }
  .ui-block-15.pricing-sec .pricing-details {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .ui-block-15.pricing-sec .pricing-details .pricing-heading {
    width: auto;
  }
  .ui-block-15.pricing-sec .pricing-details {
    margin-bottom: 40px;
  }
  .ui-block-15.pricing-sec .pricing-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ui-block-15.pricing-sec .pricing-card .pricing-amount i {
    left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ui-block-15.pricing-sec .pricing-details .pricing-heading {
    font-size: 30px;
    width: auto;
  }
  .ui-block-15.pricing-sec .pricing-details .pricing-sub-heading {
    margin-bottom: 26px;
  }
  .ui-block-15.pricing-sec .price-cards {
    padding-left: 16%;
    padding-right: 16%;
  }
  .ui-block-15.pricing-sec .pricing-card .pricing-card-text {
    font-size: 14px;
  }
  .ui-block-15.pricing-sec .pricing-card {
    margin-bottom: 10px;
  }
  .ui-block-15.pricing-sec .pricing-card .pricing-amount i {
    left: 20%;
  }
}
@media (max-width: 767px) {
  .ui-block-15.pricing-sec .pricing-details .pricing-heading {
    font-size: 24px;
    width: 100%;
    margin-bottom: 20px;
  }
  .ui-block-15.pricing-sec .pricing-details .pricing-sub-heading {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .ui-block-15.pricing-sec .pricing-details .pricing-text {
    font-size: 15px;
  }
  .ui-block-15.pricing-sec .price-cards {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ui-block-15.pricing-sec .pricing-card .pricing-amount i {
    left: 23%;
  }
  .ui-block-15.pricing-sec .pricing-card .pricing-amount {
    font-size: 50px;
  }
  .ui-block-15.pricing-sec .pricing-card .pricing-features li {
    font-size: 14px;
  }
  .ui-block-15.pricing-sec .pricing-card {
    margin-bottom: 20px;
  }
}
/* ===================================
     UI-Block-10
==================================== */
.ui-block-10.prices {
  padding-top: 120px;
  padding-bottom: 0;
}

.ui-block-10.prices .price-list {
  padding: 25px;
  background: linear-gradient(to right, #1c0dff 50%, #171717 50%);
  background-size: 200% 101%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  cursor: pointer;
}

.ui-block-10.prices .price-list:hover {
  background-position: left bottom;
}

.ui-block-10.prices .price-list .info .sub-heading {
  font-size: 14px;
  margin-top: 15px;
}

.ui-block-10.prices .price-list .info .main-heading {
  font-size: 20px;
  font-family: "Stretch Pro", sans-serif;
}

.ui-block-10.prices .price-list .rates .rate {
  font-size: 36px;
  margin-top: 15px;
  font-family: "Stretch Pro", sans-serif;
}

.ui-block-10.prices .main-color {
  color: #c29e75;
}

.ui-block-10.prices .mx-570 {
  max-width: 570px;
  display: inline-block;
}

.ui-block-10.prices .heading-area .title {
  font-size: 3rem;
  margin-bottom: 25px;
}

.ui-block-10.prices .heading-area .sub-title {
  margin-bottom: 15px;
  font-weight: 400;
}

.ui-block-10.prices {
  padding-bottom: 120px;
}
.ui-block-10.prices .heading-details.sub-heading {
  margin-bottom: 20px;
}
.ui-block-10.prices .heading-details.sub-heading .heading {
  margin-top: 80px;
  font-size: 40px;
}

.ui-block-10.prices h1,
.ui-block-10.prices h2,
.ui-block-10.prices h3,
.ui-block-10.prices h4,
.ui-block-10.prices h5,
.ui-block-10.prices h6 {
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .ui-block-10.prices {
    text-align: center;
  }
  .ui-block-10.prices .heading-area {
    margin-bottom: 3rem;
  }
  .ui-block-10.prices .heading-area .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ui-block-10.prices .heading-area {
    margin-bottom: 3rem;
  }
  .ui-block-10.prices .heading-area .title {
    font-size: 2rem;
  }
}
/* ===================================
       portfolio  section css
====================================== */
.portfolio-sec {
  padding-top: 120px;
  background-color: #151515;
  padding-bottom: 120px;
}

.portfolio-heading .heading-details {
  margin-bottom: 50px;
}

.portfolio-sec .cbp-l-filters-alignCenter {
  margin-bottom: 10px;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item {
  background-color: transparent;
  /*border: 1px solid #d9d9d9;*/
  padding: 7px 0;
  margin-right: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  opacity: 0.8;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item:after {
  content: "/";
  margin-left: 7px;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item:last-child:after {
  display: none;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #1c0dff;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
  transform: translateY(-41px);
  background-color: #1c0dff;
  color: #ffffff;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #ffffff;
}

.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-counter:after {
  border-top: 4px solid #1c0dff;
}

.portfolio-sec .cbp-l-loadMore-text .cbp-l-loadMore-link,
.cbp-l-loadMore-text .cbp-l-loadMore-text-link {
  font: 400 15px "Open Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
  margin-top: 50px;
  display: inline-block;
  border: solid 1px #1c0dff;
  padding: 8px 30px;
  color: #1c0dff;
}

.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
  color: #ffffff;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
  background-color: rgba(28, 12, 255, 0.8);
}

.portfolio-sec .cbp-l-caption-desc .fly-line {
  background-color: #ffffff;
  margin-top: 7px;
}

.portfolio-sec .cbp-l-caption-title {
  color: #fff;
  font: 400 20px/21px "Roboto", sans-serif;
}

.row-gallery {
  margin-left: -15px;
  margin-right: -15px;
}

.fixed-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 26px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
.fixed-link a {
  color: #25d366;
  transition: all 0s ease;
}
.fixed-link:hover {
  background-color: #25d366;
  box-shadow: 1px 5px 4px -4px rgba(0, 0, 0, 0.51);
  transform: translate(0, -5px);
}
.fixed-link:hover a {
  color: #fff;
  transition: all 0.2s ease;
}

#contactModal .heading-details {
  padding-top: 15px;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  #contactModal .heading-details {
    padding-left: 20px;
  }
}
#contactModal .heading-details .heading {
  font-size: 1.5rem;
}

.politicas a {
  text-decoration: underline;
}
.politicas ol li {
  margin-bottom: 20px;
}
.politicas.container {
  color: #2b2b2b;
}

/* ===================================
    Table of Content
====================================== */
/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */
/* ===================================
    Google font
====================================== */
@font-face {
  font-family: Nexa Bold;
  src: url("../fonts/NexaBold.otf");
}
@font-face {
  font-family: Nexa Regular;
  src: url("../fonts/NexaRegular.otf");
}
@font-face {
  font-family: Nexa Thin;
  src: url("../fonts/NexaThin.otf");
}
@font-face {
  font-family: Stretch Pro;
  src: url("../fonts/StretchPro.otf");
}
.main-font {
  font-family: "Roboto", sans-serif;
}

.alt-font {
  font-family: "Poppins", sans-serif;
}

/* ===================================
    Scrollbar
====================================== */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  width: 12px;
  background: white;
  border-left: 0px solid white;
  border-right: 0px solid white;
}

::-webkit-scrollbar-thumb {
  background: #1c0dff;
  width: 0;
  height: 25%;
}

/* ===================================
    General
====================================== */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #f1eded;
  font-weight: 300;
  line-height: 25px;
  width: 100%;
  overflow-x: hidden;
  background-color: #171717;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
  position: relative;
  overflow: hidden;
}

.section-top-margin {
  margin-top: 7.5rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.rev_slider_wrapper {
  width: 100% !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

p:last-child {
  margin-bottom: 0 !important;
}

.fa,
.far,
.fas {
  display: inline;
}

a:active,
a:hover {
  color: #1c0dff;
}

blockquote {
  border-left: 2px solid;
  padding: 10px 15px 10px 35px;
  margin: 25px 0;
  font-size: 18px;
  line-height: 28px;
  margin-top: 32px;
  margin-bottom: 32px;
}

blockquote > cite {
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.hidden {
  display: none;
}

section {
  padding-top: 120px;
}

/* transition none */
.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* opacity */
.opacity-full {
  opacity: 1;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

/*font-weight*/
.font-weight-100 {
  font-weight: 100;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

/* button */
.btn {
  -webkit-appearance: initial;
  overflow: hidden;
  position: sticky;
  z-index: 2;
  display: inline-block;
  font-size: 17px;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  transition: all 0.5s ease !important;
}

/* button size */
.btn.btn-small {
  font-size: 12px;
  padding: 4px 1.8em;
}

.btn.btn-medium {
  font-size: 12px;
  padding: 6px 1.8em;
}

.btn.btn-large {
  font-size: 14px;
  padding: 9px 34px;
  line-height: 1.8em;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.yellow-and-white-slider-btn {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  letter-spacing: 3px;
  padding: 10px 25px;
  color: #ffffff;
  font-weight: 500;
  background-color: #1c0dff;
  border: 1px solid transparent;
  border-radius: 0px;
  transition: 0.8s ease !important;
}

.yellow-and-white-slider-btn:hover {
  color: #ffffff !important;
  background-color: #ff5601 !important;
}

.black-and-white-slider-btn {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  padding: 10px 25px;
  color: #ffffff;
  font-weight: 600;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 0px;
  transition: 0.8s ease !important;
}

.black-and-white-slider-btn:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
}

.white-and-black-slider-btn {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  padding: 10px 25px;
  color: #000000;
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  transition: 0.8s ease !important;
}

.white-and-black-slider-btn:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}

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

.bg-yellow {
  background-color: #1c0dff;
}

/* text-color */
.main-color {
  color: #1c0dff;
}

/*Max Width*/
.mx-570 {
  max-width: 570px;
  display: inline-block;
}

.parallax-disable {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

/* ===================================
   Social Icon Bg
====================================== */
.social-icon-bg a i.fa-facebook-f {
  background-color: #3b5998;
}

.social-icon-bg a i.fa-twitter {
  background-color: #a07bf7;
}

.social-icon-bg a i.fa-google-plus {
  background-color: #dd4b39;
}

.social-icon-bg a i.fa-linkedin-in {
  background-color: #0976b4;
}

.social-icon-bg a i.fa-instagram {
  background-color: #c13584;
}

.social-icon-bg a i.fa-youtube {
  background-color: #dd4b39;
}

.social-icon-bg a i.fa-pinterest-p {
  background-color: #b7242a;
}

.social-icon-bg a i.fa-instagram {
  background-color: #e8715c;
}

.social-icon-bg a i.fa-vimeo {
  background-color: #1ab7ea;
}

.social-icon-bg a i.fa-vk {
  background-color: #4c75a3;
}

.social-icon-bg a i.fa-youtube {
  background-color: #cd201f;
}

.social-icon-bg a i.fa-pinterest {
  background-color: #bd081c;
}

.social-icon-bg a i.fa-tumblr {
  background-color: #34465d;
}

.social-icon-bg a i.fa-behance {
  background-color: #131418;
}

.social-icon-bg a i.fa-dribbble {
  background-color: #ea4c89;
}

.social-icon-bg a i.fa-google-plus {
  background-color: #dd4b39;
}

.social-icon-bg a i.fa-xing {
  background-color: #026466;
}

.social-icon-bg a i.fa-yelp {
  background-color: #af0606;
}

.social-icon-bg a i.fa-vine {
  background-color: #00b489;
}

/* ===================================
   Social Icon Bg Hover
====================================== */
.social-icon-bg-hvr a:hover i.fa-facebook-f {
  background-color: #3b5998;
}

.social-icon-bg-hvr a:hover i.fa-twitter {
  background-color: #a07bf7;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
  background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-linkedin-in {
  background-color: #0976b4;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
  background-color: #c13584;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
  background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-pinterest-p {
  background-color: #b7242a;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
  background-color: #e8715c;
}

.social-icon-bg-hvr a:hover i.fa-vimeo {
  background-color: #1ab7ea;
}

.social-icon-bg-hvr a:hover i.fa-vk {
  background-color: #4c75a3;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
  background-color: #cd201f;
}

.social-icon-bg-hvr a:hover i.fa-pinterest {
  background-color: #bd081c;
}

.social-icon-bg-hvr a:hover i.fa-tumblr {
  background-color: #34465d;
}

.social-icon-bg-hvr a:hover i.fa-behance {
  background-color: #131418;
}

.social-icon-bg-hvr a:hover i.fa-dribbble {
  background-color: #ea4c89;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
  background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-xing {
  background-color: #026466;
}

.social-icon-bg-hvr a:hover i.fa-yelp {
  background-color: #af0606;
}

.social-icon-bg-hvr a:hover i.fa-vine {
  background-color: #00b489;
}

/* ===================================
   Social Icon Color
====================================== */
.social-icon-clr a i.fa-facebook-f {
  color: #3b5998;
}

.social-icon-clr a i.fa-twitter {
  color: #0976b4;
}

.social-icon-clr a i.fa-google-plus {
  color: #dd4b39;
}

.social-icon-clr a i.fa-linkedin-in {
  color: #0976b4;
}

.social-icon-clr a i.fa-instagram {
  color: #c13584;
}

.social-icon-clr a i.fa-youtube {
  color: #dd4b39;
}

.social-icon-clr a i.fa-pinterest-p {
  color: #b7242a;
}

.social-icon-clr a i.fa-instagram {
  color: #e8715c;
}

.social-icon-clr a i.fa-vimeo {
  color: #1ab7ea;
}

.social-icon-clr a i.fa-vk {
  color: #4c75a3;
}

.social-icon-clr a i.fa-youtube {
  color: #cd201f;
}

.social-icon-clr a i.fa-pinterest {
  color: #bd081c;
}

.social-icon-clr a i.fa-tumblr {
  color: #34465d;
}

.social-icon-clr a i.fa-behance {
  color: #131418;
}

.social-icon-clr a i.fa-dribbble {
  color: #ea4c89;
}

.social-icon-clr a i.fa-google-plus {
  color: #dd4b39;
}

.social-icon-clr a i.fa-xing {
  color: #026466;
}

.social-icon-clr a i.fa-yelp {
  color: #af0606;
}

.social-icon-clr a i.fa-vine {
  color: #00b489;
}

/* ===================================
   Social Icon Hover
====================================== */
.social-icon-clr-hvr a i:hover.fa-facebook-f {
  color: #3b5998;
}

.social-icon-clr-hvr a i:hover.fa-twitter {
  color: #0976b4;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
  color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-linkedin-in {
  color: #0976b4;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
  color: #c13584;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
  color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-pinterest-p {
  color: #b7242a;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
  color: #e8715c;
}

.social-icon-clr-hvr a i:hover.fa-vimeo {
  color: #1ab7ea;
}

.social-icon-clr-hvr a i:hover.fa-vk {
  color: #4c75a3;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
  color: #cd201f;
}

.social-icon-clr-hvr a i:hover.fa-pinterest {
  color: #bd081c;
}

.social-icon-clr-hvr a i:hover.fa-tumblr {
  color: #34465d;
}

.social-icon-clr-hvr a i:hover.fa-behance {
  color: #131418;
}

.social-icon-clr-hvr a i:hover.fa-dribbble {
  color: #ea4c89;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
  color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-xing {
  color: #026466;
}

.social-icon-clr-hvr a i:hover.fa-yelp {
  color: #af0606;
}

.social-icon-clr-hvr a i:hover.fa-vine {
  color: #00b489;
}

/* ===================================
      Custom css
  ==================================== */
.heading-details {
  margin-bottom: 80px;
}

.heading-details .heading {
  font-family: "Stretch Pro", sans-serif;
  font-size: 50px;
  display: inline-block;
  letter-spacing: 0;
}

.heading-details .top-des {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

/* ===================================
        Slider
   ====================================== */
.rev-slider {
  position: relative;
}
.rev-slider .slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/bg-degrade2.png");
  background-size: cover;
}

/* ===================================
      About Us
  ==================================== */
#about :before {
  margin-top: 50px;
}

.heading-area .title {
  font-size: 40px;
  margin-bottom: 25px;
  font-family: "Stretch Pro", sans-serif;
  letter-spacing: 0;
}

.heading-area .sub-title {
  margin-bottom: 15px;
  font-weight: 400;
  color: #f1eded;
  letter-spacing: 5px;
  font-size: 0.8rem;
}

.about-list {
  padding: 0;
  padding-top: 10px;
  margin: 0;
  list-style: none;
}

.about-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.about-list li .a-icon {
  font-size: 25px;
  margin-right: 15px;
  color: #1c0dff;
}

/* ===================================
        production section
====================================== */
.production-sec .production-box {
  padding: 15px;
}

.production-sec .production-box i {
  font-size: 60px;
  margin-bottom: 8px;
  transition: 0.5s ease;
}

.production-sec .production-box:hover i {
  transform: translateY(-15px);
}

.production-sec .production-box .production-heading {
  text-transform: uppercase;
  font-family: "Stretch Pro", sans-serif;
  margin-bottom: 12px;
  transition: 0.5s ease;
  font-size: 1.5rem;
}

.production-sec .production-box:hover .production-heading {
  color: #1c0dff;
}

.production-sec .production-box .production-des {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

/* ===================================
            Video sec css
====================================== */
.video-sec {
  padding-top: 0;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.67);
}

.video-sec .video-btn {
  display: inline-block;
}

.video-sec .video-btn .play-btn {
  background-color: #fff;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  font-size: 65px;
  border-radius: 50%;
  color: #1c0dff;
  cursor: pointer;
}

.video-sec .video-btn .play-btn:hover {
  background-color: #1c0dff;
  color: #fff !important;
}

.video-sec.bg-video-img {
  background-image: url("../img/b2g.jpg");
  position: relative;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.fancybox-slide--video .fancybox-content {
  background: transparent;
}

/* ===================================
   list item
====================================== */
.latest-items {
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: url("../img/linea2.png");
  background-repeat: no-repeat;
  background-position: top -200px right;
}

.latest-items .list-item-slider .item {
  position: relative;
  cursor: pointer;
}

.latest-items .list-item-slider .item .overlay-item {
  position: absolute;
  top: 5%;
  left: 5%;
  bottom: 5%;
  right: 5%;
  border: solid 1px #1c0dff;
  z-index: 11;
  transition: 0.8s ease;
  opacity: 0;
}

.latest-items .list-item-slider .item {
  overflow: hidden;
}

.latest-items .list-item-slider .item .overlay-item i {
  color: #1c0dff;
  font-size: 100px;
}

.latest-items .list-item-slider .item:hover .overlay-item {
  opacity: 1;
  animation: 0.5s zoomIn;
}

.latest-items .list-item-slider .item .product-img {
  overflow: hidden;
  position: relative;
}

.latest-items .list-item-slider .item img {
  height: 100%;
  width: 100%;
}

.latest-items .list-item-slider .item:hover img {
  transform: scale(1.1);
}

.latest-items .list-item-slider .item .product-detail {
  padding: 20px 15px;
  background-color: #f9f9f9;
  display: inline-block;
  transition: 0.8s ease;
}

.latest-items .list-item-slider .item:hover .product-detail {
  background-color: #1c0dff;
}

.latest-items .list-item-slider .item .product-detail .heading {
  font-size: 20px;
  font-family: "Stretch Pro", sans-serif;
  width: 90%;
  display: inline-block;
  float: left;
  /*transition: .8s ease;*/
}

.latest-items .list-item-slider .item:hover .product-detail .heading {
  color: #ffffff;
}

.latest-items .list-item-slider .item .product-detail .text-des {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  display: block;
  width: 90%;
  margin-bottom: 10px;
  /*transition: .8s ease;*/
}

.latest-items .list-item-slider .item:hover .product-detail .text-des {
  color: #ffffff;
}

.latest-items .list-item-slider .item .product-detail .watch-product {
  width: 10%;
  display: inline-block;
  float: right;
}

.latest-items .list-item-slider .item .product-detail .watch-product i {
  font-size: 20px;
}

.latest-items .list-item-slider .item:hover .product-detail .watch-product i {
  color: #ffffff;
}

/* ===================================
     Our Blog  css
====================================== */
.news_item {
  background: #fff;
}

.news_item.shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-equal {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.news_desc p {
  margin-bottom: 0;
}

#our-blog .news_desc p {
  margin-bottom: 35px;
}

#our-blog .news_item {
  margin-bottom: 20px;
}

.news_item .news_desc {
  padding: 40px 30px;
}

#our-blog .cbp-item:hover img {
  transform: scale(1.15);
}

.news_item:hover .image img {
  transform: scale(1.1);
}

#our-blog .news_item:hover .blog-multi-img .owl-item.active img {
  transform: scale(1.1);
}

.meta-tags > li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

.meta-tags li a {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 600;
}

.meta-tags li a > i {
  font-size: 17px;
  margin-right: 5px;
}

.news_item h3 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 27px;
}

.news-item p {
  font-size: 15px;
  color: #000000;
  opacity: 0.8;
}

.news_item:hover h3 {
  color: #1c0dff;
}

.news_item:hover h3 a:hover {
  color: #1c0dff;
}

.meta-tags li a:hover,
.meta-tags li a:focus,
.commment li a:hover,
.commment li a:focus {
  color: #1c0dff;
}

.news_item .blog-img {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.owl-blog-item .owl-nav {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#our-blog .owl-blog-item .owl-nav .owl-next,
#our-blog .owl-blog-item .owl-nav .owl-prev {
  font-size: 18px;
  margin: 5px;
  padding: 3px 15px !important;
  border-radius: 50px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  position: unset;
  display: inline-flex;
  justify-content: center;
  transition: 0.2s all;
}

#our-blog .owl-blog-item .owl-nav .owl-next:hover,
#our-blog .owl-blog-item .owl-nav .owl-prev:hover {
  background: #1c0dff !important;
  border: 2px solid #1c0dff !important;
}

.play-hvr {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  transition: 0.3s all;
}

.play-icon {
  position: relative;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #1c0dff;
  padding-left: 4px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.play-hvr:hover .play-icon {
  color: #1c0dff;
  background: #fff;
  border-color: #1c0dff;
}

/* ===================================
       Contact Us
====================================== */
.contact-sec .contact-details {
  padding-top: 30px;
  padding-bottom: 50px;
}

.contact-sec .contact-form-box {
  border-radius: 10px;
  padding: 30px;
}

.contact-sec .contact-details .contact-heading {
  font-size: 32px;
  font-family: "Stretch Pro", sans-serif;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.contact-sec .contact-details .contact-address {
  font-size: 16px;
  opacity: 0.8;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}

.contact-sec .contact-details .contact-list {
  padding-left: 0;
}

.contact-sec .contact-details .contact-list li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  list-style: none;
  font-size: 16px;
  opacity: 0.8;
}

.contact-sec .contact-details .contact-list li:nth-child(even) {
  margin-bottom: 20px;
}

.contact-sec .contact-details .contact-list li:last-child {
  margin-bottom: 50px;
}

.contact-sec .contact-details .contact-s-media {
  padding-left: 0;
  margin-bottom: 0;
  right: auto;
  left: -10px;
}

.contact-sec .contact-details .contact-s-media li {
  list-style: none;
  margin-right: 10px;
  display: inline-block;
}

.contact-sec .contact-details .contact-s-media li:last-child {
  margin-right: 0;
}

.contact-sec .contact-details .contact-s-media li a {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-top: 2px;
  transition: 0.8s ease;
}

.contact-sec .contact-details .contact-s-media li:hover a {
  border-radius: 50%;
  color: #ffffff;
  background-color: #1c0dff;
}

.contact-sec .contact-details .contact-s-media li a i {
  font-size: 24px;
}

.contact-sec .contact-details .contact-s-media li:hover a i {
  color: white;
}

.contact-sec .contact-details .page-footer {
  left: calc(50% - 125px);
}

.contact-sec {
  padding-bottom: 120px;
}

.contact-form {
  max-width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #2b2b2b;
  padding: 12px 0;
  background: #171717;
  letter-spacing: 0.7px;
  font-weight: 300;
  border-radius: 0;
  box-shadow: none;
  height: 44px;
  color: #f1eded;
  font-size: 14px;
  position: relative;
  transition: border 0.9s ease;
}
.contact-form .form-control:focus {
  border-color: #ff5601;
}

.contact-form textarea {
  min-height: 175px;
  resize: none;
}

.contact-form .form-group {
  margin-bottom: 1.5rem;
}

#client-nav button:hover > span {
  color: #fff;
}

/* ===================================
   Partner
====================================== */
.partners-slider {
  margin: 4rem 0;
}

.partners-slider .logo-item {
  text-align: center;
}

.partners-slider .logo-item img {
  max-width: 170px;
  opacity: 0.5;
  display: inline-block;
}

/* ===================================
        map sec
====================================== */
.google-map {
  min-height: 400px;
  border: solid 15px #f9f9f9;
}

/* ===================================
   Footer
====================================== */
.footer-style-1 {
  padding: 5rem 0;
  background-color: #151515;
}

.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social li {
  display: inline-block;
}

.footer-social a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  font-size: 17px;
  margin: 0 10px 0 0;
  border: 1px solid transparent;
  transition: background-color 0.2s ease-in-out;
}

.footer-social li:nth-last-child(1) a {
  margin-right: 0;
}

.footer-social li a:hover {
  background-color: #1c0dff;
  color: #ffffff;
}

.company-about {
  font-size: 14px;
}

/* ===================================
   Scroll Top
====================================== */
.scroll-top-arrow,
.scroll-top-arrow:focus {
  font-size: 23px;
  line-height: 47px;
  color: #fff;
  background-color: #1c0dff;
  display: none;
  height: 45px;
  width: 45px;
  cursor: pointer;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 80;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.scroll-top-arrow:hover {
  background-color: #1c0dff;
}

/* ===================================
    Background images
====================================== */
[class*=bg-img] {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* ===================================
        Preloader
   ====================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ffffff;
  z-index: 999;
}

.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  position: relative;
}

.full-width {
  max-width: 100%;
  width: 100%;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.preloader .spinner {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c0dff;
  opacity: 1;
  animation: loader-bounce 2s infinite ease-in-out;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.preloader .spinner .double-bounce2 {
  animation-delay: -1s;
  opacity: 0.1;
}
@keyframes loader-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* ===================================
   Other Page
====================================== */
/***********************************/
/********standalone page css********/
/***********************************/
.slider-sec {
  min-height: 500px;
  position: relative;
}

.slider-sec .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(20, 32, 34, 0.6);
}

.slider-sec .overlay h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 38px;
  color: #ffffff;
  margin-top: 40%;
  margin-bottom: 10px;
}

.crumbs {
  position: relative;
}

.crumbs .breadcrumb-items {
  display: inline-block;
}

.crumbs .breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  padding: 15px 50px;
  background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

.crumbs .breadcrumb li a {
  color: #ffffff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.crumbs .breadcrumb li a:hover {
  color: #1c0dff;
}

/*crumbs end*/
.standalone-row:not(:last-child) {
  margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
  padding-left: 30px;
  text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
  padding-left: 0;
  padding-right: 30px;
}

.standalone-detail .sub-heading {
  color: #1c0dff;
  margin-bottom: 20px;
}

.standalone-area .sub-heading {
  color: #1c0dff;
  margin-bottom: 8px;
}

.standalone-detail .heading {
  margin-bottom: 20px;
  font-size: 40px;
  color: #000000;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}

.standalone-detail .para_text {
  color: #000000;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 15px;
  margin: 0 auto;
  opacity: 0.8;
  line-height: 2.1;
}

.standalone-area {
  padding-bottom: 120px;
}

.standalone-detail {
  padding-bottom: 100px;
}

.standalone-area .gradient-text1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}

.standalone-area .stand-img-des .para_text {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-weight: 300;
  opacity: 0.8;
}

/* ===================================
    Media Queries
   ====================================== */
@media screen and (max-width: 991px) {
  /***********************************/
  /********standalone page css********/
  /***********************************/
  .standalone-row:not(:last-child) {
    margin-bottom: 8rem;
  }
  .standalone-area .sub-heading {
    margin-top: 20px;
  }
  .standalone-row:nth-child(2) .stand-img-des {
    padding-left: 18px;
    padding-right: 18px;
  }
  .standalone-row .stand-img-des {
    padding-left: 18px;
    padding-right: 18px;
  }
  .project-sec .project-area .project-detail {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .side-menu {
    width: 100%;
  }
  #about .yellow-and-white-slider-btn {
    margin-bottom: 50px;
  }
  .heading-details .heading {
    font-size: 40px;
    width: 100%;
  }
  #horarios .heading-details .heading {
    font-size: 35px;
  }
  .heading-details .heading:before {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
  .heading-details .heading:after {
    display: block;
    margin-left: 0;
    margin-right: auto;
    margin-top: 16px;
  }
  .production-sec .production-box {
    margin-bottom: 25px;
  }
  .our-cast .cast-card .cast-img {
    height: auto;
  }
  .our-cast .cast-card .cast-detail {
    padding: 50px 20px;
    height: auto;
  }
  .our-cast .cast-card .cast-detail .cast-name {
    font-size: 24px;
  }
  .our-cast .cast-card .cast-detail .cast-designation {
    font-size: 14px;
  }
  .testimonial-sec .reviews .review-body {
    padding: 20px;
    padding-bottom: 80px;
  }
  .our-cast .testimonial-cast {
    padding-left: 20px;
    padding-right: 20px;
  }
  #our-blog {
    margin-left: 30px;
    margin-right: 30px;
  }
  .contact-sec .contact-form-box {
    box-shadow: none;
  }
  .heading-details {
    margin-bottom: 50px;
  }
  .contact-sec .contact-details {
    margin-top: 0;
  }
  /***********************************/
  /********standalone page css********/
  /***********************************/
  .standalone-row:not(:last-child) {
    margin-bottom: 8rem;
  }
  .standalone-area .sub-heading {
    margin-top: 20px;
  }
  .standalone-row:nth-child(2) .stand-img-des {
    padding-left: 18px;
    padding-right: 18px;
  }
  .standalone-row .stand-img-des {
    padding-left: 18px;
    padding-right: 18px;
  }
  .standalone-area {
    /*padding-bottom: 0;*/
  }
  .project-sec .project-area .project-detail {
    left: 0;
  }
}
.horarios-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .horarios-img {
    flex-direction: column;
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */