/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

*{
  padding: 0;
  margin: 0;
}
/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  padding: 0;

}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}


.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }
      
.banner{
  background-color: #000;
  width: 100%;
  background-image: url(../images/h_bg_img.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 80vh;
  margin: 0px;
}
.title_div{  
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius:20px;
}
.title1{
  font-size: 26pt;
}
.title2{
  font-size: 14pt;
}
.btn_01{
  margin-top: 30px;
}
.header_img{
  text-align: center;
}
.pg2{
  background-color: #fff;
  background-image: url(../images/pg2_bg_img.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 100vh;
  margin: 0px;
  padding-right: 30px;
  padding-left: 30px;
}
.title_p1{
  font-size: 26pt;
  font-weight:bold;
  text-align: center;
  padding: 30px;
}
.title_p1 p{
  margin-top: 20px;
  font-size: 14pt;
  text-align: left;
  text-align:justify;

}
.title_p3{
  padding-left: 80px;
  font-size: 30pt;
  font-weight:bold;
 
}
.title_p3 p{
   margin-top: 20px;
  font-size: 16pt;
  text-align: left;
  text-align:justify;
 
}
.pg3{
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0px;
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
}
.new_text{
  font-weight:bold;
  color: yellow;
}
.pg4{
  background-color: #fff;
 
  margin: 0px;
  padding: 50px;
  color: #000;
  position: relative;
  
}
.p4_text{
  width:80%;
  font-weight:bold;
  font-size: 28pt;
  position: absolute;
  top: 1vh;
  left: 10%;
}
.p4_text2{
  width:50%;
  font-weight:bold;
  font-size: 16pt;
  position: absolute;
  top: 10vh;
  left: 10%;
}
.p4_img{
  width: 20%;
  position: absolute;
  top: 30vh;
  left: 10%;
}
.p4_video{
   width: 40%;
  position: absolute;
  top: 30vh;
  left: 28%;
}
.p4_video2{
   width: 40%;
  position: absolute;
  top: 5vh;
  right: 2%;
}
.pg5{
  background-color: #000;
  height: 200px;
  margin: 0px;
  text-align: center;
}
.p5_text{
  color: #fff;
  font-size: 20pt;
  text-align: right;
}
.p5_text2{
  color: #fff;
  font-size: 30pt;
  padding-left: 50px;
  text-align: left;
}
.p5_text3{
  color: #000;
  font-size: 30pt;
  padding-left: 50px;
  text-align: left;
}
.pg6{
  background-color: #fff;
   background-image: url(../images/p6_bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin: 0px;
  text-align: center;
  padding: 50px;
}
.p6_text{
  color: #000;
  font-size: 28pt;
  font-weight:bold;
}
.pg7{
  background-color: #fff;
  color: #000;
  position: relative;
}
.p7_text{
  position: absolute;
  
  color: #000;
  font-size: 28pt;
  font-weight:bold;
  top: 2%;
  width: 50%;

  left: 25%;
  text-align: center;
}
.p7text2{
  position: absolute;
  background-color: rgba(255, 255, 255, .5);
  color: #000;
  font-size: 16pt;
  font-weight:bold;
  top: 10%;
  width: 80%;
  left: 10%;
  text-align: center;
  border-radius:20px;
  padding: 20px;
}
.footer{
  background-color: #fff;
  padding: 20px;
  margin: 0px;
  width: 100%;

} 
.footer p{
  margin-bottom: 2px;
  font-weight:bold;
  font-size: 10px;
}
.footer_copy{
  text-align: center;
  font-weight:bold;
  font-size: 10px;

}
.up{
  position: fixed;
  bottom: 50px;
  right: 50px;
}
.up a{
  font-size: 40pt;
}
.select{
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
.mb-auto{
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  
}
@media (max-width: 768px) {
  .banner{
  height: auto;
  }
  .title_div{
        margin-top: 10vh;   
      }
  .pg2{
  
  height: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  }
  .title_p3{
   margin-top: 40px;
   margin-bottom: 40px;
  }
  .p4_text{
  width:80%;
  font-weight:bold;
  font-size: 16pt;
  position: absolute;
  top: 1vh;
  left: 10%;
}
.p4_text2{
  width:50%;
  font-weight:bold;
  font-size: 12pt;
  position: absolute;
  top: 10vh;
  left: 10%;
}
.p4_img{
  width: 15%;
  position: absolute;
  top: 30vh;
  left: 20%;
}
.p4_video{
   width: 28%;
  position: absolute;
  top: 28vh;
  left: 38%;
}
.p4_video2{
   width: 30%;
  position: absolute;
  top: 12vh;
  right: 12%;
}
.select{
 
  right: 20px;
  top: 40px;
}

}
