@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body{
    background-color: black;
    margin: 0;
    padding: 0 0 200px;
}

.btn{
  position: absolute;
  top: 55px;
  right: 25px;
  height: 45px;
  width: 45px;
  text-align: center;
  background: #1b1b1b;
  border-radius: 3px;
  cursor: pointer;
  transition: left 0.4s ease;
}
/* .btn.click{
  right: 260px;
} */
.btn span{
  color: #EDBE50;
  font-size: 28px;
  line-height: 45px;
}
.btn.click span:before{
  content: '\f00d';
}
.sidebar{
  position: fixed;
  width: 200px;
  height: 100%;
  right: -250px;
  background: #1b1b1b;
  transition: left 0.4s ease;
}
.sidebar.show{
  right: 0px;
}
.sidebar .text{
  color: white;
  font-size: 25px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  background: #1e1e1e;
  letter-spacing: 1px;
}
nav ul{
  background: #1b1b1b;
  height: 100%;
  width: 100%;
  list-style: none;
}
nav ul li{
  line-height: 60px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
nav ul li:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
nav ul li a{
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 12px;
  padding-left: 40px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-left: 3px solid transparent;
}
nav ul li.active a{
  color: #EDBE50;
  background: #1e1e1e;
  border-left-color: #EDBE50;
}
nav ul li a:hover{
  background: #1e1e1e;
}
nav ul ul{
  position: static;
  display: none;
}
nav ul .feat-show.show{
  display: block;
}
nav ul .serv-show.show1{
  display: block;
}
nav ul ul li{
  line-height: 42px;
  border-top: none;
}
nav ul ul li a{
  font-size: 12px;
  color: #e6e6e6;
  padding-left: 50px;
}
nav ul li.active ul li a{
  color: #e6e6e6;
  background: #1b1b1b;
  border-left-color: transparent;
}
nav ul ul li a:hover{
  color: #EDBE50!important;
  background: #1e1e1e!important;
}
nav ul li a span{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.4s;
}
nav ul li a span.rotate{
  transform: translateY(-50%) rotate(-180deg);
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #202020;
  z-index: -1;
  text-align: center;
}
.content .header{
  font-size: 45px;
  font-weight: 600;
}
.content p{
  font-size: 30px;
  font-weight: 500;
}

.sidebar{
  /* position: absolute; */
  z-index: 3;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    color: #EDBE50;
    text-decoration: none;
    font-size: 13px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #EDBE50;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width: 100%;
}

nav .fa{
    display: none;
}

@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
        color: #EDBE50;
    }
    .nav-links{
        position: absolute;
        background: black;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 0.5s;

    }
    nav .fa{
        display: block;
        color: #EDBE50;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
		color: #EDBE50;
    }
	.nav-links ul li a{
		color: #EDBE50;
	}
} */

.About{
    /* width: 100%; */
    text-align: center;
    padding: 30px 0;
}

.About h3{
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 600;
}

.About p{
    margin-bottom: 35px;
}

.About img{
    width: 200px;
    height: 250px;
    border-radius: 5px;
}

.icons{
    text-align: center;
    font-size: 100px;
    margin-bottom: 50px;
}

.icons p{
    color: #777;
    font-size: 30px;
    margin-bottom: 200px;
}

.icons a{
    font-size: 30px;
    text-decoration: none;
}

.icons .fa{
    color: #EDBE50;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
    margin-top: -10vh;
    
}

@media(max-width: 700px){
    .course h1{
        font-size: 30px;
    }
    .course p{
        font-size: 20px;
    }
    .icons{
        font-size: 50px;
    }
    .icons p{
        font-size: 12px;
    }
    .footer{
        /* position: fixed; */
        /* bottom: 0%; */
        /* min-height: 100vh; */
        /* left: 0%; */
        /* transform: translateX(-0.1%);
        width: 100%;
        height: 200px;
        text-align: center;
        padding: 30px 0;
        color: #EDBE50;
        font-size: 10PX; */
        margin-top: 300px;
        margin-bottom: -500px;
    }
}

/* .footer{
    font-size: 14px;
    text-align: center;
    color: #777;
    margin-top: 2vh;
    margin-bottom: 0;
} */

nav img{
    width: 100px;

}

.course{
    text-align: center;
    margin-bottom: 150px;
}

.course h1{
    color: #EDBE50;
    margin-bottom: 10px;
}

.course p{
    color: rgba(141, 141, 130, 0.596);
    font-size: 30px;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
	/* overflow-y: hidden; */
	background-color: #070707;
}

/* .course:hover .overlay {
    width: 100%;
    left: 0;
  } */

  .footer{
    /* position: fixed; */
    bottom: 0%;
    /* min-height: 100vh; */
    /* left: 0%; */
    transform: translateX(-0.1%);
    width: 100%;
    height: 200px;
    text-align: center;
    /* padding: 30px 0; */
    color: #EDBE50;
    font-size: 10PX;
    margin-top: 400px;
    margin-bottom: -200px;
}

@media(max-width: 700px){
    .course{
        margin-top: 50px;
    }
    .icons p{
        margin-bottom: 100px;
    }
}