/* Raleway */
@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");
/* Abril FatFace*/
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
/* Roboto */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.bg-blue {
  background-color: #015196;
  color: #fff; }

.bg-white {
  background-color: #fff;
  color: #015196; }

.c-white {
  color: #fff; }

body {
  height: 100%;
  scroll-behavior: smooth;
  color: #015196;
  font-family: "Raleway", sans-serif; }
body i {
  /*font-family: 'Abril Fatface', cursive;*/ }

.clickable {
  cursor: pointer; }

.agbr-container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto; }

a.button,
a.button:hover,
a.button:active {
  background-color: #015196;
  color: #fff;
  padding: 12px 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none; }

.flex-end {
  display: flex;
  justify-content: flex-end; }

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

.main-section {
  padding-top: 180px; }

.arrow-scroll,
.arrow-scroll:hover,
.arrow-scroll:active,
.arrow-scroll:focus {
  background-color: #fff;
  color: #015196;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none; }

.only-desktop {
  display: block; }

.only-desktop-flex {
  display: flex; }

.only-mobile,
.only-mobile-flex {
  display: none !important; }

.fp-tableCell {
  position: relative; }

@media (max-width: 992px) {
  .page-template-page-home #arrow-fp-scroll {
    display: none; }
  .only-desktop,
  .only-desktop-flex {
    display: none !important; }
  .only-mobile {
    display: block !important; }
  .only-mobile-flex {
    display: flex !important; } }

.row {
  --bs-gutter-x: 0; }

.blue-water-list ul,
.white-water-list ul {
  list-style: none;
  padding-left: 25px; }
.blue-water-list ul li,
.white-water-list ul li {
  margin-bottom: 10px; }
.blue-water-list ul li:before,
.white-water-list ul li:before {
  content: "";
  padding-right: 17px;
  height: 22px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 8px;
  margin-left: -25px; }

.blue-water-list li:before {
  background-image: url("../../img/gota-li.svg"); }

.white-water-list li:before {
  background-image: url("../../img/gota_white.svg"); }

.error404 .main-section {
  padding-bottom: 100px; }

a.blue-no-link,
blue-no-link:active,
blue-no-link:focus,
blue-no-link:hover {
  color: #015196;
  text-decoration: none; }

.agv-grid-posts .elementor-post__text {
  padding-bottom: 70px; }

.agv-grid-posts .elementor-post__read-more {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("/wp-content/themes/agbar-revamp/assets/img/buttons-circle-blue.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

#landing-scroll-down img {
  animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
  perspective: 9000px;
  transform: translateZ(0);
  transform-origin: center;
  position: relative;
  z-index: 9; }

.hidden {
  display: none !important; }

.rrss.only-desktop {
  display: contents !important; }
@media (max-width: 992px) {
  .rrss.only-desktop {
    display: none !important; } }

a.button:hover,
a.elementor-button:hover {
  position: relative; }
a.button:hover:before,
a.elementor-button:hover:before {
  content: " ";
  border-radius: 20px;
  border: 2px #fff solid;
  position: absolute;
  right: 40%;
  top: 0px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  transition: all 0.7s ease;
  animation: grow 1s infinite; }

@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1; }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0; } }

.pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  transition: 0.2s;
  z-index: 999999999999999 !important; }

.pointer1 {
  transition: 0.05s;
  border: 1px solid #015196; }

.pointer2 {
  transition: 0.15s;
  border: 1px solid #B3CDE0; }

.pointer3 {
  transition: 0.20s;
  border: 1px solid #3498db; }

.pointer4 {
  transition: 0.25s;
  border: 1px solid #fff; }

.pointer5 {
  transition: 0.25s; }

/* navigator */
.fp-next,
.fp-prev {
  display: none; }

.fp-slidesNav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0); }
.fp-slidesNav ul {
  display: flex;
  flex-direction: column; }
.fp-slidesNav ul li {
  width: 18px;
  height: 18px;
  margin: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
.fp-slidesNav ul li a span {
  background-color: #65c5e7;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  margin: -2px 0 0 -1px; }
.fp-slidesNav ul li a.active span {
  width: 24px;
  height: 24px;
  border: solid 1px #ffffff;
  background-color: #015196;
  margin: -4px 0 0 -5px; }
.fp-slidesNav ul li:hover a span {
  width: 24px;
  height: 24px;
  margin: -4px 0 0 -5px; }
.fp-slidesNav ul li:hover a.active span {
  width: 24px;
  height: 24px;
  margin: -4px 0 0 -5px; }

/* slides */
#fullpage .fp-tableCell {
  line-height: 0; }

#fullpage .slide {
  position: relative; }
#fullpage .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
#fullpage .slide video {
  height: 101%;
  object-fit: cover;
  width: 100%; }
#fullpage .slide .box-area {
  position: absolute;
  height: max-content;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 250px;
  max-width: 780px;
  background-color: #fff;
  padding: 50px 60px; }
#fullpage .slide .box-area .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1px; }
#fullpage .slide .box-area .title i {
  font-family: "Abril Fatface", "sans-serif";
  font-weight: 400;
  font-style: normal; }
#fullpage .slide .box-area p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; }
#fullpage .slide .box-area p b {
  font-weight: 600; }
#fullpage .slide .box-area p.sub-title {
  font-size: 24px;
  font-weight: bold;
  color: #65c5e7; }
#fullpage .slide .box-area .icon-slide img,
#fullpage .slide .box-area .icon-section img {
  height: 60px;
  width: 100%;
  object-fit: contain; }
#fullpage .slide .box-area .icon-slide span,
#fullpage .slide .box-area .icon-section span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  max-width: 150px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 70px; }
#fullpage .slide .box-area .icon-slide.colored,
#fullpage .slide .box-area .icon-section.colored {
  margin-left: -60px; }
#fullpage .slide .box-area .icon-slide.colored .icon-col,
#fullpage .slide .box-area .icon-section.colored .icon-col {
  max-width: 165px;
  padding: 16px;
  text-align: center; }
#fullpage .slide .box-area .button.bottom {
  position: absolute;
  bottom: -20px;
  right: calc(50% - 76px); }
#fullpage .slide .box-area .icon-1 {
  background-color: #015196; }
#fullpage .slide .box-area .icon-2 {
  background-color: #65c5e7; }
#fullpage .slide .box-area .icon-3 {
  background-color: #009ee3; }
#fullpage .slide .box-area .icon-4 {
  background-color: #65c5e7;
  color: #015196; }
#fullpage .slide.section-4 .fst-icon .image {
  justify-content: flex-end;
  display: flex; }
#fullpage .slide.section-4 .fst-icon .image img {
  width: auto; }
#fullpage .slide.section-4 .fst-icon span {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  margin-right: 0; }
#fullpage .slide.section-4 .second-icon .image {
  justify-content: flex-start;
  display: flex; }
#fullpage .slide.section-4 .second-icon .image img {
  width: 220px;
  height: auto; }
#fullpage .slide.section-4 .second-icon span {
  margin-left: 0;
  text-align: left;
  font-size: 63px;
  font-weight: 300;
  max-width: 100%; }
#fullpage .slide.section-4 .second-icon span.description {
  margin-top: 0; }
#fullpage .slide.section-5:before {
  background-image: url("../../img/ondas-azul_good.svg");
  content: " ";
  position: absolute;
  width: 450px;
  height: 345px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  z-index: 1; }
#fullpage .slide.section-5 .img-bg-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
#fullpage .slide.section-5 .img-bg-section .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 100%; }
#fullpage .slide.section-5 .img-bg-section .col-4,
#fullpage .slide.section-5 .img-bg-section .col-8 {
  padding-left: 0;
  padding-right: 0; }
#fullpage .slide.section-5 .box-area {
  max-width: 515px;
  left: calc(33% + 50px); }
#fullpage .slide.section-5 .box-area .pre-title {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 25px; }
#fullpage .slide.section-5 .box-area .text-area {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: block;
  padding-bottom: 50px; }
#fullpage .slide.section-5 .box-area .quotes:after {
  content: "";
  background-image: url("../../img/double-quotes.svg");
  width: 100px;
  height: 92px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -20px;
  right: 0; }
#fullpage .slide.section-5 .box-area .quotes p {
  margin-bottom: 0; }
#fullpage .slide.section-6 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("/wp-content/themes/agbar-revamp/assets/img/dron.gif"), url("/wp-content/themes/agbar-revamp/assets/img/mountains.png"), url("/wp-content/themes/agbar-revamp/assets/img/sky.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%; }
#fullpage .slide.section-6 .box-area {
  padding-right: 250px; }
#fullpage .slide.section-6 .box-area .mt-3 {
  margin-top: 50px;
  max-width: 420px;
  padding-bottom: 100px; }
#fullpage .slide.section-6 .row.icon-section {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 35px;
  color: #fff;
  max-width: 217px; }
#fullpage .slide.section-6 .row.icon-section .icon-col {
  width: 100%;
  height: 190px;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
  align-items: center;
  display: flex; }
#fullpage .slide.section-6 .row.icon-section .icon-col.button-section {
  padding-top: 35px;
  align-items: start; }
#fullpage .slide.section-7 .box-2-video {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0; }
#fullpage .slide.section-7 .boxes-areas {
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto; }
#fullpage .slide.section-7 .box-area {
  position: relative;
  width: 780px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
  top: 0px;
  left: 0;
  right: 0;
  margin-left: 170px; }
#fullpage .slide.section-7 .box-area .mt-3 {
  max-width: 500px; }
#fullpage .slide.section-7 .box-area.second {
  background-color: #015196;
  margin-left: 0px;
  position: relative;
  top: 0px;
  color: #fff;
  background-position: center;
  background-size: cover; }
#fullpage .slide.section-7 .box-area.second .title {
  position: relative; }
#fullpage .slide.section-7 .box-area.second .mt-3 {
  max-width: 600px;
  position: relative; }
#fullpage .slide.section-7 .btn-box {
  right: 56px;
  bottom: 56px;
  position: absolute; }
#fullpage .slide.section-7 .plus-btn {
  background-color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  right: 56px;
  bottom: 56px;
  position: absolute; }
#fullpage .slide.section-7 .plus-btn img {
  position: absolute;
  width: 24px;
  height: 24px; }
#fullpage .slide.section-9 {
  height: 1140px !important; }
#fullpage .slide.section-9 .icon-section .icon-col {
  padding-left: 10px;
  padding-right: 10px; }
#fullpage .slide.section-9 .fp-tableCell {
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  display: flex; }
#fullpage .slide.section-9 .col-4 {
  width: 305px;
  padding-left: 0;
  padding-right: 0; }
#fullpage .slide.section-9 .box-area {
  width: 975px;
  max-width: 100%;
  background-color: transparent;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 75px;
  transform: scale(0.85); }
#fullpage .slide.section-9 .box-area .title {
  margin-bottom: 40px;
  display: block; }
#fullpage .slide.section-9 .box-area .row.icon-section {
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between; }
#fullpage .slide.section-9 .box-area .image-container {
  width: 100%;
  height: 165px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
#fullpage .slide.section-9 .box-area .button.bottom {
  bottom: -40px !important; }
#fullpage .slide.section-9 .box-area .text-container {
  padding: 15px;
  background-color: #fff;
  min-height: 165px;
  position: relative; }
#fullpage .slide.section-9 .box-area .text-container .button-plus {
  margin-top: 20px;
  height: 45px;
  width: 45px;
  border-radius: 40px;
  background-color: #015196;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0; }
#fullpage .slide.section-9 .box-area .text-container .button-plus:after {
  content: " ";
  width: 40px;
  height: 40px;
  display: block;
  background-size: contain;
  background-image: url("../../img/buttons-cross-blue.svg"); }
#fullpage .slide.section-9 .fp-poster {
  height: auto; }
#fullpage .slide.section-9 footer,
#fullpage .slide.section-9 .footer {
  display: block;
  position: relative;
  width: 100%;
  bottom: 50px; }
#fullpage .slide.section-9 footer .copy-right,
#fullpage .slide.section-9 .footer .copy-right {
  height: 42px; }

#slide-9-animation-2 {
  line-height: 1.5; }

.parallax_container {
  margin: 0;
  background-color: #1d1e22; }

#parallax {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-3.png), url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-2.png), url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%; }

h1 {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Arial", "sans-serif";
  text-transform: uppercase;
  opacity: 0.2;
  font-size: 70px; }

#slide-6-animation-1 .button-section {
  position: absolute;
  bottom: -15px;
  left: 225px; }

.section-2 .icon-section .icon-col,
.section-2 .icon-slide .icon-col,
.section-3 .icon-section .icon-col,
.section-3 .icon-slide .icon-col,
.section-8 .icon-section .icon-col,
.section-8 .icon-slide .icon-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.section-2 #icon-7,
.section-3 #icon-7,
.section-8 #icon-7 {
  width: 130px; }

@media (max-height: 800px) and (orientation: landscape) {
  .box-area {
    transform: scale(0.9);
    margin-top: 150px !important; } }

.quote {
  font-family: Raleway, "sans-serif";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #015196;
  margin-top: 30px; }

.full_animated_icon {
  width: 55px; }

.full_animated_icon2 {
  width: 60px;
  min-height: 70px; }

.section-4 #icon-8 {
  width: 95px; }

/*extra large*/
@media (min-width: 1950px) {
  #fullpage .slide.section-6 {
    background-size: cover; } }

#fullpage footer .widget_nav_menu ul li,
#fullpage .footer .widget_nav_menu ul li {
  padding-bottom: 30px; }

#fullPageFooterHidden.footerHeightSmall {
  display: none;
  opacity: 0;
  transition: all 1s linear; }

.showPF {
  display: block !important;
  opacity: 1 !important; }

#fullpage .slide.section-9 .footer {
  position: absolute;
  bottom: 30px; }

/* logo */
/*.navbar-brand{
  width: 84px;
  top: 37px;
  left: 0;
  position: relative;
}*/
.logged-in .navbar-brand {
  top: 37px; }

.navbar-brand-mobile {
  display: none; }

.top-gradient {
  background-image: linear-gradient(to bottom, #1061a5, rgba(15, 96, 161, 0));
  position: fixed;
  width: 100%;
  height: 200px;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 1; }

/* menu */
.agbar-top-nav, .agbar-btm-nav {
  padding-left: 40px;
  padding-right: 45px;
  color: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  align-items: center; }
.agbar-top-nav .rrss, .agbar-btm-nav .rrss {
  display: none; }
.agbar-top-nav li, .agbar-btm-nav li {
  display: flex;
  justify-content: center;
  align-items: center; }
.agbar-top-nav .separator, .agbar-btm-nav .separator {
  margin-left: 10px;
  margin-right: 10px; }
.agbar-top-nav a, .agbar-top-nav a:hover, .agbar-top-nav a:active, .agbar-btm-nav a, .agbar-btm-nav a:hover, .agbar-btm-nav a:active {
  color: #fff;
  text-decoration: none; }
.agbar-top-nav .navbar-nav .active, .agbar-btm-nav .navbar-nav .active {
  border-bottom: 6px solid #fff; }
.agbar-top-nav .navbar-nav .active a, .agbar-btm-nav .navbar-nav .active a {
  padding-bottom: 4px;
  padding-top: 11px; }

.agbar-btm-nav {
  /*.navbar-brand{
    left: 0;
    margin-left: -120px;
    img{
      width: 100%;
    }
  }*/
  background-color: rgba(1, 81, 150, 0.8);
  height: 45px;
  top: 42px;
  right: 0;
  transition: top 0.5s linear; }
.agbar-btm-nav a {
  font-size: 16px;
  font-weight: 600; }
.agbar-btm-nav .only-mobile {
  display: none !important; }

.agbar-top-nav {
  background-color: #000;
  height: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
  top: 0px;
  transition: top 0.5s linear; }
.agbar-top-nav .lang-section, .agbar-top-nav a {
  font-size: 14px;
  font-weight: 500; }
.agbar-top-nav .lang-section .wpml-ls-item-legacy-list-horizontal:first-child, .agbar-top-nav a .wpml-ls-item-legacy-list-horizontal:first-child {
  border-right: 1px solid #fff; }
.agbar-top-nav .lang-section .wpml-ls-link, .agbar-top-nav a .wpml-ls-link {
  text-transform: uppercase; }
.agbar-top-nav .lang-section .wpml-ls-link .wpml-ls-native, .agbar-top-nav a .wpml-ls-link .wpml-ls-native {
  display: initial; }
.agbar-top-nav .navbar-nav {
  flex-direction: row; }
.agbar-top-nav .navbar-nav a {
  padding-right: .5rem;
  padding-left: .5rem; }

.logged-in .agbar-top-nav {
  transition: top 0.5s linear;
  top: 32px; }

.logged-in .agbar-btm-nav {
  top: 74px;
  transition: top 0.5s linear; }

.nav-link.button, .nav-link.button:hover, .nav-link.button:active {
  background-color: #009ee3;
  padding: 5px 12px !important;
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold; }

/* desktop */
@media (min-width: 992px) {
  .pre-menu-mobile {
    display: none; } }

#close-menu {
  display: none; }

/* mobile */
@media (max-width: 992px) {
  .navbar-brand {
    display: none; }
  .navbar-brand-mobile {
    display: block;
    width: 32px; }
  .navbar-brand-mobile img {
    max-width: 100%; }
  .agbar-top-nav {
    display: none; }
  .agbar-btm-nav {
    top: 0px; }
  .logged-in .agbar-btm-nav {
    top: 32px; }
  .agbar-btm-nav {
    width: 100%;
    left: 0;
    background-color: #fff;
    height: 60px; }
  .agbar-btm-nav .navbar-nav {
    width: 100%; }
  .agbar-btm-nav .rrss {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
    padding-top: 20px; }
  .agbar-btm-nav .only-mobile {
    display: block !important; }
  .agbar-btm-nav .navbar-toggler, .agbar-btm-nav .navbar-toggler:hover, .agbar-btm-nav .navbar-toggler:active, .agbar-btm-nav .navbar-toggler:focus {
    color: #fff;
    border-color: transparent;
    z-index: 3;
    box-shadow: none;
    left: auto;
    right: 0px;
    font-size: 55px;
    transition: all;
    transition-delay: .4s;
    top: -15px;
    position: absolute;
    background-color: transparent;
    padding: 10px; }
  .agbar-btm-nav .navbar-toggler .fa-bars, .agbar-btm-nav .navbar-toggler:hover .fa-bars, .agbar-btm-nav .navbar-toggler:active .fa-bars, .agbar-btm-nav .navbar-toggler:focus .fa-bars {
    display: none; }
  .agbar-btm-nav .navbar-toggler .menu-close, .agbar-btm-nav .navbar-toggler:hover .menu-close, .agbar-btm-nav .navbar-toggler:active .menu-close, .agbar-btm-nav .navbar-toggler:focus .menu-close {
    display: block;
    font-weight: 100; }
  .agbar-btm-nav .navbar-toggler.collapsed, .agbar-btm-nav .navbar-toggler:hover.collapsed, .agbar-btm-nav .navbar-toggler:active.collapsed, .agbar-btm-nav .navbar-toggler:focus.collapsed {
    transition-delay: 0s;
    color: #015196;
    font-size: 20px;
    top: 10px; }
  .agbar-btm-nav .navbar-toggler.collapsed .fa-bars, .agbar-btm-nav .navbar-toggler:hover.collapsed .fa-bars, .agbar-btm-nav .navbar-toggler:active.collapsed .fa-bars, .agbar-btm-nav .navbar-toggler:focus.collapsed .fa-bars {
    display: block; }
  .agbar-btm-nav .navbar-toggler.collapsed .menu-close, .agbar-btm-nav .navbar-toggler:hover.collapsed .menu-close, .agbar-btm-nav .navbar-toggler:active.collapsed .menu-close, .agbar-btm-nav .navbar-toggler:focus.collapsed .menu-close {
    display: none; }
  .agbar-btm-nav .navbar-collapse {
    background-image: url("../../img/menu-mobile_lg.png");
    background-position: left bottom;
    background-repeat-y: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -40px;
    margin-right: -45px;
    padding-top: 80px;
    padding-bottom: 55px;
    top: 0;
    position: absolute;
    width: 100%; }
  .agbar-btm-nav .navbar-collapse .navbar-brand {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 32px;
    margin-left: 0; }
  .agbar-btm-nav .navbar-collapse li {
    justify-content: flex-start;
    padding-left: 35px; }
  .agbar-btm-nav .navbar-collapse li:focus, .agbar-btm-nav .navbar-collapse li:active, .agbar-btm-nav .navbar-collapse li:hover {
    background-color: #047bad; }
  .agbar-btm-nav .navbar-collapse .pre-menu-mobile {
    width: 100%; }
  .agbar-btm-nav .navbar-collapse .pre-menu-mobile li {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    border: solid 1px rgba(151, 151, 151, 0.47); }
  .agbar-btm-nav .navbar-collapse .pre-menu-mobile li:focus, .agbar-btm-nav .navbar-collapse .pre-menu-mobile li:active, .agbar-btm-nav .navbar-collapse .pre-menu-mobile li:hover {
    background-color: #015196; }
  .agbar-btm-nav .navbar-collapse .pre-menu-mobile li.button, .agbar-btm-nav .navbar-collapse .pre-menu-mobile li.button:focus, .agbar-btm-nav .navbar-collapse .pre-menu-mobile li.button:active, .agbar-btm-nav .navbar-collapse .pre-menu-mobile li.button:hover {
    background-color: transparent;
    border: solid 0px transparent; }
  .agbar-btm-nav .navbar-collapse .pre-menu-mobile li.button a.button, .agbar-btm-nav .navbar-collapse .pre-menu-mobile li.button:focus a.button, .agbar-btm-nav .navbar-collapse .pre-menu-mobile li.button:active a.button, .agbar-btm-nav .navbar-collapse .pre-menu-mobile li.button:hover a.button {
    margin-top: 15px;
    margin-left: 0; }
  .agbar-btm-nav .navbar-collapse #close-menu {
    display: block;
    z-index: 9;
    font-size: 55px;
    position: absolute;
    font-weight: 100;
    right: 10px;
    top: -25px; } }

@media (min-width: 992px) {
  .agbar-btm-nav {
    width: calc(100% - 100px);
    right: 0; } }

.arrow-fp-scroll {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 90%;
  cursor: pointer; }
.arrow-fp-scroll.ico {
  margin: 0 auto;
  text-align: center;
  width: 100px;
  height: 100px;
  transform: scale(0.6);
  filter: url("#goo"); }
.arrow-fp-scroll.ico .circle {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: 0%; }
.arrow-fp-scroll.ico .circle.circle-top {
  height: 33.33333px;
  width: 41.66667px;
  animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 0;
  top: 0; }
.arrow-fp-scroll.ico .circle.circle-bottom {
  height: 33.33333px;
  width: 41.66667px;
  animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 9;
  bottom: 0px; }
.arrow-fp-scroll.ico .st-arrow {
  fill: #015196;
  animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
  perspective: 9000px;
  transform: translateZ(0);
  transform-origin: bottom; }
.arrow-fp-scroll .svg {
  z-index: 9;
  position: relative; }

@keyframes blob-1-anim {
  0% {
    transform: translateX(-50%) translateY(0); }
  14% {
    transform: translateX(-50%) translateY(-8px); }
  24% {
    transform: translateX(-50%) translateY(0); }
  100% {
    transform: translateX(-50%) translateY(0); } }

@keyframes blob-2-anim {
  0% {
    transform: scale(1) translate(-50%, 10px); }
  30% {
    transform: scale(1) translate(-50%, 10px); }
  70% {
    transform: scale(1) translate(-50%, 10px); }
  95% {
    transform: scale(1) translate(-50%, 26px); }
  100% {
    transform: scale(1) translate(-50%, 10px); } }

@keyframes scrolly {
  0% {
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg); }
  30% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg); }
  70% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg); }
  95% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg); }
  100% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg); } }

@media (max-width: 992px) {
  #arrow-fp-scroll {
    position: fixed; } }

.agbar-btm-nav .navbar-brand {
  margin-left: -42px;
  top: 0px;
  height: 45px;
  padding: 0;
  margin-bottom: 0;
  width: auto;
  max-width: fit-content; }
.agbar-btm-nav .navbar-brand img {
  width: auto;
  height: 100%;
  object-fit: contain; }

.agbar-top-nav.to-top {
  top: -42px;
  transition: top 0.5s linear; }

.agbar-btm-nav.to-top {
  top: 0px;
  transition: top 0.5s linear; }

.logged-in .agbar-top-nav.to-top {
  top: -42px;
  transition: top 0.5s linear; }

.logged-in .agbar-btm-nav.to-top {
  top: 32px;
  transition: top 0.5s linear; }

.fp-slidesNav.fp-left {
  max-width: fit-content;
  margin-left: 0 !important; }

@media (max-width: 992px) {
  .lang-section {
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .lang-section li.wpml-ls-slot-shortcode_actions {
    padding-left: 10px;
    padding-right: 10px; }
  .lang-section li.wpml-ls-slot-shortcode_actions:first-child {
    border-right: 1px solid #fff; } }

footer, .footer {
  /*.footer-legal.widget_nav_menu ul.menu {
    margin-top: 0;
    li {
      padding-bottom: 0px;
    }
  }*/ }
footer .row, .footer .row {
  width: 100%;
  /*margin-left: auto;
  margin-right: auto;*/ }
footer .bg-blue, .footer .bg-blue {
  width: 100%; }
footer .col-xl-6, .footer .col-xl-6 {
  padding: 40px;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px; }
footer .logo, .footer .logo {
  width: 47px;
  display: block; }
footer .logo img, .footer .logo img {
  width: 100%; }
footer .flex-row, .footer .flex-row {
  width: 100%;
  flex-wrap: inherit; }
footer .address, .footer .address {
  padding-top: 18px; }
footer .phone, .footer .phone {
  padding-top: 15px; }
footer .copy-right, .footer .copy-right {
  padding: 10px;
  width: 100%;
  padding-left: 70px;
  background-color: #fff; }
footer .col-xl-3, .footer .col-xl-3 {
  align-items: center;
  display: flex; }
footer .widget_nav_menu ul, .footer .widget_nav_menu ul {
  list-style: none; }
footer .widget_nav_menu ul li, .footer .widget_nav_menu ul li {
  padding-bottom: 15px; }
footer .widget_nav_menu ul a, footer .widget_nav_menu ul a:hover, footer .widget_nav_menu ul a:active, footer .widget_nav_menu ul a:focus, .footer .widget_nav_menu ul a, .footer .widget_nav_menu ul a:hover, .footer .widget_nav_menu ul a:active, .footer .widget_nav_menu ul a:focus {
  color: #fff;
  text-decoration: none; }
footer .menu, .footer .menu {
  margin-bottom: 0px;
  margin-top: 20px; }
footer .copy-right .col-12, .footer .copy-right .col-12 {
  font-size: 14px;
  line-height: 1.36;
  color: #015196; }
footer .footer-legal.widget_nav_menu, .footer .footer-legal.widget_nav_menu {
  display: inline-block; }
footer .footer-legal.widget_nav_menu ul.menu, .footer .footer-legal.widget_nav_menu ul.menu {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 0; }
footer .footer-legal.widget_nav_menu ul.menu li, .footer .footer-legal.widget_nav_menu ul.menu li {
  margin-right: 25px;
  margin-left: 25px;
  padding-bottom: 0; }
footer .footer-legal.widget_nav_menu ul.menu li a, footer .footer-legal.widget_nav_menu ul.menu li a:hover, footer .footer-legal.widget_nav_menu ul.menu li a:active, footer .footer-legal.widget_nav_menu ul.menu li a:focus, .footer .footer-legal.widget_nav_menu ul.menu li a, .footer .footer-legal.widget_nav_menu ul.menu li a:hover, .footer .footer-legal.widget_nav_menu ul.menu li a:active, .footer .footer-legal.widget_nav_menu ul.menu li a:focus {
  color: #015196; }

.rrss {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
.rrss a {
  height: 32px;
  width: 32px;
  margin: 0 4px;
  display: block;
  background-size: contain;
}

.rrss-twt {
  background-image: url("../../img/social-x-circle.svg");
}

.rrss-link {
  background-image: url("../../img/social-linkedin-circle.svg"); }

.rrss-yt {
  background-image: url("../../img/social-youtube-circle.svg"); }

.rrss-ig {
  background-image: url("../../img/social-ig.png"); }
.veolia {
  margin-left: 32px;
  position: relative;
  padding-top: 2px;
}
.veolia::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 5px;
  height: 24px;
  width: 3px;
  background-color: white;
}
.veolia .rrss-veolia {
  background-image: url("../../img/social-veolia.svg");
  background-position: center;
  background-size: inherit;
  background-color: white;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}

@media (max-width: 992px) {
  footer .logo {
    padding-left: 2rem; }
  footer .row.only-mobile {
    padding: 35px 0 15px 0px !important; }
  footer #nav_menu-3 {
    margin-top: -20px; }
  footer .widget_nav_menu ul li {
    padding-bottom: 15px; }
  footer .footer-legal.widget_nav_menu ul.menu {
    margin-top: 10px; }
  footer .footer-legal.widget_nav_menu ul.menu li {
    width: 100%;
    display: block;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px; }
  footer .bg-blue {
    padding-bottom: 25px; }
  footer .copy-right {
    padding-left: 0px; }
  footer .copy-right .col-12 {
    color: #015196; }
  footer .address, footer .phone {
    font-size: 14px; }
  footer .logo {
    width: 78px; } }

@media (max-width: 992px) {
  footer .row.only-mobile {
    padding: 35px 0 25px 0px; }
  footer .col-xl-6 {
    padding-top: 20px; }
  footer .logo {
    padding-left: 0; }
  footer .col-12 {
    padding-left: 2rem; }
  footer .col-12 ul {
    padding-left: 0; }
  footer .rrss {
    justify-content: flex-start;
    padding-bottom: 20px; }
  footer .rrss a:first-child {
    margin-left: 0; }
  footer .address {
    padding-left: 17px; }
  footer .address i {
    margin-right: 5px;
    margin-left: -21px; }
  footer .phone {
    padding-left: 17px; }
  footer .phone i {
    margin-right: 5px;
    margin-left: -21px;
    transform: scaleX(-1); } }

@media (max-width: 992px) {
  #fp-nav {
    display: none; }
  .arrow-fp-scroll.ico {
    transform: scale(0.3); }
  #fullpage .slide .box-area {
    margin-top: 0; }
  #fullpage .slide.section-1 {
    overflow: hidden; }
  #fullpage .slide.section-1 video {
    height: auto;
    width: 100%;
    object-fit: contain; }
  #fullpage .slide video {
    height: inherit;
    object-fit: inherit;
    width: inherit; } }

@media (max-width: 1300px) and (min-width: 992px) {
  #fullpage .slide.section-2 .fp-tableCell {
    height: auto; }
  #fullpage .slide.section-2 .box-area {
    right: 0;
    margin-left: auto;
    height: max-content; } }

@media (max-width: 992px) {
  #fullpage .slide.section-2 {
    margin-top: -7px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-end;
    overflow: hidden; }
  #fullpage .slide.section-2 .fp-tableCell {
    height: 996px !important;
    vertical-align: baseline; }
  #fullpage .slide.section-2 img {
    height: 515px;
    object-fit: cover;
    object-position: left; }
  #fullpage .slide.section-2 .box-area {
    right: 0;
    max-width: 221px;
    padding: 21px 11px 21px 30px;
    margin-top: -480px;
    position: relative; }
  #fullpage .slide.section-2 .box-area .title {
    font-size: 26px; }
  #fullpage .slide.section-2 .box-area .icon-col {
    padding-top: 21px;
    padding-bottom: 21px; }
  #fullpage .slide.section-2 .box-area .icon-col img {
    object-position: center; }
  #fullpage .slide.section-2 .box-area .icon-section {
    position: relative;
    max-width: 100vw;
    left: auto;
    width: 100vw;
    right: 0; }
  #fullpage .slide.section-2 .box-area .button.bottom {
    display: block; }
  #fullpage .slide.section-2 .icons_mobile .box-area {
    max-width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    padding-right: 0px; } }

@media (max-width: 1300px) and (min-width: 992px) {
  #fullpage .slide.section-3 .box-area {
    right: 0; } }

@media (max-width: 992px) {
  #fullpage .slide.section-3 {
    overflow: hidden; }
  #fullpage .slide.section-3 .fp-tableCell {
    height: 1003px !important;
    vertical-align: baseline; }
  #fullpage .slide.section-3 video {
    height: 593px;
    object-fit: cover;
    object-position: 20%; }
  #fullpage .slide.section-3 .box-area {
    top: 160px;
    right: 0;
    max-width: 221px;
    padding: 26px 11px 21px 30px;
    margin-bottom: 0px; }
  #fullpage .slide.section-3 .box-area .title {
    font-size: 26px; }
  #fullpage .slide.section-3 .box-area .icon-section.colored {
    position: absolute;
    max-width: 100vw;
    left: auto;
    width: 100vw;
    right: 0;
    margin-top: -6px;
    margin: auto;
    margin-left: -108px;
    top: 410px; }
  #fullpage .slide.section-3 .box-area .icon-section.colored .icon-col {
    max-width: 100vw; }
  #fullpage .slide.section-3 .box-area .icon-section span {
    color: white; }
  #fullpage .slide.section-3 .box-area .icon-4 span {
    color: #015196 !important; }
  #fullpage .slide.section-3 .box-area .button.bottom {
    position: absolute;
    bottom: -340px;
    z-index: 1;
    width: 200px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: calc(50vw - 100px) !important; }
  #fullpage .slide.section-3 .box-area.only-mobile {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    top: -7px;
    padding-top: 0px; }
  #fullpage .slide.section-3 .box-area.only-mobile .icon-slide.colored {
    margin-left: 0px;
    margin-right: 0px; }
  #fullpage .slide.section-3 .box-area.only-mobile .icon-slide.colored .icon-col {
    max-width: unset; } }

@media (max-width: 1300px) and (min-width: 992px) {
  #fullpage .slide .box-area {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto; } }

@media (max-width: 992px) {
  #fullpage .slide.section-4 {
    margin-top: -28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end; }
  #fullpage .slide.section-4 .fp-tableCell {
    height: 956px !important;
    vertical-align: baseline; }
  #fullpage .slide.section-4 img {
    height: 563px;
    object-fit: cover;
    object-position: left; }
  #fullpage .slide.section-4 .box-area {
    top: 0px;
    margin-top: -442px;
    right: 0;
    max-width: 221px;
    padding: 21px 11px 21px 30px;
    position: relative; }
  #fullpage .slide.section-4 .box-area .title {
    font-size: 26px; }
  #fullpage .slide.section-4 .box-area p.sub-title {
    font-size: 20px; }
  #fullpage .slide.section-4 .box-area .icon-section {
    position: relative;
    max-width: 100vw;
    left: auto;
    width: 100vw;
    right: 0; }
  #fullpage .slide.section-4 .box-area .button.bottom {
    display: block; }
  #fullpage .slide.section-4 .box-area .fst-icon .image {
    padding-top: 23px;
    padding-bottom: 10px;
    margin: auto;
    justify-content: center; }
  #fullpage .slide.section-4 .box-area .fst-icon span {
    margin: auto;
    text-align: center; }
  #fullpage .slide.section-4 .box-area .second-icon {
    padding-top: 10px; }
  #fullpage .slide.section-4 .box-area .second-icon .image {
    justify-content: center; }
  #fullpage .slide.section-4 .box-area .second-icon .image img {
    width: 159px; }
  #fullpage .slide.section-4 .box-area .second-icon span {
    text-align: center;
    font-size: 43px; }
  #fullpage .slide.section-4 .box-area.only-mobile {
    margin-top: 25px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px; } }

@media (max-width: 1300px) and (min-width: 992px) {
  #fullpage .slide.section-5:before {
    width: 300px; } }

@media (max-width: 992px) {
  #fullpage .slide.section-5 {
    overflow: hidden;
    height: auto !important; }
  #fullpage .slide.section-5 .img-bg-section {
    position: relative; }
  #fullpage .slide.section-5 .col-4 img {
    object-position: left; }
  #fullpage .slide.section-5:before {
    display: none; }
  #fullpage .slide.section-5 .fp-tableCell {
    height: 369px !important;
    vertical-align: baseline; }
  #fullpage .slide.section-5 .col-4 img,
  #fullpage .slide.section-5 .col-8 img {
    height: auto;
    width: 100vw;
    object-fit: cover; }
  #fullpage .slide.section-5 .col-4 video.box-2-video,
  #fullpage .slide.section-5 .col-8 video.box-2-video {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  #fullpage .slide.section-5 .box-area {
    top: 0;
    height: auto;
    right: 0;
    max-width: 65%;
    padding: 21px 11px 21px 30px;
    padding-top: 0;
    left: 35%;
    background: transparent; }
  #fullpage .slide.section-5 .box-area .title {
    font-size: 26px; }
  #fullpage .slide.section-5 .box-area .pre-title {
    font-size: 20px;
    padding-bottom: 0; }
  #fullpage .slide.section-5 .box-area .quotes:after {
    width: 61px;
    height: 53px;
    bottom: 20px;
    left: 111px; } }

@media (max-width: 1440px) and (min-width: 992px) {
  #fullpage .slide.section-6 .row.icon-section {
    max-width: 140px; }
  #fullpage .slide.section-6 .row.icon-section span {
    font-size: 12px; }
  #fullpage .slide.section-6 .row.icon-section .icon-col {
    height: 142px; }
  #fullpage .slide.section-6 .row.icon-section .button-section {
    padding-right: 0;
    padding-left: 0; }
  #fullpage .slide.section-6 .row.icon-section a.button, #fullpage .slide.section-6 .row.icon-section a.button:hover, #fullpage .slide.section-6 .row.icon-section a.button:active {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; } }

@media (max-width: 1300px) and (min-width: 992px) {
  #fullpage .slide.section-6 .row.icon-section .icon-col.button-section {
    padding-top: 15px; }
  #fullpage .slide.section-6 .row.icon-section .icon-col {
    height: 127px; } }

@media (max-width: 992px) {
  #fullpage .slide.section-6 {
    height: fit-content;
    /*background: unset;*/ }
  #fullpage .slide.section-6 .fp-tableCell {
    height: 1237px !important;
    vertical-align: baseline; }
  #fullpage .slide.section-6 video {
    height: 630px;
    object-fit: cover;
    object-position: 20%; }
  #fullpage .slide.section-6 .separator {
    height: 630px; }
  #fullpage .slide.section-6 .box-area {
    padding-right: 0px;
    top: 120px;
    right: 0;
    max-width: 66%;
    height: fit-content;
    padding: 21px 11px 21px 30px; }
  #fullpage .slide.section-6 .box-area .title {
    font-size: 26px; }
  #fullpage .slide.section-6 .mt-3 {
    padding-bottom: 20px !important; }
  #fullpage .slide.section-6 .box-area.only-mobile {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: -45px;
    padding: 0px;
    background-color: transparent; }
  #fullpage .slide.section-6 .box-area.only-mobile .icon-section {
    position: relative;
    top: 0px;
    margin-top: 0px; }
  #fullpage .slide.section-6 .box-area.only-mobile .button-section {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    position: relative;
    left: unset;
    bottom: unset; }
  #fullpage .slide.section-6 .row.icon-section {
    top: 470px;
    position: absolute;
    max-width: 100vw;
    left: auto;
    width: 100vw;
    right: 0; }
  #fullpage .slide.section-6 .row.icon-section .icon-col {
    width: 217px;
    margin: auto; } }

@media (max-width: 1300px) and (min-width: 992px) {
  #fullpage .slide.section-7 .boxes-areas {
    width: 100%;
    transform: scale(0.7); }
  #fullpage .slide.section-7 .boxes-areas .box-area {
    top: 28px;
    margin-left: auto;
    max-width: 100%;
    padding: 21px 11px 21px 30px;
    height: 300px;
    margin-bottom: 30px; }
  #fullpage .slide.section-7 .boxes-areas .box-area.second {
    margin-left: 0;
    margin-top: -30px; } }

@media (max-width: 992px) {
  #fullpage .slide.section-7 {
    /*background-image: url("/wp-content/uploads/sites/6/2021/05/water_river.png");*/
    overflow: hidden; }
  #fullpage .slide.section-7 .fp-tableCell {
    height: 100% !important;
    vertical-align: baseline; }
  #fullpage .slide.section-7 .boxes-areas {
    width: 100vw;
    top: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -0px; }
  #fullpage .slide.section-7 .box-area {
    top: 88px;
    margin-left: auto;
    max-width: 100%;
    padding: 21px 11px 21px 30px;
    height: 100%;
    margin-bottom: 30px;
    width: 75%; }
  #fullpage .slide.section-7 .box-area .btn-box {
    bottom: 40px;
    left: auto;
    right: auto;
    position: relative;
    display: block;
    max-width: 175px;
    top: 0; }
  #fullpage .slide.section-7 .box-area.second {
    top: 58px;
    margin-right: auto;
    padding-top: 39px;
    right: 0;
    left: 0;
    padding: 40px 11px 21px 25px; }
  #fullpage .slide.section-7 .box-area.second .plus-btn {
    position: relative;
    right: 0px;
    left: 0px;
    top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 34px;
    margin-bottom: 40px; }
  #fullpage .slide.section-7 .box-area .title {
    font-size: 26px; }
  #fullpage .slide.section-7 .box-area .title i {
    font-size: 23px; } }

@media (max-height: 800px) and (orientation: landscape) {
  #fullpage .slide.section-7 .boxes-areas {
    top: 0px; }
  #fullpage .slide.section-7 .boxes-areas .second {
    margin-top: -30px !important; } }

@media (max-width: 992px) {
  #fullpage .slide.section-8 {
    overflow: hidden;
    height: 1086px !important; }
  #fullpage .slide.section-8 .fp-tableCell {
    height: 1086px !important;
    vertical-align: baseline; }
  #fullpage .slide.section-8 video {
    height: 100%;
    object-fit: cover;
    object-position: 20%; }
  #fullpage .slide.section-8 .box-area {
    top: 64px;
    right: 0;
    max-width: 221px;
    padding: 21px 33px 21px 30px;
    display: flex;
    flex-direction: column; }
  #fullpage .slide.section-8 .box-area .title {
    font-size: 26px; }
  #fullpage .slide.section-8 .box-area .icon-col {
    padding-top: 0;
    padding-bottom: 21px; }
  #fullpage .slide.section-8 .button.bottom {
    position: relative;
    bottom: 0;
    right: 0; } }

@media (max-width: 1300px) {
  #fullpage .slide.section-9 .icon-section .col-12 {
    max-width: 315px;
    margin: auto;
    padding: 15px; } }

@media (max-width: 992px) and (min-width: 960px) {
  #fullpage .slide.section-9 {
    height: fit-content !important; }
  #fullpage .slide.section-9 .box-area {
    margin-top: -7px;
    transform: scale(0.9); } }

@media (max-height: 800px) and (orientation: landscape) {
  #fullpage .slide.section-9 .box-area {
    transform: scale(0.75);
    margin-top: 60px !important; } }

@media (min-width: 992px) {
  #fullpage .slide.section-9 footer .bg-blue {
    width: 100%;
    padding-top: 21px; }
  #fullpage .slide.section-9 footer .flex-row {
    margin-bottom: 20px; }
  #fullpage .slide.section-9 footer .phone {
    margin-left: 15px; } }

@media (max-width: 945px) {
  #fullpage .slide.section-9 {
    height: 900px !important;
    overflow: hidden; }
  #fullpage .slide.section-9 .fp-tableCell {
    height: 900px !important;
    vertical-align: baseline; }
  #fullpage .slide.section-9 .fp-tableCell img {
    height: 900px !important;
    object-fit: cover;
    object-position: right; }
  #fullpage .slide.section-9 .box-area {
    margin-top: 0px !important;
    padding-bottom: 20px; }
  #fullpage .slide.section-9 .box-area .title {
    font-size: 26px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center; }
  #fullpage .slide.section-9 .icon-section .col-12 {
    max-width: 315px;
    margin: auto;
    padding: 15px; } }

@media (max-width: 992px) {
  .fp-poster {
    height: 100% !important; } }

@media (max-width: 629px) {
  #fullpage .slide.section-9 {
    height: 1300px !important; }
  #fullpage .slide.section-9 .fp-tableCell {
    height: 1400px !important;
    vertical-align: baseline; }
  #fullpage .slide.section-9 .fp-tableCell img {
    height: 1410px !important;
    object-fit: cover;
    object-position: right; } }

.agbar-page {
  min-height: 400px; }
.agbar-page .head-video {
  height: 670px;
  overflow: hidden;
  z-index: 0;
  font-family: Raleway; }
.agbar-page .head-video i {
  font-family: 'Abril Fatface';
  font-style: normal; }
.agbar-page .head-video .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
.agbar-page .head-video .agbr-video-bg {
  z-index: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative; }
.agbar-page .right-top-section {
  height: 230px; }
@media (max-width: 992px) {
  .agbar-page .right-top-section {
    height: 130px; } }
.agbar-page .right-top-section .elementor-widget-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column; }
.agbar-page .big-water-section {
  height: 750px; }
.agbar-page .big-water-section .elementor-widget-video {
  max-height: 100%; }
.agbar-page .big-water-section .elementor-fit-aspect-ratio {
  padding-bottom: 60%; }
.agbar-page .big-water-section .e-hosted-video {
  border-radius: 0px 0px 350px 350px;
  overflow: hidden; }

a.btn-wave {
  position: relative;
  overflow: hidden;
  transition: background 400ms;
  color: #fff;
  background-color: #015196;
  padding: 1rem 2rem;
  outline: 0;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  /* black with 30% opacity */
  cursor: pointer; }

span.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
  background-color: rgba(255, 255, 255, 0.7); }

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0; } }

#landing-scroll-top {
  transform: rotate(180deg) scale(0.6);
  position: fixed;
  bottom: 50px;
  right: 0px;
  margin-left: auto;
  left: auto;
  z-index: 99;
  box-shadow: 5px 5px 15px 5px #f0f0f0;
  border-radius: 53px; }
#landing-scroll-top.hidden {
  display: none; }
