html, body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  /* font-size: 10px; */
  overflow-x: hidden;
}

p,
blockquote {
  font-size: 0.9em;
  line-height: 1.6em;
}

ul {
  list-style-type: none;
}

.container {
  text-align: center;
  padding: 0.8em 1.2em;
  margin: auto;
  width: 80%;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #142649;
  border-bottom: #d89b17 1px solid;
  z-index: 1;
}

.nav-container {
  width: 100%;
  /* max-width: 117rem; */
  margin: 0 auto;
  padding: 0 0.5rem;
}

.menu-icons {
  color: #eee;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1500;
}

nav {
  display: flex;
  align-items: center;
  width: 100%;
  /* height: 6rem; */
  border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}

.logo {
  float: left;
}

.logo img {
  width: 12rem;
  /* height: 5rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5rem;
  margin-left: 1rem;
}

.nav-list {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  display: none;
  flex-direction: column;
  align-items: initial;
  background: rgba(36, 41, 44, 0.911);
  z-index: 1000;
  overflow-y: scroll;
  /* width: 60%; */
  margin-top: 0;
  padding-top: 1.7rem;
}

nav ul {
  text-align: left;
}

.nav-list>li {
  line-height: 4rem;
}

.nav-list li {
  line-height: 4rem;
  position: relative;
}

.sub-menu li {
  line-height: 3rem;
}

.nav-list a {
  display: block;
  color: #eee;
  padding: 0 1.2rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 650ms;
}

.nav-list a:hover {
  color: #d89b17;
}

.sub-menu {
  position: initial;
  border: 3px solid transparent;
  border-left-color: #d89b17;
  margin-left: 1rem;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

.sub-menu::before {
  display: none;
}

.nav-list li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: initial;
}

.nav-list li:hover>.sub-menu {
  top: 8rem;
  opacity: 1;
  visibility: visible;
}

.menu-icons {
  display: block;
}

.ion-md-close {
  display: none;
}

nav.active .ion-md-close {
  display: block;
}

nav.active .ion-md-menu {
  display: none;
}

nav.active .nav-list {
  display: flex;
}

.nav-list .active a {
  color: #d89b17;
  font-weight: 600;
}


/* HERO SECTION */
.hero_section {
  padding: 0;
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: 120px;
  height: 100vh;
}

.hero_content {
  text-align: center;
  margin: auto 0;
  padding: 10% 0;
}

.hero_section h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 2.6em;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.hero_content .hohoe_zongo{
  font-weight: 700;
  color: #d89b17;
}

/* .hero_content h1 span {
  color: #f3b635;
} */

.hero_section a {
  /* margin: 30px 30px 0 0; */
  padding: 15px 20px 15px 20px;
  border-radius: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85em;
}

.orange_btn {
  background-color: #fff;
  border: #f3b635 1px solid;
  color: #f3b635;
}

.hero_content .orange_btn {
  padding: 15px 35px;
  display: block;
  width: 80px;
  text-align: center;
}

.orange_btn:hover {
  background-color: #f3b635;
  border: #f3b635 1px solid;
  color: #000;
}

.blue_btn {
  background-color: #fff;
  border: #142649 1px solid;
  color: #142649;
}

.hero_content .blue_btn {
  padding: 15px 35px;
  /* display: block; */
  /* display: contents; */
  width: 80px;
  text-align: center;
}

.blue_btn:hover {
  background-color: #142649;
  border: #142649 1px solid;
  color: #fff;
}

.txt-type>.txt {
  border-right: 0.2rem solid #777;
}

/* ABOUT SECTION */
.about_section {
  width: 100vw;
  color: #fff;
  padding: 2em 0 0 0;
  margin-top: -150px;
}

.about_content {
  height: 100%;
  background: #142649;
  color: #fff;
  padding: 5em 0 5em;
  /* margin-top: -90px; */
  /* margin-bottom: 90px; */
  /* display: block; */
}

.about_section .left {
  display: none;
}

.about_section .left img {
  /* width: 120px; */
  width: 90%;
  /* margin-top: -40px; */
}

.about_section .middle {
  text-align: center;
  text-transform: uppercase;
  background-color: #f3b635;
  color: #142649;
  word-spacing: 3px;
}

/* .about_section .middle img {
  width: 120px;
  margin-top: -40px;
} */

.about_section .middle h2 {
  margin-top: -5px;
  /* padding-top: -50px; */
}

.about_section .right {
  /* margin-top: -50px; */
  margin-bottom: 50px;
}

.about_section .right p {
  padding: 30px 50px 30px 50px;
  font-weight: 100;
  margin-top: -30px;
  margin-bottom: 30px;
  word-spacing: 5px;
  font-size: 1.1em;
}

.about_section .last {
  background: none;
  font-weight: 200;
  padding: 25px 50px 55px 50px;
  /* height: 100%; */
  margin-top: -100px;
  background-image: url(../images/hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.about_section .last h3 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2em;
}

h3 span.orangeColor {
  color: #f3b635;
  font-weight: 600;
}

.about_section .last p {
  font-size: 1.15em;
}

.about_section .last .strong {
  padding-bottom: 30px;
}

.about_section .last .orange_btn {
  padding: 15px 25px;
  background: none;
  text-decoration: none;
  border-radius: 1px;
  margin-top: 20px;
}

.about_section .last .orange_btn:hover {
  color: #142649;
  background: #f3b635;
}

/* VIDEO TILE */
.hoztec_video {

}
.img-tile {
  overflow:hidden;
}
.img-tile img {
  width:100%;
}
.hoztec_video_tile .videoDiv {
  background-image: url(../img/why-you-should-learn-coding-bill.jpg); 
  min-height: 320px; 
  background-position: center center" 
}
.hoztec_video_tile:hover .video-play-button {
  transform: scale(1.2); 
  box-shadow: 0 5px 10px rgba(0,0,0,.2); 
  z-index: 10}



/* HOZTEC_PROGAMS */
.hoztec_programs {
  width: 100%;
  color: rgb(56, 56, 56);
}
.head_text{
  padding: 15px 0;
}
.head_text h3 {
  font-size: 2.5em;
  font-weight: 250;
}
.head_text p {
  font-size: 17px;
  font-weight: 100;
  margin-top: -20px;
}
.hoztec_programs ul {
  margin: 0;
  padding: 0;
}
.hoztec_programs .card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.hoztec_programs ul li img{
  width: 100%;
}
.card_content{
  padding: 25px 20px;
}
.card_content h2{
  color: red;
  font-size: 1.7rem;
}
.card_content p{
  font-size: 0.85rem;
}
.card:hover {
  background: #142649;
  color: #fff;
  box-shadow: 0 0 20px rgba(10, 10, 10, 0.24);
}
.card:hover h2{
  color: yellow;
}
.card:hover p{
  color: yellow;
}


/* UPCOMING EVENTS */
.hoztec_events {
  width: 100vw;
  color: #000;
  margin: 0;
  padding: 0;
}
.hoztec_events ul {
  margin: 0;
  padding: 0;
}
.hoztec_events ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  height: 200px;
  border-radius: 7px;
  border: rgba(81, 81, 94, 0.288) solid 0.5px;
  color: #fff;
  /* background-image: url(../images/event/upcoming_event.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(10, 10, 10);
}
.hoztec_events ul li:nth-child(1) {
  background-image: url(../images/event/upcoming_event.jpg);
  height: 250px;
}
.hoztec_events ul li:nth-child(2){
  order: -1;
}
.event_content{
  font-size: 1.2em;
}
.event_content h4 {
  color: #d89b17;
  font-size: 1.5em;
}
.event_content p {
  font-weight: 100;
  margin-top: -20px;
}
.event_content span{
  font-weight: 400;
  font-size: 1.2em;
  color: #d89b17;
}
.hoztec_events ul li:hover {
  font-size: 1.5em;
  width: 100%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background-color:#0a1429;
  border: 3px rgba(32, 32, 32, 0.514) solid;
}

/* FOOTER */
.contact_us {
  font-size: 2em;
}
.location_content h4{
  font-size: 1.1em;
  padding-left: 45px;
}
.location_social {
  padding-left: 45px;
}
.location_social p{
  margin: 0;
}
.location_social img {
  height: 29px;
}
.fb_feed {
  padding-top: 15px;
}

/* HOZTEC COPYRIGHT */
.hoztec_copyright{
  display: inline-block;
  font-size: 1em;
  color: #2222229a;
  background-color: #fff;
  width: 100%;
}
.hoztec_copyright ul li{
  display: inline-block;
  padding: 5px 20px;
}
.hoztec_copyright ul li a{
  text-decoration: none;
  color: #2222229a;
}

@media (max-width: 767px) {
  .hoztec_copyright ul li{
    display: block;
  }
}










.rightHalf p {
  color: #fff;
  font-weight: 200;
  font-size: 1.2em;
}

.footer-middle .middleHalf p {
  color: #fff;
  text-align: center;
  font-weight: 200;
  font-size: 1rem;
  padding-bottom: 15px;
}

.middleHalf .orange_btn {
  /* color: #000; */
  background: #d89b17;
  padding: 12px 25px 12px 25px;
  font-weight: 200;
}

.middle-container .leftHalf h3 {
  text-align: center;
}

.leftHalf ul {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* ABOUT US PAGE */
.about-column {
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: 110px;
}

.about-column h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 100;
}

.about-column h4 {
  font-size: 1.8rem;
  font-weight: 200;
}

.about-column .mission, .vision {
  text-align: left;
  margin: 0 auto;
  /* padding: 10% 0; */
}

.mission p, .vision p {
  color: rgb(112, 112, 112);
  font-size: 1.1em;
  font-weight: 200;
}

.mission p:hover, .vision p:hover {
  color: #fff;
}

.mission, .vision {
  background: none;
  color: #142649;
  border-bottom: #142649 1px solid;
  padding: 20px;
}

.mission:hover, .vision:hover {
  background: #142649;
  color: #fff;
  transition: background-color 1s;
  /* padding: 20px; */
}


/* TEAM CARD */
.team {
  padding: 0;
  margin: 100px auto 100px auto;
  width: 90%;
}

.team h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 100;
}

.team-column {
  width: 80%;
  /* height: auto; */
  display: block;
  text-align: center;
  padding: 0;
  background: rgb(248, 247, 247);
  border: #14264936 1px solid;
  margin: 1rem auto 1rem auto;
  transition: background-color 1s;
}

.team-column:hover {
  background: #142649;
  color: #fff;
}

.team-column img {
  width: 60%;
  border-radius: 100%;
}

.team-card {
  padding: 10px;
}

.title {
  margin: -10px 0 -10px 0;
}

.title,
.team-container p:nth-child(4) {
  color: rgb(170, 170, 170);
  font-weight: 300;
}

.team-container:hover {
  /* color: rgb(255, 255, 255); */
  font-weight: 300;
}

.team-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#more {
  display: none;
}

#more1 {
  display: none;
}

#more2 {
  display: none;
}

#more3 {
  display: none;
}

#more4 {
  display: none;
}

#more5 {
  display: none;
}

#more6 {
  display: none;
}

#more7 {
  display: none;
}

#more8 {
  display: none;
}

#more9 {
  display: none;
}

#more10 {
  display: none;
}

#more11 {
  display: none;
}

#more12 {
  display: none;
}

#more13 {
  display: none;
}

#more14 {
  display: none;
}

.team-container button {
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  background: #142649;
  padding: .3rem .8rem .3rem .8rem;
  border: 1px #fff solid;
}

.team-container button:hover {
  color: #142649;
  background: #fff;
}

/* JOIN US PAGE */
.join-column {
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: 110px;
}

.join-column h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
}

.join-column h4 {
  font-size: 1.8rem;
  font-weight: 400;
}

.join-column .join {
  text-align: left;
  margin: 0 auto;
  background: none;
  border-bottom: #142649 1px solid;
  padding: 0 0 2rem 0;
}

.join img {
  width: 90%;
  margin: 0 auto 0 auto;
}

.join p {
  color: rgb(112, 112, 112);
  font-size: 1.1em;
  font-weight: 200;
  padding: 5px;
  margin-bottom: 10px;
}

.join a {
  font-size: 1.4rem;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  text-decoration: none;
  display: block;
  width: 5rem;
  margin-top: 1rem;
  text-align: center;
}


/* BLOG */
.blog-column {
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 50px;
}

.blog-header {
  background-image: url(../images/hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  padding-top: 20px;
  text-align: center;
}

.blog-header:hover {
  transition: font-size 2s;
}

.blog-header p {
  display: inline-block;
  padding: 20px 20px 0 20px;
}

.blog-header p, .blog-header
h3 {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
}

.blog-column h3 {
  font-size: 1.8rem;
  font-weight: 400;
}

.blog-column h4 {
  font-size: 1.8rem;
  font-weight: 400;
}

.blog p {
  text-align: left;
  padding: 0 150px .2rem 150px;
  font-size: 1.3rem;
  font-weight: 200;
}

.blog .faded {
  color: rgb(145, 145, 145);
  font-weight: 200;
  padding-top: .5rem;
}


/* GALLERY */
.galleries-column {
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  margin-top: 110px;
}

.galleries-column h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 200;
}

.open-lightbox>.gallery-column {
  padding: 0 8px;
}

.open-lightbox:after {
  content: "";
  display: table;
  clear: both;
}

.gallery-column {
  float: left;
  /* width: 18%; */
  width: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.modal-content img {
  width: 100%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.gallery-slides {
  display: none;
}

.gallery-column img {
  width: 100%;
}

/* Next & previous buttons */
.previous,
.nextp {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.nextp {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a blak background color with a little bit see-through */
.previous:hover,
.nextp:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.actives,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* DESKTOP SIZE */
/* SCREEN SIZE OF 650PX TO 875PX*/
@media only screen and (min-width: 650px) {

  .about_section .right {
    /* width: 35%; */
    /* height: 120px; */
  }

  /* TESTIMONIALS */
  .mySlides img {
    width: 20%;
  }
}

/* SCREEN WIDTH OF 875PX TO 1024 */
@media only screen and (min-width: 875px) {
  .hero_section {
    margin-top: 110px;
  }

  /* ABOUT US */
  .about_section {
    width: 100%;
    height: 100vh;
    color: #fff;
    padding: 4em 0 2em;
    margin-top: -110px;
    margin-bottom: 30px;
    background-image: url(../images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .about_content {
    width: 15%;
    height: 110px;
    background: #142649;
    color: #fff;
    padding: 4em 0 2em;
    float: left;
    margin-top: -150px;
  }

  .about_section .left {
    display: block;
    width: 20%;
  }

  .about_section .middle {
    width: 20%;
    /* padding: 0 20px 0 20px; */
    margin-top: -150px;
    font-size: 1em;
  }

  .about_section .right {
    width: 45%;
    height: 110px;
  }

  .about_section .right p {
    word-spacing: 1px;
    padding: 0 20px 0 20px;
    margin-top: -30px;
    font-size: 1em;
  }

  .about_section .last {
    float: none;
    padding: 15px 35px 15px 70px;
    margin-top: -30px;
    background: none;
    width: 70%;
    font-size: 0.9em;
  }

  /* OUR PROGRAMS */
  .hoztec_programs {
    margin: 0;
  }

  .hoztec_programs img {
    width: 25%;
  }

  .hoztec_programs ul {
    display: flex;
  }

  .hoztec_programs ul li {
    margin-bottom: 0;
    margin-left: 5px;
  }

  /* OUR UPDATES */
  .hoztec_events {
    margin: 0;
  }

  .hoztec_events img {
    width: 20%;
  }

  .hoztec_events ul {
    display: flex;
    margin-top: -1em;
    align-items: center;
  }

  .hoztec_events ul li {
    margin-bottom: 0;
    margin-left: 5px;
    width: 30%;
    transition: width 1.5s, height 1.5s;
    -webkit-transition: width 1.5s, height 1.5s;
  }

  .hoztec_events ul li p {
    padding: 0 0.8em;
  }

  .hoztec_events .bigger {
    width: 500px;
    height: 250px;
    transition: width 1.5s, height 1.5s;
    -webkit-transition: width 1.5s, height 1.5s;
  }

  /* TESTIMONIALS */
  .mySlides .name {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .mySlides .position {
    padding-top: 0;
  }

  .text {
    font-size: 18px;
    width: 100%;
  }

  .mySlides img {
    width: 10%;
  }

  /* FOOTER */
  .footer-upper .container h3 {
    display: inline;
    font-size: 36px;
  }

  /* GALLERY */
  .gallery-column {
    width: 30%;
  }
}

/* SCREEN SIZE OF 1024PX TO 1600PX*/
@media only screen and (min-width: 1024px) {
  .logo {
    float: left;
    z-index: 10000;
  }

  /* ABOUT US */
  .about_section {
    /* width: 100%;
    height: 100vh;
    color: #fff;
    padding: 4em 0 2em;
    margin-top: 80px;
    margin-bottom: 20px;
    background-image: url(../images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
  }

  .container1 {
    width: 15%;
    height: 110px;
    background: #142649;
    color: #fff;
    padding: 4em 0 2em;
    float: left;
    margin-top: -150px;
  }

  .about_content .left {
    display: block;
  }

  .about_content .right {
    width: 35%;
    height: 110px;
    /* margin-top: 0; */
  }

  .about_content .right p {
    word-spacing: 2px;
    padding: 0 20px 0 20px;
    margin-top: -30px;
  }

  .about_content .last {
    float: none;
    padding: 25px 50px 25px 100px;
    margin-top: -25px;
    background: none;
    padding-top: 90px;
    width: 50%;
  }

  /* OUR PROGRAMS */
  .hoztec_programs {
    margin: 0;
  }

  .hoztec_programs img {
    width: 20%;
  }

  .hoztec_programs ul {
    display: flex;
    margin-top: -1em;
    align-items: center;
  }

  .hoztec_programs ul li {
    margin-bottom: 0;
    margin-left: 20px;
    width: 50%;
  }

  .hoztec_programs ul li p {
    padding: 0 0.8em;
  }

  /* OUR UPDATES */
  .hoztec_events {
    margin: 0;
  }

  .hoztec_events img {
    width: 20%;
  }

  .hoztec_events ul {
    display: flex;
    margin-top: -1em;
    align-items: center;
  }

  .hoztec_events ul li {
    margin-bottom: 0;
    margin-left: 5px;
    width: 30%;
    transition: width 1.5s, height 1.5s;
    -webkit-transition: width 1.5s, height 1.5s;
  }

  .hoztec_events ul li p {
    padding: 0 0.8em;
  }

  .hoztec_events .bigger {
    width: 500px;
    height: 250px;
    transition: width 1.5s, height 1.5s;
    -webkit-transition: width 1.5s, height 1.5s;
  }

  /* TESTIMONIALS */
  .mySlides .name {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .mySlides .position {
    padding-top: 0;
  }

  .text {
    font-size: 18px;
    width: 100%;
  }

  .mySlides img {
    width: 10%;
  }

  /* .pc-show {
    display: none;
  } */

  .column {
    display: flex;
  }

  h1 {
    font-size: 2.5em;
    margin: 0;
  }

  nav ul {
    width: 40%;
  }

  /* .column .right img {
    width: 550px;
    margin-top: 40px;
  } */

  /* .column .left .blue_btn {
    margin-left: -20px;
    padding-left: 22px;
    padding-right: 22px;
  } */

  /* OUR PARTNERS */
  .partnerSlides {
    padding: 0 200px 0 250px;
  }

  /* FOOTER */
  .footer-upper .container h3 {
    font-size: 30px;
  }

  .footer-upper .container p {
    font-size: 15px;
    font-weight: 100;
    padding-right: 20px;
  }

  .footer-upper input {
    display: inline-block;
    width: 350px;
    margin-right: 8px;
  }

  .footer-upper input[type="button"] {
    width: 150px;
    color: #fff;
    padding: 10px;
    display: inline-block;
  }

  .footer-middle {
    width: 100%;
    background: #142649;
    color: #000;
    padding: 3em 0;
    text-align: left;
  }

  .footer-middle .middle-container .rightHalf {
    margin-left: 50px;
    padding: 0 0 0 50px;
    width: 30%;
    text-align: left;
    float: left;
  }

  .footer-middle img {
    width: 180px;
    margin-top: -25px;
    margin-bottom: 20px;
    margin-left: 15px;
  }

  .rightHalf .sm-links img {
    width: 45px;
    margin-left: 15px;
  }

  .rightHalf p {
    margin-left: 10px;
    margin-top: -10px;
  }

  .footer-middle .middleHalf {
    width: 30%;
    text-align: left;
    float: left;
    margin-top: -30px;
    margin-left: -20px;
    margin-right: 20px;
  }

  .footer-middle .middleHalf p {
    text-align: left;
    /* margin-right: 20px; */
  }

  .rightHalf ul li {
    font-weight: 200;
    font-size: 1.3em;
  }

  .footer-middle .middle-container .leftHalf {
    text-align: center;
  }

  /* .pc-show {
    display: flex;
    width: 100%;
  } */

  .nav-container {
    width: 85%;
    margin: 0 auto;
  }

  /* .show-desktop {
    display: block;
    margin: 0 auto 13% auto;
  }

  .hide-desktop {
    display: none;
  } */

  .menu-icons {
    color: #eee;
    font-size: 4rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1500;
    display: none;
  }

  nav {
    height: 3.5rem;
    max-height: 5rem;
  }

  .nav-list {
    display: flex;
    justify-content: flex-end;
    width: 90%;
    background: none;
    flex-direction: row;
    position: absolute;
    padding: 0;
    overflow: visible;
    /* margin-right: 5rem; */
    height: 5rem;
  }

  .sub-menu li {
    line-height: 3rem;
  }

  .nav-list a {
    font-size: 0.9rem;
  }

  .nav-list a:hover {
    color: #d89b17;
  }

  .sub-menu {
    width: 10rem;
    display: block;
    position: absolute;
    background-color: #191919;
    z-index: 100;
    top: 10rem;
    /* text-align: left; */
    opacity: 0;
    visibility: hidden;
    transition: all 650ms ease;
    border: none;
    left: 0;
  }

  .sub-menu::before {
    content: "";
    position: absolute;
    top: -2.1rem;
    left: 3rem;
    /* border: 1.2rem solid transparent; */
  }

  .nav-list li:hover>.sub-menu {
    top: 5rem;
    opacity: 1;
    visibility: visible;
  }

  /* SCROLL ANIMATION */
  .scroll {
    width: 30px;
    animation: move 1s infinite alternate;
  }

  @keyframes move {
    0% {
      transform: translateY(0px);
    }

    100% {
      transform: translateY(20px);
    }
  }

  /* MEET THE TEAM */
  .team {
    width: 90%;
    padding: 0;
    /* display: block; */
    margin: 100px auto 100px auto;
    width: 90%;
    background: none;
  }

  .team .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
    gap: 20px 10px;
    overflow: hidden;
  }

  .team-column {
    display: flex;
    margin-bottom: 16px;
    padding: 0 2px;
    /* margin: 0 2px 5px 2px; */
  }

  .team-container p:nth-child(4) {
    padding: 0 8px;
  }


  .team-container h2 {
    font-size: 1rem;
  }

  .team-container::after,
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  /* JOIN US PAGE */
  .join-column {
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
  }

  .join-column h3 {
    font-size: 2rem;
    text-align: center;
    font-weight: 100;
    padding-bottom: 3rem;
  }

  .join-column h4 {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
  }

  .join-column .join {
    text-align: left;
    margin: 0 auto;
    padding: 0 0 2rem 0;
  }

  .join img {
    width: 40%;
    margin: 0 auto 0 auto;
  }

  .join p {
    color: rgb(112, 112, 112);
    font-size: 1.7em;
    font-weight: 200;
    width: 55%;
    float: right;
    padding: 0 5px;
    margin-top: -5px;
    /* background: #000; */
    /* margin-top: -20px; */
  }

  .join a {
    text-align: center;
  }

  /* BLOG */



  /* GALLERY */
  .gallery-column {
    width: 23%;
  }
}

/* media query for mobile */
@media screen and (max-width: 600px) {
  /* .hoztec_events ul li:nth-child(2){
    order: -1;
    background-color: yellow;
  } */
}