html {
  background: #cbcbcb;
}
h1 {
  font-size: 28px;
  line-height: 40px;
  color: #333333;
}
h1 small {
  font-size: 28px;
  color: #333333;
}
h2 {
  margin: 10px 0;
  font-size: 25.2px;
  line-height: 36px;
  color: #333333;
}
h2 small {
  font-size: 21px;
  color: #333333;
}
h3 {
  margin: 10px 0;
  font-size: 16.8px;
  line-height: 24px;
  color: #333333;
}
h3 small {
  font-size: 16px;
  color: #333333;
}
h4 {
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-weight: bold;
}
h4 small {
  font-size: 14px;
  color: #333333;
}
h5 {
  margin: 10px 0;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}
h5 small {
  font-size: 12px;
  color: #333333;
}
h6 {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.our-services {
  margin-top: 40px;
}
.our-services h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #374852;
  border: 1px solid #333;
  padding: 10px 5px;
}
#sp-sidebar-2 h3 {
  color: #fff;
}
#sp-sidebar-2 img {
  margin: 0 auto;
}
#sp-sidebar-2 .sp-module {
  padding: 0 30px 10px 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
#sp-footer2 p {
  text-align: center;
}
.our-services img {
  border: 1px solid #333;
}
.body-wrapper {
  background: none repeat scroll 0 0 #cbcbcb;
}
.top-banner {
  background: #374852;
}
.top-banner .container {
  padding: 15px 30px;
}
.top-banner p {
  margin: 0;
}
#sp-main-body {
  padding: 30px 0;
}
#sp-main-body .container {
  padding-top: 30px;
}
.contact-info {
  display: flex;
  align-items: center;
}
.layout-boxed .body-innerwrapper {
  max-width: 1100px;
  background: #e5e4db;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body .container {
  max-width: 1100px;
  background: #e5e4db;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-dropdown-items li {
  border-bottom: 1px solid #000;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 54px;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
  background: #272f33;
}
.sp-megamenu-parent > li:hover > a {
  color: #cccccc;
  background: #272f33;
}
.error-page .btn {
  background: #e5e4db;
  border: 1px solid #e5e4db;
  color: #000;
}
.error-page .btn:hover {
  background: #eee;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px 0px 15px;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px;
  }
}
@media screen and (min-width: 992px) {
  .layout-boxed .body-innerwrapper {
    background: linear-gradient(to right, #e5e4db 67%, #374852 67%);
  }
  #sp-main-body .container {
    background: linear-gradient(to right, #e5e4db 67%, #374852 67%);
  }
}
@media (max-width: 992px) {
  #sp-sidebar-2 {
    text-align: center;
  }
  #sp-sidebar-2 h3,
  #sp-sidebar-2 h6 {
    color: #000 !important;
  }
  #sp-main-body {
    padding: 0;
  }
  #sp-header .sp-column {
    height: 50px !important;
  }
  .top-banner div {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
