.topBlueBar {
  color: rgb(7,28,53);
  font-size: small;
}

.topBlueBar.heading {
  color: rgb(255,255,255);
  font-size: 1.0em;
  font-weight: bold;
}

span {
}

.topBlue {
  display: none;
  min-width: 56%;
  float: right;
  margin: 0px;
  margin-bottom: -67px;
  z-index: 100;
  position: absolute;
  right: 0px;
  top: 99px;
}

@media (min-width: 768px) {
  .topBlue {
    display: inline-flex;
    min-width: 56%;
    float: right;
    margin: 0px;
    margin-bottom: -67px;
    z-index: 100;
    position: absolute;
    right: 0px;
    top: 99px;
  }
}

@media (min-width: 300px) {
  .about-txt {
    padding: 32px 18px;
  }
}

@media (min-width: 1200px) {
  .about-txt {
    padding: 29px 48px;
  }
}

.p-1 {
  color: #666699;
  font-family: 'Titillium Web';
}

.h1, h1 {
  color: #000033;
  font-family: 'Titillium Web';
  font-weight: bold;
}

.btn.btn-primary.btn_brands {
  background-color: #0099ff;
  margin: 0px auto;
  width: 150px;
  height: 47px;
  border-radius: 33px;
  margin-top: 20px;
  margin-bottom: 38px;
}

.btn.btn-primary.btn_about {
  background-color: #0099ff;
  width: 170px;
  height: 59px;
  border-radius: 33px;
  margin-top: 20px;
}

.btn.btn-primary.btn_about:hover {
  background-color: #46b5ff;
  width: 170px;
  height: 59px;
  border-radius: 33px;
  border: none;
}

.pr-img {
  width: 20%!important;
}

.car-in {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: initial;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.brandsrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-right: -15px;*/
  /*margin-left: -15px;*/
}

#recent_projects {
  padding: 0px;
  margin: 0px;
}

#news_events {
  padding: 0px;
  margin: 0px;
  background-image: url(../../assets/img/bg_news_22.jpg);
  padding-bottom: 50px;
}

#footer_container {
  display: block;
  background-color: rgb(0,155,255);
  color: white;
}

.footer-social {
  margin: 8px;
}

@media (max-width: 768px) {
  #footer-col-4 {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  #footer-col-3 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #footer-col-2 {
    display: none !important;
  }
}

@media (max-width: 576px) {
  #servicesCarousel {
    display: none;
    width: 80% !important;
    margin: 0px auto;
  }
}

#servicesCarousel {
  width: 80% !important;
  margin: 0px auto;
}

#servicesCarousel .carousel-item {
  padding-left: 0;
}

#servicesCarousel .card {
  /*max-width: 360px;*/
  background-color: #19a5ff;
  color: rgb(59,214,21) !important;
  text-align: center;
  padding: 20px;
  padding-top: 15px;
}

#servicesCarousel .card img {
  /*width: 80px;*/
  margin: 0px auto;
  margin-top: 7px !important;
  margin-bottom: 18px !important;
}

#servicesCarousel .card h2 {
  color: rgb(255,255,255) !important;
  vertical-align: bottom;
  font-size: 1.2rem;
}

#servicesCarousel .card p {
  background-color: #19a5ff;
  color: rgb(255,255,255) !important;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#servicesCarousel .srv-card-div {
  height: 55px;
  line-height: 55px;
  text-align: center;
}

#servicesCarousel .srv-card-span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color: rgb(255,255,255) !important;
}

.row.srv-row {
  margin: 0px;
  margin-top: -79px;
}

@media (max-width: 576px) {
  .row.srv-row {
    margin: 0px;
    margin-top: 0px;
  }
}

#recipeCarousel .card {
  margin: 20px;
}

#recipeCarousel .card .col-md-4 {
}

.ovflow {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 92px;
}

.comp-prof img:hover{ transform: scale(1.1); transition: all 0.3s; }