html {
    width:100%;
    height:100%;
    overflow-x:hidden;
}
    
body {
    height:100%;
    margin:0px 0px;
    width:100%;
    font-family: 'Roboto', sans-serif;
    color:white;
}

p {
    margin: 40px 0;
}

strong, b {
    font-weight:500;
}

html.no-scroll {
    overflow-y:hidden;
}

hr {
    width: 400px;
    margin: 98px 0px;
    height: 1px;
    background-color: rgba(0, 0, 0, 1);
    margin-left: auto;
    border: none;
    margin-right: auto;
}

.no-spacing {
    letter-spacing:0px !important;
}

.hide-item {
    opacity:0;
}


/*************************************
*
* MOBILE MENU
*
***************************************/

#mobile-menu {
    position:fixed;
    top:81px;
    width:100%;
    height:0%;
    overflow:hidden;
    pointer-events:none;
    background-color:white;
    z-index:9999999;
    opacity:0;
    -webkit-transition:height 1000ms;
    transition:height 1000ms;
}

#mobile-menu.open {
    height:100%;
    pointer-events:all;
}

#mobile-menu ul {
    padding:0px;
    width:100%;
    text-align:center;
    margin-top:8%;
}

#mobile-menu ul li {
    line-height:20px;
}

#mobile-menu ul li a{
    text-decoration:none;
}

#mobile-menu #mobile-social {
    width:100%;
    text-align:center;
    position: relative;
    top: 1rem;
}

#mobile-menu #mobile-social a {
    color:rgba(0,0,0,1);
}

#mobile-menu #mobile-social a:hover, #mobile-menu #mobile-social a:focus {
    color:rgba(0,0,0,0.7);
}

#mobile-top-bar {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:81px;
    opacity:0;
    background:white;
    z-index:9;
    display:none;
}

#mobile-logo{
    opacity:0;
    width:100%;
    text-align:center; 
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    box-sizing:border-box;
}

#mobile-logo img {
    width: 255px;
    height: 49px;
    margin-top:17px;
}

#mobile-top-bar .down-arrow {
    opacity:0;
    text-align:center;
    display:block;
    width:100%;
    position: absolute;
    top: 23px;
    -webkit-transition:opacity 500ms;
    transition:opacity 500ms;
    z-index:99;
    pointer-events:all;
    overflow:hidden;
}

.fully-scrolled #mobile-top-bar .down-arrow{
    opacity:0;
    pointer-events:none;
}   



/*************************************
*
* END MOBILE MENU
*
***************************************/
.fa {
    font-weight:bold;
}

.royalSlider {
  width: 100%;
  height: 100%;
}

.rsContainer {
    background:white;
}

.rsContent {
    overflow:hidden;
}

.sliderContainer {
    position:relative;
    margin:0px;
}

img.rsImg {
    position:fixed;
}

#full-width-slider {
    height:100%;
    width:100%;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background:none !important;
}

#slider-logo {
    pointer-events:none;
    z-index:999;
    top:0px;
    left:50%;
    -webkit-transform:translate3d(-50%,0,0);
    transform:translate3d(-50%,0,0);
    position:fixed;
    opacity:1;
}


#slider-logo #mobile-slider-logo {
    width:300px;
    height:82px;
    display:none;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

#slider-logo #desktop-slider-logo {
    display:block;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

/*****************************
*
* MENU BAR
*
******************************/

#menu-bar {
    background-color:white;
    height:75px;
    text-align:center;
    opacity:1;
    -webkit-transition:opacity 500ms;
    transition:opacity 500ms;
}

#menu-bar .down-arrow img {
    opacity:1;
    margin-top:22px;
    pointer-events:none;
}

#menu-bar .down-arrow img:hover {
    opacity:0.5;
}

#main-menu .down-arrow {
    display:block;
    width:100%;
    position: absolute;
    top: 23px;
    -webkit-transition:opacity 500ms;
    transition:opacity 500ms;
    pointer-events:all;
}

.scrolled #main-menu .down-arrow{
    opacity:0;
    pointer-events:none;
}   

/*****************************
*
* END MENU BAR
*
******************************/

/*****************************
*
* MAIN BODY
*
******************************/
#main-body {
    position:relative;
    background-color:white;
    z-index:999;
}




#main-body #menu-logo {
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    z-index: 1;
    padding-top:30px;
    padding-bottom:12px;
    display:inline-block;
    opacity:0;
    pointer-events:none;
    -webkit-transition:opacity 500ms;
    transition:opacity 500ms;
}


.scrolled #main-body #menu-logo {
    -webkit-transition:opacity 800ms ease-in;
    transition:opacity 800ms ease-in;
    opacity:1;
    pointer-events:all;
}

#main-body #main-menu {
    position:relative;
    text-align:center;
    height:123px;
}

.category #main-body #main-menu {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background-color: white;
    padding-bottom: 12px;
}

.scrolled-slightly.category #main-body #main-menu {
}

/*
#main-body #left-menu {
    position:absolute;
    right:50%;
    top:50%;
    -webkit-transform:translate3d(0,-50%,0);
    transform:translate3d(0,-50%,0);
    margin-right:300px;
}

#main-body #right-menu {
    position:absolute;
    top:0;
    left:50%;
    top:50%;
    -webkit-transform:translate3d(0,-50%,0);
    transform:translate3d(0,-50%,0);
}
*/
#main-body #center-menu {
    position:absolute;
    width:100%;
    top:56px;
    opacity:0;
    -webkit-transition:opacity 500ms;
    transition:opacity 500ms;
    pointer-events:none;
}

.scrolled #main-body #center-menu {
    opacity:1;
    pointer-events:all;
    -webkit-transition:opacity 1300ms ease-in-out;
    transition:opacity 1300ms ease-in-out;
}

#main-body #menu-social-icons {
    position:absolute;
    top:56px;
    right:1.7%;
    opacity:0;
    pointer-events:none;
    -webkit-transition:opacity 500ms ease-out;
    transition:opacity:500ms ease-out;
}

.scrolled #main-body #menu-social-icons {
    opacity:1;
    pointer-events:all;
    -webkit-transition:opacity 1300ms ease-in-out;
    transition:opacity:1300ms ease-in-out;
}

#main-body #menu-social-icons .fa{
    font-size:16px;
    color:black;
}

#main-body #main-menu ul {
    list-style-type:none;
    text-align:center;
    padding:0px;
    margin:0px;
}

#main-body #main-menu .middle-spacer {
    width:39%;
}

#main-body #mobile-menu .middle-spacer {
    height:0px;
    display:none;
}


#main-body #main-menu ul li {
    width:14%;
    display:inline-block;
}

#main-body #main-menu ul li.align-right {
    text-align:right;
}

#main-body #main-menu ul li.align-left {
    text-align:left;
}

#main-body #main-menu ul li a{
    text-decoration:none;
    color:black;
    font-weight:300;
    opacity:0.9;
}

#main-body #main-menu ul li a:hover{
    opacity:0.7;
}

#main-body #main-menu ul li a:active, #main-body #main-menu ul li a:focus {
    color:black;
}

#main-body .row-section{
    position:absolute;
    top:123px;
}

#main-body .container{
    position:absolute;
    top:123px;
}

#main-body .row-wrapper {
    margin-bottom:0px;
}

#main-body .row {
    width:100%;
    height:auto;
    letter-spacing: 0px;
    font-size: 0px;
}

#main-body .row .img-wrapper {
    display:inline-block;
    background-position:center;
    background-size:cover;
    vertical-align:bottom;
    position:relative;
    cursor:pointer;
    overflow:hidden;
    opacity:1;
    -webkit-transition:opacity 1200ms;
    transition:opacity 1200ms;
}

#main-body .row .img-wrapper .img-bg {
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
    vertical-align:bottom;
    position:absolute;
    -webkit-transition:opacity 00ms;
    transition:opacity 00ms;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0;
    z-index:1;
}

#main-body .row .img-wrapper:hover .img-bg {
    opacity:1;
}

#main-body .row .img-wrapper .img-still {
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
    vertical-align:bottom;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:1;
    -webkit-transition:opacity 850ms;
    transition:opacity 850ms;
}

#main-body .row .img-wrapper .img-still.hidden {
    opacity:0;

}


#main-body .row a.img-wrapper .img-caption {
    z-index:2;
    opacity:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    -webkit-transition:opacity 250ms;
    transition:opacity 250ms;
}

#main-body .row a.img-wrapper .img-caption .vid-title{
    width:100%;
    position:absolute;
    text-align:center;
    top:50%;
    font-weight:400;
    font-size:20px;
    letter-spacing:10px;
    color:white;
    -webkit-transform:translate3d(0,-50%,0);
    transform:translate3d(0,-50%,0);
    padding:0px 15px;
    box-sizing:border-box;
}


#main-body .row a.img-wrapper .img-caption .vid-director{
    color:white;
    opacity:0.5;
    font-size:11px;
    letter-spacing:3px;
    font-weight:100;
    width:100%;
    position:absolute;
    text-align:center;
    bottom:5px;
}

#main-body .row a.img-wrapper:hover .img-caption {
    opacity:1;
}

#main-body .row-wrapper:first-child .img-wrapper {
    margin-top:0px !important;
}

/*****************************
*
* END MAIN BODY
*
******************************/

/*****************************
*
* MOBILE MENU TOGGLE
*
******************************/

#horizontalToggle {
    background-size: 30px 25px !important;
    z-index:9999;
    opacity: 1;
    width: 30px;
    height: 45px;
    top: 26px;
    right: 34px;
    position: absolute;
    margin: 4px auto;
    width: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    pointer-events:none;
    display:none;
}

#horizontalToggle span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #383838;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#horizontalToggle span:nth-child(1) {
  top: 0px;
}

#horizontalToggle span:nth-child(2),#horizontalToggle span:nth-child(3) {
  top: 8px;
}

#horizontalToggle span:nth-child(4) {
  top: 16px;
}

#horizontalToggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#horizontalToggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#horizontalToggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#horizontalToggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*****************************
*
* END MOBILE MENU TOGGLE
*
******************************/


/*****************************
*
* MAGNIFICENT POPUP CUSTOMIZATIONS
*
******************************/

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*****************************
*
* END MAGNIFICENT POPUP CUSTOMIZATIONS
*
******************************/


/*****************************
*
* CATEGORY SUBPAGES
*
******************************/

body.category #main-body #center-menu, body.category #main-body #menu-logo, 
body.category #main-body #menu-social-icons {
    opacity:1;
    pointer-events:all;
}

body.category #main-body #main-menu ul li.current_page_item a  {
    font-weight:500;
    border-bottom: 1px solid #000000;
    padding: 10px;
}

body.category #main-body #mobile-menu ul li.current_page_item a {
    font-weight:500;
    border-bottom: 1px solid #000000;
    padding: 0px;
}






#mobile-top-bar ul li a, #mobile-logo {
    pointer-events:none !important;
}


/*****************************
*
* CONTACT PAGE
*
******************************/

body.contact #footer {
    position: absolute;
    width:100%;
    bottom: 10px;
}

body.contact #contact {
    position: absolute;
    top: 123px;
    right: 0;
    left: 0;
    bottom:35px;
    text-align:center;
    background-size:cover;
    background-position:center;
    background-repeat:none;
}

body.contact #contact-header {
    color: rgba(255,255,255,1);
    font-weight: 500;
    text-transform: uppercase;
    margin-top:30px;
    font-size:19px;
}

body.contact #contact-header:first-child {
    margin-top:0px;
}

body.contact #contact-subheader {
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    font-size:16px;
    text-transform:uppercase;
    padding-top:2px;
}

body.contact #footer a {
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.8);
    text-decoration:none;
    font-size:12px;
}

body.contact #footer a:hover{
    color: rgba(0, 0, 0, 0.65);
}

body.contact #footer a:focus{
    color: rgba(0, 0, 0, 0.65);
}

body.contact #footer .left {
    float:left;
    margin-left:20px;
}

body.contact #footer .right {
    float:right;
    margin-right:20px;
}

body.contact #footer a {
    color:rgba(0, 0, 0, 1);
}

body.contact #footer a:hover {
    color:rgba(0, 0, 0, 0.8);
}
body.contact #footer a:focus {
    color:rgba(0, 0, 0, 0.8);
}

body.contact #main-body{
    height:100% !important;
}

body.contact #contact a {
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border-bottom: solid rgba(255,255,255,0.3) 1px;
}

body.contact #contact a:hover {
    font-weight:400;
    border-bottom: solid rgba(255,255,255,0.5) 2px;
}

body.contact .bar-spacer {
    padding: 0px 6px;
    font-weight: 600;
}

/*
*
* ERROR PAGE
*/
body.error {
    overflow:hidden !important;
}

.error .sliderContainer {
    height:100vh !important;
}

.error #error-404 {
    z-index: 9999999;
    position: absolute;
    bottom:60px;
    width:300px;
    width:100%;
    text-align:center;
}

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


}

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

}

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

}

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

}

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

}


@media only screen and (max-width: 1400px) {
    #main-body #main-menu .middle-spacer {
        width:43%;
    }

    #main-body #main-menu ul li {
        width:13%;
    }

}


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

}

@media only screen and (max-width: 1200px), (max-height: 600px) {
      #mobile-top-bar ul li a, #mobile-logo {
         pointer-events: all !important;
      }

      #mobile-menu li a {
        font-weight:300;
        width:100%;
        padding:0px;
        color: #5b5a59;
        text-shadow:none;
      }

      #horizontalToggle {
        display:block;
        opacity:0;
      }

      .fully-scrolled #horizontalToggle {
        opacity:1;
        pointer-events:all;
      }

      #mobile-menu {
        opacity:1;
        display:block;
      }

      #main-menu, #main-body #main-menu ul, #main-body #main-menu ul li, #main-body #menu-logo {
        width: 0px;
        display: none;
        height: 0px;
        overflow: hidden;
        display:none;
        pointer-events:none;
      }

      #main-body #main-menu ul li {
        display:none;
      }

      #mobile-top-bar {
        opacity:1;
      }

      .fully-scrolled #mobile-top-bar {
        opacity:1;
      }

      .fully-scrolled #mobile-logo {
        opacity:1;
        pointer-events:all;
        display:inline-block;
      }

      .fully-scrolled #mobile-logo a img{
        image-rendering: -moz-crisp-edges;         /* Firefox */
        image-rendering:   -o-crisp-edges;         /* Opera */
        image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
      }

      #mobile-top-bar .down-arrow.hide-item {
        opacity:0;
      }

      #mobile-top-bar .down-arrow {
        opacity:1;
      }

      .fully-scrolled #mobile-top-bar .down-arrow {
        opacity:0;
        pointer-events:none;
      }

      #main-body .row-section {
        position:relative;
        top:81px;
        margin-top:0px !important;
      }

      #main-body .container{
        position:relative;
        top:81px;
        margin-top:0px !important;
    }

      #main-body .row-wrapper:first-child .row .img-wrapper {
        margin-top:0px !important;
      }

      #main-body .row a.img-wrapper .img-caption {
        opacity:1;
      }

      #main-body .row a.img-wrapper .img-caption .vid-title {
        font-size:16px;
        letter-spacing:8px;
      }

      #main-body .row a.img-wrapper .img-caption .vid-director {
        letter-spacing:2px;
      }

      #mobile-top-bar {
        display:block;
      }
/*
      #main-body #main-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 99999;
        top: 0;
      }

      #main-body #menu-logo {
        width:100%;
        text-align:center;
      }

      .middle-spacer {
        display:none;
      }*/
      body.contact #contact {
        top:81px;
        padding:20px;
      }

}

@media only screen and (max-width: 1050px), (max-height: 600px) { 

      #main-body {
        height: auto !important;
      }

      #main-body .row .img-wrapper {
        margin:4% !important;
        width:92% !important;
        margin-top: 0px !important;
        height:400px !important;
      }

      #main-body .row a.img-wrapper .img-caption .vid-title {
        font-size:25px;
      }

      #main-body .row a.img-wrapper .img-caption .vid-director {
        letter-spacing:3px;
        font-size:13px;
        opacity:0.8;
      }
}

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

}

@media only screen and (max-width: 600px), (max-height: 600px) { 

    #mobile-top-bar #mobile-logo img{
        height: auto;
        width: 255px;
        margin-top:18px;
    }

    #main-body .row .img-wrapper {
        height:250px !important;
    }

    #main-body .row a.img-wrapper .img-caption .vid-director {
        font-size:11px;
        letter-spacing:1px;
        opacity:0.5;
    }

    #main-body .row a.img-wrapper .img-caption .vid-title {
        font-size:16px;
    }

    #slider-logo #mobile-slider-logo {
        display:block;
    }

    #slider-logo #desktop-slider-logo {
        display:none;
    }

    #horizontalToggle {
        right:22px;
    }

    body.contact #contact-header {
      font-size:15px;
    }

    body.contact #contact-subheader {
      font-size:14px;
    }

    body.contact #contact a {
        padding-top: 15px;
        font-size:14px;
        display:block;
        border-bottom: none;
        text-decoration:underline;
    }

    body.contact #contact a:hover, body.contact #contact a:focus{
        border-bottom:none;
    }

    body.contact #contact .line-spacer {
        display:none;
    }
}

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

    #main-body .row .img-wrapper {
        height:200px !important;
    }

    #horizontalToggle {
        right:15px;
    }

    #mobile-logo {
        text-align:left;
        padding-left:7px;
    }

}

@media only screen and (max-height: 600px) { 
    #mobile-menu ul {
        margin-top:2%;
    }
    body.contact #contact-centered {
        padding-top: 35px;
    }
}


@media only screen and (max-height: 450px) { 
    body.contact #contact {
        min-height:250px;
        top:0px;
    }

    body.contact #contact-centered {
        padding-top: 35px;
    }

    body.contact #mobile-top-bar {
        position:relative !important;
    }

    body.contact #contact {
        position:relative;
    }

    body.contact #footer {
        height:35px;
        bottom:unset;
    }

    body.contact #footer a {
        line-height: 35px;
    }
}

@media only screen and (max-height: 400px) { 
    #mobile-menu ul {
        margin-top:0;
    }
}



/******************************
Masonry Dynamic photos page
*******************************/
* {
    margin: 0;
    padding: 0;
}

/* Reffered to above for correct response to the different menus */
.container {
    max-width: 100%;
    margin: .8rem auto;
    padding: 0 1rem;
}

.gallery {
    columns: 3;
    column-gap: 1rem;
    width: 100%;
}

@media (max-width: 768px) {
    .gallery {
        columns: 2;
    }
}

@media (max-width: 480px) {
    .gallery {
        columns: 1;
    }
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 1rem;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
    animation-delay: calc(var(--delay) * 0.2s);
}

.gallery-item:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 168, 157, 0.9), transparent);
    padding: 2rem 1rem;
    color: white;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.overlay h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.overlay p {
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0.9;
}

.photo-credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 0.8rem;
    opacity: 0.8;
    text-decoration: none;
}

.photo-credit:hover {
    opacity: 1;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #00A89D;
    z-index: 1000;
    transition: width 0.3s ease;
}


