/* Style the tab */
.tab {
  float: left;
  background-color: #1d5c9b ;
  color: white;
  /* width: 29%; */
  /* height: 320px; */

}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: white;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #064a70;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #064a70;
  font-weight: bold;
  
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}


/* Style the tab content */
.tabcontent {
  float: left;
  /* margin-left: 5px; */
  padding: 0px 12px;
  border: 1px solid #cfcfcf;
  /* width: 70%; */
  /* height: 580px; */
}


.imggallery{
  max-height: 250px;
}

img {
  max-width: 100%;
  height: auto;
}
      section {
          padding: 60px 0;
         /* min-height: 100vh;*/
      }
ul {
          margin: 0;
          padding: 0;
          list-style: none;
      }
.contact-area {
  border-bottom: 1px solid #353C46;
}

.contact-content p {
  font-size: 15px;
  margin: 30px 0 60px;
  position: relative;
}

.contact-content p::after {
  background: #353C46;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 80%;
}

.contact-content h6 {
  color: #8b9199;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #353c47;
  margin: 0 10px;
}

.contact-social {
  margin-top: 30px;
}

.contact-social > ul {
  display: inline-flex;
}

.contact-social ul li a {
  border: 1px solid #8b9199;
  color: #8b9199;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  padding-top: 7px;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.contact-social ul li a:hover {
  border: 1px solid #FAB702;
  color: #FAB702;
}

.contact-content img {
  max-width: 210px;
}

section, footer {
  background: #1A1E25;
  color: #fff;
}

footer p {
  padding: 20px 0;
  font-size: small;
  text-align: center;
}

footer img {
  width: 44px;
}


.fcc-btn {
  background-color: #064a70;
  color: white;
  font-size: 12px;
  padding: 5px 5px;
  text-decoration: none;
}

.fcc-btn:hover {
  background-color: #1d5c9b;
}