/*
    Theme Name: Theme For Bayone School
    Theme URI: https://github.com/Open-FS/Bayone-School
    Author: OpenFS LLC
    Author URI: https://digitalmarketingnewjersey.us/
    Description: Theme For Bayone School
    Requires at least: 6.4
    Tested up to: 6.4.3
    Requires PHP: 8.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: real estate
    Text Domain: bayonneschoolofrealestate
    
*/

@media screen and (max-width: 768px) {
  [data-aos-delay] {
      transition-delay: 0 !important;
  }

  .blur-effect .carusel-img {
      filter: none !important;
      opacity: 1 !important;
      transition: 0.3s;
      margin-top: 0px !important;
      box-shadow: 0px 2px 19px #dddddd !important;
  }
}


@font-face {
  font-family: 'yeseva';
  src: url("../openfsprivespaces/assets/fonts/yeseva.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.fixed-top {
  top: auto !important;
}
/* RESET 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

::placeholder {
  color: rgb(92, 92, 92) !important;
}

:root {
  --overlay: rgb(0 0 0 / 61%);
  --box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.15);
  --green: #528119;
  --red: #e74c3c;
  --primary: #6222CC;
  --secondary: #E8545C;
  --light: #F6F4F9;
  --dark: #04000B;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
}

a:hover {
  color: currentColor;
  text-decoration: none;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--overlay);
}

.btn-outline-success {
  color: var(--green);
}

.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled):active {
  background: var(--green);
}

.btn-outline-success,
.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled):active {
  border-color: var(--green);
}


/* SVG SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero-section {
  height: 100vh;
}

.hero-section video {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-section svg {
  bottom: 0;
  left: 0;
  height: 30vh;
}

body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition: color 0.5s, background-color 0.5s;
  line-height: 1.6;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
    background: rgb(255 255 255 / 95%);
    width: 100%;
}

.button-call-header {
  margin-left: 30px;
  background: #c50606;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}


.button-call-header:hover {
  color: #000;
}

@media (min-width:992px) {
  .button-call-header {
      display: none;
  }
}


header .navbar-toggler,
.navbar-toggler-icon span {
  border: none;
  width: 40px;
  margin-top: 0;
}

header .navbar-toggler,
.navbar-toggler-icon {
  color: #ff0666;
}

header .navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

header .offcanvas {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10000;
}

.offcanvas {
  transition: transform .3s !important;
}

.list-nav {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  border: none !important;
}

.list-nav a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.list-nav a:hover {
  color: #E8545C;
}


.nav-menu li {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  border: none !important;
}

.nav-menu li a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.nav-menu li  a:hover {
  color: #E8545C;
}



p {
  color: #585858;
  text-align: justify;
}

.slider-area.position-relative {
  position: relative !important;
}

.slide-bg {
  background-image: url(../img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-slider-bg.webp);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  transform: scale(1);
  transition: all 8s linear 0s;
}

.swiper-container-horizontal {
  position: relative;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.kslider {
  padding-top: 345px;
  padding-bottom: 200px;
}

.kslider--subtitle {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-top: 15px;
}

.kslider--title {
  font-size: 70px;
  font-weight: 900;
  color: #E8545C;
  line-height: 101px;
  text-shadow: 0px 4px 5px #3d3f43;
  position: relative;
}
.kslider--title b{
  font-family: 'yeseva';
  letter-spacing: 1px;
}

.kslider--subtitle b{
  font-family: 'yeseva';
  letter-spacing: 1px;
}

.slide-shape {
  position: absolute;
  bottom: -100%;
  z-index: 3;
  transition: 1.5s;
}

.slide-shape.shape-1 {
  left: -100%;
}

/* .kslider--subtitle:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 6px;
  background-color: #ff0666;
  top: 5px;
  left: 0;
} */

.nav-item a {
  color: black;
  text-transform: uppercase;
  font-size: 15px;
}

.nav-item a:hover {
  color: #ff0666;
}

.nav-link:hover,
.nav-link:focus {
  color: #00c8ff;
}

.router-link-active {
  color: #00c8ff;
}

.floatWapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #128C7E;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  transition: 0.3s all;
}

.floatWapp:hover {
  color: #FFF;
  transform: scale(1.08);
  transition: 0.3s all;
}

.floatWapp svg {
  margin-top: 5px;
}

.floatWapp:after,
.floatWapp:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #128C7E;
  -webkit-animation-name: popupBtn;
  animation-name: popupBtn;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.my-floatWapp {
  margin-top: 16px;
}

.page-title-area {
  background-image: url(../img/marketing-digital-bolivia-slider.webp);
}

.breadcrumb-spacing {
  padding-top: 260px;
  padding-bottom: 155px;
  background-size: cover;
}

.justify-content-center {
  justify-content: center !important;
}

.text-center {
  text-align: center !important;
}

.page-title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #E8545C;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #E8545C;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
  background-color: #E8545C;
}

::-webkit-scrollbar-track {
  background: #060606;
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
  background: #060606;
}

.logo {
  margin: 5px;
  transition: 0.3s all;
}

.logo:hover {
  transform: scale(1.07);
  transition: 0.3s all;
}

.logo img {
  width: auto;
  height:75px;
}

.service-area {
  background-image: url(../img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-servicio-area.webp);
  background-size: cover;
  padding-top: 70px;
  margin-bottom: 50px;
}


.kservice-text-subtitle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  left: 0;
  bottom: 1px;
  background: #ff0666;
  z-index: -1;
}

.kservice-text-title {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.kservice-text p {
  color: #ffffff;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 45px;
}

.kservice-text-subtitle {
  font-size: 14px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  z-index: 1;
}

.service-author-sign span {
  font-size: 24px;
  font-weight: 400;
  color: #fff !important;
  display: block;
  margin-top: 13px;
  text-align: center;
}

.kservice-author span {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-top: 13px;
}

.kservice {
  background: #1a1c1e;
  padding: 33px 35px 45px;
  min-height: calc(100% - 20px);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: all .3s linear 0s;
}

.kservice:before {
  position: absolute;
  content: "";
  height: 70px;
  width: 140px;
  background: #fff;
  opacity: .02;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.kservice-icon {
  display: block;
}

.kservice-icon i {
  font-size: 60px;
  color: #ff0666;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1rem;
  vertical-align: -0.125em;
}

.svg-inline--fa-serv {
  display: inline-block;
  font-size: inherit;
  height: 50px;
  vertical-align: -0.125em;
}

.kservice-content-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
}

.kservice-content-title a {
  color: #fff;
  text-decoration: none;
}

.kservice-content-title a:hover {
  color: #fff;
  text-decoration: none;
}

.kservice:hover .kservice-icon i {
  color: #fff;
}

.kservice:hover {
  background: #ff0666;
}

.cta-area {
  margin-top: -50px;
}

.cta-bg {
  display: flex;
  align-items: center;
  padding: 65px 70px;
  border-radius: 20px;
}

.bg-theme {
  background: #d30252;
  position: relative;
}

.cta-bg .cta-number {
  flex-basis: 33%;
}

.cta-number-icon {
  float: left;
  margin-right: 20px;
  animation: opacityPulse 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}

.cta-number-text span {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 3px;
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.cta-number-text h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  text-decoration: none;
}

.cta-number-text h3 a {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.cta-bg .cta-description {
  flex-basis: 37%;
  margin-left: 0;
  padding-left: 20px;
  position: relative;
}

.cta-bg .cta-description:before {
  height: 80px;
  width: 2px;
  background: #fff;
  opacity: .2;
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
}

.cta-bg .cta-description p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
}

.cta-bg .cta-btn {
  flex-basis: 27%;
  text-align: right;
}

.theme-btn.black-btn {
  background: #242629;
}

.theme-btn {
  font-size: 13px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 0 50px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative;
  z-index: 1;
  transition: all .3s linear 0s;
  text-decoration: none;
}

.theme-btn-whats {
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 700;
  color: #fff;
  background: #c50606;
  padding: 0 50px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative;
  z-index: 1;
  transition: all .3s linear 0s;
  text-decoration: none;
  float: right;
}

.theme-btn-whats:before {
  background: #E8545C;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
  z-index: -1;
}

.theme-btn-whats:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.theme-btn-whats:hover,
.theme-btn-whats:hover svg {
  color: #000;
  stroke: #000;
}


.theme-btn:before {
  background: #fff;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
  z-index: -1;
}

.theme-btn:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.theme-btn:hover {
  color: #ff0666;
}

.about-area {
  padding-bottom: 70px;
  padding-top: 85px;
}

.section-subtitle {
  font-size: 14px;
  color: #a70000;
  position: relative;
  z-index: 1;
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
}

.border-btn {
  border: 1px solid #ff0666;
}

.section-title {
  font-size: 50px;
  color: #242629;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .5px;
  margin-bottom: 15px;
}

.kabout .section-title-wrapper p {
  line-height: 2;
  font-size: 18px;
}

.section-subtitle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  left: 0;
  bottom: 1px;
  background-color: #e9ebed;
  z-index: -1;
}

.kabout-service-title {
  font-size: 18px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 18px;
  font-weight: 700;
}

.kabout-service p {
  font-size: 16px;
}

.ul-about {
  margin-bottom: 55px;
  margin-top: 20px;
}

.kabout ul li {
  font-size: 17px;
  font-weight: 500;
  color: #242629;
  margin-bottom: 15px;
  list-style: none;
  display: flex;
}

.kabout ul li i {
  margin-right: 15px;
  color: #ff0666;
  margin-top: 1px;
}

.kabout-img-shape {
  width: 40px;
  height: 560px;
  background: #fff;
  border: 8px solid #ff0666;
  position: absolute;
  top: 2px;
  left: -30px;
  z-index: -1;
  border-radius: 50px 0px;
}

.kabout-img {
  position: relative;
  margin-right: 70px;
  margin-bottom: 50px;
}

.kabout-img-small {
  bottom: -80px;
  z-index: 5;
  left: -140px;
  display: inline-block;
  position: absolute;
}

.kabout-img-small-icon {
  position: absolute;
  top: -60px;
  right: -60px;
  height: 150px;
  width: 150px;
  text-align: center;
  border: 1px dashed hsla(0, 0%, 100%, .3);
  padding: 18px;
  display: inline-block;
  border-radius: 50%;
  transition: all .3s linear 0s;
}

.play_btn:after,
.play_btn:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px dashed hsla(0, 0%, 100%, .7);
  -webkit-animation-name: popupBtn;
  animation-name: popupBtn;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.play_btn:after,
.play_btn:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px dashed hsla(0, 0%, 100%, .7);
  -webkit-animation-name: popupBtn;
  animation-name: popupBtn;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes popupBtn {
  0% {
      transform: scale(1);
      opacity: .6
  }

  50% {
      transform: scale(1.6);
      opacity: .3
  }

  to {
      transform: scale(2.2);
      opacity: 0
  }
}

@keyframes popupBtn {
  0% {
      transform: scale(1);
      opacity: .6
  }

  50% {
      transform: scale(1.6);
      opacity: .3
  }

  to {
      transform: scale(2.2);
      opacity: 0
  }
}

.kabout-img-small-icon span {
  height: 114px;
  width: 114px;
  line-height: 75px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
}

.kabout-img-small-icon span i {
  font-size: 60px;
  color: #00c8ff;
  margin-top: 10px;
  display: inline-block;
}

.kabout-img-small-icon span img {
  vertical-align: middle;
  filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}

.play_btn:before {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.kabout-img img:hover {
  filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}

.kabout-service-title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 19px;
  background: #ff0666;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.trust-area.trust-area {
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
}

.trust-bg {
  background-image: url(../openfs/assets/img/banner/bg-cta.jpg);
  background-attachment: fixed;
}

.trust-bg {
  opacity: 1;
  z-index: 0;
  background-size: cover;

}

.trust-bg,
.trust-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.trust-bg:before {
  content: "";
  background: rgb(0 0 0 / 22%);
}

.ktrust-title {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
}

.ktrust h3{
      color: #fbe65b;
    font-size: 55px;
    font-family: 'Yeseva';
    margin-bottom: 23px;
}

.quality-area {
  padding-top: 30px;
}

.kquality-text-title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #d00550;
}

.kquality-icon {
  line-height: 120px;
  text-align: center;
  border-radius: inherit;
  float: left;
  margin-right: 40px;
}

.kquality-iconn:after,
.kquality-icon:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px dashed hsl(42deg 67% 39%);
  -webkit-animation-name: popupBtn;
  animation-name: popupBtn;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.kquality-img {
  position: relative;
  display: inline-block;
}

.kquality-img:after,
.kquality-img:before {
  height: 100%;
  width: 10px;
  top: 0;
  left: 0;
  background: #ff0666;
  position: absolute;
  content: "";
  z-index: 1;
}

.kquality-img:after {
  left: 10px;
  background: #fff;
}

.fix {
  overflow: hidden;
}

.footer {
  background: #0D212A;
  background-size: cover;
  padding-top: 40px;
}

.footer-text {
  font-size: 15px;
  font-weight: 500;
  color: #a0a2a6;
  line-height: 2;
}

.widget {
  margin-bottom: 30px;
}

.widget-title {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-top: 12px;
}

.widget ul li {
  list-style: none;
  margin-bottom: 5px;
}

.widget-contact li {
  line-height: 26px;
  font-size: 15px;
  color: #a0a2a6;
}

.pb-10 {
  padding-bottom: 10px;
}

ul {
  margin: 0;
  padding: 0;
}

.copyright-area {
  position: relative;
  z-index: 1;
}

.copyright-area:before {
  background: #1a1c1e;
  height: 100%;
  width: 400px;
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
}

.copyright-bg {
  background: #1a1c1e;
  padding: 28px 0;
}

.copyright-area span {
  color: #a0a2a6;
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 15px 0;
  position: inherit;
}

.copyright-area ul li {
  padding: 15px 0;
  list-style: none;
}

.copyright-area ul li a {
  color: #a0a2a6;
  font-size: 15px;
  font-weight: 400;
  margin-right: 25px;
  position: relative;
  text-decoration: none;
}

.telf-enl {
  color: #a0a2a6;
  text-decoration: none;
}

.telf-enl:hover {
  color: #ff0666;
}

.kquality-text {
  padding-left: 15px;
}

.foot-mail a {
  text-decoration: none;
  color: white;
}

.foot-mail a:hover {
  text-decoration: none;
  color: #ff0666;
}

.offcanvas-body {
  justify-content: space-evenly;
}

.opacityPulse-css {
  animation: opacityPulse 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}

@keyframes opacityPulse {
  0% {
      opacity: 0.0;
  }

  50% {
      opacity: 1.0;
  }

  100% {
      opacity: 0.0;
  }
}


/* FORM
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  min-height: 100vh;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: inherit;
  left: -9999px;
}

.checkbox:checked+label,
.checkbox:not(:checked)+label {
  position: relative;
  display: block;
  text-align: center;
  width: 60px;
  height: 16px;
  border-radius: 8px;
  padding: 0;
  margin: 10px auto;
  cursor: pointer;
  background-color: #ffeba7;
}

.checkbox:checked+label:before,
.checkbox:not(:checked)+label:before {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffeba7;
  background-color: #102770;
  font-family: 'unicons';
  content: '\eb4f';
  z-index: 20;
  top: -10px;
  left: -10px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  transition: all 0.5s ease;
}

.checkbox:checked+label:before {
  transform: translateX(44px) rotate(-270deg);
}

.card-3d-wrap {
  position: relative;
  width: 440px;
  max-width: 100%;
  height: 520px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 800px;
  margin-top: 30px;
}

.card-3d-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 600ms ease-out;
}

.card-front,
.card-back {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url(../img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-servicio-form.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}



.card-back {
  transform: rotateY(180deg);
}

.checkbox:checked~.card-3d-wrap .card-3d-wrapper {
  transform: rotateY(180deg);
}

.center-wrap {
  position: absolute;
  width: 100%;
  padding: 0 35px;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 35px) perspective(100px);
  z-index: 20;
  display: block;
}

.form-group {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.form-style {
  padding: 13px 20px;
  padding-left: 55px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  color: #000000;
  background-color: #ffffff;
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: 0 4px 8px 0 rgb(21 21 21 / 20%);
}

.form-style:focus,
.form-style:active {
  border: none;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, .2);
}

.input-icon {
  position: absolute;
  top: 0;
  left: 18px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
  color: #ffeba7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-group input:-ms-input-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-group input::-moz-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-group input:-moz-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-group input::-webkit-input-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-group input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-group input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-group input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-group input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn {
  border-radius: 4px;
  height: 44px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 0 30px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  background-color: #ffeba7;
  color: #102770;
  box-shadow: 0 8px 24px 0 rgba(255, 235, 167, .2);
}

.btn:active,
.btn:focus {
  background-color: #102770;
  color: #ffeba7;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, .2);
}

.btn:hover {
  background-color: #102770;
  color: #ffeba7;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, .2);
}

.btn-env {
  margin-top: 10px;
  background: #d30252 !important;
  border: none !important;
  border-radius: 2px !important;
  padding: 0px 30px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
}

.btn-env:hover {
  background: #25d366 !important;
}

.tit-form {
  font-weight: 700;
  text-align: center;
  color: #d30252;
  font-size: 24px;
  padding-left: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.overlay-mail {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.theme-btn-email {
  font-size: 14px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 700;
  color: #ff0666;
  background: #fff;
  padding: 0 50px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative;
  z-index: 1;
  transition: all .3s linear 0s;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.theme-btn-email:before {
  background: #000;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
  z-index: -1;
}

.theme-btn-email:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.theme-btn-email:hover {
  color: #fff;
}

.vide-email {
  width: 640px;
  height: 360px;
}

.carousel-item {
  position: initial !important;
}

.carousel-inner {
  position: initial !important;
}

.carousel-caption {
  bottom: 16.25rem !important;
  text-align: center !important;
}

.kslider--descrip p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}

.random {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.random p {
  color: #fe0466;
  font-size: 16px;
  font-weight: 700;
}

@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
  }

  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -moz-transform: translateX(-20px);
  }

  100% {
      opacity: 1;
      -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -o-transform: translateX(-20px);
  }

  100% {
      opacity: 1;
      -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
      opacity: 0;
      transform: translateX(-20px);
  }

  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
  }

  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
      opacity: 0;
      -moz-transform: translateX(20px);
  }

  100% {
      opacity: 1;
      -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
      opacity: 0;
      -o-transform: translateX(20px);
  }

  100% {
      opacity: 1;
      -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
      opacity: 0;
      transform: translateX(20px);
  }

  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

.reg-p {
  color: white;
  position: relative;
  font-weight: 400;
  font-size: 24px;
}

.reg-p a {
  color: white;
  text-decoration: none;
}

.reg-p a:hover {
  color: #ff0666;
}

/* Clon agencia-de-marketing-digital*/
.service-area-agencia {
  background-image: url(../img/agencia-de-marketing-digital/digitalmarketingnewjersey-agencia-de-marketing-digital-agenciademarketingdigital-agenciademarketingdigitalnewjersey-nj-newjersey-openfs-servicios-area.webp);
  background-size: cover;
  padding-top: 50px;
  margin-bottom: 50px;
}

.trust-bg-agencia {
  background-image: url(../img/agencia-de-marketing-digital/digitalmarketingnewjersey-agencia-de-marketing-digital-agenciademarketingdigital-agenciademarketingdigitalnewjersey-nj-newjersey-openfs-contacto-fondo-bg.webp);
}

.trust-bg-agencia {
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: scale(1);
  transition: all 8s linear 0s;
  filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.trust-bg-agencia,
.trust-bg-agencia:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.trust-bg-agencia:before {
  content: "";
  background: rgba(0, 0, 0, .2);
}

.card-front-agencia,
.card-back {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url(../img/agencia-de-marketing-digital/digitalmarketingnewjersey-agencia-de-marketing-digital-agenciademarketingdigital-agenciademarketingdigitalnewjersey-nj-newjersey-openfs-servicio-form.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Clon digital-marketing-agencies*/
.service-area-agencies {
  background-image: url(../img/digital-marketing-agencies/digitalmarketingnewjersey-digital-marketing-agencies-digitalmarketingagency-nj-newjersey-openfs-servicio-area.webp);
  background-size: cover;
  padding-top: 50px;
  margin-bottom: 50px;
}

.trust-bg-agencies {
  background-image: url(../img/digital-marketing-agencies/digitalmarketingnewjersey-digital-marketing-agencies-digitalmarketingagency-nj-newjersey-openfs-contacto-fondo-bg.webp);
}

.trust-bg-agencies {
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: scale(1);
  transition: all 8s linear 0s;
  filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.trust-bg-agencies,
.trust-bg-agencies:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.trust-bg-agencies:before {
  content: "";
  background: rgba(0, 0, 0, .2);
}

.card-front-agencies,
.card-back {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url(../img/digital-marketing-agencies/digitalmarketingnewjersey-digital-marketing-agencies-digitalmarketingagency-nj-newjersey-openfs-servicio-form.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Clon digital-marketing-services*/
.service-area-services {
  background-image: url(../img/digital-marketing-services/digitalmarketingservices-service-openfs-servicios-area.webp);
  background-size: cover;
  padding-top: 50px;
  margin-bottom: 50px;
}

.trust-bg-services {
  background-image: url(../img/digital-marketing-services/digitalmarketingservices-service-openfs-fondo-bg.webp);
}

.trust-bg-services {
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: scale(1);
  transition: all 8s linear 0s;
  filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.trust-bg-services,
.trust-bg-services:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.trust-bg-services:before {
  content: "";
  background: rgba(0, 0, 0, .2);
}

.card-front-services,
.card-back {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url(../img/digital-marketing-services/digitalmarketingnewjersey-digital-marketing-services-digitalmarketingservice-digitalservicesnewjersey-nj-newjersey-openfs-servicio-form.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Clon digital-marketing-companies*/
.service-area-companies {
  background-image: url(../img/digital-marketing-companies/digitalmarketingcompanies-company-servicio-area.webp);
  background-size: cover;
  padding-top: 50px;
  margin-bottom: 50px;
}

.trust-bg-companies {
  background-image: url(../img/digital-marketing-companies/digitalmarketingcompanies-company-fondo-bg.webp);
}

.trust-bg-companies {
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: scale(1);
  transition: all 8s linear 0s;
  filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.trust-bg-companies,
.trust-bg-companies:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.trust-bg-companies:before {
  content: "";
  background: rgba(0, 0, 0, .2);
}

.card-front-companies,
.card-back {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url(../img/digital-marketing-companies/digitalmarketingnewjersey-digital-marketing-companies-digitalmarketingcompany-company-companies-nj-newjersey-openfs-servicio-form.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Clon empresa-de-marketing-digital*/
.service-area-empresa {
  background-image: url(../img/empresa-de-marketing-digital/empresademarketingdigital-empresas-fondo-servicios.webp);
  background-size: cover;
  padding-top: 50px;
  margin-bottom: 50px;
}

.trust-bg-empresa {
  background-image: url(../img/empresa-de-marketing-digital/empresademarketingdigital-empresas-fondo-bg.webp);
}

.trust-bg-empresa {
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: scale(1);
  transition: all 8s linear 0s;
  filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.trust-bg-empresa,
.trust-bg-empresa:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.trust-bg-empresa:before {
  content: "";
  background: rgba(0, 0, 0, .2);
}

.card-front-empresa,
.card-back {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url(../img/empresa-de-marketing-digital/digitalmarketingnewjersey-empresa-de-marketing-digital-empresademarketingdigital-empresasdemarketingdigital-nj-newjersey-openfs-servicio-form.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.theme-btn-n {
font-size: 15px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 800;
    color: #ffffff;
    background: #de3e52;
    padding: 0 50px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    z-index: 1;
    transition: all .3s linear 0s;
    text-decoration: none;
}

.theme-btn-n:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.theme-btn-n:before {
 background: #f6f7f7;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
  z-index: -1;
}

.theme-btn-n:hover {
 color: #e34858;
}

.num-ref {
  text-decoration: none;
}

.modal-body {
  padding: 0px 30px 0px 30px !important;
}

.btn-secondary {
  border-radius: 0px !important;
  font-weight: 500 !important;
  font-size: 13px !important;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  color: #7a7a7a;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  background: #FFF;
  border-radius: .2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 rgba(203, 34, 237, .2);
  -webkit-transition: all .275s;
  transition: all .275s;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
  content: '✕';
  position: absolute;
  top: 0.500em;
  left: 0.13em;
  font-size: 1.375em;
  color: #d30252;
  line-height: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type="checkbox"]:disabled:checked+label:after {
  color: #777;
}

[type="checkbox"]:disabled+label {
  color: #aaa;
}

/* Accessibility */
[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
}

.check-form {
  margin-bottom: 12px;
}

.modal-header {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
}


.kslider--btn ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
}

.kslider--btn li {
  position: relative;
  margin-right: 10px;
}

.banner-form {
  background-image: url(../img/mdb01.jpg);
  background-size: cover;
}

.banner-form {
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: scale(1);
  transition: all 8s linear 0s;
}

.banner-form,
.banner-form:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-form:before {
  content: "";
  background: rgb(0 0 0 / 67%);
}





.banner-form-inv {
  background-image: url(../img/digitalmarketingnewjersey-digital-marketing-new-jersey-nj-us-openfs-slider-principal-inversionista.webp);
  background-size: cover;
}

.banner-form-inv {
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: scale(1);
  transition: all 8s linear 0s;
}

.banner-form-inv,
.banner-form-inv:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-form-inv:before {
  content: "";
  background: rgb(0 0 0 / 67%);
}

.banner-area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 130px;
}

.banner-title {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0px 5px 11px #5c5c5c;
  text-align: center;
}

.banner-cont {
  position: relative;
}

.banner-text {
  color: #fff;
}

.banner-align {
  display: flex;
  align-items: center;
}

.work_aria {
  padding-top: 55px;
}

.sub_title {
  color: #fe4c1c;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section_title h2 {
  font-weight: 700;
  font-size: 36px;
  color: #3b3664;
  margin-top: 15px;
  line-height: 43px;
  margin-bottom: 27px;
}

/*** Service ***/
.service-item {
  position: relative;
  padding: 45px 30px;
  overflow: hidden;
  transition: .5s;
}

.service-item:hover {
  margin-top: -15px;
  padding-bottom: 60px;
  /* background: #fe0466 !important; */
}

.service-item .service-icon {
  margin: 0 auto 20px auto;
  width: 126px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  background: url(/img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-blop.webp) center center no-repeat;
  background-size: contain;
  transition: .5s;
}

.service-item:hover .service-icon {
  color: #ff0168;
  background: url(/img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-blop-02.webp) center center no-repeat;
  background-size: contain;
}

.service-item h1 {
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0px 3px 4px black;
  font-size: 26px;
}

.service-item h1,
.service-item p {
  transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
  color: #ff0168;
}


.service-item a.btn {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  color: #ff0168;
  background: #FFFFFF;
  border-radius: 20px 20px 0 0;
  transition: .5s;
  z-index: 1;
}

.service-item a.btn:hover {
  color: #ffffff !important;
  background: #E8545C;
}

.service-item:hover a.btn {
  bottom: 0;
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  width: 30px;
  height: 2px;
}

.section-title span:last-child {
  margin-right: 0;
  margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 0;
  right: -20px;
}

.section-title span:last-child::after {
  right: auto;
  left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
  background: var(--primary);
}

.section-title.text-secondary-serv span:first-child,
.section-title.text-secondary-serv span:last-child,
.section-title.text-secondary-serv span:first-child::after,
.section-title.text-secondary-serv span:last-child::after {
  background: #ff0168;
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
  background: #FFFFFF;
}

.text-secondary-serv {
  color: #d30252 !important;
  font-size: 25px;
  font-weight: 900;
}

.section-title-serv {
  text-transform: uppercase;
  font-weight: 900;
}

.img-fot {
  border-radius: 13px;
  box-shadow: 0px 2px 17px #484747;
}

.services-new {
  background: linear-gradient(rgb(255 255 255) 24%, rgb(0 0 0 / 0%) 85%), url(/img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-fondo-services.webp);
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 20px;

}



/* ------------------------
  List Icon
------------------------*/
.list-icon li {
  position: relative;
  padding-left: 40px;
}

.list-icon li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7810;
  font-size: 30px;
  line-height: 30px;
}

.list-icon-2 li {
  padding-left: 20px;
  position: relative;
}

.list-icon-2 li:before {
  content: "";
  background: #ff7810;
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 4px;
}

.custom-li {
  display: inline-block;
}

.custom-li li {
  float: left;
  margin-bottom: 15px;
  width: calc(100% / 2);
}

.list-icon-3 li i {
  color: #ff7810;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #ece9fa;
  text-align: center;
  border-radius: 50%;
}


/* ------------------------
  Bg Animated Image
------------------------*/
.pattern-3 {
  position: absolute;
  left: 50%;
  top: 60%;
}

.info-img:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 330px;
  width: 100%;
  content: "";
  background-image: url(../images/pattern/07.png);
  z-index: -1;
}


/* ------------------------
  Round Animated Image
------------------------*/
.round-animation {
  background-image: linear-gradient(120deg, #fe0466 0%, #050006 100%);
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  width: 100%;
  height: 100%;
  animation: morph 10s linear infinite;
  transform-style: preserve-3d;
  outline: 1px solid transparent;
  will-change: border-radius;
}

.round-animation:before,
.round-animation:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  will-change: border-radius, transform, opacity;
  animation-delay: 200ms;
  background-image: linear-gradient(120deg, rgb(254 4 102 / 25%) 0%, rgba(255, 0, 102, 0.993) 100%);
}

.round-animation:before {
  animation: morph 3s linear infinite;
  opacity: .21;
  animation-duration: 1.5s;
}

.round-animation img {
  position: relative;
  z-index: 99;
}

.insideText {
  color: rgba(0, 0, 0, 0.030);
  font-size: 200px;
  font-weight: 900;
  left: 50%;
  line-height: 200px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  white-space: nowrap;
  width: 100%;
  z-index: 0;
}

.boxed-view {
  padding: 20px 50px 50px;
}

.seo-img img {
  position: relative;
  -webkit-animation: seo 2s linear infinite;
  animation: seo 2s linear infinite;
}

@-webkit-keyframes seo {
  0% {
      left: 20px;
      bottom: 20px;
  }

  25% {
      left: -20px;
      bottom: 20px;
  }

  50% {
      left: -20px;
      bottom: 0px;
  }

  75% {
      left: 0px;
      bottom: 0px;
  }

  100% {
      left: 20px;
      bottom: 20px;
  }
}

@keyframes seo {
  0% {
      left: 20px;
      bottom: 20px;
  }

  25% {
      left: -20px;
      bottom: 20px;
  }

  50% {
      left: -20px;
      bottom: 0px;
  }

  75% {
      left: 0px;
      bottom: 0px;
  }

  100% {
      left: 20px;
      bottom: 20px;
  }
}

@keyframes morph {

  0%,
  100% {
      border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
      transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
      transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
      opacity: .89;
      transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
      border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
      transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}


.about-img {
  display: flex;
  align-items: center;
  padding-top: 40px;
}

.btn-square {
  font-weight: 700 !important;
  text-transform: initial;
}

.theme-btn-call-now {
  font-size: 13px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 700;
  color: #ab0545;
  background: #fff;
  padding: 0px 35px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative;
  z-index: 1;
  transition: all .3s linear 0s;
  text-decoration: none;
}

.theme-btn-call-now:before {
  background: #E8545C;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
  z-index: -1;
}

.theme-btn-call-now:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.theme-btn-call-now:hover {
  color: #fff;
}


/* ------------------------
  Services
------------------------*/

.services-parraf {
  text-align: center;
  margin-bottom: 50px;
}

.serv-enlace {
  text-decoration: none !important;
}

.card-sem {
  padding: 66px 50px;

  border: none !important;
  border-radius: 20px !important;
  box-shadow: -2px 5px 40px 0px rgb(121 122 129 / 12%);
  margin-bottom: 30px;
}

.seo {
  padding: 30px 20px;
  border-radius: 20px !important;
}

.seo-cont {
  display: flex;
  justify-content: center;
}

.seo-items div h1 {
  text-align: center;
}

.card-seo {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1 !important;
  box-shadow: 0px 3px 6px #dfdfdf;
}

.seo-img {
  margin-bottom: 15px;
}

.card-white-seo {
  background-color: #fdfcfc !important;
}

.card-white {
  background-color: #f7f7f7 !important;
}

.card-black {
  background-color: #000 !important;
}

.card-title-black h1 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 24px;
  color: #ff0055;
}

.card-title-white h1 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 24px;
  color: #ff0055;
}

.card-title-white p {
  text-align: justify;
  margin-bottom: 0px;
  font-size: 20px;
}

.cont-img {
  display: flex;
  justify-content: center;
}

.cont-img-seo {
  display: flex;
  justify-content: center;
}

.cont-gif img {
  border-radius: 20px;
}


/* FAQ */
.faq {
  padding: 40px 0px;
}

.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #000000 !important;
  font-weight: 700;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #d10550 !important;
  outline: 0;
  box-shadow: 0px 0px 3px #d10550 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/img/digitalmarketingnewjersey-digital-marketing-new-jersey-nj-us-openfs-down.svg) !important;
}

.accordion-button::after {
  background-image: url(/img/digitalmarketingnewjersey-digital-marketing-new-jersey-nj-us-openfs-up.svg) !important;
}

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

.accordion-body {
  text-align: justify;
}

/* Offcanvas */
.btn-offcanvas {
  width: 30px;
  margin-left: 20px;
  cursor: pointer;
}

.offcanvas.offcanvas-end {
  height: fit-content !important;
}

.offcanvas-header {
  padding: 1.5rem 1.5rem 0rem 1.5rem !important;
}

.offcanvas-header svg {
  width: 30px;
  cursor: pointer;
}

.offcanvas-header img {
  padding-top: 20px;
}

.offcanvas {
  border-bottom-left-radius: 40px;
}

#offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
  color: #ff0063;
}

.card-title-black p {
  text-align: justify;
  margin-bottom: 0px;
  font-size: 20px;
  color: #fff;
}


/* ------------------------
  Partner
------------------------*/
#partner-googler {
  padding-top: 70px;
  padding-right: 0px;
  padding-bottom: 90px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.section {
  will-change: top;
}

.section {
  z-index: 1;
  position: relative;
}

.section-content-center {
  display: flex;
  width: 100%;
  align-items: center;
}

.section-background-video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.section-background-video video {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: repeat;
  z-index: 1;
  background-color: rgb(0 0 0 / 73%);
}

.partner-text h1 {
  color: #E8545C;
  font-weight: 800;
}

.partner-cont {
  z-index: inherit;
}

.partner-items {
  display: flex;
  align-items: center;
}

.partner-img {
  display: flex;
  justify-content: center;
}

.btn-rap-movil {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.cont-gif img {
  width: 100%;
}

.keywords-a {
  color: #ff0055;
  text-decoration: none;
  font-weight: 700;
}

.keywords-a:hover {
  color: #af043d;
  text-decoration: none;
  font-weight: 700;
}

.seo-intro {
  margin: 50px 0px;
}

.intro-img {
  display: flex;
  justify-content: center;
}

.intro-seo div p {
  margin-bottom: 20px;
}

.seo-l img {
  margin-bottom: 50px;
}


/* FOOTER */
.footer-enlaces a {
  color: #a0a2a6;
  text-decoration: none;
}

.footer-enlaces a:hover {
  color: #ff0055;
}

/* ============================
ABOUT US
=============================*/
.about-us {
  padding: 70px 0px 0px 0px;
}

.breadcumb-area {
  background: url(./assets/img/banner/banner-gallery.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 120px 0 60px;
}


.breadcumb-title h1 {
  font-size: 41px;
  margin-bottom: 14px;
  margin-top: 0;
  font-weight: 800 !important;
  letter-spacing: 2px;
  color: #E8545C;
  font-weight: 700;
  font-family: 'yeseva';
  position: relative;
}

.breadcumb-content-text p {
  color: #ffffff;
  font-weight: 600;
  position: relative;
}

.choose-us-area .section-title {
  text-align: left;
  margin-bottom: 33px;
}

.choose-us-area .sub-title h5 {
  margin-left: 40px;
}

.sub-title h5 {
  color: #d10550;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 15px 0px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.sub-title h5::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  left: -30px;
  margin: 0;
  height: 5px;
  width: 20px;
  background: #d10550;
  border-radius: 5px;
}

.sub-title h5::after {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  left: -40px;
  margin: 0;
  height: 5px;
  width: 5px;
  background: #d10550;
  border-radius: 5px;
}

.sub-title h3 {
  font-size: 42px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #1d2124;
}

.choose-us-area .sub-title p {
  width: 100%;
  margin: 25px auto 20px;
  line-height: 28px;
}

.sub-title p {
  font-size: 17px;
  color: #646464;
  margin: 15px auto 20px;
  width: 58%;
  line-height: 28px;
}

.choose-thumb {
  display: flex;
  justify-content: center;
}

.choose-thumb img {
  margin: -20px 0 0 -50px;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob2 {
  0% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
  }

  50% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }

  100% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
  }
}

.bounce-animateX {
  animation-name: float-bobX;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -moz-animation-name: float-bobX;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bobX;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bobX;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bobX {
  0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
  }

  50% {
      -webkit-transform: translateX(-50px);
      transform: translateX(-50px);
  }

  100% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
  }
}


.service-about {
  padding: 50px 0px 0px 0px;
}

.service-about-area {
  padding: 70px 0px 60px 0px;
  background: url(/img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-services-about-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.dreamit-service-box {
  padding: 0px 25px 30px;
  background-color: #fff;
  border: 1px solid rgba(35, 35, 35, 0.1);
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.dreamit-service-box:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: url(/img/box-bg.png);
  transition: .5s;
  opacity: 0;
  z-index: -1;
  background-size: cover;
}

.dreamit-service-box:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.dreamit-service-box:hover .em-service-icon {
  background: #fe0466;
}

.dreamit-service-box:hover .em-service-title h2,
.dreamit-service-box:hover .em-service-text p {
  color: #fff;
}

.dreamit-service-box:hover .service-button a {
  color: #fff;
  border: 1px solid #fe0466;
}

.dreamit-service-box:hover .service-button a:before {
  transform: scale(1);
}

.service-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fe0466;
  border-radius: 30px;
  transform: scale(0);
  transition: .5s;
}

.dreamit-service-box:hover .em-service-icon svg {
  filter: brightness(0) invert(1);
}

.service-box-inner {
  transition: .4s;
}

.em-service-icon {
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(35, 35, 35, 0.1);
  transition: .5s;
}

.em-service-icon svg {
  transition: .5s;
  height: 32px;
  margin-top: 22px;
  color: #fe0466;
}

.em-service-title h2 {
  font-size: 22px;
  font-weight: 700;
  padding: 55px 0 42px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  transition: .5s;
  color: #838383;
}

.em-service-title h2:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #fe0466;
}

.service-number h1 {
  font-size: 100px;
  opacity: 5%;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
}

.em-service-text p {
  transition: .5s;
}

.service-button a {
  padding: 8px 18px 8px 24px;
  font-size: 15px;
  border-radius: 22px;
  background-color: #ffffff;
  color: #232323;
  border: 1px solid rgba(35, 35, 35, 0.1);
  display: inline-block;
  margin-top: 11px;
  position: relative;
  z-index: 1;
  transition: .5s;
  text-decoration: none;
}

.service-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fe0466;
  border-radius: 30px;
  transform: scale(0);
  transition: .5s;
}

.services-area-title {
  margin-bottom: 60px;
}

.itsoft-section-title h2 {
  font-size: 42px;
  margin: 0;
  font-weight: 700;
}

.itsoft-section-title span {
  color: #fe0466;
}

.em-service-icon svg {
  transition: .5s;
}

/* ============================
TEAM
=============================*/

.team-area {
  padding: 20px 0px 80px 0px;
}

.single-team-box {
  margin-top: 30px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-image {
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}

.team-image::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgb(2 2 2 / 0%);
  background-image: linear-gradient(-135deg, rgb(62 62 62 / 0%) 0%, rgb(0 0 0 / 48%) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .team-image img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-social-icon {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team-social-icon a {
  margin: 5px;
  color: #5e87eb;
  font-size: 16px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  will-change: transform;
}

.team-social-icon a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 3px;
}

.team-info {
  padding: 20px 15px 0px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.team-info span {
  color: #fe0466;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.single-team-box:hover .team-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.single-team-box:hover .team-social-icon a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.single-team-box:hover .team-image::before {
  opacity: .8;
  visibility: visible;
}

.team-card {
  display: flex;
  justify-content: center;
}

/* ============================
CONTACT US
=============================*/
/* .about-us{
  padding: 70px 0px 0px 0px;
} */

.breadcumb-area-contact {

  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-contact-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  padding: 180px 0 120px;
}

.card-3d-wrap-contact {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 550px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 800px;
  margin-top: 30px;
}

.contact-info .card {
  border: none;
}

.text-secondary-contact {
  color: #3a3a3a !important;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
  padding-top: 25px;
}

.section-title-contact {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 27px;
  color: #ff0063;
}

.info-contact {
  font-size: 17px;
  font-weight: 500;
}

.info-contact a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
}

.info-contact a:hover {
  text-decoration: none;
  color: #ff0063;
  transition: 0.3s;
}

.card-contact {
  background: #fbfbfb;
}

.contact-border {
  border: 1px solid #e3e3e3;
}

/* ============================
DESIGN AND DEVELOPMENT 
=============================*/
.text-secondary-dev {
  color: #d30252 !important;
  font-size: 24px;
  font-weight: 900;
}

.description-web {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-image: linear-gradient(180deg, #ffffff 0%, #d7dfeb 100%);
}

.img-web-movil {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 250px;
  left: 0;
  width: 90%;
}

.img-web-tablet {
  display: flex;
  right: 0;
  position: absolute;
  width: 90%;
  height: auto;
}

.cards-web {
  background: linear-gradient(rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 100%), url(/img/fondo-dev.png);
  background-size: cover;
  /* background: linear-gradient(180deg, #ffffff 0%, rgba(247, 247, 247, 0.09) 100%) transparent; */
  /* background-color: #000; */
}

.text-description-web p {
  line-height: 2;
  font-size: 20px;
  margin-bottom: 45px;
}

.description-web .box-img {
  margin-top: 8rem;
}

.banner-phone {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/img/banner-01.jpg);
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  padding: 150px 0px;
  margin-top: -5%;
}

.text-phone h1 {
  text-align: end;
  font-size: 50px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .5px;
  padding-top: 20px;
  margin-bottom: 15px;
}

.slider-clients {
  /* background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6)), url(/img/fondo-dev.png); */
  background: url(/img/fondo-phone.webp);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  background-size: cover;
  background-position: center;
  margin-top: 18rem;
  position: relative;
  z-index: 2;
}

.clients-title-dev {
  text-transform: uppercase;
  font-weight: 900;
  color: #FFFFFF;
}

.carousel-clients {
  margin-top: 5rem;
}

.carousel-clients img {
  height: 150px;
  width: auto !important;
}

.img-phone {
  width: 315px;
}

.title-animate {
  text-transform: uppercase;
  font-weight: 900;
  color: #d00550;
  font-size: 3.5rem;
}

.title-animate-dark {
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  font-size: 3.5rem;
}

/* ============================
RESPONSIVE 
=============================*/
@media (max-width:1199px) and (min-width:992px) {
  .kslider--title {
      font-size: 50px;
      line-height: 70px;
  }

  .carousel-caption {
      padding-bottom: 3.5rem;
  }

  .text-description-web p {
      line-height: 2;
      font-size: 18px;
  }

  @keyframes float-bobX {
      0% {
          -webkit-transform: translateX(100px);
          transform: translateX(100px);
      }

      50% {
          -webkit-transform: translateX(50px);
          transform: translateX(50px);
      }

      100% {
          -webkit-transform: translateX(-100px);
          transform: translateX(100px);
      }
  }

}

@media (max-width:991px) and (min-width:768px) {
  .cta-bg {
      display: inherit;
  }

  .cta-contact{
      display: flex !important;
  }

  .kslider--title {
      font-size: 60px;
      line-height: 77px;
  }

  .section-title-wrapper {
      margin-top: 50px;
  }

  .kquality-img {
      float: right;
  }

  .vide-email {
      width: 100% !important;
      height: auto !important;
  }

  .theme-btn-email {
      font-size: 12px !important;
      padding: 0 10px !important;
  }

  .carousel-item {
      position: initial !important;
  }

  .carousel-inner {
      position: initial !important;
  }

  .contact-info iframe {
      margin-top: 40px;
      height: 500px;
      border: 0;
  }

  .card-3d-wrap-contact {
      height: 665px;
  }

  .description-web .box-img {
      margin-top: 0;
  }

  .description-web {
      padding-bottom: 550px;
  }

  .img-web-tablet {
      width: 70%;
  }

  .img-web-movil {
      width: 60%;
  }

  .text-phone h1 {
      text-align: center;
      font-size: 45px;
  }

  .text-description-web p {
      font-size: 18px;
  }
  .content-items{
    display: block !important;
  }
}

@media (max-width:576px) {
  .theme-btn-whats {
      font-size: 12px;
      padding: 0 8px;
  }

  .cta-bg {
      display: inherit;
      padding: 25px 30px;
      flex-direction: column;
  }

  .kslider--title {
      font-size: 35px;
      letter-spacing: 0px;
      line-height: 45px;
  }

  .cta-number-icon {
      float: none;
      margin-right: 30px;
  }

  .kabout-img {
      position: relative;
      margin-right: 0px;
      margin-bottom: 160px;
  }

  .cta-bg .cta-description {
      flex-basis: 37%;
      margin-left: 0px;
      padding-left: 0px;
      position: relative;
      margin-bottom: 12px;
  }

  .ktrust-title {
      font-size: 35px;
  }

  .kquality-icon {
      float: none;
      margin-right: 0px;
      margin-bottom: 13px;
  }

  .kquality-iconn:after,
  .kquality-icon:before {
      border: none;
  }

  .kservice-text-title {
      font-size: 30px;
  }

  .section-title {
      font-size: 40px;
  }

  .copyright-area:before {
      width: 100%;
  }

  .kquality-text-title {
      font-size: 26px;
  }

  .cta-number-text h1 a {
      font-size: 30px;
  }

  .kslider {
      padding-top: 200px;
      padding-bottom: 200px;
  }

  .vide-email {
      width: 100% !important;
      height: auto !important;
  }

  .theme-btn-email {
      font-size: 12px !important;
      padding: 0 10px !important;
  }

  .carousel-item {
      position: initial !important;
  }

  .carousel-inner {
      position: initial !important;
  }

  .kslider--subtitle {
      font-size: 30px;
  }

  .kslider--descrip {
      font-size: 15px !important;
  }

  .random p {
      font-size: 13px !important;
  }

  .card-3d-wrap {
      height: 750px !important;
  }

  .theme-btn-n {
      font-size: 10px !important;
  }

  .text-secondary-serv {
      font-size: 11px !important;
  }

  .service-item h1 {
      font-size: 20px !important;
  }

  .check-form {
      text-align: start !important;
  }

  .banner-title {
      font-size: 26px !important;
  }

  .service-item:hover p {
      font-size: 11px !important;
  }

  .service-item:hover a.btn {
      bottom: -6px !important;
  }

  .item-span {
      font-size: 11px;
  }

  .cont-img img {
      width: 80%;
  }

  .cont-img-seo img {
      width: 60%;
  }

  .intro-img img {
      width: 100%;
  }

  .card-sem {
      padding: 25px 20px;
  }

  .card-title-black {
      margin-bottom: 30px;
  }

  .card-title-white {
      margin-bottom: 30px
  }

  .img-partner img {
      width: 80%;
  }

  .seo-l img {
      display: none;
  }

  .card-title-black p {
      font-size: 17px;
  }

  .card-title-white p {
      font-size: 17px;
  }

  .contact-info iframe {
      margin-top: 40px;
      height: 500px;
      border: 0;
  }

  .card-3d-wrap-contact {
      height: 665px;
  }

  .contact-info svg {
      width: 120px;
  }

  .description-web {
      padding-bottom: 460px;
  }

  .img-web-tablet {
      width: 70%;
  }

  .img-web-movil {
      top: 110px;
      width: 80%;
  }

  .text-phone h1 {
      text-align: center;
      font-size: 35px;
  }

  .description-web .box-img {
      margin-top: 0;
  }

  .banner-phone {
      padding: 85px 0px;
      margin-top: -10%;
  }

  .carousel-clients {
      margin-top: 1rem;
  }

  .carousel-clients img {
      height: 140px;
  }

  .owl-theme .owl-nav {
      margin-top: 0px;
  }

  .slider-clients {
      margin-top: 9rem;
  }

  .title-animate,
  .title-animate-dark {
      font-size: 3rem;
  }

}

@media (max-width:1199px) and (min-width:992px) {
  .cta-area .cta-bg {
      padding: 45px 35px;
  }

  .cta-bg .cta-description {
      margin-left: 0px;
      padding-left: 10px;
  }

  .theme-btn-call-now {
      padding: 0 20px;
  }

  .cta-number-text h1 {
      font-size: 28px;
  }

  .cta-number-text span {
      font-size: 12px;
  }

}

@media (max-width:991px) and (min-width:768px) {
  .service-item h1 {
      font-size: 22px;
  }

  .cta-number {
      display: flex;
      justify-content: center;
  }

  .cta-bg .cta-btn {
      text-align: center;
  }

  .cta-bg .cta-description {
      margin-left: 0px;
      padding-left: 0px;
      margin-top: 20px;
      margin-bottom: 20px;
  }

  .cta-bg .cta-description:before {
      display: none;
  }

  /* boton request */
  .kslider--btn li {
      margin-right: 35px;
  }

  .btn-rap {
      display: none;
  }

  .logo-offcanvas img {
      display: none !important;
  }

  .btn-rap-movil {
      margin: 2.5rem 0px 1rem 0px;
      display: flex;
      justify-content: center;
  }

  .theme-btn-whats {
      padding: 0 40px;
  }

  .img-mock img {
      width: 100%;
  }

  .seo-l img {
      width: 100%;
  }

  .cont-gif img {
      margin-top: 20px;
  }

  .cont-img img {
      margin-top: 20px;
  }
}

@media (max-width:767px) and (min-width:576px) {

  .btn-offcanvas {
      margin-left: 10px;
      margin-right: 10px;
  }

  .cta-number {
      display: flex;
      justify-content: center;
  }

  .cta-bg .cta-btn {
      text-align: center;
  }

  /* boton request */
  .kslider--btn li {
      margin-right: 15px;
  }

  .theme-btn-whats {
      display: none;
  }

  .img-mock img {
      width: 100%;
  }
}

@media (max-width:575px) {
  header {
    background: rgb(255 255 255 / 95%);
    width: 100%;
    left: 0% !important;
    right: 0% !important;
    border-radius: 0px 0px 0px 0px;
    height: 70px;
    padding-top: 5px;
  }

  .subtitle-tel {

      font-size: 35px !important;

  }

  .btn-offcanvas {
      margin-left: 10px;
      margin-right: 0px;
  }

  .cta-number-icon {
      display: flex;
      justify-content: center;
  }

  .cta-number-text span {
      font-size: 14px;
  }

  .cta-bg .cta-btn {
      text-align: center;
  }

  .kslider--title {
      font-size: 30px;
      line-height: 25px;
  }

  .theme-btn-n {
    background: #ffffff;
    padding: 0 30px;
  }

  .logo {
      margin: 0px;
  }

  .logo img {
      width: 100%;
      height: 60px;
  }

  .cta-number-text {
      text-align: center;
  }

  .kabout-img {
      margin-bottom: 40px;
  }

  /* boton request */
  .kslider--btn li {
      margin-right: 15px;
  }

  .btn-rap {
      display: none;
  }

  .logo-offcanvas img {
      display: none !important;
  }

  .btn-rap-movil {
      margin: 2.5rem 0px 1rem 0px;
      display: flex;
      justify-content: center;
  }

  .theme-btn-whats {
      padding: 0 40px;
  }

  .title-animate,
  .title-animate-dark {
      font-size: 1.6rem;
  }

  .card-development img {
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-bottom: 20px;
  }

  .text-description-web p {
      font-size: 15px;
  }

  .img-web-tablet {
      width: 90%;
  }

  .description-web {
      padding-bottom: 300px;
  }

  .slider-clients {
      margin-top: 14rem;
  }
  .carousel-caption {
    top: 19% !important;
}

.kslider--descrip p {
  font-size: 22px !important;
}
.content-items{
  display: block !important;
}
.mask-img {
  width: 100% !important;
  object-fit: cover;
  border-radius: 100%;
}

.generic-box-img img {
  width: 100% !important;
}
.shape-img1:after {
  top: -24px !important;
  left: 35px !important;
  width: 91% !important;
  height: 464px !important;
  background: #E8545C;
}
.shape-img2:after {
  top: -24px !important;
  right: 35px !important;
  width: 91% !important;
  height: 464px !important;
  background: #E8545C;
}
.galeria-imagenes {
  grid-template-columns: repeat(1, 1fr) !important;
}
.hero-img{
  height: 100% !important;
}
.hero-super{
 padding-bottom: 15px !important;
}
.title-about h1{
  font-size: 35px !important;
}
.title-about h2{
  font-size: 35px !important;
}
.contenido-principal {
  padding-top: 10px !important; 
  padding-bottom: 10px !important; 
}
}

/* RESPONSIVE ABOUT US */
@media (max-width:1199px) and (min-width:992px) {
  .em-service-title h2 {
      font-size: 15px;
  }

  .team-info h3 {
      font-size: 17px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .em-service-title h2 {
      padding: 55px 15px 42px 15px;
  }

  .dreamit-service-box {
      margin-top: 30px;
  }
}

@media (max-width:767px) and (min-width:576px) {
  .choose-thumb img {
      margin: 0px;
      width: 100%;
      margin-top: -25px;
  }

  .dreamit-service-box {
      margin-top: 30px;
  }
}

@media (max-width:575px) {
  .choose-thumb img {
      margin: 0px;
      width: 100%;
      margin-top: -20px;
  }

  .dreamit-service-box {
      margin-top: 30px;
  }
}

.content-video {
  display: flex;
  justify-content: center;
  /* background-image: url(../img/Romulo-Betancourt-OpenFS-LLC---Digital-Marketing-NewJersy--New-Jersey-SEO---GIF.gif); */
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

/* .content-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .5;
  border-radius: 15px;
} */


.content-video iframe {
  border-radius: 20px;
  margin-bottom: 30px;
}

.content-video .video-link {
  position: relative;
  display: flex;
  padding: 10rem 1rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: color .2s ease-in-out;
}

.video-link .ng-fa-icon svg {
  height: 3rem;
  width: 3rem;
}

.video-link:hover {
  color: #d30252;
}

.content-inv {
  background: #fff;
  margin-top: 30px;
  width: fit-content;
  display: block;
  margin: auto;
}

.inv-title {
  color: #4480e2;
  font-weight: 800;
  padding: 10px;
}

.service-area-inv {
  padding-top: 150px;
  margin-bottom: 50px;
}

.cta-area-in {
  margin-top: -80px;
}

.title-animate-inv {
  text-transform: uppercase;
  font-weight: 900;
  color: #4480e2;
  font-size: 25px;
}

.title-animate-dark-inv {
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  font-size: 25px;
}

.text-secondary-dev-inv {
  color: white !important;
  font-size: 27px;
  line-height: 41px;
  font-weight: 900;
}

.text-inf-inv {
  color: white;
  font-size: 20px;
}

.cont-form h1 {
  font-weight: 800;
  color: #ff0063;
}

.check-inv {
  margin-bottom: 11px;
  font-weight: 500;
  display: flex;
}

.tit-inv {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #4480e2;
}

.txt-box-inv {
  background: white;
  padding: 25px 15px;
  box-shadow: 0px 2px 14px #e5e5e5;
  color: #3a5c95;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}

.card-form-inv {
  border: 1px solid;
  border-radius: 25px;
  overflow: auto;
  border-color: #d30252;
}

.inv-cont-ani {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Cards nuevos */

.wrapper {
  padding-top: 40px;
  padding-bottom: 50px;
}

.wrapper:focus {
  outline: 0;
}

.vector-card {
  background: white;
  width: 300px;
  display: inline-block;
  margin: auto;
  border-radius: 19px;
  position: relative;
  text-align: center;
  box-shadow: -1px 15px 30px -12px #d5d5d5;
  height: 565px;
}

.vector-card__image {
  position: relative;
  height: 230px;
  margin-bottom: 35px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.vector-card__image--bg-vector {
  background: linear-gradient(90deg, rgba(250, 250, 255, 1) 0%, rgba(235, 235, 235, 1) 35%, rgba(255, 255, 255, 1) 100%);
}

.vector-card__image--bg-vector img {
  width: 400px;
  position: absolute;
  top: -65px;
  left: -70px;
}

.vector-card__level {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}

.vector-card__level--bg-vector {
  color: #d10550;
}


.vector-card__unit-name {
  font-size: 26px;
  color: black;
  font-weight: 900;
  margin-bottom: 5px;
  padding: 0px 10px;
}

.vector-card__unit-description {
  padding: 10px 20px;
  margin-bottom: 10px;
}

.card-vector {
  display: flex !important;
  justify-content: center !important;
}

.carusel-img {
  border-radius: 10px;
  box-shadow: 0px 2px 19px #ebebeb;
  transition: 0.3s;
  opacity: 1;
}

.blur-effect .carusel-img {
  filter: blur(4px);
  transition: 0.3s;
  margin-top: 50px;
  box-shadow: none;
  opacity: 0.4;
}

.tel-div {
  color: #000;
  text-decoration: none;
}

.title-tel {
  text-decoration: none;
  font-size: 28px;
  font-weight: 800;
  color: white;
  text-shadow: 0px 1px 4px #000000;
}

.subtitle-tel {
  text-decoration: none;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #d10550;
  text-align: center;
  /* animation: opacityPulse 2s ease-out;
  animation-iteration-count: infinite; */
}

.tel-href {
  display: flex;
  align-items: center;
}

.cont-search {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cont-search h1 {
  text-align: center;
  font-size: 46px;
  padding-top: 50px;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 33px;
}

.cont-search p {
  margin-top: 35px;
  font-size: 18px;
}

.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #000;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
      0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 20px;
  padding: 10px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;
}

.solution_cards_box .solution_card_2 {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
      0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 20px;
  padding: 10px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;
}



.solution_cards_box .solution_card:hover {
  /* background: #fff;
  color: #d30252; */
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}



.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}



.solution_card .solu_title h3 {

  margin-top: 13px;
  margin-bottom: 13px;
  color: #ff0055;
  ;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.solution_card_2 .solu_title_2 h3 {

  margin-top: 13px;
  margin-bottom: 13px;
  color: #d30252;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(140deg,
          #42c3ca 0%,
          #42c3ca 50%,
          #42c3cac7 75%) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
  color: #fff;
}

.hover_color_bubble {
  position: absolute;
  background: rgba(206, 33, 99, 0.219);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
      position: relative;
      top: 0;
  }

  .our_solution_category {
      width: 100%;
      margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
      flex: auto;
  }
}

@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
      flex: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
      position: relative;
      top: -2rem;
  }

  .our_solution_category {
      width: 50%;
      margin: 0 auto;
  }
}

.elements-area {
  background-image: url(../img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-fondo-services.webp);
  background-size: cover;
  padding-top: 70px;
  margin-bottom: 50px;
}


.cro-new {
  background: linear-gradient(rgb(255 255 255) 24%, rgb(0 0 0 / 0%) 85%), url(/img/fondo-dev.png);
  background-size: cover;
  padding-top: 25px;

}

.cro-intro {
  margin: 50px 0px;
}

.cro-parraf {
  text-align: center;
  margin-bottom: 50px;
}

.card-cro {
  padding: 10px;
  margin-bottom: 10px;
}

.card-cro h1 {
  font-weight: 800;
  font-size: 22px;
  color: #d30252;
  text-transform: uppercase;
  text-align: center;
}

.card-cro p {
  text-align: justify;
  font-size: 18px;
  line-height: 1.8;
}


.text-description-cro p {
  font-size: 18px;
  margin-bottom: 45px;
  line-height: 1.8;
}


.tit-form-spa {
  font-weight: 700;
  text-align: center;
  padding-left: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: black;
  margin-bottom: 30px;
  font-size: 18px;
}

@media (max-width: 768px) {

  .carousel-inner {
      margin-top: 30% !important;
  }

  .card-body {
      padding: 20px 20px !important;
  }
}

@media (max-width: 395px) {

  .carousel-inner {
      margin-top: 20% !important;
  }

  .card-body {
      padding: 10px 10px !important;
  }
}

.rez {
  color: red;
}

@media (max-width:991px) {
  .text-phone .row .col-12 {
      display: flex !important;
  }
}


/* span {
  position: absolute;
  border-radius: 100vmax;
} */

.top {
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg,
          transparent 50%,
          #d30252);
}

.bottom {
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg,
          #d30252,
          transparent 50%);
}

.right {
  top: 0;
  right: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg,
          transparent 50%,
          #d30252);
}

.left {
  left: 0;
  bottom: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg,
          #d30252,
          transparent 50%);
}

.top {
  animation: animateTop 5s ease-in-out infinite;
  animation-delay: 1s;
}

.bottom {
  animation: animateBottom 5s ease-in-out infinite;
  animation-delay: 1s;
}

.right {
  animation: animateRight 5s ease-in-out infinite;
  animation-delay: 1s;
}

.left {
  animation: animateLeft 5s ease-in-out infinite;
  animation-delay: 1s;
}

@keyframes animateTop {
  25% {
      width: 100%;
      opacity: 1;
  }

  30%,
  100% {
      opacity: 0;
  }
}

@keyframes animateBottom {

  0%,
  50% {
      opacity: 0;
      width: 0;
  }

  75% {
      opacity: 1;
      width: 100%;
  }

  76%,
  100% {
      opacity: 0;
  }
}

@keyframes animateRight {

  0%,
  25% {
      opacity: 0;
      height: 0;
  }

  50% {
      opacity: 1;
      height: 100%;
  }

  55%,
  100% {
      height: 100%;
      opacity: 0;
  }
}

@keyframes animateLeft {

  0%,
  75% {
      opacity: 0;
      bottom: 0;
      height: 0;
  }

  100% {
      opacity: 1;
      height: 100%;
  }
}
.p-tel{
  text-align: center;
  color: #d10550;
  font-weight: 800;
  font-size: 20px;
  margin-top: -18px;    
}
.p-btn-telf{
  margin-top: -54px;
  text-transform: initial;
  color: white;
  text-align: end;
  font-size: 12px;
}


/* PRIVE EVENT SPACE STYLE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#about{
  padding-top: 40px;
  padding-bottom: 40px;
}
.img-about{
  border-radius: 50%;
}
.footer-info{
  display: grid;
  justify-items: center;
}

.footer-info p{
color: #fff;
font-size: 14px;
margin-top: 20px;
text-align: center;
}
.hr-line{
  color: #454545;
  opacity: 1;
}

.copy-footer{
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.copy-footer h1{
  color: #a5a5a5;
  font-size: 14px;
}

.copy-footer a{
  color: #a5a5a5;
  font-size: 14px;
  text-decoration: none;
}
.line-black{
  background: #0b1d25;
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-line h1{
color: #E8545C;
font-family: 'yeseva';
}

.content-line p{
  color: #fff;
font-size: 20px;
  }
.right-animation {
  -webkit-animation-name: right-animation;
  animation-name: right-animation;
  transform-style: preserve-3d;
}



.theme-btn-y {
  font-size: 15px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 800;
  color: #000;
  background: #E8545C;
  padding: 0 50px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative;
  z-index: 1;
  transition: all .3s linear 0s;
  text-decoration: none;
}

.theme-btn-y:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.theme-btn-y:before {
  background: #000;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
  z-index: -1;
}

.theme-btn-y:hover {
  color: #E8545C;
}

#contact{
  padding-top: 80px;
  padding-bottom: 80px;
}

.form-title h1{
color: #E8545C;
    font-weight: 500;
    font-size: 30px;
}
.form-title h2{
    color: #2a344f;
    font-family: 'yeseva';
    font-size: 45px;
    font-weight: 700;
}

.title-about h1{
    color: #E8545C;
    font-size: 25px;
    margin-bottom: 5px;
}

.title-about h2{
color: #29344d;
    font-family: 'yeseva';
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 45px;
}
.title-about p{
text-align: end;
  font-size: 20px;
}
.title-about{
  text-align: end;
}

.about-img {
  display: flex;
  justify-content: center;
}
.content-items{
  display: flex;
  align-items: center;
}

#features{
  background: #f5f5f5;
  padding-top: 50px;
    padding-bottom: 50px;
}

.content-icon{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-icon h1{
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
  font-family: 'yeseva';
}

/* National Tour Start */
.national-item {
  position: relative;
  /* border-radius: 10px; */
  overflow: hidden;
}

.national-item img {
  transition: 0.5s;
}

.national-item:hover img {
  transform: scale(1.2);
}

.national-item .national-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* border-radius: 10px; */
  padding: 20px;
  background: rgb(41 52 79 / 65%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}


.national-item .national-content-two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* border-radius: 10px; */
  padding: 20px;
  background: rgb(23 64 55 / 81%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.national-item:hover .national-content {
 cursor: pointer;;
}
.national-item:hover .national-content-two {
  cursor: pointer;;
 }
 
/* .national-item:hover .national-content {
  background: rgba(3, 3, 3, 0.384);
} */

 .national-item .national-plus-icon {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 1;
}

.national-item:hover .national-plus-icon {
  opacity: 1;
}

 .national-item .tour-offer {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 20px;
  border-top-right-radius: 40px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 80px;
  background: black;
  color:white;
}

.national-info h1{
text-align: center;
    font-size: 35px;
    padding-bottom: 0px;
    font-family: 'yeseva';
    font-weight: 800;
}

.national-info{
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* ============================
GALERIA DE IMAGENES
=============================*/
.content-galeri{
padding-top: 50px;
padding-bottom: 50px;
}

.galeria-imagenes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 300px);
  grid-gap: 0px;
  padding-left: 0px;
}

.galeria-imagenes li {
  overflow: hidden;
  position: relative;
}

.galeria-imagenes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.galeria-imagenes li:hover img {
  transform: scale(1.1);
}

/* ============================
Pricing table
=============================*/

.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}
.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
}
.pricing-action {
  color: inherit;
  border: none;
  background: none;
}
.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-palden .pricing-item {
  cursor: default;
  color: #747474;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
  font-weight: 500;
}

@media screen and (min-width: 66.25em) {
  .pricing-palden .pricing-item {
    margin: 1em -0.5em;
  }

  .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}
.pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  background: rgb(0 0 0);
  padding: 2em 0 8em;
  position: relative;
}
.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
.pricing-palden .pricing-title {
  font-size: 1.09em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'yeseva';
}
.pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
  font-size: 2.5em;
}
.pricing-palden .pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #E8545C;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}
.pricing-palden .pricing-currency {
  font-size: 0.30em;
  vertical-align: top;
}
.pricing-palden .pricing-period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  font-style: italic;
}
.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
  margin: 0;
  /* padding: 20px 0px; */
  list-style: none;
  text-align: center;
  padding-bottom: 40px;
  margin-top: -60px;
  z-index: 1;
}
.pricing-palden .pricing-feature {
  padding: 7px 0;
}
.pricing-palden .pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #4d4766;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
  background-color: #100A13;
}

.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}



.breadcumb-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 125px 0 60px;
}

.breadcumb-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 69%); 
}
.contenido-principal{
  padding-top: 80px;
  padding-bottom: 50px;
}

.contact-date h1{
color: #2a344f;
    font-weight: 700;
    font-family: 'yeseva';
    font-size: 22px;
    margin-bottom: 0px;
}

.contact-date p{
font-size: 18px;
}

/** Formulario de Contacto **/

.wpcf7-form label {
  font-weight: 700;
}
.wpcf7-form .wpcf7-form-control {
  width: 100%;
  padding: 1rem;
  height: 0rem;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
.wpcf7-form .wpcf7-textarea {
  height: 20rem;
}
.wpcf7-form .wpcf7-submit {
  font-size: 20px;
  font-family: 'yeseva';
  padding: 9px 0px;
  height: auto;
  color: #E8545C;
  background: #000;
}
.wpcf7-form .wpcf7-submit:hover {
  cursor: pointer;
} 

div.wpcf7-validation-errors {
  background-color: #E8545C;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  display: block;
  margin: 2rem auto 0 auto;
}
span.wpcf7-not-valid-tip {
  background-color: red;
  color: #fff;
  padding-left: 1rem;
}
div.wpcf7-mail-sent-ok{
  background-color: #398f14;
  color: #fff;
  text-align: center;
}

.full-width-textarea{
  height: 80px !important; 
}

.contact-dates{
  display: flex;
  align-items: center;
}

.back-form{
  background: #ffffff;
}

.head-event h1{
  text-align: center;
  color: #E8545C;
  font-family: 'yeseva';
}

.head-event h2{
  text-align: center;
  font-size: 30px;
  font-family: 'yeseva';
}
.event-tit{
  text-align: center;
  font-family: 'yeseva';
  text-shadow: 37px 32px 1px #f3f3f3;
}
.head-event{
  margin-bottom: 55px;
}
.cont-tit{
  margin-top: 50px;
  margin-bottom: 50px;
}

.shape-img1:after {
  top: -24px;
  left: 35px;
  content: "";
  width: 438px;
  height: 710px;
  position: absolute;
  background: #E8545C;
  clip-path: polygon(0 8%, 100% 0%, 100% 96%, 3% 100%);
}

.shape-img2:after {
  top: -24px;
  right: 35px;
  content: "";
  width: 438px;
  height: 710px;
  position: absolute;
  background: #E8545C;
  clip-path: polygon(0 8%, 100% 0%, 100% 96%, 3% 100%);
}

.generic-box-img img {
  z-index: 3;
  position: relative;
  border: 10px solid #fff;
}

.position-relative {
  position: relative !important;
}

.centr-content{
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.imgevent-pos{
  display: flex;
  justify-content: center;
}


.shape-img-bg {
  position: relative;
  display: flex;
  justify-content: center;

}
.mask-img {
  width: 440px;
  object-fit: cover;
  border-radius: 100%;
}
.img-bg-shape {
  position: absolute;
  left: 7%;
  top: -12%;
  width: 86%;
  height: 102%;
  z-index: -1;
}

#imagewave2 .stop-color2 {
  stop-color: rgb(255 179 0 / 56%);
}

#imagewave2 .stop-color1 {
  stop-color: #E8545C;
}

/* div[class="nf-form-content "] nf-fields-wrap {
    display: grid;
        grid-template-columns: repeat(2, 1fr);
	  
    grid-gap: 15px; 
} */
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #fff ;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
}

.btn-form{
	width: 100% !important;
	    color: #E8545C !important;
    font-weight: 600 !important;
}
.nf-form-fields-required{
	margin-bottom:5px;
}

.nf-form-content input[type=submit]:hover {
    background: red !important;
    color: white !important;
    transition: all .5s;
}

.carousel-item {
  position: relative !important;
  display: none !important;
  opacity: 0 !important;
  transition: opacity 0.6s ease-in-out !important;
}

.carousel-item.active {
  display: block !important;
  opacity: 1 !important;
}
.carousel {
  background-color: rgba(0, 0, 0, 0.5) !important; /* Fondo negro semi-transparente */
}
.carousel-item {
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important; /* Ajustar la duración y la función de temporización según sea necesario */
}



/** Swiper slider **/
/* .swiper-slide {
  opacity: 0 !important;
  transition: 0.3s;
}
.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-slide > .hero-super {
  transform: translateY(-30px);
  opacity: 0;
  transition-duration: 0.8s;
} */

.swiper,
.swiper-slide { height: 100vh; }
.hero { position: relative; }

.swiper-slide-active > .hero-super {
  transform: none;
  opacity: 1;
}

.swiper-slide > .hero-img {
  transition-duration: 7.05s;
  transform: scale(1.5);
  opacity: 1;
}

.swiper-slide-active > .hero-img {
  opacity: 1;
  transform: scale(1);
}

.hero-img {
  position: absolute;          /* por detrás del contenido */
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition-duration: 7.05s;  /* mantiene tu efecto */
  transform: scale(1.5);
  opacity: 1;
}

.hero {
  position: relative;
}
/* .hero .overlay-black {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(41 52 79 / 69%);
  z-index: 3;
} */

.hero .overlay-black {
  position: absolute;
  inset: 0;
  background-color: rgb(41 52 79 / 69%);
  z-index: 1;                  /* más bajo que el contenido */
}
/* .hero .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 72px;
  z-index: 3;
} */

.hero-content {
  max-width: 700px;
  text-align: left;
}
.hero-img {
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .hero-img {
    height: 350px;
  }
}
/* .hero-super {
    position: sticky;
    bottom: 46%;
    left: 40px;
    color: #FBE65B;
    font-size: 45px;
    font-weight: 900;
    line-height: normal;
    z-index: 3;
    transition-delay: 0.2s;
    text-align: center;
    font-family: 'yeseva';
}
.hero-sub {
    text-align: center;
    position: sticky;
    bottom: 54%;
    left: 40px;
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    line-height: normal;
    z-index: 3;
    transition-delay: 0.2s;
} */
.hero .container {
  position: relative;
  z-index: 2;                   /* asegura que se vea */
  height: 100%;                 /* para centrar vertical si se desea */
  display: flex;
  align-items: center;          /* centra vertical dentro del slide */
}

.hero-content {
  position: relative;
  z-index: 4;
  text-align: left;   /* alineado a la izquierda pero dentro del container centrado */
  padding: 80px 0;    /* separación vertical */
}


.hero-sub {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px;
}

.hero-super {
  color: #FBE65B;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 20px;
  font-family: 'yeseva';
}
@media screen and (max-width: 992px) {
  .hero-super {
    font-size: 36px;
  }
  .title-about p {
    text-align: center !important;
}
.head-event h1 {
  margin-top: 35px;
  font-size: 20px !important;
}
.head-event h2 {
  font-size: 20px !important;
}
.centr-content {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.img-evnt{
  margin-top: 30px;
}
.content-line p {
  font-size: 15px;
}
.head-event {
  margin-bottom: 10px !important;
}
}
@media screen and (max-width: 768px) {
  .hero-super {
    font-size: 40px;
  }
}
.sld-btn{
  position: sticky;
    /* display: block; */
    /* margin: auto; */
    z-index: 3;
    bottom: 33%;
    /* left: 50%; */

}
/* .hero .nav-carousel {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  transform: scale(1);
  z-index: 3;
} */
/* .hero .nav-carousel .button-prev, .hero .nav-carousel .button-next {
  transition: transform 0.3s ease-in-out;
}
.hero .nav-carousel .button-prev:hover, .hero .nav-carousel .button-next:hover {
  transform: scale(1.1);
}
.hero .nav-carousel .pagination > .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.hero .nav-carousel .pagination > .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 48px;
  border-radius: 16px;
}
.hero .nav-carousel .pagination > .swiper-pagination-bullet:hover, .hero .nav-carousel .pagination > .swiper-pagination-bullet-active:hover {
  background-color: #fff;
} */

.text-yellow{
    color: #fbe65b;
    padding-bottom: 16px;
    font-weight: 500;
    font-size: 20px;
}

.org-a:hover{
  color: #E8545C;
}

.contact-date{
  display: flex;
    align-items: flex-start;
    margin-bottom: 13px;
}

.text-contact {
  margin-left: 9px;
}

.nf-form-content textarea.ninja-forms-field {
    height: 70px !important;
}

.nf-field-container {
    margin-bottom: 10px !important;
    }


.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #de3e52 !important;
    border: 0;
    color: #f7f7f7 !important;
    transition: all .5s;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background: #fff !important;
    color: #de3e52 !important;
    transition: all .5s;
}

.content-test p{
      font-size: 18px;
    font-weight: 900;
    color: #0f4175;
}

.nf-response-msg {
    background: #121e41 !important;
    padding: 10px !important;
    border-radius: 10px !important;
}


.nf-response-msg p {
    color: #fff !important;
}