.aligner {
  display: inline-block;
  width: 100%;
}

.trans {
  transition: all 0.4s ease-in-out;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #2DA7DE;
}

.nav-item.flag img {
  margin-top: -4px;
}

.aqua-moto {
  position: relative;
}
.aqua-moto span {
  font-size: 24px;
  color: #005A88;
  font-style: italic;
  padding-right: 80px;
  padding-left: 26px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

#top {
  padding: 20px 0;
}
#top img {
  max-width: 100%;
}
#top .information #info-outer {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 10px;
}
#top .information .info-line {
  height: 33%;
  font-weight: bold;
  display: block;
}
#top .information .info-line em {
  width: 30px;
  border: solid 2px #005A88;
  border-radius: 50%;
  text-align: center;
  padding: 5px 0;
  color: #005A88;
  margin-right: 5px;
}
#top .tp-right .tp-lang {
  display: inline-block;
  margin-top: 30px;
}
#top .tp-right .tp-lang img {
  position: relative;
  top: -2px;
}
#top .tp-right .tp-lang a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#top .tp-right .tp-lang .flagtive, #top .tp-right .tp-lang a:hover {
  color: #005A88;
}
#top .tp-right .input-group {
  width: 225px;
  margin-left: auto;
}
#top .tp-right label {
  width: 225px;
  font-weight: bold;
  float: right;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: bold;
  font-size: 20px;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #005A88;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #005A88;
}

#navigation form input::-moz-placeholder {
  color: #005A88;
}

#navigation form input:-ms-input-placeholder {
  color: #005A88;
}

#navigation form input::placeholder {
  color: #005A88;
}

#to-top {
  position: fixed;
  z-index: 1000;
  bottom: 25px;
  right: 25px;
  display: none;
  cursor: pointer;
}
#to-top em {
  font-size: 36px;
  color: #015495;
}

#to-top:hover em {
  color: black;
}

#espa {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
}

#social-line {
  margin-top: 25px;
  background-color: black;
  height: 50px;
  color: white;
  font-size: 25px;
  display: flex;
  align-items: center;
}
#social-line a {
  color: white;
  text-decoration: none;
  margin-left: 15px;
}
#social-line a:hover {
  color: #FCA352;
}

.fas.fa-bars {
  color: #fff;
}

.main-wrapper img {
  width: 100%;
  display: block;
}

.main-wrapper a {
  color: #fff;
  text-decoration: none;
}

.main-wrapper ul li {
  list-style-type: none;
}

.mnavbar {
  background: #015495;
  padding: 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.brand-and-icon {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}

.mnavbar-brand {
  font-size: 1.8rem;
  letter-spacing: 3px;
  font-weight: 700;
}

.mnavbar-toggler {
  display: block;
  border: none;
  background: transparent;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  transition: all 0.4s ease;
  border: 2px solid #fff;
  border-radius: 4px;
}

.mnavbar-toggler:hover {
  opacity: 0.7;
}

.mnavbar-collapse {
  overflow-y: scroll;
  display: none;
}

.mnavbar-nav {
  padding: 0;
  margin: 0;
}
.mnavbar-nav ul {
  padding: 0;
}

.mnavbar-nav > li > a {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  padding: 0.6rem 0;
  margin: 0.2rem 0;
  border-bottom: 1px solid #ddd;
  border-radius: 1px;
  position: relative;
  transition: all 0.4s ease;
}

.drop-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.mnavbar-nav > li > a:hover {
  opacity: 0.7;
}

.sub-menu h4 {
  text-transform: capitalize;
  font-size: 1rem;
  padding: 0.5rem 0;
}

.sub-menu ul li {
  text-transform: capitalize;
  padding: 0.2rem 0;
  margin: 0.2rem 0;
  font-size: 0.95rem;
}

.sub-menu ul li a {
  opacity: 0.8;
  transition: all 0.5s ease;
  color: black;
}

.sub-menu ul li a:hover {
  padding-left: 14px;
  opacity: 0.9;
}

.sub-menu {
  display: none;
}

.sub-menu-item {
  padding-left: 1.2rem;
}

@media screen and (min-width: 992px) {
  .mnavbar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 0 5rem;
    position: relative;
  }

  .mnavbar-toggler {
    display: none;
  }

  .brand-and-icon {
    flex: 0 0 100px;
    border-bottom: none;
    padding: 0;
  }

  .mnavbar-collapse {
    display: block !important;
    overflow-y: hidden;
    flex: 1 0 auto;
  }

  .mnavbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mnavbar-nav > li > a {
    border-bottom: none;
    margin: 0 0.4rem;
    padding: 1.7rem 1.8rem 1.7rem 0.8rem;
    font-size: 0.8rem;
  }

  .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #f8f8f8;
    border-bottom: #015495 solid 3px;
  }

  .mnavbar-nav > li:hover .sub-menu {
    display: block;
    padding: 10px 5rem;
  }

  .mnavbar-nav > li {
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.4s ease;
  }

  .mnavbar-nav > li:hover {
    border-bottom-color: #FCA352;
  }

  .sub-menu-item {
    padding-left: 0;
  }
}
#vitrine-slider, #special-offer, #how-service, #how-service-about, #vitrine-features {
  max-width: 1920px;
  margin: 0 auto;
}

#vitrine-slider .nivo-caption {
  top: 50%;
  left: 50%;
  bottom: initial;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: transparent;
  overflow: visible;
  opacity: 1;
}
#vitrine-slider .nivo-caption .outer-box {
  color: #fff;
  display: inline-block;
}
#vitrine-slider .outer-box .title {
  font-size: 64px;
  margin-bottom: 30px;
}
#vitrine-slider .outer-box h3 {
  font-size: 30px;
  margin-bottom: 40px;
}
#vitrine-slider .outer-box a {
  display: inline-block;
  padding: 15px 20px;
  border: none;
  color: #fff;
  font-size: 20px;
  /* background-color: #FCA352; */
  background-color: #015495;
}
#vitrine-slider .outer-box a:hover {
  background-color: #000;
}

.sea-waves {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: 5;
  overflow: hidden;
}
.sea-waves .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("./../images/wave.png");
  background-size: 1000px 100px;
}
.sea-waves .wave.wave1 {
  -webkit-animation: animate 30s linear infinite;
          animation: animate 30s linear infinite;
  z-index: 10;
  opacity: 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  bottom: 0;
}
.sea-waves .wave.wave2 {
  -webkit-animation: animate2 15s linear infinite;
          animation: animate2 15s linear infinite;
  z-index: 9;
  opacity: 0.5;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  bottom: 10px;
}
.sea-waves .wave.wave3 {
  -webkit-animation: animate 30s linear infinite;
          animation: animate 30s linear infinite;
  z-index: 8;
  opacity: 0.2;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  bottom: 15px;
}
.sea-waves .wave.wave4 {
  -webkit-animation: animate2 10s linear infinite;
          animation: animate2 10s linear infinite;
  z-index: 7;
  opacity: 0.7;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  bottom: 20px;
}

@-webkit-keyframes animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}

@keyframes animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
@-webkit-keyframes animate2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}
@keyframes animate2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}
#general-services, #repair-services, #choose-us {
  margin-top: 75px;
  text-align: center;
}

#general-services a {
  text-decoration: none;
  color: initial;
}
#general-services .col-md-3 div {
  padding: 25px 0 15px 0;
}
#general-services .col-md-3:hover h3 {
  color: #015495;
}
#general-services img {
  width: 80%;
}
#general-services h3 {
  padding: 25px 0 15px 0;
  height: 72px;
  font-size: 18px;
  font-weight: bold;
}
#general-services .more {
  color: #015495;
  font-weight: bold;
}
#general-services .col-md-3:hover .more {
  color: black;
}
#general-services .col-md-3:hover img {
  filter: grayscale(100%);
}

#repair-services h1, #choose-us h1 {
  color: #015495;
  padding-bottom: 50px;
}

#repair-services h1::after, #choose-us h1::after {
  content: url("../images/waterLine.png");
  width: 100px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 300%);
}

#repair-services .outer-img {
  position: relative;
  border-radius: 7%;
  overflow: hidden;
}
#repair-services .outer-img img {
  width: 100%;
}
#repair-services .outer-img h4 {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 3;
  color: #fff;
}
#repair-services .outer-img .hover-blue {
  background-color: rgba(45, 167, 222, 0.4);
  z-index: 2;
  position: absolute;
  width: 400px;
  height: 400px;
  top: 130%;
  left: -37%;
  transform: rotate(30deg);
}
#repair-services .outer-img:hover .hover-blue {
  background-color: rgba(45, 167, 222, 0.9);
  top: 37%;
  left: -37%;
}

.repair-desc {
  margin-bottom: 30px;
}
.repair-desc .col-sm-10 {
  text-align: left;
}

#repair-services .row {
  margin-top: 20px;
}

.repair-arrow {
  position: relative;
  width: 25px;
  height: 25px;
  border: solid 2px #015495;
  border-radius: 50%;
  color: #015495;
  margin: 10px 0 15px auto;
}
.repair-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#special-offer {
  overflow: hidden;
  margin-top: 75px;
}
#special-offer .parallax {
  background: url("./../images/special-offers.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 614px;
}
#special-offer .pricing {
  position: relative;
}
#special-offer .pricing::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -75px;
  width: 598px;
  height: 614px;
  padding: 70px 100px 60px 120px;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  transform: skew(-15deg);
  z-index: 0;
  opacity: 0;
  animation: animate4 0.4s linear reverse;
}
#special-offer .pricing-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 525px;
  height: 614px;
  padding: 70px 100px 60px 120px;
  content: "";
  background-color: rgba(40, 168, 225, 0.95);
  transform: skew(-15deg);
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
  color: #fff;
}
#special-offer .pricing-box h3 {
  font-size: 42px;
  padding-bottom: 70px;
}
#special-offer .pricing-box h3::after {
  content: url("../images/waterWhite.png");
  width: 100px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  left: 0;
  transform: translate(0%, 330%);
}
#special-offer .pricing-box h6 {
  font-size: 20px;
  text-transform: uppercase;
}
#special-offer .pricing-box .inside {
  transform: skew(15deg);
}
#special-offer .carousel-control-prev {
  left: -45px;
}
#special-offer .carousel-control-next {
  right: -25px;
}
#special-offer .carousel-item h1 span {
  font-size: 22px;
}
#special-offer .carousel-item hr {
  background-color: #fff;
}
#special-offer .carousel-item .btn-warning {
  display: inline-block;
  padding: 12px 15px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #FCA352;
}
#special-offer .carousel-item .btn-warning:hover {
  box-shadow: inset 0px 10px 23px 5px rgba(0, 0, 0, 0.75);
}

#special-offer:hover .pricing::before {
  -webkit-animation: animate3 0.3s linear forwards;
          animation: animate3 0.3s linear forwards;
}

@-webkit-keyframes animate4 {
  0% {
    right: -75px;
    opacity: 0;
  }
  100% {
    right: -35px;
    opacity: 0.3;
  }
}

@keyframes animate4 {
  0% {
    right: -75px;
    opacity: 0;
  }
  100% {
    right: -35px;
    opacity: 0.3;
  }
}
@-webkit-keyframes animate3 {
  0% {
    right: -75px;
    opacity: 0;
  }
  100% {
    right: -35px;
    opacity: 0.3;
  }
}
@keyframes animate3 {
  0% {
    right: -75px;
    opacity: 0;
  }
  100% {
    right: -35px;
    opacity: 0.3;
  }
}
#choose-us .outer-img {
  background: #2da7de;
  background: linear-gradient(to bottom, #2da7de 1%, #2989d8 50%, #015495 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2da7de", endColorstr="#015495",GradientType=0 );
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 25px auto;
  position: relative;
  overflow: hidden;
}
#choose-us .col-md-4 .f-bg {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #015495;
  opacity: 0;
}
#choose-us .col-md-4:hover .f-bg {
  opacity: 1;
}
#choose-us .col-md-4:hover .trans {
  color: #015495;
}
#choose-us .outer-img i {
  font-size: 42px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#choose-us h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

#how-service h1, #vitrine-news h1, #vitrine-features h1 {
  width: 100%;
  text-align: center;
  font-size: 50px;
  padding-bottom: 60px;
}

#how-service .parallax {
  background: url("./../images/howWorks.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 695px;
  color: #fff;
  padding: 80px 0;
}
#how-service h1::after {
  content: url("../images/waterWhite.png");
  width: 100px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 250%);
}
#how-service .circle {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
}
#how-service .circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #015495;
  font-size: 40px;
}
#how-service h3 {
  margin-top: 15px;
  display: block;
}

#vitrine-news h1, #vitrine-news .card-title, #vitrine-features h1, #testimonials h1 {
  color: #015495;
}

#vitrine-news h1::after, #vitrine-features h1::after, #testimonials h1::after {
  content: url("../images/waterLine.png");
  width: 100px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 250%);
}

#vitrine-news .card {
  border-radius: 15px;
  overflow: hidden;
}
#vitrine-news .card-title {
  height: 48px;
}
#vitrine-news .card-body {
  height: 197px;
}
#vitrine-news p {
  height: 72px;
}

#vitrine-news p, #vitrine-news .repair-arrow {
  margin: 0;
}

.col-gallery {
  position: relative;
}
.col-gallery img {
  width: 100%;
}
.col-gallery .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 15px;
  opacity: 0;
}
.col-gallery .hover:hover {
  opacity: 1;
}
.col-gallery .item-name {
  font-size: 22px;
  margin-bottom: 10px;
}
.col-gallery .item-price {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.col-gallery .item-location {
  font-style: italic;
  color: #2DA7DE;
}

#vitrine-features .more {
  margin: 28px 0;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #015495;
  text-decoration: none;
}

#vitrine-features .more:hover {
  color: #000;
}

#testimonials h1 {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}

#slide-testimonial {
  margin-bottom: 100px;
}
#slide-testimonial .box {
  background-color: #F0F6F9;
  color: #617585;
  position: relative;
  padding: 50px;
  border-radius: 20px;
  font-size: 20px;
  margin-bottom: 30px;
}
#slide-testimonial i.fas {
  position: absolute;
  top: -30px;
  left: 15px;
  color: #015495;
  font-size: 50px;
  z-index: 3;
}
#slide-testimonial .box::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 246, 249, 0);
  border-top-color: #f0f6f9;
  border-width: 15px;
  margin-left: -15px;
}
#slide-testimonial .box-name {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.sea-box {
  background: url("../images/bg-form.jpg") no-repeat;
  border-radius: 15px;
  color: #fff;
  padding: 20px;
}
.sea-box .btn-warning {
  background-color: #FCA352;
  color: #fff;
  font-weight: bold;
  border: none;
}
.sea-box .btn-warning:hover {
  box-shadow: inset 0px 10px 23px 5px rgba(0, 0, 0, 0.75);
}

.blue-line {
  width: 100%;
  height: 4px;
  border: solid 3px #015495;
  margin: 0 0 50px;
}

#about-us {
  margin-top: 28px;
}

#about-us .title {
  color: #015495;
  padding-bottom: 70px;
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

#about-us .title::after {
  content: url("../images/waterLine.png");
  width: 100px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 300%);
}

#about-us p {
  font-size: 20px;
}

#about-us .row p {
  font-size: 16px;
}

#about-us img {
  margin: 40px 0;
  border-radius: 10px;
}

#about-us .sub-title {
  font-size: 24px;
  font-weight: 500;
}

#how-service-about {
  margin: 40px auto;
}
#how-service-about .parallax {
  /* background: url("../images/howitworks.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed; */
  background: #015495;
  height: 525px;
  color: #fff;
  padding: 80px 0;
}
#how-service-about .title {
  width: 100%;
  text-align: center;
  font-size: 50px;
  padding-bottom: 85px;
  font-weight: 500;
}
#how-service-about .title::after {
  content: url("../images/waterWhite.png");
  width: 100px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 330%);
}
#how-service-about .about-us em {
  font-size: 80px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#how-service-about .about-us .number {
  font-size: 50px;
  font-weight: bold;
}
#how-service-about .about-us h5 {
  font-size: 20px;
}

#about-vision h1 {
  width: 100%;
  text-align: center;
  font-size: 50px;
  padding-bottom: 85px;
  color: #015495;
}
#about-vision h1::after {
  content: url("../images/waterLine.png");
  width: 100px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 300%);
}
#about-vision h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

#contact-us .title {
  width: 100%;
  text-align: center;
  font-size: 50px;
  padding-bottom: 85px;
  color: #015495;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
#contact-us .title::after {
  content: url("../images/waterLine.png");
  width: 100px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 300%);
}
#contact-us .address-details .row {
  margin-top: 15px;
}
#contact-us .address-details .row .col-12 p {
  margin: 0;
}
#contact-us .address-details .row .col-12 h4 {
  font-size: 20px;
}
#contact-us .left {
  width: 40px;
  height: 40px;
  border: solid 4px #015495;
  color: #015495;
  border-radius: 50%;
  position: relative;
}
#contact-us .left em {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
#contact-us .right {
  width: calc(100% - 40px);
  padding-left: 15px;
}
#contact-us form label {
  font-size: 18px;
}
#contact-us form label span {
  color: #dd0000;
}
#contact-us .btn {
  border-radius: 0;
  background-color: #015495;
}
#contact-us .btn:hover {
  background-color: black;
}

#product-list .rounded {
  position: relative;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
#product-list .rounded .blue-label {
  position: absolute;
  background-color: #005395;
  width: 70%;
  height: 400px;
  right: 0;
  top: -50px;
  transform: rotate(10deg);
  -webkit-animation: product-label2 0.3s linear;
          animation: product-label2 0.3s linear;
}
#product-list .rounded .text-label {
  position: absolute;
  color: #fff;
  width: 55%;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 20px;
  background-color: #015495;
}
#product-list .rounded:hover .blue-label {
  -webkit-animation: product-label 0.3s linear forwards;
          animation: product-label 0.3s linear forwards;
}

@-webkit-keyframes product-label {
  0% {
    width: 70%;
    background-color: #005395;
  }
  100% {
    width: 75%;
    background-color: #2DA7DE;
  }
}

@keyframes product-label {
  0% {
    width: 70%;
    background-color: #005395;
  }
  100% {
    width: 75%;
    background-color: #2DA7DE;
  }
}
@-webkit-keyframes product-label2 {
  0% {
    width: 75%;
    background-color: #2DA7DE;
  }
  100% {
    width: 70%;
    background-color: #005395;
  }
}
@keyframes product-label2 {
  0% {
    width: 75%;
    background-color: #2DA7DE;
  }
  100% {
    width: 70%;
    background-color: #005395;
  }
}
.products {
  margin-top: 40px;
}
.products .left h2 {
  font-size: 26px;
  border-left: solid 3px #005395;
  padding-left: 15px;
}
.products .left .fa-ul {
  margin-top: 50px;
  margin-left: 1.3em;
}
.products .left .fa-ul li {
  margin: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.products .left .fa-ul li:hover {
  border-bottom: 1px solid #005395;
}
.products .left a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.products .left a.active {
  color: #005395;
}
.products .right .col-lg-4 {
  margin-bottom: 30px;
}
.products .right .box {
  border: solid 2px white;
  padding-bottom: 10px;
}
.products .right .box a {
  color: black;
  text-decoration: none;
}
.products .right .box .categ {
  padding: 15px 0;
  font-weight: bold;
  /* color: #2DA7DE; */
  color: #015495;
}
.products .right .box .title {
  padding: 0 15px;
}
.products .right .box:hover {
  border: solid 2px #2DA7DE;
}
.products .right .breadcrumb {
  background: #2da7de;
  background: linear-gradient(to bottom, #2da7de 0%, #015495 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2da7de", endColorstr="#015495",GradientType=0 );
}
.products .right .breadcrumb a {
  color: #e7e7e7;
}
.products .right .breadcrumb a:hover {
  color: #fff;
}
.products .right .breadcrumb-item + .breadcrumb-item::before {
  color: #e7e7e7;
}
.products .right .breadcrumb-item.active {
  color: #fff;
  font-weight: bold;
}
.products .right .show-pages {
  margin: 3px 20px 0 0;
}
.products .right .shorting {
  max-width: 300px;
}

#product .breadcrumb {
  background-color: #fff;
}
#product .breadcrumb a {
  color: #015495;
  text-decoration: none;
  font-weight: bold;
}
#product .breadcrumb a:hover {
  color: #000;
}
#product h2 {
  margin: -7px 0 25px 0;
  font-size: 24px;
  max-width: 80%;
}
#product h3 {
  margin: 25px 0 10px 0;
  font-size: 24px;
}
#product .general {
  margin: 10px 0;
}
#product .tab-content {
  margin: 25px 0;
}
#product .nav-tabs .nav-link {
  font-size: 20px;
  color: #000;
  border: none;
}
#product .nav-tabs .nav-link:hover {
  border: none;
  color: #015495;
}
#product .nav-tabs {
  border-width: 3px;
}
#product .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #015495;
  color: #015495;
  font-size: 20px;
}
#product .similar-products {
  margin-top: 40px;
}
#product .similar-products > a {
  color: #015495;
  font-weight: bold;
  text-decoration: none;
}
#product .similar-products > a:hover {
  color: #000;
}
#product .similar-products h1 {
  color: #015495;
  margin-bottom: 40px;
  font-weight: normal;
}
#product .similar-products .col-lg-3 {
  margin-bottom: 30px;
}
#product .similar-products .box {
  border: solid 2px #fff;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #000;
}
#product .similar-products .box .categ {
  padding: 15px 0;
  font-weight: bold;
  /* color: #2DA7DE; */
  color: #015495;
}
#product .similar-products .box:hover {
  border: solid 2px #2DA7DE;
}

#gallery {
  margin-top: 28px;
}
#gallery .mm {
  background-color: #2DA7DE;
  width: 100%;
  height: 100%;
}
#gallery .mm:hover, #gallery .mm.active {
  box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.75);
}
#gallery .row {
  margin: 0;
}
#gallery .row .col-2, #gallery .row .col-4 {
  padding: 0;
  overflow: hidden;
}
#gallery .div-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

#gallery h1 {
  color: #015495;
  padding-bottom: 70px;
  text-align: center;
}

#gallery h1::after {
  content: url("../images/waterLine.png");
  width: 100px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 300%);
}

#smart-masonry {
  position: relative;
  display: inline-block;
  width: 100%;
}
#smart-masonry .outer {
  position: absolute;
}
#smart-masonry .outer img {
  width: 100%;
  height: 100%;
}
#smart-masonry .outer span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
}
#smart-masonry .outer span .fas {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#smart-masonry .outer span:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#smart-masonry .outer span:hover .fas {
  opacity: 1;
}

footer {
  background: #015495;
  color: #fff;
  padding-top: 0;
}
footer a {
  color: #fff;
  font-size: 20px;
}
footer .footer-nav {
  text-align: center;
}
footer .footer-nav ul {
  padding: 15px 0;
  display: inline-block;
}
footer .footer-nav ul li {
  margin: 0 25px;
  float: left;
  list-style: none;
}
footer .footer-nav ul li a {
  text-decoration: none;
}
footer .footer-nav ul li:hover a {
  color: #FCA352;
}
footer .outer {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
}
footer .outer .ficon, footer .outer .fdetail {
  float: left;
}
footer .outer .ficon {
  width: 30px;
  height: 30px;
  border: solid 4px #fff;
  border-radius: 50%;
  position: relative;
}
footer .outer .ficon em {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
footer .outer .ficon.no-line i {
  font-size: 16px;
}
footer .outer .fdetail {
  width: calc(100% - 30px);
  padding-left: 15px;
}
footer .d-inline-block {
  margin-top: 25px;
}
footer .d-inline-block a {
  font-size: 16px;
}
footer .d-inline-block a:hover {
  color: #fff;
}
footer .sea-waves {
  position: relative;
}

.websoft a:hover {
  color: white;
}

.form-inline a{
  color: #005A88;
}

@media (min-width: 1200px) {
  .col-gallery {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1600px) {
  .col-gallery {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
}
@media (min-width: 1900px) {
  .col-gallery {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print and (min-width: 10px) {
  .main-wrapper, .similar-products, footer {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #top .information .info-line {
    margin-left: 90px;
  }

  #general-services h3 {
    height: 85px;
  }
}
@media screen and (max-width: 992px) {
  #top .aqua-moto, #top .information {
    display: none;
  }

  #navigation {
    display: none;
  }

  .mnavbar {
    position: relative;
  }
  .mnavbar .fa-phone-alt {
    position: relative;
    font-size: 13px;
    width: 30px;
    border: solid 2px #fff;
    border-radius: 50%;
    text-align: center;
    top: -5px;
    padding: 5px 0 5px 3px;
  }
  .mnavbar .sub-menu h4, .mnavbar .sub-menu ul li a {
    color: #fff;
  }

  .mnavbar.fixnav {
    position: fixed;
  }

  #about-us {
    margin-top: 50px;
  }

  #how-service-about .title {
    font-size: 36px;
    margin-top: 22px;
  }
  #how-service-about .about-us em {
    font-size: 70px;
  }
  #how-service-about .about-us .number {
    font-size: 34px;
  }
  #how-service-about .about-us h5 {
    font-size: 14px;
  }

  #product-list .rounded .text-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 786px) {
  #how-service-about .parallax {
    padding: 10px 0;
  }
  #how-service-about .title {
    font-size: 28px;
    margin-top: 22px;
  }
  #how-service-about .about-us i {
    font-size: 60px;
  }
  #how-service-about .about-us h5 {
    margin-bottom: 20px;
  }

  footer .footer-nav ul li {
    margin: 0 10px;
  }
  footer .outer {
    font-size: 16px;
  }

  #footer-logo img {
    margin: 10px 0 20px;
  }

  #product-list .rounded {
    margin-bottom: 15px;
  }
  #product-list .rounded .text-label {
    font-size: 20px;
  }

  #product h2 {
    margin: 5px 0 25px 0;
    font-size: 24px;
    max-width: 100%;
  }
  #product .similar-products h1 {
    font-size: 28px;
  }

  #contact-us .title {
    font-size: 36px;
    padding-bottom: 38px;
    margin-top: 15px;
  }

  #top .tp-right .tp-lang {
    margin-top: 10px;
  }

  #vitrine-slider .outer-box .title {
    font-size: 44px;
  }
}
@media screen and (max-width: 568px) {
  footer .footer-nav ul li {
    margin: 0 0 15px;
    width: 50%;
  }
  footer .outer {
    font-size: 16px;
    padding: 0 22%;
  }

  #about-vision h1, #about-us h1 {
    font-size: 32px;
  }

  #about-vision h2, #about-us .sub-title {
    font-size: 20px;
    text-align: center;
  }

  #top .tp-right .tp-lang {
    margin-top: 0px;
  }
  #top .tp-right label {
    width: 100%;
    float: initial;
  }
  #top .tp-right .input-group {
    width: 100%;
  }

  #vitrine-slider .outer-box .title {
    font-size: 24px;
  }
  #vitrine-slider .outer-box h3 {
    font-size: 18px;
  }
  #vitrine-slider .outer-box a {
    padding: 10px 15px;
    font-size: 16px;
  }

  #general-services {
    margin-top: 15px;
  }
  #general-services h3 {
    font-size: 14px;
  }

  #special-offer {
    margin-top: 30px;
  }
  #special-offer .pricing-box {
    width: initial;
    transform: skew(0);
    padding: 70px 35px 60px 35px;
  }
  #special-offer .pricing-box .inside {
    transform: skew(0);
  }
}
