.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

#navbar {
  /* overflow: hidden; */
  background-color: #333;
}
/*
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
} */

a {
  color: black;
}

a:hover {
  color: #135297;
}

/* .hover:hover{
  color: red;
} */
/*
.sticky + .content {
  margin-top: 300px;
} */

.footer{
  margin-top: 30px;
  background: #000275 !important;
  color: #fff;
}
.footer-title{
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 2em;
  border-bottom: 1px solid gray;
}
.footer-title:after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: #f2b705;
}
.footer-links a{
  padding: 10px 0;
  border-bottom: 1px solid #404040;
  color: #fff;
  display: block;
  transition: color 0.5s ease-in-out;
  text-decoration:none;
}
.footer-links a:hover{
  color: #ff304d;
}
.footer-social-links li{
  display: inline-block;
}
.footer-social-links a{
  width: 40px;
  height: 40px;
  font-size: 16px;
  float: left;
  margin-right: 5px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  line-height: 1;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
/* background:#3B008D; */
}
.footer-social-links a:hover{
 background: #ff304d;
}
/* g. Footer bottom section */
.footer-bottom{
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 0.75em;
  color: #fff;
  background: #00013c;
}


.bgtext {
    position:absolute;
    top:270px;
    width:100%;
    height:130px;
    background: linear-gradient(360deg, #000, rgb(255,255,255,0.0)) !important;
    z-index:9;
    opacity: 0.9;
}

.icon-bar {
  position: fixed;
  top: 50%;
  z-index: 20;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #ff304d;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.whatsapp {
  background: #25d366;
  color: white;
}

#btntop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #f2b705;
  color: white;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
}

#btntop:hover {
  cursor: pointer;
  background-color: #ff304d;
}

.fa2{
    padding: 10px;
    width: 12.5px !important;
    height: 12.5px !important;
    position: absolute;
    top: -3;
    right: 11;
    font-size: 0.9em;
    transition: all 1s;
}

#formseacrh {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #ebebeb;
    padding: 5px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
    padding: 5px;
}
#inputsearch{
    width: 100%;;
    line-height: 10px;
    outline: 0;
    border: 0;
    font-size: 1em;
    border-radius: 20px;

}
.searchTerm {
  width: 100%;
  height: 40px;
  border: none;
  border-right: none;
  margin-left: 15px;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  outline: none;
  color: #135297;
}
.searchTerm:focus{
  color: #135297;
}
.searchButton {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}
