    
@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;
}     

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;
}   
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;
}
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/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)
}

.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));
}

.hero-slider {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background-color: rgba(0,0,0,1.00);

}
.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;
    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;
}direction: ltr;
}
@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
}

@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: #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(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: inline-block;
    }
    #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;
    }



.HeroTexts {
    bottom: 6rem;
    left: 12rem;
    z-index: 98;
}	
		
		
#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(Imgs/Green.webp);
}



        
	
		
		
		
		
		
		
		
	




		


    .SocialButtonsDiv {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    text-align: center;
    }



		
	.SocialButton {
    display: inline-block;
    width: 60px;
    border-radius: 50%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px auto;
    cursor: pointer;
    transition-duration: 400ms!important;
    transform: scale(0);
    opacity: 1;       
	}	

		.FaceBookBTN {
	background-image: url(Imgs/Icons/facebook3.png);
	margin-left: -8px;
	margin-right: -4px;
	
	animation: Third 100ms linear 1200ms forwards;		
		}	
		.TwitterBTN {
	background-image: url(Imgs/Icons/twitterNew2.png?v=2);
	animation: Third 100ms linear 1600ms forwards;		
		}	
		.LinkidIn {
	background-image: url(Imgs/Icons/LinkedIn3.png);	
	animation: Third 100ms linear 1400ms forwards;			
		}	
		
	.SocialButton:hover {
		transform: scale(1.1)!important;
        opacity: 1; 
		}
	


        
        
        
        
        
        
        

		
	
		
		
		

.TextyAnimation {
  animation: animated-text 600ms steps(30,end) 2400ms 1 normal both;
  overflow: hidden;
  white-space: nowrap;   
}

    

.HeroTitle {
    font-size: 100px;
    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;
    text-align: center;    
}	
        
	    
    
        
.BigHeroTitle {
    overflow: hidden;
    height: auto;
    display: block;
    font-weight: 900;
    text-align: center;
    vertical-align: baseline;
    max-height: 100px;
    font-size: 60px;
    color: rgba(0,44,103,1.00);
}	       
        
.SmallHeroTitle {
    width: auto;
    display: block;
    font-size: 28px;
    color: rgba(0,192,81,1.00);
    font-weight: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #7bc444;
    text-align: center;    
}	
 .WhiteHeroTitle {
    font-size: 40px;
    display: inline-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-align: center;
		}       

		

	
		
		
	 
        
        
        
        
        
        
/************ 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;
    }
    

    


    .TitleLine {
    display: inline-block;
    width: calc(100% - 400px);
    height: 3px;
    background-color: #6e9bbd;
    vertical-align: baseline;
    margin-left: 20px;
    }   
    
    
    
    
    

    
    
    
    
    
    
: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;
    }  
    
    
    
    

    #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.50);
    display: block;
}     
   
}
    
    
    .ContactUsSec {
    min-height: 100vh;
    display: block;
    width: 100%;
    padding-top: 30vh;
    padding-left: 6rem;
    padding-right: 6rem;
    }    
    
    
    
       
        .Formandy {
    width: 100%;
    max-width: 900px;
    display: block;
    height: 80vh;
    background-color: rgba(255,255,255,1.00);
    margin-right: auto;
    border-radius: 26px;
    margin-left: auto;
    overflow: hidden;
    margin-top: 36px;
    margin-bottom: 50px;
    -webkit-box-shadow: inset -1px 1px 1px rgba(0,0,0,0.07);
    box-shadow: inset -1px 1px 1px rgba(0,0,0,0.07);
    border: thin solid rgba(228,228,228,1.00);
    text-align: right;
    min-height: 750px;        
        }
        
        
		
        


.FormandyFormy {
    width:100% ;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    text-align: center;
    
        }
.Formy{
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 26px;
    height: 100%;
    overflow: hidden;
    padding: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
.SlidyDiv {
    position: absolute;
    top: 0px;
    left: 100%;
    width: calc(100% - 0px);
    background-color: #FFF;
    padding: 0px;
    z-index: 1;
    transition-duration: 400ms;
    display: inline-block;
    margin: 0px;
    text-align: center;
    overflow: hidden;
}
    .SlidyDiv.WithPadding {
    padding: 80px;        
    }
.ActieSlidy {
    left: 0%;
    background-color: #FFF;
    transition-duration: 400ms;
    z-index: 2;
}

    
    
    
    
    
    
  .TextInput,.TextyArea,.Selecty {
    width: calc(100% - 0px);
    height: 30px;
    background-color: rgba(255,255,255,0.00);
    display: inline-block;
    padding: 8px;
    border-radius: 0px;
    border-left: none;
    border-right: none;
    border-bottom: thin solid rgba(0,25,106,1.00);
    border-top: none;
    margin-top: 8px;
    margin-bottom: 16px;
    text-align: left;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
}
    .TextyArea {
        height: 200px;
        resize: none;
    }

    .TextInput:focus,.TextyArea:focus {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: thin solid rgba(0,96,212,1.00);
        outline: none;
    }
    
    
.NextyButton,.BackButton {
width: calc(70% - 16px);
    height: 35px;
    background-color: #000;
    color: White;
    display: inline-block;
    padding: 8px;
    border-radius: 5px;
    border: none;
    margin: 8px;
    text-align: center;
    /* font-weight: bold; */
    margin-top: 25px;
    position: absolute;
    bottom: 25px;
    left: 15%;
    cursor: pointer;
    font-size: 22px;
    line-height: 22px;
    transition-duration: 200ms;
   
}

    .BackButton {
    background-color: rgba(255,255,255,1.00);
    color: rgba(115,115,115,1.00);
    border: thin solid rgba(163,163,163,1.00);
    }    
    
.NextyButton:hover,.BackButton:hover {
    transform: scale(1.05)
    }

    .NextyButton.Active,.NextyButton:hover {
    background-color: rgba(31,100,181,1.00);        
        
    }    
    
    

    
    
    
    
    
.StepsBarDiv {
    width: 100%;
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.StepsNum {
    width: 100px;
    height: 100px;
    display: inline-block;
    top: 0px;
    border-radius: 0px;
    background-color: rgba(255,255,255,0.00);
    font-size: 14px;
    line-height: 20px;
    padding-top: 72px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #153d94;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    transition-duration: 200ms;
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 44px auto;
    user-select: none;
}
.StepsNum.Active {
    border-bottom: thin solid #153d94;

}        
.StepsNum:hover {
    transform: scale(1.1);
    background-color: #A1D0FF;
    }
        
            
    .ThankYou {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0,104,213,1.00);
    }    
        #GoogleMap,#GoogleMap2 {
    width: 100%;
    display: inline-block;
    height: 100%;
    border-radius: 16px;
    margin-top: 0px;
    border-style: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(Imgs/Icons/loader.GIF);
    }   
    
    
    .gm-ui-hover-effect {
        outline: none!Important ;
        border: none!Important ;
    }
    .gm-style img {
        transition-duration: 200ms;
    }

    
    .FormHead {
    text-align: left;
    text-transform: capitalize;
    font-size: 24px;
    }    
    .FormHead span{
    font-size: 80%;
    color: rgba(0,98,201,1.00);
    }
    
.SubmitButton {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    width: 100%;
    height: 50px;
    padding-top: 8px;
    text-align: center;
    font: bold 18px "SawaryTravelFont";
    background-color: rgba(28,123,212,1.00);
    border: 0 none rgba(255,255,255,0.00);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px rgba(0,56,91,0.20);
    box-shadow: 0px 4px rgba(0,56,91,0.20);
}    
.SubmitButton:hover {
    transform: translateY(2px);
    -webkit-box-shadow: 0px 2px rgba(0,56,91,0.20);
    box-shadow: 0px 2px rgba(0,56,91,0.20);
    }
.SubmitButton:active {
    transform: translateY(4px);
    -webkit-box-shadow: 0px 0px rgba(0,56,91,0.20);
    box-shadow: 0px 0px rgba(0,56,91,0.20);
    }
    
.SubmitButton.Sent {
    pointer-events: none;
    background-color: rgba(67,173,16,1.00);    
    }
    
    .footer-links li a.Activated {
        pointer-events: none;
        color: rgba(0,24,102,1.00)
    }
    
    
    

    
    

    
    @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) {  
    

        .HeroTexts {
            left:6rem;
        }
        
    }
        
    @media screen and (max-width:1650px) {   
    
        .HeroTexts {
            left:6rem;
        }
        
        .HeroTitle {
         font-size: 50px;    
        }
        .SmallHeroTitle {
         font-size: 28px;    
        }
        .WhiteHeroTitle {
         font-size: 24px;     
        }
     
    } 

    
@media screen and (max-width:1300px) {   
    
     .frame__title-wrap {
         max-width: 665px;
         width: 70%;
     }
      
    

.HeroTexts {
    bottom: auto;
    left: 6rem;
    top: 13rem;
    transform: scale(1.5);
    transform-origin: left top;
}
  
@media screen and (max-width:1200px) {  
    
    
.StepsBarDiv  {
        width: 100%;
}  
    

   

    
    
}
    
@media screen and (max-height:956px) {  
    

.HeroTexts {
    top: 8rem;
    }
 
}
  
@media screen and (max-height:800px) {  
    

.HeroTexts {
    top: auto;
    bottom:4rem;
    transform: scale(1);
    }
    
}  
    
    
    
    
} 

    
    
    
    
    
 @media screen and (max-width:1100px) {   
     
      .frame__title-wrap {
         max-width: 500px;
         width: 50%;
     }    


    
     .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%;
     }
     
     
   
    }   
    
    
 @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: 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) { 
     

     .TitleLine {
         width: calc(100% - 20rem);
     }

    .frame__title {
        font-size: 2.3rem; 
        
    } 

     
     

     
}
    
        
 @media screen and (max-width:850px) {
     
  
.MenuBut {
         top:2.5rem;
}

        .HeroTitle {
         font-size: 36px;    
        }
        .SmallHeroTitle {
         font-size: 22px;    
        }
        .WhiteHeroTitle {
         font-size: 20px;     
        }
.HeroTexts {
    bottom: auto;
    left: 5rem;
    top: 11rem;
}

        
     
     
     .ContactUsSec {
padding-top: 25vh;
    padding-left: 2rem;
    padding-right: 2rem; 
     }     
     
     
     .frame__title {
             font-size: 2.3rem;
     }

 
    
     .heading {
         transform: scale(1)!important;
     }
    
     
      .frame__title-wrap {
         max-width: 100%;
         width: 100%;
     }        
     
     .frame {
         padding-top: 5rem;
     }
     
     .site-footer {
         padding: 2.5rem;
     }
     
}    
        
    
    
    
    
    
    
@media screen and (max-width:720px) { 
    

    .frame__title {
        font-size: 2.3rem; 
        
    } 
 
    .FormHead span {
        font-size: 70%;
    }
    .SubmitButton {
    font-size: 16px;
    padding-top: 13px;   
    }
    

    
        .HeroTitle {
         font-size: 30px;    
        }
        .SmallHeroTitle {
         font-size: 20px;    
        }
        .WhiteHeroTitle {
         font-size: 18px;     
        }
.HeroTexts {
    bottom: auto;
    left: 4rem;
    top: 11rem;
}

    .StepsNum {
        width: 80px;
        height: 80px;
        padding-top: 55px;
            background-size: 33px auto;
        margin:10px;
    }    
    
    
    
}
      
    
@media screen and (max-width:600px) { 
    

.frame__title {
    font-size: 2rem;
    text-align: center;
}

    .BigHeroTitle {
        font-size: 40px;
    }

    
    .SlidyDiv.WithPadding {
        padding: 2rem;
    }  

    
}
    
    
     @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;
         } 
         
    }
    
    
@media screen and (max-width:450px) { 
    

        .HeroTitle {
         font-size: 20px;    
        }

        .WhiteHeroTitle {
         font-size: 10px;     
        }
.HeroTexts {
    bottom: auto;
    left: 2.5rem;
    top: 10rem;
}
@keyframes animated-text{
  from{width: 0;}
  to{width: 200px;}
}
   

    
    
    
}
    
    
    
    
    
    
    
@media screen and (max-width:400px) { 
 
.MenuBut {
    right: 0.8rem;
    top: 2.2rem;
}      
        

.HeroTexts {
    left: 1.8rem;
    top:8rem;
}     
        

.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;
    }
    

    
    
    }
    
    
 @media screen and (max-height:750px) {   
    
.Logo {
    top: 1rem;
    height: 70px;
    left:1rem
}    
    
 }     
     
 @media screen and (max-height:555px) {   
    
    .Logo {
    height: 60px;
    top: 1rem;
    left:1rem;
     }
.HeroTexts {

    top:6rem;
} 
     
    }
    
    
    
    .Cach {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        top: 200vh;
    }
    
