/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  padding: 70px 0;
}

.about .content h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top: 0;
}

.about .content h3:before {
  content: "";
  width: 55px;
  height: 3px;
  display: inline-block;
  background: #fab90a;
  position: absolute;
  bottom: 0;
}


.about p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 60px 0;
  position: relative;
  z-index: 9;
  background: #f2f2f2;
}

.why-us .content {
  padding: 30px;
  background: #00bad0;
  border-radius: 0px;
  color: #fff;
}



.why-us h4 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;

  
}

.why-us h4:before {
  content: "";
  width: 55px;
  height: 3px;
  display: inline-block;
  background: #fab90a;
  position: absolute;
  bottom: 0;
}

.why-us P {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  font-family: "Open Sans", sans-serif;
}

.why-us .content p {
  margin-bottom: 30px;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.wel-t-band {
  padding: 5px 0;
  font-size: 14px;
}


.wel-band-bg a {
  color: #fff;
  line-height: 0;
  transition: 0.3s;
}

.wel-band-bg .line {
  color: #fff;
  padding: 0px 10px;
  text-align: center;
}

.wel-band-bg a:hover {
  color: #CCC;
  text-decoration: underline;
}

.wel-band-bg a:after {
    border-right: 1px solid #fff;
}

.widget-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.separtn {
  width: 100%;
  background-color: #333;
}

.separtn h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
}

.bg {
  background-color: #002158;
  font-weight: 600;
  line-height: 30px;
  font-size: 18px;
  margin: 0px;
  color: #fff;
  padding: 20px;

}

.mb-30 {
  margin-bottom: 30px;
}


.pymnt-hdng {
  color: #a2ddff;
  font-size: 16px;
  font-weight: 700;
}

.pymnt-hdng2 {
  color: #a2ddff;
  font-size: 16px;
  font-weight: 700;
}