/* typography */
#row_63219272,
#row_93819107 {
  display: none !important;
}

.sparky_home .mp_logo {
  display: none !important;
}
.bottomrow h2 {
  font-size: 50px !important;
}
#row_26872706 a.sparky_button {
  background: #003362;
  border: 1px solid #003362;
  border-radius: 28px;
  color: #fff;
  font-weight: 400;
  line-height: 35px;
  padding: 9px 30px;
  transition: all 0.3s;
}
#row_26872706 a.sparky_button:hover {
  background: #000 !important;
  border: 1px solid #000;
  transition: all 0.3s;
}
.carouselrow img.diapo_img {
  width: 320px !important;
}
#row_63219272 h2 {
  color: #fff !important;
}
#row_63219272 span,
.carouselrow span,
.bottomrow span {
  color: #eeb310 !important;
}
.mp_bottom1 p,
.mp_bottom2 p span {
  font-size: 16px;

  color: #eeb310;
  font-weight: 800;
  font-family: "Poppins";
}
.testimonialsrow button {
  display: none;
}
.servicesrow h3 {
  color: #eeb310;
  font-weight: 400;
  font-family: "Poppins";
}
.servicesrow p {
  color: #fff;
}
#row_64765566 h2 {
  font-size: 40px;
  color: #eeb310;
  font-weight: 400;
  font-family: "Poppins";
}
#row_64765566 p {
  color: #fff;
}
b {
  font-weight: 700;
}

.content_sparky p a,
.content_sparky li a {
  border-bottom: 1px solid var(--sparkycolor1);
}

/* form */

input,
input.form-control,
textarea,
textarea.form-control {
  width: 100%;
  border: 1px solid #777;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 25px;
}

input::placeholder,
textarea::placeholder {
  color: #888;
}

button,
button.btn,
input.button,
a.btn,
p.readmore a.btn,
a.sparky_button {
  background: #eeb310;
  border: 1px solid #eeb310;
  border-radius: 28px;
  color: #fff;
  font-weight: 400;
  line-height: 35px;
  padding: 9px 30px;
  transition: all 0.3s;
}

button:hover,
button.btn:hover,
button.btn-primary:hover,
input.button:hover,
a.btn:hover,
button:active,
button.btn:active,
button.btn-primary:active,
input.button:active,
a.btn:active,
button:focus,
button.btn:focus,
button.btn-primary:focus,
input.button:focus,
a.btn:focus,
p.readmore a.btn:hover,
p.readmore a.btn:active,
p.readmore a.btn:focus,
a.sparky_button:hover,
a.sparky_button:active,
a.sparky_button:focus {
  background: #000;
  border: 1px solid #000;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.3s;
}

a.sparky_button.outline {
  background: transparent;
  border: 1px solid var(--sparkycolor1);
  color: var(--sparkycolor1);
}

a.sparky_button.outline:hover {
  background: transparent;
  border: 1px solid #000;
  color: #000 !important;
}
#row_64765566 a.sparky_button.outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#row_64765566 a.sparky_button.outline:hover {
  background: #eeb310;
  border: 1px solid #eeb310;
  color: #fff !important;
}
a.sparky_button.white {
  background: #eeb310;
  border: 1px solid #eeb310;
  color: #fff;
}

a.sparky_button.white:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff !important;
}

a.sparky_button.white.outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

a.sparky_button.white.outline:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff !important;
}

.input-group .btn {
  height: 46px;
  line-height: 1;
  margin-left: -7px !important;
  padding: 10px 15px;
}

.btn-group {
  margin-bottom: 30px;
}

.btn-group input {
  margin-bottom: 0;
}

/* logorow */

.sparky_home .logorow {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.sparky_inner .logorow {
  background: #003362;
}

.sparky_logo_image img {
  max-width: 240px !important;
  margin-top: 12px;
}

.logorow a.sparky_button {
  padding: 3px 20px;
  border: 0 !important;
}

.fix_menu {
  position: fixed !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

.logorow.fix_menu .sparky_container > .sparky_cell {
  padding-top: 0;
  padding-bottom: 0;
}

/* carouselrow */

.carouselrow > .sparky_container > .sparky_cell {
  padding: 0;
}

.carouselrow a.sparky_button {
  display: inline-block;
  margin-inline-end: 15px;
}

.carouselrow .hot_swipe_carousel_slides .contents h2 {
  max-width: 840px;
  line-height: 1;
}

.carouselrow .hot_swipe_carousel_slides .contents p {
  max-width: 480px;
}

.carouselrow .flickity-prev-next-button {
  background: transparent !important;
  border: 0 !important;
}

.carouselrow .flickity-prev-next-button:hover {
  border: 0 !important;
}

.carouselrow .flickity-prev-next-button .arrow {
  fill: #fff;
}

.carouselrow .flickity-prev-next-button:hover .arrow {
  fill: #999;
}

.carouselrow .contents h2,
.carouselrow .contents p {
  position: relative;
  top: 0;
  opacity: 0;
}

.carouselrow .is-selected .contents h2,
.carouselrow .is-selected .contents p {
  animation-name: carousel_text_fade;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes carousel_text_fade {
  25% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

/* powered by */

.powered > .sparky_page_container > .sparky_col1 {
  flex-direction: row;
}

.powered figure {
  max-width: 200px;
  margin-inline-start: 15px;
}

/* counters row */

.countersrow {
  background: linear-gradient(to right, #003362 40%, #fff 40%);
}

.countersrow > .sparky_page_container > .sparky_cell {
  padding-bottom: 0;
}

.countersrow .counter_field {
  text-align: left !important;
}

.countersrow .counter_number {
  margin-bottom: 0 !important;
  line-height: 1.2;
}

.countersrow h2 {
  font-size: 28px;
  color: #003362;
  /*margin-left: -157px;
    mix-blend-mode: difference;
    isolation: isolate;*/
}
.countersrow h2 span {
  color: #eeb310;
}

.countersrow figure img {
  margin-bottom: 0;
}

/* services row */

.servicesrow p {
  padding-inline-start: 35%;
}

/* testimonials row */

.testimonialsrow {
  background: linear-gradient(
    to right,
    #fff calc((100vw - 1200px) / 2 + 400px),
    #eeb310 calc((100vw - 1200px) / 2 + 400px)
  );
}

/* testimonials slider */

.hot_swipe_carousel_slides_testimonials .gallery-cell {
  display: flex;
  flex-direction: row-reverse;
  padding: 50px 50px 50px 70px;
}

.hot_swipe_carousel_slides_testimonials img {
  width: 233px !important;
  height: 175px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
  /*border-radius: 50%;
     
  */
}

.hot_swipe_carousel_slides_testimonials .contents {
  position: relative !important;
  padding-right: 30px !important;
}

.hot_swipe_carousel_slides_testimonials .contents h2 {
  padding-bottom: 15px;
}

.hot_swipe_carousel_slides_testimonials .contents .rating {
  color: orange;
}

.hot_swipe_carousel_slides_testimonials .flickity-page-dots {
  width: 97% !important;
  bottom: -50px !important;
}

.hot_swipe_carousel_slides_testimonials .flickity-page-dots .dot {
  background: #333 !important;
  opacity: 1 !important;
}

.hot_swipe_carousel_slides_testimonials .flickity-page-dots .dot.is-selected {
  background: var(--sparkycolor1) !important;
  width: 12px !important;
  height: 12px !important;
}

.hot_swipe_carousel_slides_testimonials .flickity-prev-next-button {
  background: #fff !important;
  border: 0 !important;
}

/* news row */

.newsrow > .sparky_page_container > .sparky_col1 {
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  flex-wrap: wrap;
}

.newsrow > .sparky_page_container > .sparky_col1 a.sparky_button {
  margin-inline-start: 15px;
  height: 55px;
}

/* news row 2 */

.newsrow2 .newsflash-image img {
  max-width: 670px;
}

.newsrow2 .mod-articlesnews.newsflash {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.newsrow2 .mod-articlesnews.newsflash .mod-articlesnews__item {
  width: calc(50% - 30px);
}

.newsrow2 .mod-articlesnews.newsflash .mod-articlesnews__item:first-child {
  width: 100%;
}

.newsrow2
  .mod-articlesnews.newsflash
  .mod-articlesnews__item:first-child
  .newsflash-image {
  float: left;
  margin-inline-end: 30px;
}

.newsrow2
  .mod-articlesnews.newsflash
  .mod-articlesnews__item
  .sparky_page_row
  > .sparky_page_container
  > .sparky_cell {
  padding-top: 0;
  padding-bottom: 0;
}

.newsrow2
  .mod-articlesnews.newsflash
  .mod-articlesnews__item:first-child
  .sparky_page_row
  > .sparky_page_container
  > .sparky_cell {
  padding: 0;
}

.newsrow2 .mod-articlesnews.newsflash .mod-articlesnews__item:first-child h3 {
  position: relative;
  width: calc(100% + 157px);

  padding-top: 70px;
  color: #003362;
  /*left: -157px;
    mix-blend-mode: difference;
    isolation: isolate;*/
  font-size: 40px;
}
.newsrow2
  .mod-articlesnews.newsflash
  .mod-articlesnews__item:first-child
  h3
  span {
  color: #eeb310 !important;
}
.newsrow2 .readmore a.btn,
.newsrow2 .readmore a.btn:hover {
  background: transparent;
  color: var(--sparkycolor1);
  border: 0;
  border-bottom: 1px solid var(--sparkycolor1);
  border-radius: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2;
}

.newsrow2 .readmore a.btn:hover {
  color: #777 !important;
  border-bottom: 1px solid #777;
}

/* content */

.sparky_container > .content_sparky.sparky_cell {
  padding-top: 0;
}

.intro_row {
  background: var(--sparkycolor2) url(../images/intro_bg.png);
  background-size: 300px 300px;
  background-attachment: fixed;
  padding-top: 20px;
  padding-bottom: 50px;
}

.page-header h1 {
  padding: 50px 0;
}

.dividerrow.row_fluid .sparky_cell {
  padding-left: 0;
  padding-right: 0;
}

.dividerrow hr {
  opacity: 1;
  border: 0;
}

/* team row */

.teamrow .sparky_cell {
  border-right: 3px solid var(--sparkycolor2);
}

.teamrow .sparky_cell:last-child {
  border-right: 0;
}

/* pricing row */

.pricingrow .sparky_cell {
  border-right: 3px solid var(--sparkycolor2);
}

.pricingrow .sparky_cell:last-child {
  border-right: 0;
}

.pricingrow b {
  color: var(--sparkycolor1);
  font-weight: 700;
  border-bottom: 1px solid var(--sparkycolor1);
}

/* testimonial rows */

.testimonialrow1 .sparky_col1 {
  background: var(--sparkycolor2);
}

.testimonialrow2 .sparky_col0 {
  background: var(--sparkycolor2);
}

/* blog */

.blog-items .blog-item {
  margin-bottom: 50px;
}

.blog-items.columns-3 .blog-item {
  width: calc(33.33% - 25px);
}

/* contact */

.com-contact.contact dt {
  float: inline-start;
  clear: both;
  padding-top: 15px;
  padding-inline-end: 15px;
}

.com-contact.contact dd {
  padding-inline-start: 30px;
}

.com-contact.contact dt + dd {
  padding-top: 15px;
}

.osm-map {
  z-index: 0;
}

@media (min-width: 992px) {
  .com-contact.contact {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .com-contact.contact .page-header,
  .com-contact.contact h1 {
    width: 100%;
  }

  .com-contact__container {
    width: 34%;
  }

  .com-contact__form.contact-form {
    width: 66%;
    margin-top: 15px;
  }

  .com-contact__form.contact-form legend {
    background: transparent;
    padding: 15px 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
  }

  .com-contact.contact > h2 {
    display: none;
  }
}

/* bottom row */

.bottomrow {
  margin-top: 50px;
  background: linear-gradient(to top, #003362 50%, #fff 50%);
}

.bottomrow .sparky_container {
  display: flex;
  align-items: center;
  background: url(../images/footer_bg.jpg);
  background-position: center left;
  background-size: 90% auto;
  background-repeat: no-repeat;
  padding: 50px calc((100vw - 1200px) / 2);
}

.bottomrow h2 {
  font-size: 72px;
  line-height: 1;
  color: #fff;
}

.bottomrow .sparky_page_container > .sparky_col0 {
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.bottomrow a.sparky_button {
  margin-inline-start: 30px;
}

/* bottom row 2 */

.bottomrow2 {
  color: var(--sparkycolor2);
  padding-top: 50px;
}

.bottomrow2 .sparky_page_container .sparky_cell {
  padding-top: 0;
}

.bottomrow2 h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
}

.footer_logo {
  margin-inline-start: 45px;
}

.footer_logo::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  margin-inline-start: -45px;
  margin-inline-end: 15px;
  margin-top: -3px;
  background: url(../images/logo_barber.png);
  background-size: 30px 30px;
}

.bottomrow2 .sparky_social_icons a:first-child {
  padding-inline-start: 0;
}

/* footer row */

.footerrow {
  color: var(--sparkycolor2);
  padding-bottom: 50px;
}

.footerrow p {
  text-align: center;
}

/* responsive */

.nav-toggle {
  background: url(../images/tinynav_white.png);
  background-size: 42px 84px;
  float: right;
  margin-top: 13px;
}

@media (max-width: 1229px) {
  .hot_swipe_carousel_slides .contents {
    max-width: 970px;
  }

  .hot_swipe_carousel_slides .contents h2,
  .bottomrow h2 {
    font-size: 60px !important;
  }

  .bottomrow .sparky_container {
    background: url(../images/footer_bg.jpg);
    background-position: center left;
    background-size: 95% auto;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1059px) {
  .hot_swipe_carousel_slides .contents {
    top: 20% !important;
  }

  .hot_swipe_carousel_slides .contents h2,
  .bottomrow h2 {
    font-size: 48px !important;
  }
}

@media (max-width: 991px) {
  .logorow nav:not(.opened) ul.menu {
    display: none;
  }

  .logorow ul.menu li ul li {
    border-bottom: 0;
  }

  .logorow > .sparky_container > .mp_logo {
    width: 15% !important;
  }

  .logorow > .sparky_container > .mp_top1 {
    width: 35% !important;
  }

  .logorow > .sparky_container > .mp_top2 {
    width: 50% !important;
  }

  .hot_swipe_carousel_slides .contents {
    max-width: 750px;
  }

  .hot_swipe_carousel_slides_testimonials .gallery-cell {
    display: block;
  }

  .newsrow2
    .mod-articlesnews.newsflash
    .mod-articlesnews__item
    .newsflash-image {
    float: none !important;
  }

  .newsrow2 .mod-articlesnews.newsflash .mod-articlesnews__item:first-child h3 {
    left: 0;
    padding-top: 15px;
  }

  .mod-articlesnews__item:first-child .sparky_page_row {
    margin: 0;
  }

  .bottomrow .sparky_container {
    background: url(../images/footer_bg.jpg);
    background-position: center left;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

@media (max-width: 899px) {
  .hot_swipe_carousel_slides .contents {
    top: 15% !important;
    max-width: 85%;
  }

  .hot_swipe_carousel_slides .contents h2 {
    font-size: 32px !important;
  }

  button,
  button.btn,
  input.button,
  a.btn,
  p.readmore a.btn,
  a.sparky_button,
  .logorow a.sparky_button {
    font-size: 14px;
    padding: 0 15px;
  }

  input,
  input.form-control,
  textarea,
  textarea.form-control {
    padding: 5px 15px;
  }

  .newsrow > .sparky_page_container > .sparky_col1 a.sparky_button {
    height: 37px;
  }

  .blog-items h2,
  .blog-item h2 a {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #row_93819107 {
    display: block !important;
  }
  .sparky_inner .mp_logo {
    display: none !important;
  }

  #row_99158698 i {
    font-size: 28px;
  }

  #row_14372586 img {
    margin-left: 41px !important;
  }
  #row_63219272 {
    display: block !important;
  }
  .carouselrow {
    display: none;
  }
  .noid .counter_number,
  .noid .counter_text {
    text-align: center;
  }
  .sparky_home .logorow {
    position: relative;
    background: #003362;
  }

  .hot_swipe_carousel_slides .contents {
    top: 0% !important;
  }

  .bottomrow .sparky_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bottomrow2 > .sparky_container > .sparky_cell {
    width: 100% !important;
  }
  #row_72345709 div.sparky_spacer {
    height: 0px !important;
  }

  h2 {
    font-size: 24px !important;
  }
  h1,
  h1 a {
    padding: 30px 0;
    margin: 0;
    line-height: 1;
    color: var(--sparkycolor1);
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}

@media (max-width: 689px) {
  .nav-toggle {
    float: left;
  }

  .logorow > .sparky_container > .mp_logo {
    width: 15% !important;
  }

  .logorow > .sparky_container > .mp_top1 {
    width: 15% !important;
  }

  .logorow > .sparky_container > .mp_top2 {
    width: 70% !important;
  }

  .newsrow2
    .mod-articlesnews.newsflash
    .mod-articlesnews__item:first-child
    .newsflash-image {
    margin-inline-end: 0;
  }

  .newsrow2 .newsflash-image img {
    max-width: 100%;
  }
}

@media (max-width: 569px) {
  .hot_swipe_carousel_slides .contents {
    font-size: 14px !important;
  }

  .hot_swipe_carousel_slides .contents h2 {
    font-size: 24px !important;
    padding-top: 0;
  }

  .hot_swipe_carousel_slides .contents p {
    margin-bottom: 0;
    line-height: 1.2;
  }
}

@media (max-width: 489px) {
  .logorow .sparky_page_container {
    justify-content: right;
  }

  .logorow .sparky_page_container > .sparky_cell {
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .logorow .sparky_page_container > .sparky_cell:last-child {
    padding-right: 15px;
  }

  .logorow .sparky_social_icons a {
    padding-inline-start: 0;
    padding-inline-end: 10px;
  }

  .hot_swipe_carousel_slides .contents {
    padding-top: 0 !important;
  }

  .blog-items.columns-3 .blog-item {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .countersrow {
    background: #003362;
    padding-top: 0 !important;
  }

  .countersrow h2 {
    color: #fff;
    margin-left: 0;
  }
  #row_46926765 li {
    color: #fff !important;
  }
  .counter_container .counter_field {
    width: 100% !important;
    float: center !important;
    margin: 0 !important;
  }

  .newsrow2 .mod-articlesnews.newsflash .mod-articlesnews__item:first-child h3 {
    width: auto;
  }

  .newsrow2 .mod-articlesnews.newsflash .mod-articlesnews__item {
    width: 100%;
  }

  .dividerrow {
    display: none;
  }

  .teamrow .sparky_cell,
  .pricingrow .sparky_cell {
    border-right: 0;
  }

  .bottomrow h2 {
    font-size: 15px !important;
  }

  .bottomrow .sparky_page_container > .sparky_col0 {
    justify-content: flex-end;
  }
}

@media (max-width: 399px) {
  #row_93819107 {
    display: block !important;
  }
  .hot_swipe_carousel_slides .contents {
    font-size: 12px !important;
  }

  .hot_swipe_carousel_slides .contents h2 {
    font-size: 18px !important;
    padding-bottom: 5px;
  }
  #row_93819107 {
    display: block !important;
  }
}
