/*!
 * Start Bootstrap - One Page Wonder (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

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

header.masthead {
  /*background: url('/img/idc-img-1.jpg') no-repeat center center scroll;*/
  background: url('/img/IDC-room_2.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header.masthead>.overlay {
  padding: 5rem 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  header.masthead>.overlay {
    padding: 10rem 0;
  }
}

@media (max-width: 992px) {
  .display-3 {
	font-size: 1.5rem;
  }
  .display-4 {
	font-size: 1rem;
  }
}

/***
Content
***/
.content {
    padding:85px 0;
}

/***
Pricing table
***/
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}

.pricing-active {
  border: 3px solid #36d7ac;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.pricing:hover {
  border: 3px solid #3687d7;
}

.pricing:hover h4 {
  color: #3687d7;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #3687d7;
  border-bottom: solid 1px #41b91c;
}

.pricing-head h4 {
  color: #b6bec5;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
  color: #3687d7;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #36d7ac;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #36d7ac;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

.yellow-crusta.btn {
  color: #FFFFFF;
  background-color: #f3c200;
}
.yellow-crusta.btn:hover,
.yellow-crusta.btn:focus,
.yellow-crusta.btn:active,
.yellow-crusta.btn.active {
    color: #FFFFFF;
    background-color: #cfa500;
}


.add_service {margin-top:5px;margin-left:0;padding:0}
.add_service li{display:inline-block;list-style:none;width:49.8%;border:1px solid #f2f2f2;text-align:center;padding:8px;margin-bottom:10px;min-height:200px;vertical-align: top;}
.add_service li h4 {font-size:16px;background: #6db9df;color: #fff;height:40px;line-height:40px;}
.add_service li h4 i {font-size:24px;margin-right:5px;margin-top: -3px;vertical-align: middle;}
.add_service li div.cont {}
.add_service li div.cont table {}
.add_service li div.cont table th{background:#f2f2f2;color:#111;font-size:13px;height:30px;}
.add_service li div.cont table td{background:#f8f8f8;color:#111;font-size:13px;height:30px;border-bottom: 1px solid #fff;border-right: 1px solid #fff;padding:6px;}
.add_service li div.cont table td:last-child {border-right:0;}
.add_service li div.cont table td p {margin-bottom:0.0rem;}

.add_service li div.cont .contact {height: 45px;line-height: 45px;background:#d3ddf1;}
.add_service li div.cont .contact img {height:34px;}

.add_service li div.cont .explain {padding:10px;background:#f2f2f2;font-size: 14px;}
.add_service li div.cont .explain p {margin-bottom:0.0rem;}












