* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.font {
  font-size: 13px;
  font-weight: bold;
  color: #b1e1f5;
  text-transform: capitalize;
}

.section {
  height: 17vh;
}

.form-control:focus {
  box-shadow: none;
}

.form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0;
}

.fa-bars {
  cursor: pointer;
}

.color {
  color: white;
}

.ms {
  margin-left: 3.5%;
}

.btn-hover:hover {
  color: whitesmoke;
}

.dropdown-item {
  color: white;
  background-color: black;
}

.dropdown-item:hover {
  background-color: #212529;
  color: whitesmoke;
}

.text-black-50 {
  color: black;
  background: white;
}

.text-black-50:hover {
  background: #999a9a;
}

.pts {
  padding-top: 33%;
}

.section-2 {
  height: 15vh;
}

.h-90 {
  height: 80%;
}
.Summer {
  font-size: 50px;
}

@media (max-width: 1025px) {
  .section-2 {
    height: 60vh;
  }

  .h-90 {
    height: auto;
  }
}

@media (max-width: 1000px) {
  .pts {
    padding-top: 20%;
  }

  .Summer {
    font-size: 20px;
  }
}
/* #banner-1{
  position: relative;
}

#banner-2{
  position: relative;
}

#banner-3{
  position: relative;
}
.content{
  position: absolute;
  top: 0%;
  z-index: 1000;
} */

.icon {
  height: 65px;
  width: 65px;
  border: 3px solid #0088cc;
  border-radius: 50%;
}

.footer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1% 3%;
  height: 40px;
  width: 40px;
  border: 1px solid rgb(117, 117, 117);
  border-radius: 50%;
  transition: all ease 0.5s;
}

#facebook:hover {
  background-color: #0088cc;
}

#twitter:hover {
  background-color: black;
}

#linkedin:hover {
  background-color: skyblue;
}

#read-more {
  transition: all ease 0.5s;
  color: white;
}

#read-more:hover {
  color: #0088cc;
}

.fotter-font-color {
  color: rgb(160, 160, 160) !important;
  font-size: 14px !important;
  display: block !important;
}

.footer-border {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2%;
  padding: 1.5%;
  border: 1px solid rgb(117, 117, 117);
  border-radius: 3px;
  color: rgb(160, 160, 160);
  font-size: small !important;
}
