
@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url('/assets/fonts/droid_arabic_kufi/DroidKufi-Bold.woff2') format('woff2'),
       url('/assets/fonts/droid_arabic_kufi/DroidKufi-Bold.woff') format('woff'),
       url('/assets/fonts/droid_arabic_kufi/DroidKufi-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
      
    
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
    
html,body {
        width: 100%;
        margin: 0px;
        padding: 0px;
}   
  

body {
  margin: 0;
  --color-text:#000;
  --color-bg:#ecf2ff;
  --color-link:#006cff;
  --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;
    --theme-color: #0a6f32;
    --title-color: #24231D;
    --body-color: #878680;
    --smoke-color: #F8F7F0;
    --smoke-color2: #EDF7ED;
    --smoke-color3: #F5F5F6;
    --smoke-color4: #F4F4F4;
    --smoke-color5: #F0F2F4;
    --black-color: #202020;
    --gray-color: #333F4D;
    --white-color: #ffffff;
    --light-color: #9fa2ad;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545; 
    --border-color: #E3E3E3;
    --title-font: "Droid Arabic Kufi", sans-serif;
    --body-font: "Droid Arabic Kufi", sans-serif;
    --icon-font: "Font Awesome 5 Free";
    --main-container: 1296px;
    --container-gutters: 24px;  
    --section-space: 110px;
    --section-space-mobile: 80px;
    --section-title-space: 65px;
    --ripple-ani-duration: 5s;
}   
main {
    padding: 4rem;
}   
    
    
pre{

 font-family: var(--body-font);
 background: #f5f5f5;
 color: #666;
 font-size: 14px;
 margin: 20px 0;
 overflow: auto;
 padding: 20px;
 white-space: pre-wrap;
 word-wrap: break-word;
}


.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 {
padding-top: 100vh;
}    
body.loading:before {
opacity: 1;
}
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('/assets/web/Imgs/Green.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: #39A876;
    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;
}
a:focus-visible, a:focus:not(:focus-visible) {
}
a:focus-visible {
outline:none;
}
.unbutton {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit
}
.unbutton:focus {
    outline: 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-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1;
}
    .frame__title span:not(.TitleLine) {
    font-size: 60%;
    display: block;
    font-weight: bold;
    } 
    
.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
}
    
    .frame__title.MarineTitle {
    z-index: 999;
    position: absolute;
    color: rgba(0,195,255,1.00);
    left: 6rem;
    text-align: left;
    bottom: 6rem;
    }
    
    .MarineTitle span{ 
       color: white;
    }
    
    
.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;
    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;
    line-height: 1; 
}
    
 .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;
}
.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 screen and (min-width:53em) {
    
    
    
    

    
    
    
    
    
 main {
    max-width: 100%;
    padding-top: 5rem;
    padding-right: 8rem;
    padding-left: 8rem;
    padding-bottom: 3rem;
    padding-bottom: 5rem;
    margin-right: auto;
    margin-left: auto;
}   
      
    
    
    

    
    
    
.heading>span {
    justify-content: left
}
.heading--item {
    margin: 0;
    grid-area: 1/2/2/5;
    justify-self: center;
    align-self: center;
    text-align: left
}
    
.item__excerpt {
    padding-left: 0px;
        margin: 0;
    grid-area: 5/2/2/5;
}   
 
  .item--invert .item__excerpt {
    grid-area: 5/1/2/5;
}     
    
 .item--invert .heading--item {
    margin: 0;
    grid-area: 1/1/1/3;
    justify-self: center;
    align-self: center;
    text-align: left;
}   
  
    
  .item .item__imgwrap {
    margin-right: -80px;
    width: calc(100% + 80px);
}      

    
 .item--invert .item__imgwrap {
    margin-left: -80px;
    width: calc(100% + 80px);
}   
    
    

    
    
    
    
}

    
    


    
    
@media (any-pointer:none) {  
    

    html,body {
        overflow-x:hidden;
    }
    
    
}
    

.splitting .char, .splitting .word {
    display: inline-block
}
.splitting .char {
    position: relative
}
.splitting .char:after, .splitting .char:before {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: inherit;
    user-select: none
}
.splitting {
--word-center:calc(var(--word-total)/2 - 0.5);
--char-center:calc(var(--char-total)/2 - 0.5);
--line-center:calc(var(--line-total)/2 - 0.5)
}
.splitting .word {
--word-percent:calc(var(--word-index)/var(--word-total));
--line-percent:calc(var(--line-index)/var(--line-total))
}
.splitting .char {
--char-percent:calc(var(--char-index)/var(--char-total));
--char-offset:calc(var(--char-index) - var(--char-center));
--distance:calc(var(--char-offset)*var(--char-offset)/var(--char-center));
--distance-sine:calc(var(--char-offset)/var(--char-center));
--distance-percent:calc(var(--distance)/var(--char-center))
}
.splitting.cells img {
    width: 100%;
    display: block
}
@supports (display:grid) {
.splitting.cells {
position:relative;
overflow:hidden;
background-size:cover;
visibility:hidden
}
.splitting .cell-grid {
background:inherit;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:grid;
grid-template:repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr)
}
.splitting .cell {
background:inherit;
position:relative;
overflow:hidden
}
.splitting .cell-inner {
background:inherit;
position:absolute;
visibility:visible;
width:calc(100%*var(--col-total));
height:calc(100%*var(--row-total));
left:calc(-100%*var(--col-index));
top:calc(-100%*var(--row-index))
}
.splitting .cell {
--center-x:calc(var(--col-total)/2 - 0.5);
--center-y:calc(var(--row-total)/2 - 0.5);
--offset-x:calc(var(--col-index) - var(--center-x));
--offset-y:calc(var(--row-index) - var(--center-y));
--distance-x:calc(var(--offset-x)*var(--offset-x)/var(--center-x));
--distance-y:calc(var(--offset-y)*var(--offset-y)/var(--center-y))
}
}
    
 
    
    
    

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: bottom;
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
    user-select: none;
}

.hero-slider {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background-color: rgba(0,0,0,1.00);
    min-height: 28rem;
   

}
.hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: inset 0px 8px rgba(0,0,0,0.19);
    box-shadow: inset 0px 8px rgba(0,0,0,0.19);
   
}
.hero-slider .carousel-cell .inner {
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-align: left;
    padding: 8rem;
    left: 0px;
    background-repeat: no-repeat;
    background-position: 40px 10px;
    background-size: 0px auto;
}
.hero-slider .carousel-cell .inner .subtitle {
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.hero-slider .carousel-cell .inner .title {
    font-size: 1rem;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 3px;
    max-width: 40%;
    font-weight: lighter;
    margin-top: 40px;
    text-align: justify;
    text-justify: inter-word;
}
.hero-slider .carousel-cell .inner .btn {
    border: 1px solid #fff;
    padding: 14px 18px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: rgba(53,53,53,1.00);
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 800;
    background-color: rgba(255,255,255,1.00);
}

    
    
.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
  display: none;
}
.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
    width: 30px;
    height: 8px;
    opacity: 1;
    background-color: rgba(255,255,255,0.00);
    border-left: 0 solid white;
    border-right: 0 solid white;
    border-bottom: 3px solid white;
    border-top: 0 solid white;
    border-radius: 0;
    padding: 8px;
    display: inline-block;
}
.hero-slider .flickity-page-dots .dot.is-selected {
    background-color: rgba(39,109,204,0.00);
    border-bottom: 3px solid #276DCC;
}    

  .hero-slider .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
    transform: scale(1.1)!important;
      cursor: pointer;
}   
    
    
    
    
    
    
.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.Hidden {
    transform: translateY(-200px)
}
    
.menu__list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.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;
}
/* Alonso */
.menu--alonso .menu__item {
	margin: 0;
}

.menu--alonso .menu__link {
    width: 120px;
    height: 3em;
    text-align: center;
    color: rgba(0,0,0,0.73);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.menu--alonso .menu__link:hover,
.menu--alonso .menu__link:focus {
    color: #005AB9;
}

.menu--alonso .menu__item--current .menu__link {
    color: #000000;
    -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(0,0,0,1.00);
    background-color: #000000;
    -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
{  
    
    
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.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:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
    color: #818a91;
    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;
}
.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
}

 
    
 .site-footer
{
    background-color: rgba(255,255,255,0.00);
    padding: 100px;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
    
    .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:#737373;
 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('/assets/web/Imgs/GreenRoad2.webp');
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 6rem;
    padding-right: 6rem;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.10);
    box-shadow: inset 0px 2px 2px rgba(0,0,0,0.10);
    }
    #AboutSection .frame {
      height: 100%;
      display: flex;
      align-content: space-around;
 
         
    }
    #AboutSection .frame__title-wrap{
    background-color: #FFFFFF;
    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;
    }


    
.cd-background-wrapper {
    background-color: rgba(255,255,255,0.00);
    position: relative;
    overflow: hidden;
    -webkit-perspective: 6000px;
    perspective: 6000px;
    height: 50vh;
    background-image: -webkit-linear-gradient(307deg,rgba(255,255,255,1.00) 0%,rgba(236,242,255,1.00) 100%);
    background-image: -moz-linear-gradient(307deg,rgba(255,255,255,1.00) 0%,rgba(236,242,255,1.00) 100%);
    background-image: -o-linear-gradient(307deg,rgba(255,255,255,1.00) 0%,rgba(236,242,255,1.00) 100%);
    background-image: linear-gradient(143deg,rgba(255,255,255,1.00) 0%,rgba(236,242,255,1.00) 100%);
    background-size: cover;
    background-position: center center;
}
.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;
}
		
		
    

	
		
#clipped-title1 {
    background-position: 0px 100px;
    background-repeat: repeat;
    background-size: 600px auto;
    color: rgba(255,255,255,0.00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: url('/assets/web/Imgs/Green.webp');
}

.HeroTitle {
    font-size: 40px;
    color: #eda83f;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    text-shadow: 0 0 1px rgba(0,0,0,.1);
    line-height: 1;
    margin-bottom: 0px!important        ;
    margin-top: 0px;
    
}	
        
	


        
.SmallHeroTitle {
    width: auto;
    display: block;
    font-size: 30px;
    color: rgba(0,192,81,1.00);
    font-weight: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #7bc444;
    
}	
 .WhiteHeroTitle {
    font-size: 40px;
    display: block;
    font-weight: normal;
    transform-origin: left center;
    color: rgba(22,101,183,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;
    background-repeat: no-repeat;
    background-size: 80%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #1d70aa;
    margin-top: 6px;
    text-transform: capitalize;
		}       
		

	.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(assets/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;
		}
	


        
        
        
        
        
        
        

		
	
		
		
		

/*.TextyAnimation {
  animation: animated-text 600ms steps(30,end) 2000ms 1 normal both;
  overflow: hidden;
  white-space: nowrap;   
}*/

        

        
        
        
        
        
        
        
/************ Texts Animations *********/

@keyframes Shiny {
  0% {
    background-position: -1000%;
  }
  100% {
    background-position: 1000%;
  }
}     
        
        
 @keyframes Texty {
  0% {
transform: translateY(0px);
opacity: 0;	  
text-shadow: 0 0 0px rgba(34,139,82,1.00); 

  }
  100% {
opacity: 1;
  letter-spacing: 0px;
	text-shadow: 0 0 0px rgba(34,139,82,1.00);  
transform: translateY(0px);
  }	
}		
	       
        
        
@keyframes animated-text{
  from{width: 0;}
  to{width: 900px;}
}		
		
/******************/
 @keyframes Second {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
        
/******************/		
 @keyframes Third {
 0% {
 transform:scale(0);
}
 100% {
 transform:scale(1);
}
}		

    







.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;
    }
    

    
    #QualifiedBySection {
    position: relative;
    background-color: #e5f2fa;
    padding-bottom: 162px;
    padding-top: 2rem;
    padding-left: 6rem;
    padding-right: 6rem;
    -webkit-box-shadow: inset 0px -10px rgba(0,16,39,0.10);
    box-shadow: inset 0px -10px rgba(0,16,39,0.10);
    }
    
    
:root {
  --QualifiedLogosDuration: 44s;
  --QualifiedLogosWidth: 2207px;
  --white: #ffffff;
}  

    
    .QualifiedLogos{
    /* background-image: url('/assets/web/Imgs/QualifiedBy.webp'); */
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: left center;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 300px;
    height: 140px;
    width: 100%;
    -webkit-animation-timing-function: linear!important;
    -moz-animation-timing-function: linear!important;
    -o-animation-timing-function: linear!important;
    animation-timing-function: linear!important;
    -webkit-animation: bg-scrolling-reverse var(--QualifiedLogosDuration) infinite!important; /* Safari 4+ */
    -moz-animation: bg-scrolling-reverse var(--QualifiedLogosDuration) infinite!important; /* Fx 5+ */
    -o-animation: bg-scrolling-reverse var(--QualifiedLogosDuration) infinite!important; /* Opera 12+ */
    animation: bg-scrolling-reverse var(--QualifiedLogosDuration) infinite!important; /* IE 10+ */
    opacity: 1!important;
    }
    
    
		@keyframes QualifiedLogosAnim {
			0% {
				background-position: left center;
			}
			100% {
				background-position: -999999999px center;
			}
		}  
        
    
/* Animations */
@-webkit-keyframes bg-scrolling-reverse {
  100% { background-position: var(--QualifiedLogosWidth) center; }
}
@-moz-keyframes    bg-scrolling-reverse {
  100% { background-position: var(--QualifiedLogosWidth) center; }
}
@-o-keyframes      bg-scrolling-reverse {
  100% { background-position: var(--QualifiedLogosWidth) center; }
}
@keyframes         bg-scrolling-reverse {
  100% { background-position: var(--QualifiedLogosWidth) center; }
}

@-webkit-keyframes bg-scrolling {
  0% { background-position: var(--QualifiedLogosWidth) center; }
}
@-moz-keyframes    bg-scrolling {
  0% { background-position: var(--QualifiedLogosWidth) center; }
}
@-o-keyframes      bg-scrolling {
  0% { background-position: var(--QualifiedLogosWidth) center; }
}
@keyframes         bg-scrolling {
  0% { background-position: var(--QualifiedLogosWidth) center; }
}

    .TitleLine {
    display: inline-block;
    width: calc(100% - 400px);
    height: 3px;
    background-color: #6e9bbd;
    vertical-align: baseline;
    margin-left: 20px;
    }   
    
    
    
    
    
    
    
    
    
    
    
    
    
    


/* -------------------------------- 

Slider

-------------------------------- */
.cd-slider-wrapper {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: block;

}
@media only screen and (min-width: 901px) and (max-height: 901px) {
  .cd-slider-wrapper {
    min-height: 950px;
  }
}

.cd-slider {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  width: 100%;    
}
.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
}
.cd-slider li.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
    
.cd-slider .cd-half-block {
  height: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
    

.cd-slider .image {
    background-size: cover;
}
    
    
.cd-slider .content {
    padding: 30px;
    background-color: #767070;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0px;
    position: absolute;
}
    
    
    
    
.cd-slider .btn {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em 1.6em;
  margin-top: 1em;
  font-size: 1.3rem;
  color: #ffffff;
  border-radius: 50em;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.no-touch .cd-slider .btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
.cd-slider li:nth-of-type(2) .content {
  background-color: #ccd0c1;
}
.cd-slider li:nth-of-type(3) .content {
  background-color: #f3b96c;
}
.cd-slider li:nth-of-type(4) .content {
  background-color: #f46c6a;
}



    
    
    
    
    

  .cd-slider li {
    pointer-events: none;
    z-index: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: z-index 0s 0.6s;
    -moz-transition: z-index 0s 0.6s;
    transition: z-index 0s 0.6s;
  }
  .cd-slider li.is-visible {
    pointer-events: auto;
    z-index: 3;
    -webkit-transition: z-index 0s 0s;
    -moz-transition: z-index 0s 0s;
    transition: z-index 0s 0s;
  }
  .cd-slider li.is-visible.covered {
    /* list item still there, but covered by the list item entering the viewport (.is-visible) */
    z-index: 2;
  }
  .cd-slider .cd-half-block {
    height: 100%;
    width: 50%;
    float: right;
    position: relative;
  }
  .cd-slider .cd-half-block.content {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
    transition: transform 0.6s 0s ease-in-out;
  }
    
.cd-slider .cd-half-block.content.ServicesMain {
    padding: 6rem;
    width: 100%;
    background-color: rgba(255,255,255,0.00);
}
    
    
  .cd-slider .cd-half-block.image {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0s 0.3s;
    -moz-transition: -moz-transform 0s 0.3s;
    transition: transform 0s 0.3s;
  }
  .cd-slider li.is-visible .cd-half-block.content,
  .cd-slider li.is-visible .cd-half-block.image {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .cd-slider li.is-visible .cd-half-block.content {
    -webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
    -moz-transition: -moz-transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out;
  }
  .cd-slider .content {
    /* vertically align its content */
    display: table;
    padding: 0 40px;
  }
  .cd-slider .content > div {
    /* vertically align <div> inside div.content */
    display: table-cell;
    vertical-align: top;
    padding-top: 8rem;
  }
  .cd-slider .btn {
    padding: 1.4em 2em;
    font-size: 1.4rem;
  }



  .cd-slider .content {
    padding: 0 90px;
  }



/* -------------------------------- 

Slider Navigation

-------------------------------- */
.cd-slider-navigation {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 3;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  width: fit-content;    
}
.cd-slider-navigation li {
  display: inline-block;
  margin: 0 .25em;
}
.cd-slider-navigation li.selected a {
  background-color: #ffffff;
}
.cd-slider-navigation a {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  color: transparent;
  /* image replacement */
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  border: 1px solid #ffffff;
}
    


     
  .cd-slider-navigation {
    padding: 0.5em 1em;
    background-color: rgba(0,15,43,0.80);
    /* fixes a bug on Firefox with ul.cd-slider-navigation z-index */
    -webkit-transform: translateZ(2px) translateX(-50%);
    -moz-transform: translateZ(2px) translateX(-50%);
    -ms-transform: translateZ(2px) translateX(-50%);
    -o-transform: translateZ(2px) translateX(-50%);
    transform: translateZ(2px) translateX(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-slider-navigation.slider-animating {
    /* fixes a bug on Firefox with ul.cd-slider-navigation z-index */
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  .cd-slider-navigation a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    /* reset style */
    text-indent: 0;
    border: none;
    border-radius: 0;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cd-slider-navigation li.selected a {
    background-color: transparent;
    color: #6CC2F3;
  }

    
    .ServiceParagraph {
    line-height: 1.2;
    position: relative;
    margin-top: 8px;
    }
    /* .ServiceParagraph::before {
    content: "";
    height: 20px;
    width: 4px;
    background-color: rgba(24,172,82,1.00);
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -20px;
    }
     */
    
.MarineServicesAd {
    width: 100%;
    height: auto;
    display: block;
    background-color: rgba(0,0,0,1.00);
    overflow: hidden;
    position: relative;
    z-index: 99;
    padding-top: 16rem;
    padding-bottom: 16rem;
    transition-duration: 0ms;
}
.MarineSeeMore {
    position: absolute;
    right: 6rem;
    bottom: 6rem;
    color: rgba(255,255,255,1.00);
    z-index: 99;
}  
.MarineSeeMore.HideNow {
    font-size: 0px;
}
    
.MarineServicesAd *{
    transition-duration: 400ms;
}
.MarineServicesAd:hover *:not(h2,span){
    transform: scale(1.1)
}
    .MarineServicesAd:hover .MarineSeeMore {
        color: rgba(0,155,255,1.00)
    }    
    
.MarineServicesAd .under-water-effect{
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
    background-position: center;
    background-image: url('/assets/web/Imgs/Marine1.webp');
    background-size: cover;
    background-position: center center;
    width: 110%;
    height: 110%;
    position: absolute;
    top: -5%;
    left: -5%;
    }
.under-water-effect {
    filter: url("#under-water-effect");
    background-color: rgba(0,0,0,1.00);
} 
    
    
    
    
    
    
    
    
: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;
}

    

    .HideNow {
        opacity: 0;
        pointer-events: none;
        transition-duration: 600ms;
    }  
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    

    
    @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:1650px) {   
       
        .HeroTitle {
         font-size: 30px;    
        }
        .SmallHeroTitle {
         font-size: 20px;    
        }
        .WhiteHeroTitle {
         font-size: 20px;     
        }
        
@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: 1rem;
}
        #QualifiedBySection {
            /* padding-left: 6rem; */
        }
        
        
    } 

    
@media screen and (max-width:1300px) {   
    
     .frame__title-wrap {
         max-width: 665px;
         width: 70%;
     }
      

}
    
@media screen and (max-width:1200px) {  
    
    
#AboutSection {
padding-left: 0rem;
padding-right: 0rem; 
background-size: cover;
        }  
#AboutSection .frame__title-wrap {
    width: 100%;
    max-width: calc(100% - 200px);
    padding-left: 6rem;
}
   
.MarineSeeMore {
    right: 4rem;
    bottom: 4rem;
}    
    
  .cd-slider .content > div {
    padding-top: 5rem;
  }    
    
     .cd-slider .cd-half-block.content {
         padding-right:50px
     }
    
    
}
    

    
    
    
} 

    
    
    
    
    
 @media screen and (max-width:1100px) {   
     
      .frame__title-wrap {
         max-width: 500px;
         width: 50%;
     }    
     .ServiceCard{
         width: 40vw ;
     }
   
    
     .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
     }
     
     .hero-slider .carousel-cell .inner .title {
         font-size: 1rem;
         max-width: 100%;
     }
     
     
:root {
  --QualifiedLogosDuration: 28s;
} 
     
  .cd-slider .content > div {
    padding-top: 4rem;
  }  
     
   
     
    }   
    
    
 @media screen and (max-width:1000px) { 
     
     .item__enter {
         top:2rem;
         left:5rem;
     }

     .heading {
         font-size: clamp(2rem, 6vw, 5rem);
     }
     
     .site-footer .container:nth-child(2) {
         direction: ltr;
     }
     
     .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;
     }
     
  .cd-slider .content > div {
    padding-top: 3rem;
  }  
     
     
    }
    
    
 @media screen and (max-width:900px) { 
     
        #QualifiedBySection {
            /* padding-left: 4rem; */
        }
     .TitleLine {
         width: calc(100% - 20rem);
     }
     
        .WhiteHeroTitle {
         font-size: 18px;     
        }     
     
#AboutSection .frame__title-wrap {
    padding-left: 4rem;
    max-width: calc(100% - 160px);
}
    .frame__title {
        font-size: 2.3rem; 
        
    } 
.ISOdiv {
margin-left: 25px;
    }
    .ISOCert {
    width: 80px;  
    }  
     
     
     .cd-slider-wrapper {
         height: 140vh ;
         min-height: 46rem;
     } 
     .cd-slider .cd-half-block.content {
         min-height: 40rem;
     }
     .cd-slider .content > div {
         vertical-align: top;
     }
    .cd-half-block.content {
    padding: 4rem;
    position: static;
    height: 90vh;
    width: 100%;    
    }     
    .cd-half-block.image {
    position: static;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 50vh;
    display: block;
    }  
    .cd-slider li {
    height: auto;
    direction: ltr;
    list-style-image: none;
    list-style-type: none;
    }
    .cd-slider .frame__title {
        text-align: left!important;
    }
    .cd-slider-navigation {
     padding: 0px;   
    }
    .cd-slider-navigation li {
        font-size: 12px;
    }
     
     .ServiceParagraph {
         line-height: 1;
         font-size: 16px;
     } 
    .frame__title.MarineTitle {
    left: 2rem;
    }
     
}
    
        
 @media screen and (max-width:850px) {
     
  
     .MenuBut {
         top:2.5rem;
     }

        .HeroTitle {
         font-size: 36px;    
        }
        .SmallHeroTitle {
         font-size: 22px;    
        }
        .WhiteHeroTitle {
         font-size: 16px;     
        }

@keyframes animated-text{
  from{width: 0;}
  to{width: 360px;}
}	
        
     
     
     .frame__title {
             font-size: 2.3rem;
     }
     .ServicePre {
         font-size: 0.8rem;
         transform: scale(1)!important;
     }
    
     .HorizCert {
             max-width: calc(100% - 25px);
         
     }  
    
     .heading {
         transform: scale(1)!important;
     }
    
     .hero-slider .carousel-cell .inner {
             padding: 2rem;
     }
     .cd-half-block.content {
    padding: 2rem;     
     }
     
     .hero-slider .carousel-cell .inner .title{
         font-size: 1rem;
         text-align: left;
     }
     .hero-slider .carousel-cell .inner .btn {
         font-size: 0.6rem;
         letter-spacing: 0px;
     }
     
     .flickity-prev-next-button {
         display: none;
     }
     
     
      .frame__title-wrap {
         max-width: 100%;
         width: 100%;
     }        
     
     .frame {
         padding-top: 5rem;
     }
     
     
.MarineSeeMore {
    right: 3rem;
    bottom: 3rem;
}       
     
     .site-footer {
         padding: 2.5rem;
     }  
     
}    
        
    
    
@media (max-width:767px)
{
  .social-icons li.title {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
      
    
    
    
@media screen and (max-width:720px) { 
    
    #AboutSection {
        padding-bottom: 50px;
    }   

    
#AboutSection .frame__title-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: 100%;
    
}
    .frame__title {
        font-size: 2.3rem; 
        
    } 
.ISOdiv {
margin-left: 0px;
width: 100%; 
text-align: center;
    }
    .ISOCert {
    width: 80px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    }  
    
    
    

    
        .HeroTitle {
         font-size: 30px;    
        }
        .SmallHeroTitle {
         font-size: 20px;    
        }
        .WhiteHeroTitle {
         font-size: 14px;     
        }
    

@keyframes animated-text{
  from{width: 0;}
  to{width: 300px;}
}
    
:root {
  --QualifiedLogosDuration: 22s;
}  
    
    
}
      
    
@media screen and (max-width:600px) { 
    
main {
    padding: 3rem;
}    
#QualifiedBySection {
    padding-left: 3rem;
    padding-right: 3rem;
}
.frame__title {
    font-size: 2rem;
    text-align: center;
}


@keyframes animated-text{
  from{width: 0;}
  to{width: 260px;}
}
    
    
  
    
}
    
@media screen and (max-width:550px) {  
    
        .HeroTitle {
         font-size: 30px;    
         width:78%;
        }
        .SmallHeroTitle {
         font-size: 16px;    
        }
        .WhiteHeroTitle {
         font-size: 12px;     
        }   
    
}
@media screen and (max-width:500px) { 
       
         
         
main {
    padding: 2.5rem;
}  

    html,body {
       /* overflow-x:hidden;*/
    }
         
         .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;
         }    
    #ImagesShowDIV nav span.nav-close {
	padding: 10%;
		}
         .ParagraphHead {
             font-size: 2rem;
         } 
         
    }
    
    
@media screen and (max-width:450px) { 
    

        .HeroTitle {
         font-size: 28px; 
         width:78%;

        }
        .SmallHeroTitle {
         font-size: 16px;    
        }
        .WhiteHeroTitle {
         font-size: 11px;     
        }

@keyframes animated-text{
  from{width: 0;}
  to{width: 200px;}
}
   
#AboutSection .frame__title-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 16px;
}   
    
    
    
}
    
    
    
    
    
    
    
@media screen and (max-width:400px) { 
 
.MenuBut {
    right: 0.8rem;
    top: 2.2rem;
}      
        
   
        
#QualifiedBySection {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 14rem;

}   
.frame__title {
    font-size: 1.8rem;
    text-align: center;
}      
        
main {
    padding: 1rem;
}
        
        .copyright-text {
            font-size: 0.6rem;
        }
         .site-footer .row div {
         padding: 14px 20px;
         }  
    
    .CopyRightDiv,.FooterSocialDiv {
        padding: 0px!important;
    }
    .site-footer hr {
        margin-bottom: 10px;
    }
      
    .QualifiedLogos {
     top: 11rem;   
    }
    
@keyframes animated-text{
  from{width: 0;}
  to{width: 260px;}
}
    
        .HeroTitle {
         font-size: 20px;   
         width:78%;
  
        }
        .SmallHeroTitle {
         font-size: 12px;    
        }
        .WhiteHeroTitle {
         font-size: 8px;     
        }    
    
    
    }
    
    
@media screen and (max-width:300px) { 
    
        .HeroTitle {
         font-size: 28px;    
        }
        .SmallHeroTitle {
         font-size: 16px;    
        }
        .WhiteHeroTitle {
         font-size: 11px;     
        } 
    
    }
    
    
    
    

    
    
    
    
    .SeeAlsoLinks {
    margin-top: 9px;
    display: block;
    cursor: pointer;
    } 
    .SeeAlsoLinks.Back {
    padding: 10px 22px;
    background-image: url('/assets/web/Imgs/Icons/back.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px auto;
    padding-bottom: 3px;
    color: black;
    margin-bottom: 25px;
    } 
    .SeeAlsoLinks:hover {
    color: #00BBFF;
    }
        
    .MarineMargin {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    }
  
    
    #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,1.00);
    display: block;
}     
   
}
    
    
    
