.innerpage .container {
  padding-top: 15px !important;
}

.whitebox {
  background: #ffffff;
  padding: 10px 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.whitebox h1 {
  font-size: 24px !important;
  font-weight: 700;
  color: #112a46;
  margin-bottom: 20px;
}

.whitebox2 {
  background: #ffffff;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: -32px;
  box-shadow: none;
}
.whitebox2 p {
  margin-bottom: 5px;
}
.reportslinks {
  font-size: 14px;
}
.reportslinks span {
  padding: 0 20px;
  display: inline-block;
}

.report-info {
  font-size: 14px;
  padding: 15px;
}
.report-info span {
  display: block;
  font-weight: 700;
}

.sharebox i {
  font-size: 20px;
  margin: 0 5px;
}

.chooselicense {
  border: 2px solid #028aca;
  height: 53px;
  padding: 0 10px;
  border-radius: 0;
}
.chooselicense option {
  padding: 10px;
}

.request-pdf {
  display: block;
  padding: 20px;
  color: #fff;
  background: #028aca;
  text-align: center;
}

.buybox {
  border: 1px solid #cccccc;
  padding: 5px;
}
.buybox select {
  font-size: 12px;
}

.buybtn {
  display: block;
  margin: 0 0 0 5px;

  background: #102742;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}

.innerpage {
  padding-bottom: 30px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #028aca;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #028aca;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #028aca;
}

.btn-learn-more:hover {
  background: #028aca;
  color: #ffffff !important;
  text-decoration: none;
}

.about {
  background: #f3f5fa url("../images/about-bg.png") no-repeat right top;
}

.about h3 {
  font-size: 21px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  margin-top: 0px;
  text-decoration: underline;
}

.webelievebox {
  margin-top: 20px;
}

.icon-box-bg {
  background: #fff url("../images/blog-sidebg.png") repeat-y right top !important;
}

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}

/* The colour of the indicators */

.blog .carousel-indicators {
  height: 5px !important;
}
.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;

  width: 20px !important;
  height: 0 !important;
  padding: 0;
}

.blog .carousel-indicators .active {
  background: #707070;
}

/*imahge slider*/

.top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}
.overflow {
  position: relative;
  overflow: hidden;
}
.zoom img {
  transition: all 0.2s linear;
}
.zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hero-img .card {
  background: none;
}

ul {
  font-size: 15px;
}
