@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
/*************************
*******Variables******
**************************/
/*************************
*******Typography******
**************************/
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
  line-height: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
}
h1 {
  font-size: 36px;
  color: #fff;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}
h4 {
  font-size: 16px;
}
p {
  font-size: 0.9em;
}
a {
  color: #333333;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}
a:hover,
a:focus {
  color: #d40223;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.btn-primary {
  padding: 8px 20px;
  background: #d40223;
  color: #fff;
  border-radius: 4px;
  border: none;
  margin-top: 10px;
  margin-bottom: 26px;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #d40223;
  outline: none;
  box-shadow: none;
}
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
a:hover,
a:focus {
  color: #d40223;
  text-decoration: none;
  outline: none;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}
.center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}
.media > .pull-left {
  margin-right: 20px;
}
.media > .pull-right {
  margin-left: 20px;
}
body > section {
  padding: 70px 0;
}
.center {
  text-align: center;
  padding-bottom: 55px;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.lead {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 2em 0;
}
.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
#header .search {
  display: inline-block;
}
.navbar > .container .navbar-brand {
  margin-left: 0;
}
.top-number {
  color: #fff;
}
.top-number p {
  margin: 0;
}
.social {
  text-align: right;
}
.social-share {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.social-share li {
  display: inline-block;
}
ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}
ul.social-share li a:hover {
  background: #d40223;
  color: #fff;
}
.search i {
  color: #fff;
}
input.search-form {
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
input.search-form::-webkit-input-placeholder {
  color: transparent;
}
input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}
input.search-form:hover {
  width: 180px;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-brand img {
  width: 100px;
  margin-bottom: 1em;
  height: 70px;
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 15px 0;
  padding-bottom: 0;
}
.navbar-nav {
  margin-top: 1.5em;
}
.navbar-nav > li {
  margin-left: 35px;
  padding-bottom: 28px;
}
.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #d40223;
  color: #fff;
}
.navbar-inverse {
  border: none;
}
.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #d40223;
  color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
  position: absolute;
  top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #d40223;
  color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
/*************************
*******Home Page******
**************************/
.dark {
  color: #333333;
}
#main-slider {
  position: relative;
  color: #808080;
}
.no-margin {
  margin: 0;
  padding: 0;
}
#main-slider .carousel .carousel-content {
  margin-top: 150px;
}
#main-slider .carousel .slide-margin {
  margin-top: 140px;
}
#main-slider .carousel h2 {
  color: #fff;
}
#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #d40223;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #333333;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  border-radius: 100%;
  width: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #d40223;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #333333;
  margin: 0 15px 0 0;
  position: relative;
  border: 1px solid #333333;
}
#main-slider .carousel-indicators .active {
  width: 15px;
  height: 15px;
  background-color: #d40223;
  margin: 0 15px 0 0;
  position: relative;
  border: 1px solid #d40223;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
#recent-works .col-xs-12.col-sm-4.col-md-3 {
  padding: 0;
}
#recent-works {
  padding-bottom: 70px;
  background-color: #e6e6e6;
}
.recent-work-wrap {
  position: relative;
}
.recent-work-wrap img {
  width: 100%;
}
.recent-work-wrap .recent-work-inner {
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
.recent-work-wrap .recent-work-inner h3 {
  margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a {
  font-size: 24px;
  color: #fff;
}
.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #d40223;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  padding: 30px;
}
.recent-work-wrap .overlay h4 {
  color: #ffffff;
}
.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}
.recent-work-wrap:hover .overlay {
  opacity: 1;
}
#services {
  background: #333333 url(../images/services/bg_services.png);
  background-size: cover;
}
#services a {
  color: #ffffff;
}
#services a:hover,
#services a:focus {
  color: #d40223;
  background-color: transparent;
}
#services .lead,
#services h2 {
  color: #fff;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading,
.panel {
  background-color: #e6e6e6;
  border: 0 none;
  box-shadow: none;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  background: #fff;
  color: #858586;
}
.panel-body {
  padding: 20px 20px 10px;
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-heading {
  border-radius: 0;
}
.panel-title > a {
  color: #4e4e4e;
}
.accordion-inner img {
  border-radius: 4px;
}
.accordion-inner h4 {
  margin-top: 0;
}
.panel-heading.active {
  background: #1f1f20;
}
.panel-heading.active .panel-title > a {
  color: #fff;
}
a.accordion-toggle i {
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}
.panel-heading.active a.accordion-toggle i {
  background: #d40223;
  color: #fff;
}
.panel-heading.active a.accordion-toggle.collapsed i {
  background: #d40223;
  color: #fff;
}
.nav-tabs > li {
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}
.nav-tabs {
  border-bottom: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.nav-tabs > li > a {
  background: transparent;
  color: #666;
  border-radius: 0;
  line-height: 24px;
  margin-right: 0;
  padding: 13px 15px;
}
.nav-pills {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.nav-pills li {
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}
.nav-pills > li > a {
  background-color: transparent;
  color: #666;
  border-radius: 0;
  line-height: 24px;
  margin-right: 0;
  padding: 13px 15px;
}
.nav-stacked > li + li {
  margin-top: 0;
}
.nav-tabs > li > a:hover {
  background: #1f1f20;
  color: #d40223;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0;
  color: #fff;
  background: #1f1f20;
  position: relative;
}
.row-right,
.row-left {
  text-align: left;
}
.row-right li,
.row-left li {
  margin-bottom: 1em;
  list-style: circle;
  list-style: none;
}
.row-right li:before,
.row-left li:before {
  /* For a round bullet */
  content: '\2022';
  /* For a square bullet */
  /*content:'\25A0';*/
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -10px;
  top: 10px;
  color: #d40223;
  font-size: 20px;
}
.lists {
  width: 70%;
  margin: 0 auto;
}
.nav-tabs > li.active > a:after {
  position: absolute;
  content: "";
  width: auto;
  height: auto;
  border-style: solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top: 0;
}
.tab-wrap {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.tab-content {
  padding: 20px;
}
.tab-content h2 {
  margin-top: 0;
}
.tab-content img {
  border-radius: 4px;
}
.testimonial h2 {
  margin-top: 0;
}
.testimonial-inner {
  color: #858586;
  font-size: 14px;
}
.testimonial-inner .pull-left {
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}
.testimonial-inner .pull-left:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}
#testimonial {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
}
#testimonial {
  color: #fff;
  text-align: center;
}
#testimonial h2,
#testimonial h3 {
  color: #fff;
}
#owl-testimonial .item {
  width: 80%;
  margin: 0 auto;
}
#owl-testimonial .item img {
  display: block;
  margin: 1em auto;
}
#owl-testimonial .item span.quote {
  font-size: 5em;
  margin: 0;
  font-family: sans-serif;
}
.owl-theme .owl-controls .owl-page span {
  background-color: #ffffff;
}
.owl-theme .owl-controls .owl-page .active {
  background-color: #d40223;
}
.contact-info i {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #333333;
  text-align: center;
  border-radius: 10px;
}
.contact-info h2 {
  margin-top: 0;
  color: #333333;
}
.contact-info {
  color: #333333;
}
/*************************
********* Portfolio CSS ******
**************************/
#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}
.portfolio-items,
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}
.portfolio-filter > li a:hover,
.portfolio-filter > li a.active {
  color: #fff;
  background: #d40223;
  border: 1px solid #d40223;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-item {
  margin: 0;
  padding: 0;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* client section */
#client {
  background-color: #ffffff;
  color: #333333;
}
#client h2 {
  color: #333333;
}
/***********************
********* Footer ******
************************/
#bottom {
  background: #333333;
  border-bottom: 5px solid #d40223;
  font-size: 14px;
  padding: 70px;
}
#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
  color: #ffffff;
}
#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#bottom ul li {
  display: block;
  padding: 5px 0;
}
#bottom ul li a {
  color: #808080;
}
#bottom ul li a:hover {
  color: #d40223;
}
#bottom .widget {
  margin-bottom: 0;
}
#footer {
  padding-top: 0;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #d40223;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}
i {
  padding: 0 10px;
}
.logos-credit {
  width: 90%;
  margin: auto;
}
.credit2 {
  background-color: #ffffff;
  padding: 25px;
}
.logos ul li {
  display: inline-block;
  float: left;
  margin: 2em auto;
}
ul.credit {
  margin: 0 auto;
  background-color: #ffffff;
}
ul.credit li a img {
  width: 50px;
  height: 50px;
}
span.copy p {
  margin: 0;
}
p.copy {
  margin-top: 2em;
  color: #e6e6e6;
}
/* Products Page */
#page-title {
  padding: 25px;
  border-bottom: 5px solid #bfbfbf;
  background-color: #e6e6e6;
}
#page-title h2 {
  margin: 0;
}
#page-title .breadcrumb {
  background-color: transparent;
  padding: 10px 0;
  margin-bottom: 0;
}
#page-title .breadcrumb ol li {
  margin: 0;
}
.affix {
  top: 80px;
  width: 250px;
  margin-bottom: 10em;
  margin-top: 1em;
}
p.lead {
  font-size: 1.2em;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #d40223;
}
.description .btn .btn-primary {
  margin-bottom: 5em;
}
/* product sub page */
#products {
  margin-bottom: 20em;
}
#product-sub {
  margin: 0;
}
#product-sub .row {
  margin: 0;
}
#product-sub .top-image img {
  border-radius: 5px;
  margin-top: 2em;
}
#product-sub .thumbnail {
  padding: 15px;
  text-align: center;
  margin: 2em 0;
}
#product-sub .thumbnail img {
  margin-bottom: 1em;
  margin-top: 1em;
  padding-bottom: 0.5em;
}
#product-sub .thumbnail hr {
  width: 80%;
  margin: 1em auto;
}
.get-started h2 {
  font-size: 20px;
  margin-top: 2em;
}
/* about page */
#about h2 {
  margin: 1.5em 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: transparent;
  color: #d40223;
  background-image: none;
}
.nav-tabs > li.active > a::after,
.nav-tabs > li.active > a:hover::after,
.nav-tabs > li.active > a:focus::after {
  content: '';
}
.nav-tabs > li.active > a:before,
.nav-tabs > li.active > a:hover:before,
.nav-tabs > li.active > a:focus:before {
  content: '';
}
#directors .thumbnail {
  border-radius: 0;
  padding: 15px;
  line-height: 1.5em;
}
#directors .thumbnail img {
  width: 150px;
  height: 150px;
  margin-top: 1em;
}
#map-canvas {
  width: 100%;
  height: 100%;
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* contact page */
#contact {
  padding-bottom: 0;
}
#case-studies h2 {
  margin-bottom: 2em;
}
#case-studies .thumbnail {
  border-bottom: 5px solid #e6e6e6;
  border-radius: 8px;
}
#case-studies a {
  color: #d40223;
}
#case-studies h3 {
  margin-top: 0;
}
#case-studies p {
  margin-bottom: 1.5em;
}
#case-studies hr {
  width: 60%;
  margin: 1em auto;
}
#case-study {
  background-image: url(../images/slider/bg1.jpg);
  background-position: bottom center;
  background-size: cover;
  color: #ffffff;
}
#case-study h2 {
  color: #ffffff;
  font-size: 1.7em;
  margin-bottom: 1em;
}
#case-study p.lead {
  position: relative;
  top: 50%;
  transform: translatey(50%);
  text-align: center;
  margin: 1em auto;
  width: 70%;
}
.mid7 {
  width: 70%;
  margin: 2em  auto;
  padding: 10px;
}
#job-head {
  background-image: url(../images/slider/bg2.jpg);
  background-position: top center;
  background-size: cover;
  color: #ffffff;
}
#job-head h2 {
  color: #fafafa;
}
#jobs .col-md-4 {
  margin-bottom: 2em;
}
