@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.btn-blue {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.875rem 1.15rem;
  font-size: 1rem;
  border-radius: 21rem;
  color: #fff;
  background: #000938;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.7rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-blue:hover {
  color: #009df8;
}
.btn-red {
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.875rem 1.15rem;
  font-size: 1rem;
  border-radius: 21rem;
  color: #fff;
  background: #c80f2d;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.7rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-red:hover {
  color: #009df8;
  background-color: #000938;
}
.btn-white {
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.875rem 1.15rem;
  font-size: 1rem;
  border-radius: 21rem;
  color: #000938;
  background: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.7rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-white:hover {
  color: #c80f2d;
}
header .topMenu {
  background-color: #000938;
  color: #fff;
}
header .topMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0.5rem 0;
}
header .topMenu ul li {
  display: inline;
  padding-left: 1rem;
  font-size: 0.8rem;
  font-family: 'Raleway', sans-serif;
}
header .topMenu ul li i {
  color: #009df8;
  padding-right: 0.2rem;
}
header .topMenu ul li a {
  color: #fff;
  text-decoration: none;
}
header .topMenu ul li a:hover {
  color: #c80f2d;
}
header .menu {
  background-color: #fff;
}
header .menu .navbar-nav a {
  color: #000938;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
header .menu .navbar-nav a:hover {
  color: #009df8;
}
header .menu .navbar-brand img {
  margin-bottom: 1.7rem;
  max-width: 170px;
}
header .menu .navbar-toggler:focus {
  box-shadow: none;
}
header .menu .navbar-toggler span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c80f2d;
}
header #cta {
  background-image: url("../images/cta.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-top: 14rem;
  height: calc(100vh - 2rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  header #cta {
    height: calc(90vh - 2rem);
  }
}
header #cta:after {
  content: '';
  background: linear-gradient(0deg, #000938 10%, rgba(0,9,56,0) 100%);
  width: 100%;
  top: 260px;
  bottom: 0;
  position: absolute;
}
header #cta .containerCta {
  position: relative;
  z-index: 10;
}
header #cta .containerCta h1 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 3.5rem;
  margin-bottom: 2rem;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  header #cta .containerCta h1 {
    font-size: 2.5rem;
  }
}
header #cta .containerCta ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  header #cta .containerCta ul {
    display: none;
  }
}
header #cta .containerCta ul li {
  display: inline;
}
header #cta .containerCta ul li a {
  text-decoration: none;
  text-transform: uppercase;
}
section.white {
  background-color: #fff;
}
section.blue {
  background-color: #000938;
}
section.red {
  background-color: #c80f2d;
}
section#howWeWork {
  padding: 6rem 0;
}
section#howWeWork h2 {
  color: #000938;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
section#howWeWork h2:after {
  content: '';
  display: block;
  background-color: #c80f2d;
  width: 3rem;
  height: 2px;
  margin: 2rem 0;
}
section#howWeWork p {
  line-height: 2rem;
}
section#watchVideo {
  padding: 6rem 0;
  background-image: url("../images/watchVideo.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section#watchVideo span {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  display: block;
}
section#watchVideo h3 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
section#watchVideo h3:after {
  content: '';
  display: block;
  background-color: #c80f2d;
  width: 3rem;
  height: 2px;
  margin: 2rem auto;
}
section#watchVideo .play {
  margin-top: 4rem;
}
section#watchVideo .play a {
  text-decoration: none;
  display: inline-flex;
  padding: 1rem;
  border: 1px solid #fff;
  border-radius: 50rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
section#watchVideo .play a i {
  background-color: #fff;
  padding: 1rem;
  display: inline-flex;
  margin: 0 auto;
  border-radius: 21rem;
  color: #c80f2d;
  font-size: 3rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
section#watchVideo .play a:hover {
  border-color: #c80f2d;
}
section#watchVideo .play a:hover i {
  color: #000938;
}
section#contactUsLinks {
  padding: 6rem 0;
}
section#contactUsLinks span {
  color: #000938;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  display: block;
}
section#contactUsLinks h3 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
section#contactUsLinks h3:after {
  content: '';
  display: block;
  background-color: #c80f2d;
  width: 3rem;
  height: 2px;
  margin: 2rem auto 0;
}
section#ourWork {
  padding: 6rem 0;
}
section#ourWork h3 {
  color: #000938;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
section#ourWork h3:after {
  content: '';
  display: block;
  background-color: #c80f2d;
  width: 3rem;
  height: 2px;
  margin: 2rem auto;
}
section#ourWork .swiperWorks {
  margin-top: 2rem;
  padding-bottom: 3rem;
}
section#ourWork .swiperWorks .swiper-slide {
  padding: 1rem;
}
section#ourWork .swiperWorks .swiper-pagination-bullet {
  background-color: #c80f2d;
}
section#ourWork .btn-red {
  margin-top: 2rem;
  display: inline-table;
}
section#insta {
  padding: 6rem 0;
  background-color: #f2f2f2;
}
section#insta h3 {
  color: #000938;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
section#insta h3:after {
  content: '';
  display: block;
  background-color: #c80f2d;
  width: 3rem;
  height: 2px;
  margin: 2rem auto;
}
section#insta .swiperWorks {
  margin-top: 2rem;
  padding-bottom: 3rem;
}
section#insta .swiperWorks .swiper-slide {
  padding: 1rem;
}
section#insta .swiperWorks .swiper-pagination-bullet {
  background-color: #c80f2d;
}
section#insta .insta-gallery-actions a {
  margin-top: 2rem;
  display: inline-table;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.875rem 1.15rem;
  font-size: 0.6rem !important;
  border-radius: 21rem;
  color: #fff;
  background: #c80f2d;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.7rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
section#insta .insta-gallery-actions a:hover {
  color: #fff;
  background-color: #000938;
}
section#insta .swiper-container {
  padding-bottom: 4rem;
}
section#insta .insta-gallery-item-wrap {
  border-radius: 0.5rem;
}
footer .footerApollo {
  background-color: #000938;
  padding: 2rem 0;
}
footer .footerApollo img {
  margin-left: 3.6rem;
}
footer .footerApollo .btn-call-footer {
  text-decoration: none;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #fff;
  display: inline-table;
  margin: 1rem;
  font-size: 2rem;
}
footer .footerApollo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footerApollo ul li {
  display: inline-table;
  margin: 0 1rem;
}
footer .footerApollo ul li a {
  color: #fff;
  text-decoration: none;
}
footer .footerApollo ul li a:hover {
  color: #c80f2d;
}
footer .footerVoila {
  padding: 2rem;
  font-family: 'Raleway', sans-serif;
}
footer .footerVoila a {
  text-decoration: none;
  font-weight: bold;
  color: #000938;
}
footer .footerVoila a:hover {
  color: #c80f2d;
}
#page .container-title {
  padding-top: 9.5rem;
  background-color: #000938;
  margin-bottom: 2rem;
}
#page .container-title h1 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
#page .container-title h1:after {
  content: '';
  display: block;
  background-color: #c80f2d;
  width: 3rem;
  height: 2px;
  margin: 2rem 0 0;
}
#page h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #000938;
}
#page h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #c80f2d;
}
#page h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #c80f2d;
}
#page label {
  color: #c80f2d;
  font-weight: bold;
}
#page .wpcf7-response-output {
  border: none;
  padding: 1rem;
  margin: 0 0 2rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
#page form.invalid {
  font-weight: bold;
  color: #c80f2d;
}
#page form .wpcf7-not-valid-tip {
  font-weight: bold;
  font-size: 0.8rem;
  font-style: italic;
  color: #000938;
}
.foogallery-container .fg-item figure {
  border-color: #fff !important;
  background: #fff !important;
  border-radius: 0.5rem;
}
.foogallery-container .fg-item figure:hover .fg-image-overlay {
  background-color: rgba(255,255,255,0.3);
}
.ctaFloat {
  position: fixed;
  bottom: 12rem;
  right: 0;
  z-index: 9;
}
.ctaFloat> div {
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  margin: 1rem 0;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}
.ctaFloat> div a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}
.ctaFloat .whatsapp {
  background-color: #008000;
}
.ctaFloat .callme {
  background-color: #000938;
}
#google-business-reviews-rating h2 .icon {
  display: none;
}
#google-business-reviews-rating .listing li {
  border: 0px solid #fff !important;
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
  padding: 2rem;
}
#google-business-reviews-rating .listing .author-name a {
  text-decoration: none;
  color: #000938;
}
