
.main{
  width: 100%;
  height: 100%;
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

.logos {
  font-size: 19px;
}

.mySlides img {
  height: 450px;
}

.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 450px;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}


.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}


@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}



.meag-one {
  width: 80%;
  height: auto;
  margin-left: 120px;
  border-radius: 20px;
  margin-top: 40px;

}

.meag-one h1 {
  text-align: center;
  padding-top: 50px;
}



.meag-one h2 {
 
  padding-top: 20px;
  color: black;
  margin-left: 10px;
}

.meag-one p {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  padding-top: 15px;
  margin-left: 10px;
  font-size: 17px;
}


.meag-one button {
  margin-left: 45%;
  margin-top: 20px;
  text-decoration: underline;
  width: 140px;
  height: 40px;
  border: none;
  background: none;
  color: gold;
  font-size: 20px;
}




.hexa {
  width: 100%;
  height: 450px;
  margin-top: 40px;
  background-color: #bbb;
}

.hexa h1 {
  margin-left: 300px;
  padding-top: 90px;
}

.hexa p {
  text-align: center;
  padding-top: 30px;
}

.hexa button {
  margin-left: 46%;
  margin-top: 50px;
  height: 40px;
  width: 160px;
  font-weight: bold;
  border: none;
  background-color: black;
  color: white;
}



.detin {
  width: 100%;
  height: auto;
 
  margin-top: 60px;
  display: flex;
  
}
.detin2{
  width: 48%;
  height: 100%;
 
  margin-left: 10px;
}

.detin2 img  {
  width: 100%;
}

.detin h1 {
  text-align: center;
}

.detin li {
  text-align: left;
  margin-left: 05%;
  font-size: 22px;
  font-weight: bold;
  margin-top: 13px;
}

.maps {
  margin-top: 50px;
  box-shadow: 2px 3px 5px -2px black;
  height: 400px;
  width: 100%;
}

.testimonial {
  margin-top: 10px;
  width: 100%;
  height: 280px;
  display: flex;
}

.testi {
  width: 45%;
  height: 100%;
  margin-left: 40px;
}

.testi h1 {
  text-align: center;
  font-size: 22px;
  padding-top: 20px;
}

.testi p {
  margin-top: 40px;
  margin-left: 30px;
  color: darkred;
}

.star i {
  margin-left: 20px;
}

.mores{
  width: 200px;
  height: 45px;
  font-weight: bold;
  border: none;
  background-color: #717171;
  border-radius: 10px;
  color: white;
}


.section {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  margin-top: 70px;
}

.accordion {
  cursor: pointer;
  padding: 18px;
  width: 50%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  background: none;
  color: black;
  margin-left: 300px;
  margin-top: 10px;
  font-weight: bold;
}



.panel {
  padding: 0 18px;
  display: none;
  width: 50%;
  overflow: hidden;
  margin-left: 300px;
}



.footer {
  width: 100%;
  height: 380px;
  background-color: black;
  margin-top: 160px;
  display: flex;
  color: white;
}

.foot {
  width: 33%;
  height: 100%;

  margin-left: 05px;
}

.foot h1 {
  text-align: center;
  font-size: 25px;
  padding-top: 30px;
}

.foot a {
  margin-left: 150px;
  text-decoration: none;
  color: white;
  font-size: 19px;

}

.foot p {
  margin-left: 30px;
  color: white;
}


.disc {
  width: 100%;
  height: 60px;
  background-color: #717171;
}

.disc h1 {
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
}



.header {
  width: 100%;
  height: 100px;
  background-color: gray;
  margin-top: 80px;
  text-align: center;
}

.header h2 {
  padding-top: 30px;
  color: white;
}

.about form {
  margin-left: 200px;
  margin-top: 50px;
}

.about h5 {
  margin-top: 60px;
}

.mega {
  width: 100%;
  height: 300px;
  display: flex;
}

.mega img {
  width: 24%;
  height: 100%;
  margin-left: 10px;
}

.minds {

  width: 100%;
  height: auto;
  display: flex;
}

.minds2 {
  width: 45%;
  margin-left: 40px;
  
}

.minds2 p {
  margin-top: 15px;
}
.minds2 h5 {
  padding-top: 20px;
  margin-top: 30px;
  color: black;
  font-size: 22px;
}

.minds2 button {
  width: 150px;
  height: 35px;
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 10px;
}


form {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 0 auto;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}

input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-sizing: border-box;
}

input[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}



.blogs {
  width: 60%;
  height: 380px;
  display: flex;
  margin-left: 250px;
}

.blog {
  width: 48%;
  height: 100%;
  margin-left: 14px;
}

.blog p {
  margin-left: 50px;
  margin-top: -70px;
  font-size: 22px;
  color: white;
}

.blog img {
  width: 100%;
  height: 100%;
}
.blog p  a {
 color: white;
 text-decoration: none;
 margin-left: -20px;
 font-size: 22px;
}




.dace video {
  width: 310px;
}