







.www-x {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
    -o-transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
    width: 14px;
    height: 14px
}

.www-x: {
    opacity: .6
}

@media all and (min-width:768px) {
    .www-x {
        width: 16px;
        height: 16px
    }
}

@media all and (min-width:1281px) {
    .www-x {
        width: 20px;
        height: 20px
    }
}


.contact-hub .contact-wrapper {
    width: 84vw;
    margin-left: auto;
    margin-right: auto
}

.contact-hub .contact-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5.41935484vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media all and (min-width:600px) {
    .contact-hub .contact-grid {
        grid-gap: 2.70967742vw;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media all and (min-width:1024px) {
    .contact-hub .contact-grid {
        margin-top: 100px;
        margin-bottom: 100px;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media all and (min-width:1601px) {
    .contact-hub .contact-grid {
        margin-top: 140px;
        margin-bottom: 140px;
        grid-template-columns: repeat(4, 1fr)
    }
}

.contact-hub .grid-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%;
    height: 160px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: border-color .3s cubic-bezier(.694, 0, .335, 1);
    -o-transition: border-color .3s cubic-bezier(.694, 0, .335, 1);
    transition: border-color .3s cubic-bezier(.694, 0, .335, 1)
}

@media all and (min-width:375px) {
    .contact-hub .grid-item {
        height: 180px
    }
}

@media all and (min-width:600px) {
    .contact-hub .grid-item {
        height: 280px;
        padding: 40px
    }
}

@media all and (min-width:1601px) {
    .contact-hub .grid-item {
        padding: 60px
    }
}

.contact-hub .grid-item:hover {
    border-color: #000
}

.contact-hub .grid-item:not(.static):hover .item-contents {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.contact-hub .grid-item:not(.static):hover .item-description {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .3s cubic-bezier(.694, 0, .335, 1) .2s, -webkit-transform 450ms cubic-bezier(.694, 0, .335, 1) .2s;
    transition: opacity .3s cubic-bezier(.694, 0, .335, 1) .2s, -webkit-transform 450ms cubic-bezier(.694, 0, .335, 1) .2s;
    -o-transition: opacity .3s cubic-bezier(.694, 0, .335, 1) .2s, transform 450ms cubic-bezier(.694, 0, .335, 1) .2s;
    transition: opacity .3s cubic-bezier(.694, 0, .335, 1) .2s, transform 450ms cubic-bezier(.694, 0, .335, 1) .2s;
    transition: opacity .3s cubic-bezier(.694, 0, .335, 1) .2s, transform 450ms cubic-bezier(.694, 0, .335, 1) .2s, -webkit-transform 450ms cubic-bezier(.694, 0, .335, 1) .2s
}

.contact-hub .grid-item:not(.static):hover .item-label {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.contact-hub .item-contents {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.694, 0, .335, 1);
    transition: -webkit-transform .3s cubic-bezier(.694, 0, .335, 1);
    -o-transition: transform .3s cubic-bezier(.694, 0, .335, 1);
    transition: transform .3s cubic-bezier(.694, 0, .335, 1);
    transition: transform .3s cubic-bezier(.694, 0, .335, 1), -webkit-transform .3s cubic-bezier(.694, 0, .335, 1);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.contact-hub .item-label {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.694, 0, .335, 1);
    transition: -webkit-transform .3s cubic-bezier(.694, 0, .335, 1);
    -o-transition: transform .3s cubic-bezier(.694, 0, .335, 1);
    transition: transform .3s cubic-bezier(.694, 0, .335, 1);
    transition: transform .3s cubic-bezier(.694, 0, .335, 1), -webkit-transform .3s cubic-bezier(.694, 0, .335, 1)
}

.label-name {

    font-size: 22px;


}

.contact-hub .label-name {
    font-weight: 600;
    margin-bottom: 1em

    font-size 22px;

}

@media all and (min-width:768px) {
    .contact-hub .label-name {
        line-height: 1.6em
    }
}

.contact-hub .label-icon {
    margin-bottom: 1em
}

.contact-hub .item-description {
    color: #999;
    margin-bottom: 0;
    line-height: 1.6em;
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .2s, -webkit-transform .4s;
    transition: opacity .2s, -webkit-transform .4s;
    -o-transition: opacity .2s, transform .4s;
    transition: opacity .2s, transform .4s;
    transition: opacity .2s, transform .4s, -webkit-transform .4s
}


/* start of top bar section */



@font-face { 
  font-display:block;
  font-family:'bootstrap-icons';
  src:url('assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2?8d200481aa7f02a2d63a331fc782cfaf') format("woff2"),
url('assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff?8d200481aa7f02a2d63a331fc782cfaf') format("woff");
} 

* { 
    box-sizing:  border-box;
    -webkit-box-sizing: border-box; 
} 
*,
*::before,
*::after {
   box-sizing: border-box;
}



.fixed-top { 
  
    top: 0; 
    right: 0; 
    left: 0; 
    z-index: 999999;
} 

.d-flex { 
    display: flex!important;
} 

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

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

#topbar { 
    position: absolute;
  
    height: 30px; 
    padding: 0; 
    font-size: 14px; 
    transition: all 0.5s; 
    overflow: hidden; 
    color: rgba(255, 255, 255, 0.8); 
    z-index: 996;
} 

*,:after,:before { 
    box-sizing: border-box;
} 

:before,:after { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
} 

.container { 
    --bs-gutter-x: 1.5rem; 
    width: 100%; 
    padding-right: calc(var(--bs-gutter-x) * .5); 
    padding-left: calc(var(--bs-gutter-x) * .5); 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  .container { 
    max-width: 540px;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    max-width: 720px;
  } 
}     

@media (min-width: 992px){ 
  .container { 
    max-width: 960px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    max-width: 1140px;
  } 
}     

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

@media (min-width: 768px){ 
  .justify-content-md-between { 
    justify-content: space-between!important;
  } 
}     

.container { 
    width: 100%; 
    padding-right: 20px; 
    padding-left: 20px; 
    margin-right: auto; 
    margin-left: auto;
} 

.d-none { 
    display: none!important;
} 

@media (min-width: 768px){ 
  .d-md-block { 
    display: block!important;
  } 
}     

#topbar .contact-info i  { 
    color: black; 
    line-height: 0; 
    margin-right: 5px;
} 

.bi:before,[class^="bi-"]:before,[class*=" bi-"]:before  { 
    display: inline-block; 
    font-family: bootstrap-icons !important; 
    font-style: normal; 
    font-weight: normal !important; 
    font-variant: normal; 
    text-transform: none; 
    line-height: 1; 
    vertical-align: -.125em; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

.bi-geo-alt:before { 
    content: "\f3e8";
} 


i  { 
    font-size: 14px; 
    line-height: 0; 
    margin-left: 5px;
} 

.bi-chevron-down:before { 
    content: "\f282";
} 

@media screen and (max-width: 800px) {
    i.bi-chevron-down {
        display: none;
    }
}


.topbar a { 
    color:  #0880e8;
    text-decoration:  none; 
    -webkit-appearance:  none; 
    -moz-appearance:  none; 
    appearance:  none; 
    outline:  none;
} 

#topbar .contact-info a  { 
    line-height: 0; 
    color: black; 
    transition: 0.3s;
} 

.topbar a:hover { 
    color:  #2b99f8; 
    text-decoration: none;
} 

#topbar .contact-info a:hover  { 
    text-decoration: underline;
} 

.bi-phone:before { 
    content: "\f4e7";
} 

#topbar .social-links a  { 
    color: black; 
    padding: 0 15px; 
    display: inline-block; 
    line-height: 1px; 
    border-left: 1px solid black;
} 

#topbar .social-links a:first-child  { 
    border-left: 0;
} 

#topbar .social-links a:hover  { 
    color: #1977CC;
} 

.bi-whatsapp:before { 
    content: "\f618";
} 

.bi-telegram:before { 
    content: "\f5b3";
} 

.bi-instagram:before { 
    content: "\f437";
} 

.bi-tiktok:before { 
    content: "\f6cc";


} 


/* end of top bar section */



.bi-chevron-down:before { 
    content: "\f282";
} 


.bi-globe::before { content: "\f3ee"; }


.hover-underline-animation {
  display: inline-block;
  position: relative;
 
    padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;;
  
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.1px;
  bottom: 0;
  left: 0;
 
  transform-origin: bottom right;
  transition: transform 0.15s ease-out;


}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.text-white.link {
  color: rgba(241, 245, 236, .85);
  cursor: pointer;
  transition: all .2s ease-in-out;
  font-family: 'Raleway', sans-serif;
}


.hover-underline-animation2 {
  display: inline-block;
  position: relative;
  color: white
    padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;;
  
}

.hover-underline-animation2::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.1px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform-origin: bottom right;
  transition: transform 0.15s ease-out;


}

.hover-underline-animation2:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.lolap {

    font-weight: 600 !important;
    letter-spacing: 1px;

      padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;;
  
}


.green {
    font-size: 13px;
  position: relative;
font-family: 'Raleway', sans-serif;
  
  
  
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}






  

  *,:before,:after { 
    box-sizing: border-box;
  } 


  .social-nav-wrapper  { 
    margin-top: -9px;
    display: flex;
  } 

 
  ul { 
    box-sizing:   border-box;
    padding-left:  2rem;
    margin-top: 0; 
    margin-bottom: 1rem;
  } 

  .social-nav { 
    display: flex;
  } 
}     

@media (min-width: 768px){ 
  .social-nav-wrapper .social-nav  { 
    margin-left: 1rem;
  } 
}     

@media all{ 
  .social-nav-wrapper ul.social-nav  { 
    padding: 0; 
    margin: 0; 
    list-style: none;
  } 

  .social-nav-wrapper .social-nav li  { 
    margin-left:  1rem;
    position: relative;
  } 

  a { 
    color: var(--bs-link-color); 
    text-decoration: none;
  } 

  .social-nav a  { 
    transition: all .2s ease-out; 
    overflow: hidden; 
    position: relative; 
    border: 1px solid white; 
   
    border-radius: 50%; 
    color: red; 
    width: 40px; 
    height: 40px; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    text-decoration: none;
  } 

  .social-nav-wrapper .social-nav a  { 
    background: black;
  } 

  .social-nav a:before  { 
    display:  block; 
    content:  ""; 
    background: red;
background-blend-mode: overlay, color, overlay, difference, color-dodge, difference, normal;
    border-radius:  50%; 
    height:  calc(100% + 2px); 
    width:  calc(100% + 2px); 
    position:  absolute; 
    left:  -1px; 
    top:  -1px; 
    transform:  translate(-100%,0) rotate(10deg); 
    transform-origin:  top left; 
    transition:  transform .2s ease-out; 
    will-change:  transform; 
    z-index:  -1;
  } 

  a:hover { 
    
    text-decoration: none;
  } 

  .social-nav a:hover  { 
    color: red; 
    border-color: white; 
    box-shadow: 0 6px 30px 0 rgba(0,0,0,.2); 
    transform: scale(1.2); 
    z-index: 1;
  } 

  .social-nav a:hover:before ,a.hover:before ,a:focus-within:before  { 
    transform: translate(0,0);
  } 



  .social-nav-wrapper .social-nav a + .tooltip  { 
    display: none;
  } 
}     

@media (min-width: 768px){ 
  .social-nav-wrapper .social-nav a + .tooltip  { 
    display: block; 
    position: absolute; 
    top: 0; 
    left: 50%; 
    transform: translate(-50%,0); 
    margin-top: .1rem; 
    padding: .1rem .8rem; 
    font-size: .7rem; 
    font-weight: 500; 
    white-space: nowrap; 
    color: #000; 
    border-radius: 50px; 
    background-color: #f7f7f7; 
    box-shadow: 0 25px 100px 0 rgba(0,0,0,.15); 
    pointer-events: none; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    opacity: 0; 
    transition: all .2s ease-in-out;
  } 
}     

@media all{ 
  img { 
    vertical-align: middle;
  } 

  .social-icon-footer { 
    width: 1.5rem; 
    height: 1.5rem;
  } 


    


.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; 
  min-height:100px;
  max-height:150px;
}


@media only screen and (max-width: 768px) {  

  .wavesservice {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom: -352% !important; 
  min-height:100px;
  max-height:150px;
}

}


.wavesservice {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom: -95%; 
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }


