body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 10px solid #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 45px;
  line-height: 44px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

h3 {
  display: block;
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 200%;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  position: relative;
  top: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  position: relative;
  left: auto;
  top: 20px;
  display: block;
  overflow: visible;
  margin-bottom: 5px;
  margin-left: auto;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #737373;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

a {
  display: inline-block;
  width: 103%;
  height: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 0px 15px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #fff;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.hero-heading {
  display: inline;
  overflow: visible;
  max-width: 65%;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px #000;
}

.hero-heading.second {
  position: relative;
  top: 34px;
  margin-top: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.features-section {
  position: static;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  padding-bottom: 0px;
}

.nav-link {
  position: static;
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 12px 10px 15px;
  border-left: 1px solid hsla(0, 0%, 100%, .2);
  border-right-style: none;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-weight: 300;
  letter-spacing: 1px;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, .09);
  color: #fff;
}

.nav-link.w--current {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  background-color: hsla(0, 0%, 100%, .09);
  -webkit-transition-property: none;
  transition-property: none;
  color: #000;
}

.nav-link.dt {
  padding-right: 25px;
}

.title-features {
  margin-top: 15px;
  background-color: rgba(87, 194, 117, .5);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-features.col3 {
  position: relative;
  top: 60px;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.title-features.col3.row2col3 {
  top: 60px;
  overflow: visible;
  background-color: rgba(177, 87, 194, .7);
  text-transform: uppercase;
}

.title-features.col3.row3col3 {
  background-color: rgba(87, 194, 117, .5);
}

.title-features.row1col1 {
  position: relative;
  top: 60px;
  z-index: 2;
  overflow: hidden;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: rgba(111, 173, 170, .7);
  text-align: center;
}

.title-features.slide-col2 {
  position: relative;
  top: 60px;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: rgba(112, 156, 79, .5);
}

.title-features.slide-col2.row2 {
  top: 60px;
  z-index: 2;
  background-color: rgba(230, 145, 34, .5);
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.title-features.slide-col2.row3col2 {
  background-color: rgba(111, 173, 170, .7);
  text-align: center;
}

.title-features.row2col2 {
  position: relative;
  top: 60px;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: rgba(177, 87, 194, .7);
  text-align: center;
}

.title-features.row3col1 {
  position: relative;
  top: 60px;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: rgba(230, 145, 34, .5);
  text-align: center;
}

.title-features.fenad {
  position: relative;
  top: 60px;
  z-index: 20;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}

.features-div {
  height: 8.9%;
  max-height: 0%;
  min-height: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 20px 23px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(163, 210, 214, .76), #6fadaa), url('../images/kidsHeadder.jpg');
  background-image: linear-gradient(180deg, rgba(163, 210, 214, .76), #6fadaa), url('../images/kidsHeadder.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.features-div.second {
  margin-right: 0px;
  background-color: #83cc97;
  background-image: -webkit-linear-gradient(270deg, hsla(77, 26%, 56%, .69), rgba(112, 156, 79, .96)), url('../images/sb3.jpg');
  background-image: linear-gradient(180deg, hsla(77, 26%, 56%, .69), rgba(112, 156, 79, .96)), url('../images/sb3.jpg');
  background-position: 0px 0px, 50% 68%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.features-div.second.row2col2 {
  position: static;
  left: 0px;
  top: -2px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  padding-bottom: 23px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(230, 145, 34, .76), #e69122 96%), url('../images/mechanic.jpg');
  background-image: linear-gradient(180deg, rgba(230, 145, 34, .76), #e69122 96%), url('../images/mechanic.jpg');
  background-position: 0px 0px, 50% 85%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.features-div.second.row3col2 {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(111, 173, 170, .76), #6fadaa), url('../images/mp16.jpg');
  background-image: linear-gradient(180deg, rgba(111, 173, 170, .76), #6fadaa), url('../images/mp16.jpg');
  background-position: 0px 0px, 50% 73%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.features-div.third {
  margin-right: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(114, 173, 132, .77), #508c62), url('../images/image010.jpg');
  background-image: linear-gradient(180deg, rgba(114, 173, 132, .77), #508c62), url('../images/image010.jpg');
  background-position: 0px 0px, 50% 68%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.features-div.third.row2col3 {
  padding-bottom: 23px;
  background-image: -webkit-linear-gradient(270deg, rgba(177, 87, 194, .7), rgba(177, 87, 194, .7) 99%), url('../images/vegetableprog.jpg'), url('../images/guatemala_2014_jeffrey_516186-320x207.jpg');
  background-image: linear-gradient(180deg, rgba(177, 87, 194, .7), rgba(177, 87, 194, .7) 99%), url('../images/vegetableprog.jpg'), url('../images/guatemala_2014_jeffrey_516186-320x207.jpg');
  background-position: 0px 0px, 50% 29%, 50% 59%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.features-div.third.ro3col3 {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(87, 194, 117, .75), rgba(87, 194, 117, .87)), url('../images/manualidad2.jpg'), url('../images/Guatemala_3_0.jpg');
  background-image: linear-gradient(180deg, rgba(87, 194, 117, .75), rgba(87, 194, 117, .87)), url('../images/manualidad2.jpg'), url('../images/Guatemala_3_0.jpg');
  background-position: 0px 0px, 50% 50%, 50% -39px;
  background-size: auto, 405px, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.features-div.row2col1 {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(177, 87, 194, .76), #b157c2), url('../images/IMG_0003.jpg');
  background-image: linear-gradient(180deg, rgba(177, 87, 194, .76), #b157c2), url('../images/IMG_0003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.features-div.row3col1 {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(230, 145, 34, .7), rgba(230, 145, 34, .93)), url('../images/camps.jpg');
  background-image: linear-gradient(180deg, rgba(230, 145, 34, .7), rgba(230, 145, 34, .93)), url('../images/camps.jpg');
  background-position: 0px 0px, 50% 55%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.features-div.fenad {
  background-image: -webkit-linear-gradient(270deg, rgba(87, 194, 117, .75), rgba(87, 194, 117, .7)), url('../images/image010.jpg');
  background-image: linear-gradient(180deg, rgba(87, 194, 117, .75), rgba(87, 194, 117, .7)), url('../images/image010.jpg');
  background-position: 0px 0px, 50% 67%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column {
  position: static;
  display: block;
  overflow: visible;
  height: 100%;
  min-height: 393px;
  padding-right: 0px;
  padding-left: 0px;
}

.column.row2-col3 {
  bottom: auto;
}

.column.row2 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  display: block;
  overflow: visible;
  height: 100%;
  min-height: 393px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.column.r1c2 {
  position: static;
}

.column.r1col2 {
  position: static;
  overflow: visible;
  text-align: right;
}

.column.row3col1 {
  top: auto;
  overflow: visible;
}

.navbar {
  position: fixed;
  left: 0px;
  top: -17px;
  right: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-color: #fff;
}

.navbar._2 {
  position: absolute;
  left: 0px;
  top: -17px;
  right: 0px;
  display: none;
}

.navbar._1 {
  display: block;
}

.section-title {
  display: block;
  margin-top: auto;
  margin-bottom: 33px;
  padding-top: 3px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.emphasized-text {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #122e36;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.emphasized-text.right {
  font-weight: 100;
  text-align: right;
}

.navigation-div {
  position: relative;
  top: 0px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.brand {
  position: relative;
  top: 15px;
  display: inline-block;
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-right-color: hsla(0, 0%, 100%, .22);
}

.brand.w--current {
  position: relative;
  top: 15px;
  display: block;
  width: 26%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.brand.w--current:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.brand.footer {
  float: none;
  border: 1px none hsla(0, 0%, 100%, .2);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.brand.footer:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.social-link-block {
  width: auto;
  margin-right: 2px;
  padding: 20px;
  border-right-style: none;
  background-color: #d1d1d1;
  background-image: url('../images/53f333fd1b92a02f2f930a05_facebook_footer.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.social-link-block:hover {
  border-right-width: 0px;
  border-right-color: transparent;
  background-color: #2a8241;
}

.social-link-block._3 {
  display: inline-block;
  width: auto;
  margin-top: 0%;
  margin-bottom: 15px;
  background-color: #d1d1d1;
  background-image: url('../images/53f3346a981411270eb11242_linkedin_footer.svg');
}

.social-link-block._3:hover {
  background-color: #2a8241;
  color: #000;
}

.social-wrapper {
  margin-top: 30px;
  text-align: center;
}

.portfolio-post {
  width: 100%;
  height: 300px;
  margin-bottom: 0px;
  background-image: url('../images/images.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.portfolio-post._3 {
  width: 100%;
  margin: 0% 0px;
  background-image: url('../images/monte-rico.jpg');
  background-position: 6% 50%;
  background-size: cover;
}

.portfolio-post._1 {
  background-image: url('../images/RioDulce-Castle.png');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-post._2 {
  background-image: url('../images/guatemala-city.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-name {
  position: static;
  z-index: 11;
  display: inline-block;
  width: 195px;
  height: auto;
  padding-top: 13px;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background-color: transparent;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.project-name:hover {
  background-color: hsla(0, 0%, 100%, .2);
  color: #fff;
}

.friends-section {
  display: block;
  margin-bottom: 3%;
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 5px none #000;
  border-bottom: 5px none #000;
  border-left: 1px none #000;
  background-color: transparent;
}

.client-column {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
}

.client-column:hover {
  opacity: 1;
}

.contact-us-section {
  display: block;
  margin-bottom: 0%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-linear-gradient(315deg, rgba(18, 46, 54, .6) 1%, hsla(0, 0%, 100%, .25)), url('../images/1280px-Lake_Atitlan_by_Szeke.jpg'), url('../images/Lake-Atitlán-Guatemala.jpg');
  background-image: linear-gradient(135deg, rgba(18, 46, 54, .6) 1%, hsla(0, 0%, 100%, .25)), url('../images/1280px-Lake_Atitlan_by_Szeke.jpg'), url('../images/Lake-Atitlán-Guatemala.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, no-repeat;
}

.form-field {
  min-width: 0px;
  border: 1px solid #000;
  font-family: Lato, sans-serif;
  color: #737373;
}

.form-field.message {
  height: 120px;
}

.form-text {
  display: inline-block;
  width: 336px;
  margin-right: 10px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-column {
  text-align: right;
}

.conatct-info-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.conatct-info-text.address {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.contact-row {
  margin-top: 80px;
}

.form-wrapper {
  margin-top: 0px;
}

.footer-section {
  position: static;
  left: 0px;
  top: 15%;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(18, 46, 54, .94), rgba(18, 46, 54, .94)), url('../images/across-above-a-city.jpg');
  background-image: linear-gradient(180deg, rgba(18, 46, 54, .94), rgba(18, 46, 54, .94)), url('../images/across-above-a-city.jpg');
  background-position: 0px 0px, 50% 1%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.footer-containner {
  text-align: center;
}

.menu-button {
  display: none;
}

.nav-menu {
  position: static;
  top: 0px;
  right: 0%;
  bottom: 0px;
  margin-right: auto;
  margin-left: 5%;
  float: right;
  opacity: 1;
}

.portfolio-column {
  display: block;
  overflow: hidden;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 1px 0px;
  border-right: 4px solid #fff;
}

.white-section {
  height: 10px;
}

.hero-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(18, 46, 54, .94), rgba(18, 46, 54, .94)), url('../images/across-above-a-city.jpg');
  background-image: linear-gradient(180deg, rgba(18, 46, 54, .94), rgba(18, 46, 54, .94)), url('../images/across-above-a-city.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.project-section {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 0%;
  margin-bottom: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: none;
  background-color: hsla(0, 0%, 100%, .75);
  font-family: Lato, sans-serif;
  color: #333;
  text-align: center;
}

.info-text {
  overflow: hidden;
  margin-bottom: 25px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 19px;
  line-height: 20px;
  text-align: left;
}

.info-text.para {
  margin-top: 67px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #737373;
  font-size: 22px;
  text-transform: uppercase;
}

.info-text.para._1 {
  margin-top: 5%;
}

.info-text.para._2 {
  margin-top: 0px;
  color: #737373;
}

.success {
  background-color: #2a8241;
  color: #fff;
}

.success-text {
  color: #fff;
  font-weight: 500;
}

.important-text {
  padding-bottom: 0px;
  color: #fff;
  letter-spacing: 1px;
}

.error-message {
  background-color: #000;
}

.error-text {
  color: #fff;
}

.navbar-scroll {
  position: fixed;
  left: 0px;
  top: -18px;
  display: none;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
  box-shadow: none;
}

.banner-section {
  position: relative;
  display: block;
  height: 65%;
  background-image: url('../images/Antigua_guatemala_2009.JPG');
  background-position: 50% 0px;
  background-size: 100% 134%;
  background-repeat: no-repeat;
}

.submit-button {
  display: none;
  margin-top: 30px;
  padding: 15px 20px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #2a8241;
  background-color: #2a8241;
  color: #fff;
}

.logo {
  display: inline-block;
  width: 100%;
}

.menutext {
  display: inline;
  margin-right: 0px;
  padding-right: 0px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.menutext:hover {
  color: #b12a1e;
}

.motospan {
  display: inline-block;
  max-height: 33%;
  margin-left: 23px;
}

.im {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 2px;
  float: left;
  border: 0px none #fff;
  -webkit-transition: bottom 200ms linear;
  transition: bottom 200ms linear;
}

.im:hover {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  max-width: 100%;
  margin: auto;
}

.im:active {
  z-index: 2;
}

.im._1 {
  width: 100%;
  height: 301px;
}

.im._2 {
  width: 100%;
  height: 250px;
}

.im._3 {
  display: block;
  width: 100%;
  height: 301px;
  margin-top: 0%;
  margin-bottom: 0%;
}

.im.bottom {
  height: 433px;
}

._3 {
  display: block;
  width: 75%;
  margin: 4% auto;
  color: #122e36;
}

.about-para {
  position: relative;
  top: 415px;
  bottom: auto;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 75%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  float: left;
  background-color: hsla(0, 0%, 100%, .5);
  color: #000;
  font-size: 21px;
  text-align: left;
}

.row2sec1 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 60px;
}

.row1sec1 {
  position: relative;
  left: 0px;
  top: -30px;
  right: 0px;
  bottom: 0px;
  min-height: 0px;
  border-bottom: 4px none #fff;
  border-left-style: none;
  border-left-color: #000;
}

.footerlogo {
  display: block;
  width: 91px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.navcol2 {
  left: 0px;
  top: 10px;
}

.sc {
  padding-left: 0px;
  text-align: center;
}

.rbtn {
  display: block;
}

.form {
  display: block;
  height: 572px;
}

.container-slide1 {
  position: relative;
  left: 0px;
  top: 25%;
  text-align: center;
}

.body {
  overflow: visible;
  padding-top: 2%;
  background-image: none;
}

.map-section {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-top: auto;
  margin-bottom: 10%;
  padding-top: 0px;
  border: 2px none #e69122;
  text-align: center;
}

.map-embed {
  position: relative;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 600px;
  margin-top: 0px;
  margin-bottom: 10%;
  padding-bottom: 0px;
  padding-left: 0px;
}

.locations-section {
  height: 695px;
  margin-top: 0%;
  margin-bottom: 3%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  text-align: center;
}

.loc-row {
  display: none;
}

.feature-div {
  width: auto;
  height: 300px;
  background-image: url('../images/kidsHeadder.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-div.fenad {
  background-image: url('../images/image010.jpg');
  background-size: auto;
}

.f-div-2 {
  height: 300px;
  background-image: url('../images/image010.jpg'), url('../images/Fenad2.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.feat-div3 {
  height: 300px;
  background-image: url('../images/IMG_0003.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.feat-div4 {
  height: 300px;
  background-image: url('../images/mechanic.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feat-div5 {
  height: 300px;
  background-image: url('../images/vegetableprog.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.row3 {
  position: relative;
  top: -90px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.feat-div6 {
  height: 300px;
  background-image: url('../images/camps.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feat-div7 {
  height: 300px;
  background-image: url('../images/mp8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feat-div8 {
  height: 300px;
  background-image: url('../images/manualidad2.jpg'), url('../images/women.jpg');
  background-position: 50% 50%, 50% -245px;
  background-size: cover, auto;
  background-repeat: repeat, no-repeat;
}

.info-sec {
  display: block;
  width: 100%;
  height: 137%;
  margin-bottom: 10%;
  padding-top: 10%;
  background-image: -webkit-linear-gradient(270deg, #fff, transparent 14%), url('../images/modified-palm-trees1.png');
  background-image: linear-gradient(180deg, #fff, transparent 14%), url('../images/modified-palm-trees1.png');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.info-sec2 {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  padding-top: 0px;
  background-color: transparent;
  background-image: none;
}

.info-para2 {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0%;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 1%;
  padding-bottom: 2%;
  padding-left: 1%;
  float: none;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #122e36;
  font-style: italic;
  text-align: left;
}

.mapdisplay {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.para {
  margin-bottom: 0px;
  padding-bottom: 3%;
}

.para._1 {
  position: static;
  width: auto;
  height: auto;
}

.para.loc {
  padding-bottom: 4%;
}

.pro-div {
  margin-top: 5%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #737373;
}

.div-cover {
  position: absolute;
  z-index: 2;
  display: block;
  width: 33%;
  height: 92%;
  margin-right: auto;
  margin-left: auto;
}

.div-cover.first {
  display: block;
  width: 100%;
}

.proaes-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.fenad-link {
  position: static;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.cg-para {
  margin-bottom: 0%;
  padding-top: 27px;
}

.cell-list {
  font-family: Lato, sans-serif;
  color: #737373;
  font-size: 14px;
  text-align: left;
}

.wm-shop-list {
  margin-top: 5%;
  color: #737373;
  font-size: 17px;
  text-align: left;
}

.rcg-para {
  margin-bottom: 37px;
  padding-left: 20px;
}

.sponsorship-form-button {
  display: none;
  width: 230px;
  height: 38px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 7px;
}

.cellgroupslink {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.shop-link {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.veg-link {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.camp-link {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.mission-link {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.lds-link {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.cover1 {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}

.cover2 {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}

.cover3 {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}

.colorbox3 {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  background-color: rgba(0, 0, 0, .85);
}

.colorbox2 {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  background-color: rgba(0, 0, 0, .85);
}

.colorbox1 {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  background-color: rgba(0, 0, 0, .85);
}

.loc-name-1 {
  position: static;
  z-index: 11;
  display: inline-block;
  width: 195px;
  padding-top: 13px;
  border: 1px solid hsla(0, 0%, 100%, .26);
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
}

.loc-name2 {
  position: static;
  z-index: 11;
  display: inline-block;
  width: 195px;
  padding-top: 13px;
  border: 1px solid hsla(0, 0%, 100%, .26);
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}

.map-left-cover {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 30%;
  height: 85%;
  background-color: transparent;
}

.rio-dulce-overview {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 500px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), #fff), url('../images/P1270746.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), #fff), url('../images/P1270746.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.rio-dulce-text {
  display: block;
  padding-right: 3%;
  padding-left: 3%;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
}

.rio-dulce-heading {
  margin-top: 0px;
  background-color: transparent;
  color: #000;
}

.guatemala-city-overview {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 500px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), #fff), url('../images/P2061145.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), #fff), url('../images/P2061145.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.guatemala-city-text {
  padding-right: 3%;
  padding-left: 3%;
  font-family: Lato, sans-serif;
  line-height: 20px;
  text-align: left;
}

.monterico-overview {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 500px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), #fff), url('../images/IMG_0003.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), #fff), url('../images/IMG_0003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.monterico-text {
  padding-right: 3%;
  padding-left: 3%;
  font-family: Lato, sans-serif;
  line-height: 20px;
  text-align: left;
}

.carousel {
  display: none;
  overflow: visible;
  width: 90%;
  margin: auto;
  border-style: none;
  border-width: 3px 1px 1px;
  border-color: #000;
}

.lb {
  width: 100%;
  height: 100px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.lb.nf {
  background-color: transparent;
}

.loc-lb {
  width: 100%;
  height: 99%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.text1 {
  width: 100%;
  height: 100%;
  margin-top: 0%;
  font-size: 19px;
  line-height: 17px;
  text-align: left;
}

.ul1 {
  text-align: center;
}

.ul2 {
  text-align: center;
}

.div2 {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
  padding-top: 4%;
  padding-left: 0px;
}

.p-col1 {
  padding-left: 0px;
}

.p-row {
  position: relative;
  top: 0px;
  padding-bottom: 3px;
}

.v-row {
  width: auto;
  height: 100%;
}

.v-image {
  width: 80%;
  height: auto;
}

.logo1 {
  margin-top: 5px;
}

.sponsor-sec {
  margin-top: 10%;
  margin-bottom: 3%;
  padding-bottom: 5%;
  background-image: -webkit-linear-gradient(90deg, transparent 81%, #fff), -webkit-linear-gradient(270deg, transparent 84%, #fff), -webkit-radial-gradient(circle farthest-side at 50% 50%, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2) 60%, #fff), url('../images/Antigua_guatemala_2009.JPG');
  background-image: linear-gradient(0deg, transparent 81%, #fff), linear-gradient(180deg, transparent 84%, #fff), radial-gradient(circle farthest-side at 50% 50%, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2) 60%, #fff), url('../images/Antigua_guatemala_2009.JPG');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

.sp-div1 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 20px;
  border: 0px none #000;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 22px 0 #000;
  text-align: center;
}

.sp-img {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 15px;
}

.sp-img._2 {
  margin-bottom: 35px;
}

.sp-head {
  font-size: 150%;
}

.sp-lb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.loc-row-2-for-mobile {
  display: none;
}

.mapdiv {
  display: block;
  height: 178px;
  margin-top: 10%;
  margin-bottom: 10%;
}

.column-footer {
  overflow: visible;
  text-align: center;
}

.footer-column-3 {
  text-align: center;
}

.friends-ul {
  text-align: center;
}

.about-div {
  position: static;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transform-origin: 150% 50% 0px;
  -ms-transform-origin: 150% 50% 0px;
  transform-origin: 150% 50% 0px;
  text-align: center;
}

.cimage {
  position: relative;
  display: inline-block;
}

.maincircle {
  position: absolute;
  left: 0px;
  bottom: 67px;
  display: inline-block;
  float: left;
  text-align: center;
}

.sc1 {
  position: relative;
  left: -536px;
  top: 145px;
  display: inline-block;
}

.sc2 {
  position: relative;
  left: -353px;
  top: 29px;
  display: inline-block;
}

.sc3 {
  position: relative;
  left: -249px;
  display: inline-block;
}

.ch {
  position: absolute;
  top: 84px;
  z-index: 1;
  display: block;
  width: 80%;
  height: 12%;
  margin-right: auto;
  margin-left: 10%;
  padding-left: 0%;
  border: 1px none #000;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, .8);
  text-align: center;
}

.ch._02 {
  position: absolute;
  top: 84px;
}

.cr-row {
  height: 908px;
  max-height: 961px;
  min-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.cr-col1 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.sc4 {
  position: relative;
  left: -260px;
  display: inline-block;
}

.info-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.esri-div1 {
  height: 100%;
}

.esriembed {
  height: 100%;
}

.esri-container {
  height: 500px;
}

.facts {
  text-align: center;
}

.info-heading {
  position: relative;
  top: 22%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
}

.info-slider-1 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.ifs2 {
  background-color: transparent;
  text-align: center;
}

.ifs4 {
  background-color: #fff;
}

.ifs-slider {
  width: 100%;
  height: 70px;
  margin-bottom: 0%;
  background-color: transparent;
}

.info-sldnav {
  display: none;
}

.info-para {
  top: 21px;
  display: block;
  overflow: visible;
  font-family: Oswald, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.ifs3 {
  background-color: #fff;
  text-align: center;
}

.i2s {
  text-align: center;
}

.i2 {
  background-color: transparent;
}

.i-row-1 {
  display: inline-block;
  height: 100%;
  background-color: transparent;
}

.info-col-2 {
  position: static;
  overflow: hidden;
  height: 827px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  text-align: center;
}

.info-embed {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.info-col1 {
  position: static;
  display: block;
  overflow: hidden;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.dt {
  padding-top: 12px;
}

.ic {
  margin-right: 10px;
}

.fb-embed {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 362px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.arrow-icon {
  display: none;
  overflow: hidden;
}

.dl {
  background-color: hsla(0, 0%, 100%, .8);
}

.dl.w--open {
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, .9);
}

.vid-row {
  border-style: solid none;
  border-width: 6px;
  border-color: #000;
  background-color: #000;
}

.vid-1 {
  display: block;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.info-slide1 {
  width: 100%;
  height: 100%;
}

.info-arrow-icon {
  position: relative;
  z-index: -1;
  margin: 300% 20px 0px;
  border-radius: 13px;
  background-color: transparent;
}

.info-arrow-icon.r {
  margin-top: 300%;
  margin-bottom: 0px;
}

.info-slider-div {
  width: 100%;
  height: 100%;
}

.info-ul {
  height: 100%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.li {
  font-style: italic;
  text-decoration: none;
}

.info-div {
  position: relative;
  display: block;
  width: 82%;
  height: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.info-slider-nav {
  position: relative;
  top: 0px;
  display: none;
}

.vid1 {
  position: relative;
  top: -2px;
  display: block;
  overflow: hidden;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  border: 3px none #000;
}

.videodiv {
  display: block;
  overflow: hidden;
  width: 60%;
  height: 60%;
  margin-right: auto;
  margin-left: auto;
}

.fbookdiv {
  height: 75%;
}

.pcol1div {
  height: 300px;
  padding: 1px;
  border: 2px solid #000;
  background-image: url('../images/image008.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 6px 6px 3px 0 #000;
}

.pcol1div._2 {
  background-image: url('../images/image010.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.head3 {
  color: #fff;
}

.fenad-text {
  background-color: #fff;
  color: #122e36;
}

.proaes-text {
  display: block;
  background-color: #fff;
}

.proaes-head {
  color: #fff;
}

.nf1 {
  display: block;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.link-1 {
  display: block;
  border-radius: 6px;
  background-color: #0098ff;
}

.f-col1 {
  padding-right: 0px;
  padding-left: 0px;
}

.fcol1 {
  padding-right: 0px;
  padding-left: 0px;
}

.f1 {
  display: block;
  margin-top: 3%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.f3 {
  display: block;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
}

.f4 {
  display: block;
  margin-top: -9px;
  margin-right: auto;
  margin-left: auto;
}

.body2 {
  background-image: none;
}

.logo-image {
  width: 133px;
  height: 127px;
  background-color: transparent;
}

.f-row {
  overflow: hidden;
}

.c-col2 {
  padding-right: 0px;
  padding-left: 0px;
}

.cim {
  width: 100%;
  padding: 1px;
}

.cim-1 {
  width: 100%;
  height: 301px;
  padding: 1px;
}

.c-para {
  top: -34px;
  margin-bottom: 0%;
  padding-left: 0px;
}

.s-im {
  width: 100%;
  height: 100%;
  padding: 1px;
}

.s-col {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.ca-im {
  width: 100%;
  padding: 1px;
}

.child-c2 {
  padding-right: 0px;
  padding-left: 0px;
}

.cc-im {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
}

.civ-im {
  padding-right: 1px;
  padding-left: 1px;
}

.c-im {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
}

.v-im {
  width: 100%;
  padding: 1px;
}

.rd-im {
  padding-left: 2px;
}

.city-col2 {
  padding-right: 0px;
  padding-left: 0px;
}

.mr-im {
  width: 100%;
  padding: 2px;
}

.v {
  display: block;
  height: 166px;
}

.h-col2 {
  padding-right: 0px;
  padding-left: 0px;
}

.h-im1 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 166px;
  margin-right: auto;
  margin-left: auto;
  padding: 2px;
}

.h-col1 {
  padding-right: 0px;
  padding-left: 0px;
}

.h-para {
  top: 3px;
}

.g-im {
  width: 100%;
  padding: 2px;
}

.goals-ul {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.c-col {
  padding-right: 0px;
  padding-left: 0px;
}

.contact-text {
  color: #fff;
  font-size: 18px;
  text-align: right;
}

.contact-container {
  overflow: hidden;
}

.mis-ul {
  font-size: 19px;
  text-align: left;
}

.mis-item {
  padding-bottom: 20px;
}

.new-pro {
  padding-top: 3%;
}

.p1 {
  margin-top: 20px;
}

.h-div2 {
  top: -8px;
}

.social-div {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 1000;
  display: inline-block;
  width: 70px;
  text-align: right;
}

.abs-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.fb-link-png {
  position: relative;
  left: -8px;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  width: 50px;
}

.blog-png {
  position: relative;
  left: 1px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 38px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.sp-form {
  text-align: left;
}

.label {
  display: inline-block;
  width: 93px;
}

.payment-options {
  padding-top: 12px;
  text-align: center;
}

.l2 {
  display: inline-block;
  text-align: center;
}

.l3 {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  text-align: center;
}

.num {
  display: inline-block;
}

.fb {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.form-drop-down {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.form-div {
  display: block;
  width: 501px;
  margin-right: auto;
  margin-left: auto;
}

.link {
  width: 113px;
  height: 50px;
}

.abs-link1 {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
}

.fl {
  color: #fff;
  text-shadow: none;
}

.r1 {
  color: #fff;
}

.designed-by {
  float: right;
}

.designed {
  display: inline-block;
  float: right;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
}

.po {
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
}

html.w-mod-js *[data-ix="portfolio-hover-animation"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="project-name-animation"] {
  opacity: 0.6500000000000001;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="skills-progress-line"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-2"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-3"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-4"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-5"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-6"] {
  width: 0px;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

html.w-mod-js *[data-ix="hero-heading"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 60px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 60px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="hero-subheader"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 60px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 60px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 60px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 60px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="arrow-left"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="arrow-right"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="col1-slider"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="video-is-all-the-way-to-the-left"] {
  opacity: 1;
  -webkit-transform: translate(-640px, 0px);
  -ms-transform: translate(-640px, 0px);
  transform: translate(-640px, 0px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-0-opacity"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-loc"] {
  -webkit-transform: translate(640px, 0px);
  -ms-transform: translate(640px, 0px);
  transform: translate(640px, 0px);
}

html.w-mod-js *[data-ix="close-button-initial-appearence"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="arrow-initial"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="about-hidden-div-inital"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="location1"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="overview-initial"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

@media (max-width: 991px) {
  body {
    height: 100%;
    margin-bottom: 10px;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 98px;
    letter-spacing: 2px;
  }
  .features-section {
    position: relative;
    bottom: 30px;
    margin-bottom: -30px;
    padding-top: 0%;
  }
  .nav-link {
    display: block;
    margin-right: 0%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 5px;
    border-style: solid solid none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
  }
  .nav-link:hover {
    border-color: hsla(0, 0%, 100%, .5);
    background-color: hsla(0, 0%, 100%, .5);
  }
  .nav-link.w--current {
    position: static;
    z-index: auto;
    display: block;
    margin-left: 0px;
    background-color: hsla(0, 0%, 100%, .09);
  }
  .nav-link.w--current:hover {
    background-color: hsla(0, 0%, 100%, .56);
  }
  .title-features.col3.row2col3 {
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .title-features.row1col1 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .title-features.slide-col2.row2 {
    overflow: hidden;
    height: 30px;
    background-color: rgba(230, 145, 34, .5);
    font-size: 14px;
    letter-spacing: 1px;
  }
  .title-features.slide-col2.row3col2 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .title-features.row2col2 {
    height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .title-features.row3col1 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .features-div {
    max-height: 0px;
  }
  .features-div.second.row2col2 {
    background-image: -webkit-linear-gradient(270deg, rgba(230, 145, 34, .5), #e69122 97%), url('../images/mechanic.jpg');
    background-image: linear-gradient(180deg, rgba(230, 145, 34, .5), #e69122 97%), url('../images/mechanic.jpg');
    background-position: 0px 0px, 50% 82%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .column {
    bottom: 0px;
  }
  .column.row2-col3 {
    position: relative;
    top: -60px;
    bottom: auto;
    background-color: transparent;
  }
  .column.row2 {
    position: relative;
    left: 0px;
    top: -30px;
    right: 0px;
    bottom: auto;
    overflow: visible;
    height: auto;
    color: #fff;
  }
  .column.row2.camps {
    top: -60px;
  }
  .column.r1col2 {
    min-height: 0px;
  }
  .column.row3col1 {
    position: relative;
    top: -60px;
  }
  .navbar {
    top: -8px;
    display: block;
    overflow: visible;
  }
  .section-title {
    font-size: 200%;
    font-style: normal;
  }
  .brand {
    left: 26px;
    display: block;
    width: 100%;
    text-align: right;
  }
  .brand.w--current {
    left: 24px;
    top: auto;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: right;
  }
  .portfolio-post {
    height: 350px;
    margin-bottom: 1px;
  }
  .portfolio-post._3 {
    background-size: cover;
  }
  .contact-us-section {
    overflow: hidden;
  }
  .form-field {
    font-weight: 300;
  }
  .form-field.message {
    height: 140px;
  }
  .contact-column {
    overflow: visible;
  }
  .footer-section {
    position: static;
    margin-bottom: 0px;
    padding-bottom: 60px;
    background-image: -webkit-linear-gradient(270deg, rgba(18, 46, 54, .94), rgba(18, 46, 54, .94) 98%), url('../images/1.jpg');
    background-image: linear-gradient(180deg, rgba(18, 46, 54, .94), rgba(18, 46, 54, .94) 98%), url('../images/1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .icon {
    margin-top: 5px;
    color: #122e36;
  }
  .menu-button {
    display: none;
    width: auto;
    height: 33px;
    padding: 5px 32px 5px 5px;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    position: relative;
    left: 6px;
    top: 0px;
    right: 0%;
    bottom: 0px;
    z-index: 0;
    display: none;
    overflow: visible;
    margin-top: 47px;
    margin-right: 0%;
    margin-left: 63%;
    padding-top: 0px;
    float: none;
    clear: none;
    background-color: rgba(18, 46, 54, .84);
    text-align: left;
  }
  .hero-section {
    background-image: -webkit-linear-gradient(270deg, rgba(18, 46, 54, .94), rgba(18, 46, 54, .94)), url('../images/1.jpg');
    background-image: linear-gradient(180deg, rgba(18, 46, 54, .94), rgba(18, 46, 54, .94)), url('../images/1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .project-section {
    background-image: none;
  }
  .info-text.para {
    line-height: 25px;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .logo {
    position: relative;
    top: -17px;
    width: 100%;
    max-width: 300%;
    margin-top: 9px;
  }
  .menutext {
    display: inline;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  .menutext:hover {
    color: #000;
  }
  .im {
    position: static;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
  .im:hover {
    position: relative;
    left: 0px;
    right: auto;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    max-width: 100%;
  }
  .im:active {
    z-index: 2;
  }
  .im._2 {
    height: 301px;
    -webkit-transition-property: none;
    transition-property: none;
  }
  .im._3 {
    width: 100%;
    -webkit-transition-property: none;
    transition-property: none;
  }
  .navbarcol {
    position: relative;
    text-align: right;
  }
  .row2sec1 {
    bottom: 0px;
    display: block;
    margin-bottom: 0px;
  }
  .row1sec1 {
    bottom: 40px;
  }
  .navcol2 {
    top: 15px;
    right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-slide1 {
    text-align: center;
  }
  .body {
    padding-top: 6%;
  }
  .map-section {
    margin-top: 52px;
  }
  .locations-section {
    position: relative;
    margin-top: 0%;
  }
  .row3 {
    position: relative;
    top: -30px;
  }
  .info-sec2 {
    position: static;
    overflow: visible;
    height: 100%;
    min-height: 1000px;
  }
  .info-para2 {
    position: static;
    top: 14px;
  }
  .para {
    padding-bottom: 5%;
  }
  .pro-div {
    padding-left: 0px;
  }
  .div-cover {
    display: block;
    width: 100%;
  }
  .div-cover.mobile {
    width: 100%;
    height: 92%;
  }
  .proaes-link {
    position: static;
    display: block;
  }
  .wm-shop-list {
    margin-top: 10%;
  }
  .text1 {
    height: 75%;
    margin-top: 10%;
  }
  .div2 {
    padding-top: 10%;
    padding-left: 0px;
  }
  .p-col1 {
    padding-left: 0px;
  }
  .sp-img._2 {
    margin-bottom: 31px;
  }
  .info-slider {
    max-height: 700px;
  }
  .i-row-1 {
    display: block;
    overflow: visible;
  }
  .info-col-2 {
    position: relative;
    top: -152px;
    overflow: visible;
    height: 40%;
  }
  .info-embed {
    width: 100%;
  }
  .info-col1 {
    top: 0px;
    height: 100%;
    max-height: 700px;
  }
  .fb-embed {
    min-height: auto;
  }
  .info-slide1 {
    max-height: 700px;
  }
  .info-arrow-icon {
    z-index: -6;
    margin-top: 250px;
    margin-bottom: 0px;
  }
  .info-arrow-icon.r {
    z-index: -2;
    margin-top: 250px;
  }
  .info-div {
    width: 100%;
    height: 100%;
    max-height: 700px;
  }
  .videodiv {
    width: 80%;
    height: 55%;
  }
  .fbookdiv {
    position: relative;
    height: 100%;
    padding-right: 0px;
  }
  .right {
    background-color: transparent;
  }
  .c-para {
    top: 0px;
  }
  .rd-im {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
  }
  .goals-ul {
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    list-style-type: disc;
  }
  .fb-link-png {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .hero-heading {
    position: static;
    left: 0px;
    right: 0px;
    display: inline-block;
    margin: 15px 5px 0px;
    font-size: 30px;
    line-height: 68px;
    font-weight: 400;
  }
  .hero-heading.second {
    position: relative;
    top: 0px;
    font-size: 40px;
  }
  .features-section {
    position: relative;
    bottom: 0px;
    overflow: visible;
    margin-top: 0%;
    margin-bottom: 5%;
    padding-top: 0px;
  }
  .title-features.col3.row2col3 {
    overflow: visible;
  }
  .features-div {
    margin-right: 0px;
  }
  .features-div.second {
    margin-right: 0px;
  }
  .features-div.second.row2col2 {
    background-image: -webkit-linear-gradient(270deg, rgba(230, 145, 34, .5), #e69122 97%), url('../images/mechanic.jpg');
    background-image: linear-gradient(180deg, rgba(230, 145, 34, .5), #e69122 97%), url('../images/mechanic.jpg');
    background-position: 0px 0px, 50% 79%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .column.row2-col3 {
    top: -30px;
    margin-bottom: -30px;
  }
  .column.row2-col3.mission {
    top: -60px;
  }
  .column.row2 {
    top: -30px;
    margin-bottom: -30px;
  }
  .column.r1c2 {
    position: relative;
    top: -30px;
  }
  .column.r1col2 {
    top: -27px;
    margin-bottom: -30px;
  }
  .column.row3col1 {
    margin-bottom: -30px;
  }
  .navbar {
    top: -37px;
    bottom: 762px;
    height: 112px;
    padding-bottom: 0px;
    background-color: #fff;
  }
  .emphasized-text {
    text-align: center;
  }
  .emphasized-text.right {
    text-align: center;
  }
  .navigation-div {
    background-color: #fff;
  }
  .brand {
    top: 45px;
    display: inline;
    width: 50%;
    padding-left: 31px;
  }
  .brand.w--current {
    position: relative;
    left: 18px;
    top: 34px;
    display: inline-block;
    overflow: visible;
    width: 50%;
    height: 61px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .social-wrapper {
    margin-bottom: 50px;
  }
  .portfolio-post {
    margin-bottom: 1px;
  }
  .friends-section {
    position: relative;
    top: 35%;
  }
  .client-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact-us-section {
    position: relative;
    top: 35%;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .conatct-info-text {
    padding-bottom: 13px;
    text-align: center;
  }
  .conatct-info-text.address {
    text-align: center;
  }
  .footer-section {
    position: relative;
    top: 35%;
    padding-bottom: 10px;
  }
  .menu-button {
    display: inline-block;
  }
  .nav-menu {
    margin-top: 70px;
    margin-left: 73%;
  }
  .portfolio-column {
    top: 20px;
  }
  .white-section {
    position: relative;
    top: 35%;
  }
  .hero-section {
    background-position: 0px 0px, 50% 50%;
  }
  .project-section {
    overflow: hidden;
    padding-bottom: 0px;
  }
  .info-text {
    top: 10px;
  }
  .info-text.para._1 {
    margin-bottom: 0%;
  }
  .info-text.para._2 {
    margin-top: 10%;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .banner-section {
    position: relative;
    z-index: 5;
    margin-bottom: auto;
  }
  .submit-button {
    margin-bottom: 70px;
  }
  .logo {
    position: relative;
    top: -17px;
    display: inline;
    overflow: visible;
    width: auto;
    height: 98px;
  }
  .motospan {
    margin-left: 0px;
  }
  .im {
    height: auto;
  }
  .im._1 {
    width: 100%;
  }
  .im._3 {
    width: 100%;
  }
  .navbarcol {
    display: inline-block;
    overflow: visible;
  }
  .row2sec1 {
    top: 0px;
  }
  .footerlogo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .navcol2 {
    top: 6px;
  }
  .nf {
    position: relative;
    left: 83px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .sc {
    position: relative;
    right: 48px;
  }
  .container-slide1 {
    display: block;
  }
  .locations-section {
    top: 35%;
    margin-top: 0%;
    padding-top: 0px;
  }
  .row3 {
    top: 30px;
  }
  .info-sec2 {
    overflow: visible;
    height: 75%;
  }
  .para {
    top: 0px;
    padding-top: 20px;
  }
  .para._1 {
    margin-bottom: 10%;
  }
  .div-cover {
    width: 100%;
    height: 92%;
  }
  .div-cover.first {
    height: 92%;
  }
  .cg-para {
    padding-bottom: 20px;
  }
  .wm-shop-list {
    margin-bottom: 10%;
  }
  .lb.nf {
    position: static;
    left: 0px;
    background-color: transparent;
  }
  .div2 {
    margin-bottom: 10%;
  }
  .p-col1 {
    margin-bottom: 10%;
  }
  .sponsor-sec {
    position: relative;
    top: 35%;
  }
  .i-row-1 {
    overflow: visible;
  }
  .info-col-2 {
    min-height: 601px;
  }
  .info-arrow-icon {
    margin-right: 35px;
    margin-left: 0px;
  }
  .info-arrow-icon.r {
    left: 35px;
    margin-right: 35px;
    margin-left: 0px;
  }
  .info-arrow-icon.l {
    right: 35px;
  }
  .videodiv {
    height: 45%;
  }
  .fenad-col {
    top: -30px;
  }
  .nf1 {
    background-color: #000;
  }
  .link-1 {
    display: inline;
    border-radius: 9px;
    background-color: #19daff;
    color: #000;
  }
  .h-im1 {
    width: 100%;
    height: 301px;
  }
  .h-para {
    padding-bottom: 20px;
  }
  .contact-text {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .hero-heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 3px;
  }
  .hero-heading.second {
    left: 0px;
    display: inline;
    font-size: 232%;
    line-height: 50px;
  }
  .features-section {
    top: 120px;
  }
  .title-features.col3.row2col3 {
    overflow: visible;
  }
  .features-div {
    margin-right: 0px;
  }
  .features-div.second {
    margin-right: 0px;
  }
  .column.row2-col3 {
    top: -30px;
  }
  .column.r1c2 {
    position: relative;
    left: 0px;
    top: -60px;
  }
  .navbar {
    top: -28px;
    display: block;
    height: 100px;
    background-color: #fff;
  }
  .emphasized-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .navigation-div {
    background-color: #fff;
  }
  .brand {
    top: 40px;
    width: 70%;
    text-align: left;
  }
  .brand.w--current {
    top: 19px;
    width: 70%;
    height: auto;
    text-align: left;
  }
  .brand.footer {
    left: 0px;
    padding-right: 0px;
  }
  .social-wrapper {
    margin-bottom: 40px;
  }
  .client-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-us-section {
    background-position: 0% 0%, 78% 50%;
    background-size: auto, cover;
  }
  .contact-column {
    text-align: center;
  }
  .conatct-info-text {
    text-align: center;
  }
  .conatct-info-text.address {
    text-align: center;
  }
  .footer-section {
    position: relative;
    margin-top: 10%;
    padding-bottom: 20px;
  }
  .icon {
    padding-right: 0px;
  }
  .menu-button {
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 0px;
  }
  .nav-menu {
    margin-top: 53px;
    margin-left: 57%;
  }
  .project-section {
    overflow: hidden;
  }
  .navbar-scroll {
    display: none;
  }
  .submit-button {
    padding-left: 1px;
    text-align: center;
  }
  .logo {
    position: relative;
    left: 0px;
    top: -10px;
    width: 100%;
    height: 57px;
    max-width: 300%;
  }
  .motospan {
    display: block;
    margin-left: 3px;
    text-align: center;
  }
  .navbarcol {
    position: static;
    height: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .row2sec1 {
    top: -120px;
  }
  .footerlogo {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 90px;
    margin-right: auto;
    margin-left: auto;
  }
  .navcol2 {
    top: -20px;
  }
  .nf {
    position: relative;
    left: 76px;
    overflow: hidden;
  }
  .sc {
    position: relative;
    left: -48px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .row3 {
    top: -90px;
  }
  .para {
    margin-top: 7px;
  }
  .pro-div {
    padding-left: 0px;
  }
  .wm-shop-list {
    margin-top: 15%;
  }
  .rcg-para {
    padding-left: 20px;
  }
  .info-col1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-arrow-icon {
    display: block;
    margin-top: 180px;
    margin-right: auto;
    margin-left: 0px;
  }
  .info-arrow-icon.r {
    left: auto;
    display: block;
    margin-top: 180px;
    margin-right: 50px;
    margin-left: auto;
  }
  .videodiv {
    width: 100%;
    height: 34%;
  }
  .right {
    left: 263px;
    width: 30px;
  }
  .left {
    right: 263px;
    width: 30px;
  }
  .h-para {
    padding-bottom: 20px;
  }
  .goals-ul {
    padding-left: 20px;
  }
}

