/*
  Theme Name: Rapid
  Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.img-logo {
  width: 25%;
  height: auto;
}
@media (min-width: 991px) {
  .img-logo {
    width: 25%;
    height: auto;
  }
}
.img-logo2 {
  width: 30%;
  height: auto;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .img-logo2 {
    width: 25%;
    height: auto;
    margin-bottom: 20px;
  }
}
.img-map {
  width: 100%;
  height: auto;
}
#about .counters {
  padding-top: 40px;
}

#about .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 38px;
  display: block;
  color: #555186;
}

#about .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8a87b6;
}

#about .info {
  color: #283d50;
  margin-top: 25px;
}

#about .info i {
  font-size: 36px;
  color: #007bff;
  /*float: left;*/
  line-height: 1.5;
}

#about .info p {
  padding: 10px 0 10px 0px;
  line-height: 28px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
/*#divhome {
  background: #f5f8fd url("../img/intro-img.jpeg") center center no-repeat;
  background-size: cover;
}*/
.intro-overlay
{
  width: inherit;
  height: inherit;
  position: absolute;
  top:0;
  left: 0;
  background-color: rgba(220,220,220,0.8);
  z-index: 2;
}
.intro-info {
  z-index: 5;
  background: transparent;
}
@media (max-width: 767px) {
  .img-logo {
    width: 75%;
    height: auto;
  }
  .intro-overlay
  {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(220,220,220,0.8);
    z-index: 2;
  }
  #intro .intro-info {
    z-index: 5;
    background: transparent;
  }
}

#services .box .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  background: #1bb1dc;
  color: #fff;
  margin-top: 25px;
}

#features .feature-item .btn, #btnSave {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  background: #1bb1dc;
  color: #fff;
}

#features .feature-item h4 {
  margin-top: 100px;
  /*transform: translateY(-25%);*/
}
.vertical-middle h4,.vertical-middle p
{
  position: relative;
  top: 25%;
  transform: translateY(-25%);
}

input.currency {
  text-align: right;
  padding-right: 15px;
}

#spaceing {
  padding: 60px 0 40px 0;
}


/* About Detail Section
--------------------------------*/

#about_detail {
  padding: 100px 0;
}

#about_detail .about-content {
  padding-top: 40px;
}

#about_detail .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#about_detail .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

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

#about_detail .about-content ul li {
  padding-bottom: 10px;
}

#about_detail .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about_detail .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about_detail .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about_detail .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about_detail .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about_detail .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

sup {
    top: -.5em;
    position: relative;
    font-size: 85%;
    line-height: 0;
    vertical-align: baseline;
}
.badge
{
  min-width: 50%;
  min-height: 100%;
  font-size: 1.2em;
}