/* *{
  font-size:100%;
} */

.two2:link, .two2:visited {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border-bottom: 2px solid #1f1f2e;
  padding: 10px 70px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 15px;
  margin: 40px;
  margin-top: -15px;
  box-shadow: 0px 3px 3px #1f1f2e;
}

.two2:hover {
  background-color: #1f1f2e;
  color: #ffffff;
  transition: 1s;
  border: #ffffff;
}

.two2:active {
  background-color: rgb(71, 240, 82);
  transition: 0s;
}

.impt {
  background-color: #ffffff;
  margin: 0px;
  margin-top: 70px;
  margin-bottom: 80px;
  margin-left: 120px;
  border-radius: 60px;
  border-bottom: 6px solid #1f1f2e;
  box-shadow: 0px 6px 3px #1f1f2e;
  height: 20vh;
}

.contact {
  background-color: #1f1f2e;
  border-radius: 30px;
  box-shadow: 2px 3px 4px black;
  height: 20vh;
}

.glogo {
  background-color: #1f1f2e;
}



#tup {
  width: 110px;
  padding: 0px;
  height: 12px;
  transition: height 1s;
}

li #tup p {
  font-size: 20px;
}

li #tup img {
  display: none;
  transition: display 1s;
}

li:hover #tup img {
  display: block;
  width: 180px;
  height: 190px;
  border-radius: 15px;
  border: #95A5A6 solid 2px;
}

li:hover #tup p {
  display: none;
}








.imggg {
  margin-top: 100px;
  margin-bottom: 20px;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}

.imggg img {
  width: 70%;
  height: 100%;
  border: black solid 2px;
  border-radius: 25px;
}

.imggg-link {
  padding: 60px 60px;
  padding-bottom: 70px;
  width: 500px;
  height: 100%;
}

.imggg-link img {
  width: 100%;
  height: 100%;
  margin-top: -50px;
}

.imggg-link h2 {
  color: blue;
  font-size: 40px;
  margin-bottom: 40px;
}

.imggg a {
  color: black;
  font-size: 25px;
  margin: 20px 0px;
  text-align: left;
  transition: 0.5s;
}

.imggg a:hover {
  text-decoration: underline;
  color: blue;
}



.heading-bg{
  width: 100%;
  height: 30vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgb(0, 0, 0, .5)), url(banner-img/thumbnail.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}

.heading-bg h2{
  color: #d2e1e2;
  font-size: 50px;
  text-align: center;
}

.containerr{
  width: 100%;
  height: auto;
}
.containerr p {
  text-align: center;
  font-size: 20px;
  height: auto;
}


.containerr h2 {
  width: 100%;
  font-size: 45px;
  text-align: center;
  color: #727d7e;
  padding: 20px;
}


.responsive-table{
  display: grid;
  width: 100%;
  margin: auto;
}



.responsive-table li {
  border-radius: 3px;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  margin: 5px 40px;
  flex-wrap: wrap;
}

.table-header {
  background-color: #95A5A6;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.table-row {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 25px;
  transition: 0.5s;
}

.table-roww {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}

.table-rowww {
  width: 100%;
}

h5 {
  color: black;
  font-size: 12px;

}

.tcpc-link {
  width: 100%;
}

.table-row3 a {
  text-align: right;
}

.table-row2 {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 25px;
  transition: 0.5s;

}

.table-row3 {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  text-align: right;
  font-size: 25px;
  transition: 0.5s;
  width: 60%;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-row:hover {
  background-color: #95A5A6;
  transform: scale(1.1);
  color: white;
}

.table-row3:hover {
  background-color: #95A5A6;
  transform: scale(1.1);
  color: white;
}

.table-row2:hover {
  background-color: #95A5A6;
  transform: scale(1.1);
  color: white;
}

.col-1 {
  flex-basis: 10%;
}

.colll-1 {
  flex-basis: 80%;
}

.collll-1 {
  flex-basis: 10%;
}

.col-2 {
  flex-basis: 25%;
}

.coll-2 {
  flex-basis: 10%;
}

.col-3 {
  flex-basis: 10%;
}

.coll-3 {
  flex-basis: 15%;
}

.col-4 {
  flex-basis: 10%;
}

.coll-4 {
  flex-basis: 18%;
}

.col-5 {
  flex-basis: 10%;
}

.col-6 {
  flex-basis: 10%;
}

.col-7 {
  flex-basis: 10%;
}

.col-8 {
  flex-basis: 10%;
}

.col-9 {
  flex-basis: 10%;
}

.col-10 {
  flex-basis: 10%;
}

.col-11 {
  flex-basis: 10%;
}


#lsidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  margin-top: -50px;
  padding-top: 20px;
  padding-bottom: 50px;
}











.imggg-link{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgb(0, 0, 0, .2)), url(banner-img/ll.jpg);
  background-position: center;
  margin-bottom: 50px;
  color: white;
  font-size: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}




#ls1 img{
  width: 100%;
  height: 100%;
  margin-top: 50px;
  border: gold double 5px;
  border-radius: 50%;
}

#ls2 p{
  text-align: center;
  width: auto;
  font-size:2rem;
}

p, b{
  font-size: 2rem;
}