body {
 /* cursor: url("icons/"), auto; */

}

.header {
  min-height:fit-content;
}

.frostedglass {
  background: #ccfdf3;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .frostedglass {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

/* hardware accelatator class */	
.trans3d
{
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform-style:preserve-3d;
  -ms-transform: translate3d(0, 0, 0);
  transform-style:preserve-3d;
  transform: translate3d(0, 0, 0);

  /*-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility:hidden;
  backface-visibility:hidden;*/
}

#contentContainer
{
  position:absolute;
  margin-left:-500px;
  /* margin-top:-500px; */
  left:50%;
  top:50%;
  width:1000px;
  /* height:1000px; */
}

#contentContainer.visible {
  display:block;
}

#carouselContainer
{
  position:absolute;
  margin-left:-500px;
  margin-top:-500px;
  left:50%;
  top:50%;
  width:1000px;
  height:1000px;
}

.carouselItem
{
  width:320px;
  height:130px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-160px;
  margin-top:-90px;
  visibility:hidden;
}

.carouselItemInner
{
  width:320px;
  height:130px;
  position:absolute;
  background-color:rgba(191, 163, 173, 0.75);
  border:10px solid rgba(255, 255, 255, .5);
  color:black;
  font: size 70px;
  left:50%;
  top:50%;
  margin-left:-160px;
  margin-top:-90px;
  text-align:center;
  padding-top:50px;
}


.myhead {
  content: '';
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  background: #185D4E;
  -webkit-background-clip: text;
  text-shadow: 2px 5px 5px rgba(255, 255, 255, 0.3);
}

.engraved {
  font-family: Futura;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: #000000;
  font-size:72px;
  text-shadow: 0px 1px 0px rgba(247, 82, 82, 0.3), 0px -1px 0px rgba(0,0,0,.7);
}

.embossed{
  font-size: 72px;
  font-family: Futura;
  background-color: #666666;
  text-shadow: 1px 4px 4px #555;
  text-align: center;
  -webkit-background-clip: text;
    -moz-background-clip: text;

}

.frame {
    width: 100%;
    height: 300px;
}
.boxes {
	display: flex;
	width: 100%;
	height: 100%;
}
.box {
	position: relative;
	flex: 1 1 auto;
	width: 20%;
	background: grey;
	transition: all 0.8s ease-in-out;
	cursor: pointer;
	overflow: hidden;
}
.text {
	position: absolute;
	transform: scale(0.5);
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
  width:100%;
  height: 100%;
  text-align:center;
  transition-delay: 0.5s;
  transform:  translateX(-80px);
}
a.text{
  color: #FFF;
  text-shadow: 1px 1px 2px rgb(92, 91, 91);
  opacity:0;
  line-height: 300px;
  text-decoration: none;
}
.box-1, .box-2, .box-3, .box-4, .box-5, .box-6{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.box-1:hover{
	width: 100%;
}
.box-1:hover .text{
  opacity:1;
	transform:scale(1);
}
.box-2:hover{
	width: 100%;
}
.box-2:hover .text{
  opacity:1;
	transform:scale(1);
}
.box-3:hover{
	width: 100%;
}
.box-3:hover .text{
  opacity:1;
	transform:scale(1);
}
.box-4:hover{
	width: 100%;
}
.box-4:hover .text{
  opacity:1;
  transition: 0.5s all ease;
	transform:scale(1);
}
.box-5:hover{
	width: 100%;
}
.box-5:hover .text{
  opacity:1;
  transition: 0.5s all ease;
	transform:scale(1);
}
.box-6:hover{
	width: 100%;
}
.box-6:hover .text{
  opacity:1;
  transition: 0.5s all ease;
	transform:scale(1);
}
.box-1{background-image: url("images/term.jpeg")}
.box-2{background-image: url("images/cloud.jpg")}
.box-3{background-image: url("images/metasploit.png")}
.box-4{background-image: url("images/public-speaking.jpeg")}
.box-5{background-image: url("images/pcbangle.jpg")}
.box-6{background-image: url("images/s.jpg")}

.disabledslide-text {
  animation-duration: 3s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.u-section-2:hover {
  animation-timing-function: ease-in-out;
  -webkit-animation: mover 2s 2  alternate;
  animation: mover 2s 2  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-15px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-15px); }
}

 .u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 119px;
}

.u-section-1 .u-group-1 {
  min-height: 106px;
  height: auto;
  margin-top: 6px;
  margin-bottom: 7px;
}

.u-section-1 .u-container-layout-1 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-section-1 .u-text-1 {
  font-family: Aclonica;
  font-size: 3.333rem;
  margin: 1px 0 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-group-1 {
    height: auto;
  }

  .u-section-1 .u-container-layout-1 {
    padding: 2px 16px;
  }

  .u-section-1 .u-text-1 {
    position: relative;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 223px;
  }

  .u-section-1 .u-group-1 {
    min-height: 193px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-1 .u-text-1 {
    font-size: 4.5rem;
    width: auto;
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-container-layout-1 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #contentContainer
  {
    width: 100vw !important;
  }
}

@media (max-width: 575px) {
  #contentContainer
  {
    width: 100vw !important;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 275px;
  }

  .u-section-1 .u-group-1 {
    min-height: 255px;
    margin-top: 10px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3.75rem;
    margin-top: 25px;
    margin-bottom: 25px;
  }
} .u-section-2 {
  background-image: none;
}

.u-section-2 .u-sheet-1 {
  min-height: 1012px;
}

.u-section-2 .u-layout-wrap-1 {
  margin: 0 0 60px;
}

.u-section-2 .u-image-1 {
  background-image: url("images/s.jpg");
  min-height: 406px;
  background-position: 50% 50%;
}

.u-section-2 .u-container-layout-1 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-2 .u-text-1 {
  font-size: 8rem;
  margin: 236px -16px 0 0;
}

.u-section-2 .u-image-2 {
  background-image: url("images/2236553_small500.jpg");
  min-height: 406px;
  background-position: 50% 50%;
}

.u-section-2 .u-text-2 {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin: 1px 0 0;
}

.u-section-2 .u-image-3 {
  min-height: 554px;
  background-image: url("images/2361670_medium2000.jpg");
  background-position: 50% 50%;
}

.u-section-2 .u-text-3 {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin: 0;
}

.u-section-2 .u-image-4 {
  background-image: url("images/68747470733a2f2f692e696d6775722e636f6d2f794c46516876502e706e67.png");
  min-height: 554px;
  background-position: 50% 50%;
}

.u-section-2 .u-text-4 {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin: 0;
}

.u-section-2 .u-image-5 {
  background-image: url("images/signalowlthatwantstobeapineapple.jpg");
  min-height: 554px;
  background-position: 50% 50%;
}

.u-section-2 .u-text-5 {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 808px;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-bottom: 10px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-image-1 {
    min-height: 337px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .u-section-2 .u-text-1 {
    margin-right: 0;
    font-size: 6rem;
  }

  .u-section-2 .u-image-2 {
    min-height: 335px;
  }

  .u-section-2 .u-image-3 {
    min-height: 457px;
  }

  .u-section-2 .u-image-4 {
    min-height: 457px;
  }

  .u-section-2 .u-image-5 {
    min-height: 457px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 772px;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-bottom: -31px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-image-1 {
    min-height: 296px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .u-section-2 .u-text-1 {
    font-size: 4.5rem;
    margin-top: 163px;
    margin-bottom: 24px;
  }

  .u-section-2 .u-image-2 {
    min-height: 257px;
  }

  .u-section-2 .u-image-3 {
    min-height: 350px;
  }

  .u-section-2 .u-image-4 {
    min-height: 350px;
  }

  .u-section-2 .u-image-5 {
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 2682px;
  }

  .u-section-2 .u-layout-wrap-1 {
    margin-bottom: 60px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-image-1 {
    min-height: 413px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .u-section-2 .u-text-1 {
    margin-top: 283px;
    margin-bottom: 22px;
  }

  .u-section-2 .u-image-2 {
    min-height: 578px;
  }

  .u-section-2 .u-image-3 {
    min-height: 788px;
  }

  .u-section-2 .u-image-4 {
    min-height: 788px;
  }

  .u-section-2 .u-image-5 {
    min-height: 788px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1039px;
  }

  .u-section-2 .u-image-1 {
    min-height: 400px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-2 .u-text-1 {
    font-size: 8rem;
    margin-top: 236px;
    margin-bottom: 0;
  }

  .u-section-2 .u-image-2 {
    min-height: 364px;
  }

  .u-section-2 .u-image-3 {
    min-height: 496px;
  }

  .u-section-2 .u-image-4 {
    min-height: 496px;
  }

  .u-section-2 .u-image-5 {
    min-height: 496px;
  }
}

.u-section-3 .u-layout-wrap-1 {
  margin: 0 0 20px;
}

.u-section-3 .u-image-1 {
  background-image: url("images/g18408c051ad3a8f83773f36d76b1d864ca62e13225a76505167e868a1dfa345eaabac94a03c08826af630084feb88723f01cd21e241edff1dff4c8b004707563_1280.jpg");
  min-height: 430px;
  background-position: 50% 50%;
}

.u-section-3 .u-text-1 {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin: 0;
}

.u-section-3 .u-image-2 {
  background-image: url("images/public-speaking.jpeg");
  min-height: 430px;
  background-position: 50% 50%;
}

.u-section-3 .u-text-2 {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin: 0;
}

.u-section-3 .u-layout-cell-3 {
  min-height: 770px;
}

.u-section-3 .u-container-layout-3 {
  padding: 0 0 34px;
}

.u-section-3 .u-image-3 {
  margin-top: -30px;
  margin-bottom: 0;
  height: 470px;
}

.u-section-3 .u-image-4 {
  height: 225px;
  margin-top: -16px;
  margin-bottom: 0;
}

.u-section-3 .u-layout-cell-4 {
  background-image: none;
  min-height: 770px;
}

.u-section-3 .u-container-layout-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-section-3 .u-text-3 {
  /* margin: 113px 1px 0; */
}

.u-section-3 .u-text-4 {
  position: relative;
  font-size: 1.25rem;
  margin: 20px 0 231px;
}

@media (max-width: 1199px) {

  .u-section-3 .u-sheet-1 {
    min-height: 750px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-top: 19px;
    margin-bottom: 3px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-image-1 {
    min-height: 524px;
  }

  .u-section-3 .u-image-2 {
    min-height: 524px;
  }

  .u-section-3 .u-layout-cell-3 {
    min-height: 804px;
    background-position: 50% 50%;
  }

  .u-section-3 .u-container-layout-3 {
    padding-bottom: 0;
  }

  .u-section-3 .u-image-3 {
    height: 388px;
  }

  .u-section-3 .u-image-4 {
    height: 186px;
  }

  .u-section-3 .u-layout-cell-4 {
    min-height: 770px;
  }

  .u-section-3 .u-container-layout-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .u-section-3 .u-text-3 {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 674px;
  }

  .u-section-3 .u-image-1 {
    min-height: 612px;
  }

  .u-section-3 .u-image-2 {
    min-height: 612px;
  }

  .u-section-3 .u-layout-cell-3 {
    min-height: 938px;
  }

  .u-section-3 .u-image-3 {
    height: 457px;
  }

  .u-section-3 .u-image-4 {
    height: 219px;
  }

  .u-section-3 .u-layout-cell-4 {
    min-height: 770px;
  }

  .u-section-3 .u-container-layout-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-3 .u-text-3 {
    margin-top: 385px;
  }

  .u-section-3 .u-text-4 {
    margin-bottom: 375px;
  }
}

@media (max-width: 767px) {
  #contentContainer
  {
    width: 100vw !important;
  }

  .u-section-3 .u-sheet-1 {
    min-height: 1544px;
  }

  .u-section-3 .u-image-1 {
    min-height: 984px;
  }

  .u-section-3 .u-image-2 {
    min-height: 861px;
  }

  .u-section-3 .u-layout-cell-3 {
    min-height: 704px;
  }

  .u-section-3 .u-image-3 {
    height: 343px;
  }

  .u-section-3 .u-image-4 {
    height: 164px;
  }

  .u-section-3 .u-layout-cell-4 {
    min-height: 770px;
  }

  .u-section-3 .u-container-layout-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .u-section-3 .u-text-3 {
    margin-top: 327px;
  }

  .u-section-3 .u-text-4 {
    margin-bottom: 327px;
  }
}

@media (max-width: 575px) {
  #contentContainer
  {
    width: 100vw !important;
  }

  .u-section-3 .u-sheet-1 {
    min-height: 2335px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-bottom: 19px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-3 .u-image-1 {
    min-height: 584px;
  }

  .u-section-3 .u-image-2 {
    min-height: 511px;
  }

  .u-section-3 .u-layout-cell-3 {
    min-height: 283px;
  }

  .u-section-3 .u-image-3 {
    height: 216px;
  }

  .u-section-3 .u-image-4 {
    height: 103px;
  }

  .u-section-3 .u-layout-cell-4 {
    min-height: 770px;
  }

  .u-section-3 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-text-3 {
    width: auto;
    margin-top: 59px;
  }

  .u-section-3 .u-text-4 {
    margin-bottom: 130px;
  }
}

.u-section-4 .u-sheet-1 {
  min-height: 373px;
}

.u-section-4 .u-layout-wrap-1 {
  width: 906px;
  margin: 48px auto;
}

.u-section-4 .u-layout-cell-1 {
  min-height: 103px;
}

.u-section-4 .u-container-layout-1 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-section-4 .u-text-1 {
  font-size: 3.75rem;
  margin: 11px 0 0;
}

.u-section-4 .u-layout-cell-2 {
  min-height: 175px;
}

.u-section-4 .u-line-1 {
  width: 133px;
  margin: 15px auto;
  color:rgb(255, 142, 3);
}

.u-section-4 .u-layout-cell-3 {
  min-height: 175px;
}

.u-section-4 .u-container-layout-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-section-4 .u-text-2 {
  margin: 0;
}

.u-section-4 .u-btn-1 {
  background-image: none;
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-4 .u-sheet-1 {
    min-height: 423px;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-top: 21px;
    margin-bottom: 21px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 169px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .u-section-4 .u-text-1 {
    font-size: 4.5rem;
    width: auto;
    margin-top: 0;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 212px;
  }

  .u-section-4 .u-line-1 {
    width: 135px;
    height: 3px;
    transform-origin: left center;
    margin-bottom: 20px;
    margin-left: 18px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 212px;
  }

  .u-section-4 .u-container-layout-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-4 .u-text-2 {
    width: auto;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 357px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 190px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .u-section-4 .u-text-1 {
    font-size: 3.75rem;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 23px;
  }

  .u-section-4 .u-line-1 {
    transform-origin: left center 0;
    margin-right: 35px;
    margin-left: 0;
    width: auto;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 77px;
  }
}

@media (max-width: 767px) {
  #contentContainer
  {
    width: 100vw !important;
  }

  .u-section-4 .u-sheet-1 {
    min-height: 576px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 179px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .u-section-4 .u-text-1 {
    font-size: 3rem;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 27px;
  }

  .u-section-4 .u-line-1 {
    width: 114px;
    transform-origin: 50% 50%;
    margin: 5px auto 5px 9px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 250px;
  }
}

@media (max-width: 575px) {
  #contentContainer
  {
    width: 100vw !important;
  }
  
  .u-section-4 .u-sheet-1 {
    min-height: 619px;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-top: 0;
    margin-bottom: 42px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 184px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 43px;
  }

  .u-section-4 .u-line-1 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 6px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 113px;
  }

  .u-section-4 .u-text-2 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
} .u-section-5 {
  background-image: none;
}

.u-section-5 .u-sheet-1 {
  min-height: 1612px;
}

.u-section-5 .u-layout-wrap-1 {
  margin: 60px auto 60px 0;
}

.u-section-5 .u-image-1 {
  background-image: url("images/4206bf95aec861462c4fd7b0e6cd0a45.jpg");
  min-height: 916px;
  background-position: 50% 21.74%;
}

.u-section-5 .u-image-2 {
  background-image: url("images/Untitled11.jpg");
  min-height: 606px;
  background-position: 50% 50%;
}

.u-section-5 .u-image-3 {
  background-image: url("images/868f59ab1246e3e6baa5da454d26d847.jpg");
  min-height: 606px;
  background-position: 50% 50%;
}

.u-section-5 .u-layout-cell-4 {
  background-image: none;
  min-height: 606px;
}

.u-section-5 .u-container-layout-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-section-5 .u-text-1 {
  position: relative;
  margin: 97px 0 0;
}

.u-section-5 .u-line-1 {
  width: 221px;
  height: 3px;
  transform-origin: left center 0;
  margin: 30px auto 0 0;
}

.u-section-5 .u-text-2 {
  position: relative;
  margin: 20px 0 0;
}

.u-section-5 .u-btn-1 {
  background-image: none;
  margin: 40px auto 97px 0;
  padding: 17px 45px 19px 44px;
}

@media (max-width: 1199px) {
  .u-section-5 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5 .u-container-layout-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .u-section-5 .u-text-1 {
    margin-top: 81px;
  }

  .u-section-5 .u-line-1 {
    width: 182px;
  }

  .u-section-5 .u-btn-1 {
    margin-bottom: 81px;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-text-1 {
    margin-top: 65px;
  }

  .u-section-5 .u-line-1 {
    width: 140px;
  }

  .u-section-5 .u-btn-1 {
    margin-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 3084px;
  }

  .u-section-5 .u-image-1 {
    min-height: 889px;
  }

  .u-section-5 .u-image-2 {
    min-height: 758px;
  }

  .u-section-5 .u-image-3 {
    background-position: 50% 0%;
    min-height: 775px;
  }

  .u-section-5 .u-layout-cell-4 {
    min-height: 572px;
  }

  .u-section-5 .u-container-layout-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .u-section-5 .u-text-1 {
    margin-top: 121px;
  }

  .u-section-5 .u-line-1 {
    width: 131px;
    margin-right: 0;
  }

  .u-section-5 .u-btn-1 {
    margin-right: 0;
    margin-bottom: 113px;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 2637px;
  }

  .u-section-5 .u-layout-wrap-1 {
    margin-bottom: -137px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-5 .u-image-1 {
    min-height: 756px;
  }

  .u-section-5 .u-image-2 {
    min-height: 645px;
  }

  .u-section-5 .u-image-3 {
    min-height: 599px;
  }

  .u-section-5 .u-layout-cell-4 {
    min-height: 547px;
  }

  .u-section-5 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-text-1 {
    margin-top: 50px;
  }

  .u-section-5 .u-btn-1 {
    margin-bottom: 50px;
  }
} .u-section-6 {
  background-image: none;
}

.u-section-6 .u-sheet-1 {
  min-height: 276px;
}

.u-section-6 .u-group-1 {
  min-height: 269px;
  height: auto;
  margin-top: 0;
  margin-bottom: 7px;
}

.u-section-6 .u-container-layout-1 {
  padding: 0 60px;
}

.u-section-6 .u-text-1 {
  font-size: 3.75rem;
  margin: 85px 0 0;
}

.u-section-6 .u-line-1 {
  transform-origin: right center 0;
  width: 152px;
  margin: 28px auto 0;
}

.u-section-6 .u-text-2 {
  /* margin: 30px 0 0; */
}

@media (max-width: 1199px) {
  .u-section-6 .u-group-1 {
    height: auto;
  }

  .u-section-6 .u-container-layout-1 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .u-section-6 .u-line-1 {
    width: 125px;
  }
}

@media (max-width: 991px) {
  .u-section-6 .u-container-layout-1 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .u-section-6 .u-line-1 {
    width: 96px;
  }
}

@media (max-width: 767px) {
  .u-section-6 .u-container-layout-1 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .u-section-6 .u-line-1 {
    width: 90px;
  }
}

@media (max-width: 575px) {
  .u-section-6 .u-container-layout-1 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .u-section-6 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-6 .u-line-1 {
    width: 76px;
  }
} .u-section-7 {
  background-image: none;
}

.u-section-7 .u-sheet-1 {
  min-height: 178px;
}

.u-section-7 .u-social-icons-1 {
  height: 60px;
  min-height: 16px;
  width: 420px;
  min-width: 244px;
  margin: 41px auto 60px;
}

.u-section-7 .u-icon-1 {
  height: 100%;
}

.u-section-7 .u-icon-4 {
  height: 100%;
}

@media (max-width: 575px) {
  .u-section-7 .u-social-icons-1 {
    height: 53px;
    width: 392px;
    margin-right: -52px;
  }
}.u-section-8 .u-sheet-1 {
  min-height: 765px;
}

.u-section-8 .u-layout-wrap-1 {
  margin: 71px 0 60px;
}

.u-section-8 .u-image-1 {
  min-height: 664px;
  background-image: url("images/g1b03c0d68a6a7d547b002f987e7beb845337009183a5b1e8129a1d08fc2f8c840dd3717831addf01da0b9bbbf1707b0767ac5f937d5a5e98c3df2ffcc1c93559_1280.jpg");
  background-position: 50% 50%;
}

.u-section-8 .u-container-layout-1 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}

.u-section-8 .u-layout-cell-2 {
  min-height: 664px;
}

.u-section-8 .u-container-layout-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-section-8 .u-btn-1 {
  letter-spacing: 1px;
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  margin: 29px 167px 0 auto;
}

.u-section-8 .u-text-1 {
  font-size: 3.75rem;
  text-shadow: -2px -2px 8px rgba(128,128,128,1);
  font-family: Roboto, sans-serif;
  margin: -56px 418px 0 0;
}

.u-section-8 .u-text-2 {
  background-image: none;
  font-size: 1.5rem;
  margin: 24px 0 0;
}

.u-section-8 .u-text-3 {
  text-shadow: -2px -2px 8px rgba(128,128,128,1);
  font-weight: 700;
  font-family: Roboto, sans-serif;
  margin: 42px 158px 0 0;
}

@media (max-width: 1199px) {
  .u-section-8 .u-sheet-1 {
    min-height: 675px;
  }

  .u-section-8 .u-layout-wrap-1 {
    margin-bottom: 18px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-8 .u-image-1 {
    min-height: 585px;
  }

  .u-section-8 .u-container-layout-1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .u-section-8 .u-layout-cell-2 {
    min-height: 761px;
    background-position: 50% 50%;
  }

  .u-section-8 .u-btn-1 {
    margin-right: 0;
  }

  .u-section-8 .u-text-1 {
    position: relative;
    margin-top: -24px;
    margin-right: 336px;
  }

  .u-section-8 .u-text-3 {
    position: relative;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-8 .u-sheet-1 {
    min-height: 640px;
  }

  .u-section-8 .u-layout-wrap-1 {
    margin-bottom: -17px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-8 .u-image-1 {
    min-height: 420px;
  }

  .u-section-8 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-8 .u-layout-cell-2 {
    min-height: 877px;
  }

  .u-section-8 .u-text-1 {
    font-size: 1.875rem;
    margin-right: 134px;
  }
}

@media (max-width: 767px) {
  .u-section-8 .u-sheet-1 {
    min-height: 732px;
  }

  .u-section-8 .u-layout-wrap-1 {
    margin-bottom: 60px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-8 .u-image-1 {
    min-height: 1015px;
  }

  .u-section-8 .u-container-layout-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .u-section-8 .u-layout-cell-2 {
    min-height: 1052px;
  }

  .u-section-8 .u-text-1 {
    font-size: 3.75rem;
    margin-right: 17px;
  }
}

@media (max-width: 575px) {
  .u-section-8 .u-sheet-1 {
    min-height: 1417px;
  }

  .u-section-8 .u-layout-wrap-1 {
    margin-top: 11px;
    margin-bottom: 35px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-8 .u-image-1 {
    min-height: 639px;
  }

  .u-section-8 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-8 .u-layout-cell-2 {
    min-height: 959px;
  }

  .u-section-8 .u-btn-1 {
    margin-top: 0;
  }

  .u-section-8 .u-text-1 {
    font-size: 2.25rem;
    margin-top: 5px;
    margin-right: 0;
  }
}