body {
  font-family            : "Poppins", sans-serif;
  overflow-x             : hidden;
  line-height            : 30px;
  text-rendering         : optimizeLegibility;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale;
   background-color:      : white;
}

p {
  margin-bottom: -1rem;
  font-size    : 14px;
  line-height  : 30px;
}

a {
  text-decoration: none !important;
}

ul {
  padding   : 0;
  margin    : 0;
  list-style: none;
}

.navbar {
  background-color: #091D36;
  padding         : 0;
  height          : 70px;
}

.navbar img {
  border-radius: 25px;
}

#tabs ul {
  margin : 0;
  padding: 0;
}

#tabs ul li {
  display: inline-block;
  width  : 100%;
}

#tabs ul li:last-child {
  margin-bottom: 0px;
}

#tabs ul li a {
  text-transform  : capitalize;
  width           : 100%;
  padding         : 6%;
  display         : inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  font-size       : 18px;
  color           : #082f5f;
  letter-spacing  : 0.5px;
  font-weight     : 700;
  transition      : all 0.3s;
  margin-left     :20px;
}

#tabs ul li a:hover {
  transform       : scale(1.01);
  background-color: rgba(255, 255, 255, 0.5);
}

#tabs ul li a i {
  float: right;
}

#tabs ul .ui-tabs-active span {
  background   : #faf5b2;
  border       : #faf5b2;
  line-height  : 90px;
  border-bottom: none;
}

#tabs ul .ui-tabs-active a {
  border-right    : solid 7px #091D36;
  color           : #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

#tabs ul .ui-tabs-active span {
  color: #1e1e1e;

}

.tabs-content {
  text-align: left;
  display   : inline-block;
  transition: all 0.3s;
}

.tabs-content img {
  overflow: hidden;
  width   : 96%;
  margin  : 5% 0;
}

.tabs-content h4 {
  font-size     : 20px;
  font-weight   : 700;
  letter-spacing: 0.25px;
  margin-bottom : 15px;
  margin-top    : 30px;
}

.tabs-content p {
  font-size    : 1rem;
  margin-bottom: 0px;
  padding      : 0%;

}

.listOfWp {
  display         : inline-block;
  background-color: #1b5295;
  margin-right    : 2%;
  padding-left    : 0;
  max-width       : 33%;
  max-height      : 100%;
}

article {
  font-size: 1rem;
}

h3 {
  text-align : center;
  line-height: 30px;
  color      : #061527;
  font-weight: 700;

}

.contact h3 {
  font-weight: 400;
  font-size  : 1.5rem;
}
.container{
  margin-left: 0;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#tabs{
  width         : inherit;
  display       : flex;
  align-items   : flex-start;
  flex-direction: row;
}
.col-md-8{
  display      : inline-block;
  margin-bottom: 10px;
  max-width    : 60%;
}
/* Responsive style */

@media (max-width: 816px){
  #tabs ul li a{
    font-size: 15px;
  }
}
@media (max-width: 468px){
  .listOfWp{
    max-width: 100%;
  }
  .col-md-8{
    max-width: 100%;
  }
}
