
.carousel-item {
  position: relative;

}



.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 90%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 30px;
  padding: 60px;
  text-align: center;
}

.ho:hover .overlay {
  opacity: 1;
}
.ho1:hover .overlay {
  opacity: 1;
  padding-top: 18px;
}
.why
{
  padding-left: 4%;
  padding-right: 4%;
}
body p 
{
  text-align: justify;
}
.por

{
  color:   #566573  ;
  margin-bottom: 2%;
}
.por:hover
{
  color: #313364 ;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.tabcontent {
  float: left;
  padding: 0px 12px;
  margin-top: 10%;

  border-left: none;

  display: none;
}
img.webimg {
    max-width: 57%;
}
img.webimg1 {
    max-width: 43%;
}
.webicon
{
  max-width: 7%;
}
.sweb {


    position: fixed;
    width: 100%;
    top: 85%;
    left: 94%;
    color: #f26f35;
 transition: 0.4s;
}