/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
  padding-top: 15px;
}

@media (min-width: 992px) {
  body {
    padding-top: 15px;
  }
}

.business-header-home {
  height: 50vh;
/*  min-height: 300px;
*/  background: url('../assets/images/searchenginelabs-home-banner.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;
}
.business-header-about{
  height: 50vh;
  /*min-height: 300px;*/
  background: url('../assets/images/aboutus-searchenginelabs.png') center center no-repeat scroll;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;
}
.business-header-portfolio{height: 50vh;
/*min-height: 300px;*/
  background: url('../assets/images/portfolio-searchenginelabs.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;}

.business-header-contactus{height: 50vh;
  /*min-height: 300px;*/
  background: url('../assets/images/contactus-searchenginelabs.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;}

  .business-header-digital-marketing{height: 50vh;
  /*min-height: 300px;*/
  background: url('../assets/images/digital-marketing.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;}
  
  .business-header-ecommerce-website-development{height: 50vh;
  /*min-height: 300px;*/
  background: url('../assets/images/ecommerce-website-development.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;}

  .business-header-mobile-app-development{height: 50vh;
  /*min-height: 300px;*/
  background: url('../assets/images/mobile-app-development.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;}

  .business-header-pay-per-click{height: 50vh;
  /*min-height: 300px;*/
  background: url('../assets/images/pay-per-click.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;}

.business-header-search-engine-optimization{height: 50vh;
  /*min-height: 300px;*/
  background: url('../assets/images/search-engine-optimization.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;}

.business-header-social-media-marketing{height: 50vh;
  /*min-height: 300px;*/
  background: url('../assets/images/social-media-marketing.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;}

  .business-header-social-media-optimization{height: 50vh;
  /*min-height: 300px;*/
  background: url('../assets/images/social-media-optimization.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;}

  .business-header-wedesign-and-web-development{height: 50vh;
  /*min-height: 300px;*/
  background: url('../assets/images/wedesign-and-web-development.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;}

   .business-header-email-marketing{height: 50vh;
  /*min-height: 300px;*/
  background: url('../assets/images/email-marketing.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom:30px;}

.about-heading{font-weight:bold; font-size:20px;}
.about-subheading{font-weight:bold; font-size:18px;}
.orange{color:#ef7f1a;}

.contact-heading{font-weight:bold; font-size:30px;}
.contacttextarea{resize:none;}
.control-label{font-weight:bold;}
.card {
  height: 100%;
}
.nav-item {
    padding-right: 1rem;
 }
 .card-img-top{width:100%;}
 .card-title{font-size:22px;}
 .ftr-card-title{color:#14bbe5;}
 
 *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.follow-ul{margin: 0;  padding: 0; list-style: none;}

.follow-li{display: inline-block; margin: 0 .75em .75em 0; border: none;}