    
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;300;500;700;900&display=swap');
      
    
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Catamaran', sans-serif!important;
}
    
html,body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(0,0,0,1.00);
}     

body {
    margin: 0;
--color-text:#000;
--color-bg:#FFF;
--color-link:#d02c0d;
--color-link-hover:#000;
    color: var(--color-text);
    background-color: var(--color-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
--cursor-stroke:#000;
--cursor-fill:none;
--cursor-stroke-width:1px;
    line-height: 1;
    font-weight: 300;
    overflow: hidden;
    overflow-y: scroll;

    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}   
    
:root {
    font-size: 20px;
}   
main {
    padding: 4rem;
}   
    
    
pre{

white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */

}


.oh {
    overflow: hidden
}
body:after, body:before {
content: "";
position: fixed;
z-index: 9999;
opacity: 0;
pointer-events:none;
transition-duration: 400ms;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-bg)
}
body.loading:before {
    opacity: 1;
    background-color: rgba(0,17,31,1.00);
}
body:after {
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    margin: -50vw 0 0 -50vw;
    border-radius: 50%;
    opacity: 0;
    background-color: #39A876;
    background-image: url(Imgs/Marine1.webp);
    background-size: cover;
}    
body.loading:after {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    opacity: 1;
    background-color: #000000;
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}
    

    
    

body::-webkit-scrollbar {
  width: 0.1em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px 6px rgba(0, 0, 0, 1);
 
}
 
body::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0px solid slategrey;
}
    
    
    
a {
    text-decoration: none;
    color: var(--color-link)
}
a, a:hover {
    outline: none
}
a:hover {
    color: var(--color-link-hover)
}
a:focus {
    outline: none;
    background-color: rgba(255,255,255,0.00);
}
a:focus-visible, a:focus:not(:focus-visible) {
background-color: rgba(255,255,255,0.00);
}
a:focus-visible {
outline:0px solid red
}
.unbutton {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit
}
.unbutton:focus {
    outline: none
}

.cursor {
    display: none
}
.frame {
    position: relative
}
.frame--footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40vh
}
.frame__title-wrap {
    width: 100%;
    max-width: 800px;
    display: inline-block;
}
.frame__title {
    font-size: 3.3rem;
    margin: 0;
    font-weight: 800;
}
.frame__tagline {
    margin: 2rem 0 2.5rem;
    line-height: 1.2;
    max-width: 100ch;
    text-transform: capitalize;
}
.frame__links a:not(:last-child) {
    margin-right: 1rem
}
    
    
    

    
    
.heading .splitting .char, .heading .splitting .word {
    display: flex
}
.char-wrap {
    position: relative;
    overflow: hidden
}
.char, .char-wrap {
    display: inline-block
}
.char {
    will-change: transform
}
.heading>span {
    display: flex
}
    
    
    
    
    
    
    
.heading {
    font-weight: 300;
    font-size: 6vw;
    font-size: clamp(2rem, 5vw, 5rem);
    line-height: 1.1;
    color: #157B34;
    mix-blend-mode: multiply;
}  
    
    
.heading>.NormalyH {
    font-weight: normal;    
}
.heading>.BoldyH {
    font-size: 14vw;
    font-size: clamp(2rem, 7vw, 8rem);
    font-weight: 800;
    text-transform: uppercase;
 
}
    
 .heading>span:nth-child(2) { 
     margin-top: -1.5vw;
    }
        
    

    
.BlueH {
     color: #0f597b ;   
}    
   
    
    
    
    
    
    
    
    
.item {
    margin: 15vh 0 20vh;
    transition-duration: 400ms;
}
.content__imgwrap, .item__imgwrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 200px;
    will-change: transform
}
.content__img, .item__img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    will-change: transform
}
.item__meta {
    margin: .85rem 0 2rem;
    line-height: 1.3;
    font-size: .67rem;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden
}
.item__meta-row {
    display: block;
    position: relative;
    overflow: hidden
}
.item__meta-row span {
    display: block;
    will-change: transform
}
.item__enter {
    display: none;
    will-change: transform
}
.item__enter-circle {
    fill: none;
    stroke: #000;
    stroke-width: 0px;
    will-change: transform, opacity;
    
}
.item__excerpt {
    line-height: 1.2;
    will-change: transform;
}
.item__excerpt-link {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: var(--color-text);
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
}
.item__excerpt-link span {
    display: inline-block;
    padding-bottom: 10px;
    position: relative
}
.item__excerpt-link span:after {
    content: "";
    width: 100%;
    height: 2px;
    top: calc(100% - 10px);
    position: absolute;
    left: 0;
    background: var(--color-text);
    transition: transform .2s;
    transform-origin: 100% 0
}
.item__excerpt-link span:hover:after {
    transform: scaleX(0)
}
.content {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    pointer-events: none
}
.content .heading {
    margin-bottom: 5rem;
    font-size: 10vw;
    font-size: clamp(2rem, 10vw, 6rem)
}
.content .heading>span:first-child {
    font-size: 14vw;
    font-size: clamp(2rem, 14vw, 10rem)
}
.content__article {
    height: 0;
    overflow: hidden
}
.content__article--open {
    pointer-events: auto;
    padding: 0 0 20vh;
    height: 100%;
    overflow-y: scroll
}
.content__article .heading {
    text-align: center
}
.content__text {
    padding: 0 1rem;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 65ch;
    will-change: transform
}
.content__text p {
    margin: 1.5rem 0
}
.content__text img {
    max-width: 50%;
    margin: 5rem auto;
    display: block;
    border-radius: 50%
}
.content__back {
    position: absolute;
    top: 2rem;
    left: 2rem;
    opacity: 0;
    cursor: pointer
}
.content__article--open~.content__back {
    pointer-events: auto
}

    
    
    

    .ServicePre {
    transition-duration: 200ms;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 50px;
    }

    .ServicePre .BoldySpan{
        font-weight: 600;
    }

    
    .DisplayNone {
        display: none!important;
    }
    
    .ServicePre,
    .heading--item,
    .item__imgwrap,
    .item__enter 
    {
    transition-duration: 400ms;
    }
    .HiddenNow .ServicePre{
        transform: scale(0)!important;
        opacity: 0!important;
        
    }
    .HiddenNow .item__enter{
        transform: scale(0)!important;
        opacity: 0!important;
        
    }
    
    .HiddenNow .heading--item{
        transform: translateX(100%)!important;
        opacity: 0!important;
        
    }
    
    .HiddenNow .item__imgwrap {
        transform: translateX(-100%)!important;
        opacity: 0!important;
    }
    
    
    .CertDiv {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
    }
    
    
    .HorizCert {
    width: auto;
    height: auto;
    max-width: calc(33% - 24px);
    margin: 10px;
    display: inline-block;
    transition-duration: 400ms;
    border-radius: 16px;
    cursor: zoom-in;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.08);
    }
    
    .HorizCert:hover { 
    transform: scale(1.1)
    }
    
    .SmallCert {
     max-width: calc(24.6% - 24px);   
    }
    
       
    
    
    
    
    
    
    
    
    


    
    
    
@media (any-pointer:none) {  
    

    html,body {
        overflow-x:hidden;
    }
    
    
}
    

    
    
    

    
    
    
    /* Marine Start */
    /* Nav.php, Header.php Reccomended */
    
    
.WaterBackground {
    position: fixed;
    top: -4vh;
    left: -4vw;
    height: 108vh;
    width: 108vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
    background-position: center;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0,0,0,1.00);
}

.under-water-effect {
    filter: url("#under-water-effect");
    background-color: rgba(0,0,0,1.00);
} 
    
    
    
    .Logo {
    filter: grayscale(1) contrast(0) brightness(3);
    }
    
   .menu--alonso .menu__item--current .menu__link,.menu--alonso .menu__link {
        color: #FFF;
    }
    .menu--alonso .menu__line {
        border-color: #FFF;
    }
    
    
    
    
    
.HeroTitle {
    font-size: 72px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 0px!important;
    margin-top: 0px;    
}	
        
	


        
.SmallHeroTitle {
    width: auto;
    display: block;
    font-size: 42px;
    color: rgba(255,255,255,0.00);
    text-shadow: 0px 0px rgba(0,0,0,0.00);
    font-weight: normal;
    opacity: 0;
}	
 .WhiteHeroTitle {
    font-size: 36px;
    display: block;
    font-weight: normal;
    transform-origin: left center;
    color: rgba(255,255,255,1.00);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0, #fff 10%, rgba(255, 255, 255, 0.8) 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    white-space: nowrap;
    background-size: 100% auto;
    transition-duration: 200ms;
    overflow: hidden;
		}       

		

    
    
    
    
    
    
    .BigHeroTitle {
        color: #00aeff ;
        font-size: 90px;
    }
    .SmallHeroTitle,.WhiteHeroTitle {
    -webkit-text-fill-color: #FFF;
    font-size: 60px;
    color: #FFFFFF;
    }

@keyframes animated-text{
  from{width: 0;}
  to{width: 1000px;}
} 
 @keyframes Texty {
  0% {
opacity: 0;	  

  }
  100% {
opacity: 1;
  }	
}	
    
    
    .MarineDiv {
    padding: 6rem;
    height: 100vh;
    width: 100vw;
    position: relative;
    display: block;
    min-height: 32rem;    
    }
    
    .MarineParagraph {
    color: rgba(255,255,255,1.00);
    width: 25vw;
    position: absolute;
    font-size: 36px;
    left: 6rem;
    bottom: 6rem;
    text-shadow: 1px 1px rgba(0,0,0,0.51);
    font-weight: bold;
    text-transform: capitalize;
    } 
    .MarineParagraph.Righty {
    left: auto;
    bottom: auto;  
    right: 6rem;  
    top: 6rem; 
    text-align: right;    
    }
    .MarineParagraph::before {
    content: "";
    height: 40px;
    width: 5px;
    background-color: rgba(0,147,255,1.00);
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -20px;
    }
    .MarineParagraph.Righty::before  {
    top: 0px;
    right: -20px;   
    left: auto;   
    }

    .MarineParaDiv {
    width: 45vw;
    height: 100%;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 0rem;
    bottom: 0rem;
    padding: 6rem;
    display: block;
    }
    .MarineParaDiv.Lefty {
    left: 0px;    
    right: auto;    
    }
    .MarineBG {
    width: 55vw;
    height: calc(100vh - 6rem);
    position: absolute;
    z-index: 2;
    mix-blend-mode: lighten;
    left: 0px;
    top: 3rem;
    bottom: 3rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    background-color: rgba(0,0,0,1.00);
    }
    .MarineBG.Righty {
    right: 0px;    
    left: auto;    
    }
    
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}
 
.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}
    

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}    
    
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
    
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}    
    
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: var(--animation-timing-function);
          animation-timing-function: var(--animation-timing-function);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: var(--animation-duration);
          animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}

    
    #LazyLoaderImg {
    padding: 0px;
    margin: 0px;
    position: fixed;
        opacity: 0;
        pointer-events: none;
    }       
    
    
#mouse-circle {
display: none;  
}
@media (any-pointer:fine) {
#mouse-circle {
    position: fixed;
    width: 16px;
    height: 16px;
    margin: -8px;
    border: none;
    border-radius: 50%;
    pointer-events: none !important;
    z-index: 9999;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 100ms ease;
    opacity: 1;
    background-color: rgba(255,255,255,0.72);
    display: block;
    mix-blend-mode: overlay;
}     
   
}
 
  
    .footer-links li a.Activated {
    pointer-events: none;
    color: rgba(0,147,255,1.00)!important;
    }      
    
    
    
    
    
    
    
    

    
    
    
    
    .ServicesCardsDiv {
    display: inline-block;
    width: auto;
    vertical-align: top;
    max-width: 700px;
    float: left;
    padding: 1rem;
    margin-right: 50px;
    }
    
    .ServiceCard {
    display: block;
    width: 29vw;
    padding: 1.8rem;
    background-image: url(Imgs/Environmental-Consulting.webp);
    background-repeat: no-repeat;
    color: rgba(255,255,255,1.00);
    font-weight: 800;
    font-size: 1.2rem;
    text-align: right;
    background-size: 100% auto;
    background-position: center 20%;
    transition-duration: 300ms;
    cursor: pointer;
    margin: 10px;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.50);
    filter: grayscale(50%);
        max-width: 100%;
    }   
    .ServiceCard:hover,.ServiceCard.Active {
    color: white;
    transform: scale(1);
    background-size: 110% auto;
    filter: grayscale(0%)!important;    
    }
.ServiceCard:not(.Active) {
 filter: grayscale(100%);
}    
 .ServicesCardsDiv:hover > .ServiceCard:not(:hover) {
 filter: grayscale(100%);
}   
   

  

.menu {
    line-height: 1;
    margin: 0 auto 3em;
    position: absolute;
    top: 0.5rem;
    z-index: 999;
    margin: auto;
    display: block;
    width: auto;
    transition: 200ms;
    transform-origin: right top;
}

.menu__list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu.Hidden {
    transform: translateY(-200px)
}
.menu__item {
	display: block;
	margin: 1em 0;
}

.menu__link {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
}
 
.menu--alonso .menu__item {
	margin: 0;
}

.menu--alonso .menu__link {
    width: 120px;
    height: 3em;
    text-align: center;
    color: rgba(255,255,255,0.73);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.menu--alonso .menu__link:hover,
.menu--alonso .menu__link:focus {
    color: #00B3FF;
}

.menu--alonso .menu__item--current .menu__link {
    color: #FFFFFF;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.menu--alonso .menu__line {
    position: absolute;
    top: 100%;
    left: 0;
    width: 120px;
    height: 2px;
    pointer-events: none;
    border: thin solid rgba(255,255,255,1.00);
    background-color: #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    background-clip: border-box;
}

.menu--alonso .menu__item:nth-child(1).menu__item--current ~ .menu__line {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.menu--alonso .menu__item:nth-child(2).menu__item--current ~ .menu__line {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.menu--alonso .menu__item:nth-child(3).menu__item--current ~ .menu__line {
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
}

.menu--alonso .menu__item:nth-child(4).menu__item--current ~ .menu__line {
	-webkit-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0);
}

.menu--alonso .menu__item:nth-child(5).menu__item--current ~ .menu__line {
	-webkit-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0);
}

@media screen and (max-width:55em) {
	.menu--alonso .menu__line {
		top: 3em;
	}

	.menu--alonso .menu__item:nth-child(1).menu__item--current ~ .menu__line {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.menu--alonso .menu__item:nth-child(2).menu__item--current ~ .menu__line {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}

	.menu--alonso .menu__item:nth-child(3).menu__item--current ~ .menu__line {
		-webkit-transform: translate3d(0, 6em, 0);
		transform: translate3d(0, 6em, 0);
	}

	.menu--alonso .menu__item:nth-child(4).menu__item--current ~ .menu__line {
		-webkit-transform: translate3d(0, 9em, 0);
		transform: translate3d(0, 9em, 0);
	}

	.menu--alonso .menu__item:nth-child(5).menu__item--current ~ .menu__line {
		-webkit-transform: translate3d(0, 12em, 0);
		transform: translate3d(0, 12em, 0);
	}
    
    

    
    
}

    .MenuBut {
    position: absolute;
    right: 1.2rem;
    top: 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-image: url(Imgs/menuB.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px auto;
    z-index: 98;
    color: rgba(255,255,255,0.00);
    font-size: 0px;
        display: none;
    }
    

    
    
    
.site-footer
{
    position: relative;
    z-index: 999;
    color: rgba(255,255,255,1.00);
}
.site-footer *:not(div) {
       opacity: 1; 
}
    
.site-footer hr
{
    border-top: 1px solid #84CBFF;
    opacity: 0.1;
}
.site-footer hr.small
{
  margin:20px 0
}


.footer-links
{
  padding-left:0;
  list-style:none;
    margin: 0px;
}
.footer-links li
{
  display:block
}

.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right ;
}
    
    
    
.site-footer .social-icons a
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: center center;
}
.copyright-text
{
    margin: 0;
    text-transform: uppercase;
    direction: ltr;
    font-size: 12px;
    line-height: 1;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
    margin-right: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 13px
}
.social-icons a{
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    transition-duration: 200ms;
    background-repeat: no-repeat;
    background-size: 20px auto;
    filter: invert(1)
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  transform: scale(1.1)
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}

@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
    
    
    
    
 .site-footer
{
    background-color: rgba(255,255,255,0.00);
    padding: 100px;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}
    
    .site-footer .row div {
    width: 33%;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    }      
    
    
    .site-footer .row .FooterContactsDiv {
        width: 30%;
        min-width: 400px;
    }
    
    .site-footer .row .FooterLinksDiv {
    width: 30%;
    margin-top: 66px;
    }
    .site-footer h6
{
    color: #000000;
    font-size: 16px;
    margin-top: 0px;
    letter-spacing: 2px;
    margin-bottom: 0px;
    display: none;
}
    
    .FooterLogo {
        width: auto;
        height: auto;
        max-height: 60px;
    }
    
 .site-footer a
{
    color: #005370;
    font-weight: bold;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}   
.footer-links a
{
    color: #FFFFFF;
    cursor: pointer;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}  
    .site-footer .row .CopyRightDiv {
        width: 60%;
        min-width:900px; 
    }
    
    .site-footer .row .FooterSocialDiv {
        float: right;
        width: 40%;
    }    
    .FooterSocialDiv ul{
        margin-top: 0px;
    }
    
    
    
    #AboutSection {
    display: block;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(Imgs/GreenRoad2.webp);
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 6rem;
    padding-right: 6rem;
    background-color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.10);
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.10);
    }
    #AboutSection .frame {
    height: 100%;
    display: inline-block;
    }
    #AboutSection .frame__title-wrap{
    background-color: rgba(255,255,255,1.00);
    width: 50%;
    padding-right: 100px;
    display: inline-block;
    max-width: 50%;
    padding-top: 100px;
    padding-bottom: 50px;
    vertical-align: middle;
    text-align: justify;
    text-justify: inter-word;
    }
    
    .CLientsImg {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    }
    
    .ISOdiv {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
    margin-left: 36px;
    }
    
    .ISOCert {
    width: 100px;
    height: 100px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 22px;
    display: block;
    color: rgba(255,255,255,0.00);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-size: 0px;
    }

   

			#ImagesShowDIV {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 999999;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    height: 100%;
    overflow: auto;
    display: flex;
    background-color: rgba(0,0,0,0.88);
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    padding: 12px;
    flex-direction: column;
		}
		
		#ImagesShowDIV img {
			height: auto;
			width: auto;
			max-height: calc(100% - 100px);
			max-width: 100%;
			display: inline-block;
			cursor: pointer;
			transition: all 0.1s ease-in-out;
		}
		
		#ActionImgBox {
			height: auto;
			width: auto;
			overflow: hidden;
			background-color: rgba(0, 0, 0, 0.00);
			height: 90%;
			color: rgba(255, 255, 255, 0.00);
			text-align: center;
			width: 90%;
			background-image: url(Imgs/Icons/photo-camera.png);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 100px auto;
			display: inline-block;
			background-repeat: no-repeat;
			background-size: cover;
			text-align: center;
			color: rgba(0, 0, 0, 0.00);
			background-position: center center;
			border-radius: 0px!important;
			border-style: none;
			border-width: 0px!important;
			cursor: pointer;
			opacity: 0;
			position: absolute;
			top: 0px;
			right: 0px;
			bottom: 0px;
			left: 0px;
			float: left;
			pointer-events: none;
			margin-right: auto;
			margin-left: auto;
		}
		
		#ActionImgBox::-webkit-file-upload-button {
			visibility: hidden;
			color: rgba(0, 0, 0, 0.00);
		}
		
		#ActionImgBox::before {
			content: 'Select Photo';
			display: inline-block;
			background-position: top;
			outline: none;
			white-space: nowrap;
			-webkit-user-select: none;
			cursor: pointer;
			width: 100%;
			text-align: center;
			height: 100%;
			text-transform: uppercase;
			padding-top: 10px;
			opacity: 0;
			color: rgba(0, 0, 0, 0.00);
		}
		



	
	
	
		#ImagesShowDIV nav span {
			position: fixed;
			z-index: 1000;
			color: #fff;
			text-align: center;
			padding: 3%;
			cursor: pointer;
			font-size: 2.2em;
		}
		
		#ImagesShowDIV nav span.nav-prev,
		#ImagesShowDIV nav span.nav-next {
	top: 0%;
	color: rgba(255,255,255,0.00);
	transition-duration: 500ms;
	height: 100%;
		}
		
		#ImagesShowDIV nav span.nav-prev {
    left: 0;
    padding-left: 75px;
    padding-right: 75px;
    background-image: -webkit-linear-gradient(203deg,rgba(0,163,255,0.00) 80.31%,rgba(0,124,255,0.00) 100%);
    background-image: -moz-linear-gradient(203deg,rgba(0,163,255,0.00) 80.31%,rgba(0,124,255,0.00) 100%);
    background-image: -o-linear-gradient(203deg,rgba(0,163,255,0.00) 80.31%,rgba(0,124,255,0.00) 100%);
    background-image: linear-gradient(247deg,rgba(0,163,255,0.00) 80.31%,rgba(0,124,255,0.00) 100%);
		}
		#ImagesShowDIV nav span.nav-prev:hover {
    background-image: -webkit-linear-gradient(203deg,rgba(0,163,255,0.00) 73.06%,rgba(0,124,255,0.35) 100%);
    background-image: -moz-linear-gradient(203deg,rgba(0,163,255,0.00) 73.06%,rgba(0,124,255,0.35) 100%);
    background-image: -o-linear-gradient(203deg,rgba(0,163,255,0.00) 73.06%,rgba(0,124,255,0.35) 100%);
    background-image: linear-gradient(247deg,rgba(0,163,255,0.00) 73.06%,rgba(0,124,255,0.35) 100%);
	}
		#ImagesShowDIV nav span.nav-next {
	right: 0;
	padding-right: 100px;
	background-image: -webkit-linear-gradient(329deg,rgba(0,163,255,0.00) 77.72%,rgba(0,124,255,0.00) 100%);
	background-image: -moz-linear-gradient(329deg,rgba(0,163,255,0.00) 77.72%,rgba(0,124,255,0.00) 100%);
	background-image: -o-linear-gradient(329deg,rgba(0,163,255,0.00) 77.72%,rgba(0,124,255,0.00) 100%);
	background-image: linear-gradient(121deg,rgba(0,163,255,0.00) 77.72%,rgba(0,124,255,0.00) 100%);
		}
		#ImagesShowDIV nav span.nav-next:hover{
	background-image: -webkit-linear-gradient(329deg,rgba(0,163,255,0.00) 79.27%,rgba(0,124,255,0.35) 100%);
	background-image: -moz-linear-gradient(329deg,rgba(0,163,255,0.00) 79.27%,rgba(0,124,255,0.35) 100%);
	background-image: -o-linear-gradient(329deg,rgba(0,163,255,0.00) 79.27%,rgba(0,124,255,0.35) 100%);
	background-image: linear-gradient(121deg,rgba(0,163,255,0.00) 79.27%,rgba(0,124,255,0.35) 100%);
		}
	
	
		#ImagesShowDIV nav span.nav-close {
	top: 0;
	left: 0;
	padding: 5%;
	color: rgba(255,255,255,0.00);
	background-image: url(Imgs/Icons/Back-White.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	z-index: 1001;	
    transition-duration: 400ms;        
		}	
	#ImagesShowDIV nav span.nav-close:hover {
        
        transform: scale(1.1)
    }
    
    
	
		.pulse {
			animation: pulse_4192 2s linear infinite;
			transform-origin: 50% 50%;
		}
		
		@keyframes pulse_4192 {
			0% {
				transform: scale(1.1)
			}
			50% {
				transform: scale(0.8)
			}
			100% {
				transform: scale(1.1)
			}
		}  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
.cd-background-wrapper {
    background-color: rgba(0,0,0,0.00);
    position: relative;
    overflow: hidden;
    -webkit-perspective: 6000px;
    perspective: 6000px;
    height: 100vh;
}
.cd-floating-background {
	position: relative;
	bottom: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	pointer-events: none;
    transition-timing-function:ease-out;
    transition-duration: 500ms;
}
.cd-floating-background.is-absolute {
	position: absolute;

}
.cd-floating-background img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* fixes a Firefox bug - images not correctly rendered*/
	background-color: rgba(255, 255, 255, 0.01);
    transition-timing-function: ease ;
    transition-duration: 500ms;
}
.cd-floating-background img:not(:first-child) {
	position: absolute;
	bottom: 0;
	left: 0;
}
.cd-floating-background img:first-child {
	-webkit-transform: translateZ(50px);
	-ms-transform: translateZ(50px);
	transform: translateZ(50px);
}
.cd-floating-background img:nth-child(2) {
	-webkit-transform: translateZ(290px);
	-ms-transform: translateZ(290px);
	transform: translateZ(290px);
}
.cd-floating-background img:nth-child(3) {
	-webkit-transform: translateZ(400px);
	-ms-transform: translateZ(400px);
	transform: translateZ(400px);
}
.no-preserve-3d .cd-floating-background {
	/* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
	position: relative;
}
		
		
    

.HeroTexts {
    position: absolute;
    bottom: 6rem;
    left: 12rem;
    z-index: 98;
}	
		
		



	
		
		
		
		
		
		
		
		
		
		
	




		






		
	.SocialButton {
	display: inline-block;
	width: 60px;
	border-radius: 50%;
	margin: 8px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px auto;
	cursor: pointer;
	transition-duration: 200ms!important;	
	transform: scale(0) ;	
	}	

		.FaceBookBTN {
	background-image: url(img/Icons/facebook.png);
	margin-left: -8px;
	margin-right: -4px;
	
	animation: Third 100ms linear 1200ms forwards;		
		}	
		.TwitterBTN {
	background-image: url(img/Icons/twitter.png);
	animation: Third 100ms linear 1600ms forwards;		
		}	
		.InstaBTN {
	background-image: url(img/Icons/instagram.png);	
	animation: Third 100ms linear 1400ms forwards;			
		}	
		
	.SocialButton:hover {
		transform: scale(1.1)!important;
		}
	


        
    

        
.BigHeroTitle {
    overflow: hidden;
    height: auto;
    display: block;
    font-weight: 900;
    text-align: left;
    vertical-align: baseline;
    max-height: 100px;
}	       
        
        
        
        
        
        
        
        
/************ Texts Animations *********/



.nav-panel {
  position: fixed;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  z-index: 1000;
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
  will-change: transform, opacity;
}

.nav-panel.invisible {
  opacity: 0;
  transform: translateY(-50%) scale(0.5);
}
.nav-panel ul {
    list-style-type: none;
    text-align: right;
    width: 1.4em;
}
.nav-panel ul .nav-btn {
    position: relative;
    overflow: hidden;
    width: 0.8em;
    height: 4px;
    margin-bottom: 0.5px;
    border-radius: 3px;
    cursor: pointer;
    transition-duration: 200ms;
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
}
.nav-panel ul .nav-btn:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.3);
  background-color: #fff;
  opacity: 0;
  transition: transform, opacity 0.3s;
  will-change: transform, opacity;
}
.inner {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}    
.nav-panel ul .nav-btn.active, .nav-panel ul .nav-btn:hover, .nav-panel ul .nav-btn:focus {
width: 1.4em;
transition-duration: 400ms;
}

.nav-panel ul .nav-btn:hover:after {
}
.nav-panel .scroll-btn {
  position: absolute;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border: 0.2em solid #fff;
  border-left: none;
  border-bottom: none;
  cursor: pointer;
  transform-origin: 50% 50%;
  transition: border-color 0.3s;
}
.nav-panel .scroll-btn.up {
  top: -1.6em;
  transform: rotate(-45deg);
}
.nav-panel .scroll-btn.down {
  bottom: -1.2em;
  transform: rotate(135deg);
}


.check-out {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: #fff;
}
.check-out a {
  color: #ffaaaa;
  text-decoration: none;
  padding-bottom: 0.3rem;
  border-bottom: 0.2rem solid;
}
    
    
    
    
/* #Progress
================================================== */
  
    .ScrollProgressFullBar {
    position: fixed;
    width: 4px;
    height: 100vh;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 99;
    }
    .ScrollProgress {
    width: 100%;
    display: inline-block;
    background-image: -webkit-linear-gradient(92deg,rgba(0,145,152,1.00) 0%,rgba(0,166,86,1.00) 100%);
    background-image: -moz-linear-gradient(92deg,rgba(0,145,152,1.00) 0%,rgba(0,166,86,1.00) 100%);
    background-image: -o-linear-gradient(92deg,rgba(0,145,152,1.00) 0%,rgba(0,166,86,1.00) 100%);
    background-image: linear-gradient(358deg,rgba(0,145,152,1.00) 0%,rgba(0,166,86,1.00) 100%);
    }
    
    .ParagraphHead {
    font-size: 3rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-weight: 800;
    background-repeat: no-repeat;
    background-position: 0px top;
    background-size: 40px auto;
    padding-top: 45px;
    }
    

    

    .TitleLine {
    display: inline-block;
    width: calc(100% - 400px);
    height: 3px;
    background-color: #6e9bbd;
    vertical-align: baseline;
    margin-left: 20px;
    }   
    
    
    
    
    
    
    
    
    
    
    
    

    
    

    
    @media screen and (min-width:3000px) {   
        #AboutSection .frame__title-wrap {
            width: 100%;
            max-width: 77%;
        }
    } 
    
    @media screen and (min-width:2200px and max-width:2999px) {   
        #AboutSection .frame__title-wrap {
            width: 100%;
            max-width: 66%;
        }
    }
  
    @media screen and (max-width:2000px) {  
    
 
        
        .MarineParagraph {
/*    position: static;
    float: left;*/
    font-size: 28px;        
        }
        .MarineParagraph.Righty {
    /*float: right;*/
        }
    }
        
    @media screen and (max-width:1650px) {   
    

        
        .HeroTitle {
         font-size: 50px;    
        }
        
@keyframes animated-text{
  from{width: 0;}
  to{width: 400px;}
}	
       
        #AboutSection {
padding-left: 0rem;
padding-right: 4rem; 
        }  
#AboutSection .frame__title-wrap {
    width: 100%;
    max-width: 80%;
    padding-left: 6rem;
}
        #QualifiedBySection {
            padding-left: 6rem;
        }
        
        
    } 

    
@media screen and (max-width:1300px) {   
    
     .frame__title-wrap {
         max-width: 665px;
         width: 70%;
     }
      
    

    
.HeroTexts {
    left: 6rem;
    transform-origin: left top;
}
  
@media screen and (max-width:1200px) {  
    
    
    .MarineParagraph {
       left:3rem; 
        font-size: 24px;
    }
    .MarineParagraph.Righty {
        left:auto;
        right:3rem;
    }
}
    
@media screen and (max-height:956px) {  
    

 
}
  
    
    
  
    
    
@media screen and (max-height:800px) {  
      
    
    .site-footer .FooterLogo {
        filter: brightness(5) grayscale(1) contrast(1);
        opacity: 1;
    } 
    
    
} 

    
    
    
    
    
 @media screen and (max-width:1100px) {   
     
     .MenuBut {
         display: block;
     }
     
     .menu {
        position: fixed;
         width: 100%;
         height: 100%;
         background-color: white;
         left: 0;
         right: 0;
         top: 0;
         max-width: 100vw;
         margin:0px;
     }
     .menu {
         transform: scale(0)!important;
         pointer-events: none!important;
     }
     .menu__item:nth-child(1) {
         display: none;
     }
     
     .menu__list {
         flex-direction: column;
         justify-content: center;
         align-items: center;
         align-content: center;
         width: 100%;
         height: 100%;
     }
     
     .menu--alonso  .menu__link {
    color: rgba(0,0,0,0.80);
     }  
     .menu--alonso .menu__item--current .menu__link {
         color: black;
     }
     .menu__line {
         display: none
     }

    }   
    
    
 @media screen and (max-width:1000px) { 
   
     
     .site-footer .container:nth-child(2) {
         direction: rtl;
     }
     
     .site-footer .row .CopyRightDiv {
         min-width: unset;
         width: 100%;
     }
     
     .site-footer .row .FooterSocialDiv {
         float: none;
         width: 100%;
         text-align: center;
     }
     .site-footer .social-icons {
         padding-right: 0px;
         text-align: center;
     }
     .copyright-text {
         text-align: center;
     }
     
    }
    
    
 @media screen and (max-width:900px) { 
     

     .BigHeroTitle {
         font-size: 60px;
     }     
     .SmallHeroTitle, .WhiteHeroTitle {
         font-size: 36px;
     }
     
    .MarineParaDiv {
        width: 100vw;
    }  
    .MarineParagraph {
        width:36vw ;
    }    
     .MarineBG {
         filter: brightness(0.8);
     } 
     
     
}
    
        
 @media screen and (max-width:850px) {
     
  


        .SmallHeroTitle {
         font-size: 36px;    
        }
        .WhiteHeroTitle {
         font-size: 32px;     
        }
.HeroTexts {
    left: 5rem;
}

     .site-footer {
         padding: 2.5rem;
     }     
     
}    
        
    
    
    
    
    
    
@media screen and (max-width:720px) { 
    

    

    
.HeroTexts {
    left: 4rem;
}

.BigHeroTitle {
    font-size: 44px;
}
.SmallHeroTitle {
    font-size: 28px;    
}
.WhiteHeroTitle {
    font-size: 26px;     
}    
    
    
    
}
      
    
@media screen and (max-width:600px) { 
    




    
.HeroTexts {
    left: 3rem;
}

    .MarineParagraph {
        font-size:20px ;
    } 
 
    
}
    
    
@media screen and (max-width:500px) { 
         
         
         .site-footer .row .FooterContactsDiv {
             min-width: unset;
             width: 100%;
         }
         .site-footer .row .FooterLinksDiv {
             width: 100%;
         }
         .site-footer .row .FooterLinksDiv {
             margin-top: 0px;
         }
         .site-footer {
             padding: 12px;
         }
         .site-footer .row div {
         padding: 20px;
         }    

         .ParagraphHead {
             font-size: 2rem;
         } 
    
    
    .MarineParagraph {
        width: 50vw;
    }
         
.BigHeroTitle {
    font-size: 36px;
}
.SmallHeroTitle {
    font-size: 22px;    
}
.WhiteHeroTitle {
    font-size: 20px;     
}     
     
    
    
         
    }
    
    
@media screen and (max-width:450px) { 
    

        .BigHeroTitle {
         font-size: 40px;    
        }
        .SmallHeroTitle {
         font-size: 28px;    
        }
        .WhiteHeroTitle {
         font-size: 26px;     
        }


  
    
    
    
}
    
    
    
    
    
    
    
@media screen and (max-width:400px) { 
 
.MenuBut {
    right: 0.8rem;
    top: 2.2rem;
}      
        
      
  
        .copyright-text {
            font-size: 0.6rem;
        }
         .site-footer .row div {
         padding: 14px 20px;
         }  
    
    .CopyRightDiv,.FooterSocialDiv {
        padding: 0px!important;
    }
    .site-footer hr {
        margin-bottom: 10px;
    } 
      
    
    }
    
    
    
 @media screen and (max-height:555px) {   
    

     
    }
    
    
    
    
    
    
    
    
    
    
    
    
    