/* Typography */
/* Tables */
table {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin: 30px 0; }

th {
  font-weight: bold;
  background: whitesmoke;
  padding: 5px; }

td {
  padding: 5px;
  border: 1px solid #f0f0f0; }

/* Notice Styles */
blockquote {
  margin-bottom: 1rem;
  padding-left: 20px;
  font-size: 1.25rem; }
  blockquote cite {
    display: block;
    font-size: 80%;
    color: #666666; }
    blockquote cite::before {
      content: "\2014 \00A0"; }
  blockquote > blockquote > blockquote {
    margin: 0; }
    blockquote > blockquote > blockquote p {
      padding: 15px;
      display: block;
      margin-top: 0rem;
      margin-bottom: 0rem;
      border: 1px solid #f0f0f0; }
    blockquote > blockquote > blockquote > p {
      /* Yellow */
      margin-left: -75px;
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
    blockquote > blockquote > blockquote blockquote > p {
      /* Red */
      margin-left: -100px;
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
    blockquote > blockquote > blockquote blockquote > blockquote > p {
      /* Blue */
      margin-left: -125px;
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
    blockquote > blockquote > blockquote blockquote > blockquote > blockquote > p {
      /* Blue */
      margin-left: -150px;
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }

.default-animation {
  transition: all 0.5s ease; }

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes pulse_animation {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1.08); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  70% {
    transform: scale(1.05); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
/* images responsive */
img {
  max-width: 100%; }

/* Center the footer text */
.container .text-muted {
  margin: 20px 0;
  text-align: center; }

/* Make branding more obvious */
.navbar .navbar-brand {
  font-size: 26px; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  font-size: 1.2rem; }

.header {
  background-color: #333;
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
  color: #f5f2f8; }
  .header h1 {
    font-size: 60px;
    color: #f0f0f0;
    margin-top: 0;
    font-weight: 600; }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      .header h1 {
        font-size: 40px; } }
    @media only all and (max-width: 47.938rem) {
      .header h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 1.2rem; } }
  .header h2 {
    margin-top: 0;
    font-weight: normal; }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      .header h2 {
        font-size: 30px; } }
    @media only all and (max-width: 47.938rem) {
      .header h2 {
        font-size: 24px; } }
  .header .btn {
    font-size: 1.375rem;
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 3px;
    box-shadow: none;
    border: 0; }
    @media only all and (max-width: 47.938rem) {
      .header .btn {
        font-size: 1.25rem; } }

.footer {
  bottom: 0;
  width: 100%;
  height: auto; }

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center; }
  .hero.hero-fullscreen {
    height: 100vh; }
  .hero.hero-large {
    height: 500px; }
  .hero.hero-medium {
    height: 400px; }
  .hero.hero-small {
    height: 110px; }
  .hero.hero-tiny {
    height: 8rem; }
  .header-fixed .hero {
    background-position: 50% 0; }
  .hero #to-start {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    font-size: 2rem;
    cursor: pointer;
    z-index: 2; }

ol.breadcrumb {
  padding-left: 0;
  background: transparent; }

.list-item {
  margin: 30px 0 50px; }

.blog-header-image {
  margin: 15px 0; }

.sidebar-content {
  margin-bottom: 50px; }

ul.pagination {
  justify-content: center; }
  ul.pagination li {
    border: 0; }
    ul.pagination li .page-link {
      display: block;
      padding: .5rem .75rem; }
      ul.pagination li .page-link span {
        display: initial;
        padding: 0; }

.related-pages {
  padding: 0;
  list-style: none; }
  .related-pages li {
    border-bottom: 1px solid #f0f0f0;
    line-height: 34px; }
    .related-pages li:last-child {
      border-bottom: 0; }
    .related-pages li a {
      display: block; }
  .related-pages .score {
    display: block;
    float: right;
    color: #999;
    font-size: 85%; }

.btn-file {
  position: relative;
  overflow: hidden; }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }

.modular .features {
  padding: 3.125rem 0;
  text-align: center; }
  .modular .features h2 {
    margin: 0;
    line-height: 100%; }
  .modular .features h2 + h3 {
    margin-top: 0;
    font-weight: normal; }
  .modular .features h4 {
    margin: 0.625rem 0; }
  .modular .features p {
    margin: 10px 0;
    font-size: 17px; }
    @media only all and (max-width: 47.938rem) {
      .modular .features p {
        font-size: 14px; } }
  .modular .features .feature-items {
    margin-top: 30px; }
    .modular .features .feature-items .feature {
      display: block;
      vertical-align: top;
      margin-top: 20px;
      margin-bottom: 10px; }
      .modular .features .feature-items .feature i.fa {
        font-size: 2.5rem;
        color: #62488A; }
      .modular .features .feature-items .feature h4 {
        font-size: 1rem;
        font-weight: normal; }
      .modular .features .feature-items .feature p {
        font-size: 14px;
        margin: 5px 0 10px; }
  .modular .features.big {
    text-align: center; }
    .modular .features.big .feature {
      margin: 30px 0; }
      .modular .features.big .feature.has-icon {
        display: flex; }
        .modular .features.big .feature.has-icon i.fa {
          flex: 0 0 auto;
          font-size: 3.125rem; }
        .modular .features.big .feature.has-icon .feature-content {
          flex: 1 1 auto; }
          .modular .features.big .feature.has-icon .feature-content.push {
            margin-left: 35px; }
      .modular .features.big .feature .feature-content {
        padding-right: 15px; }
        .modular .features.big .feature .feature-content h4 {
          font-size: 1.5rem;
          text-align: left;
          margin: 0; }
        .modular .features.big .feature .feature-content p {
          padding: 0;
          text-align: left;
          font-size: 14px; }

.callout {
  background: #f0f0f0;
  color: #666666;
  padding: 15px 15px; }
  .callout:after {
    content: "";
    display: table;
    clear: both; }
  .callout .container h2 {
    padding-top: 1.25rem; }
  .callout .container img.float-md-left {
    margin-right: 2rem; }
  .callout .container img.float-md-right {
    margin-left: 2rem; }
  @media only all and (max-width: 47.938rem) {
    .callout .container img {
      margin-bottom: 1rem; }
      .callout .container img.float-md-left, .callout .container img.float-md-right {
        margin: 0 auto; } }

.modular .modular-row:last-child {
  margin-bottom: 2rem; }
.modular .modular-anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden; }

body.fixed-nav {
  padding-top: 50px; }

#grav-login {
  max-width: 50rem !important; }
  #grav-login .col-sm-2 {
    width: 50%;
    text-align: right;
    padding-top: 5px; }
  #grav-login .col-sm-10 {
    width: 50%; }
  #grav-login form {
    padding-top: 30px; }
  #grav-login .rememberme {
    float: right !important; }
  #grav-login .form-actions button {
    margin-top: 50px; }
  #grav-login .form-actions .button.secondary {
    line-height: 26px; }
    #grav-login .form-actions .button.secondary i {
      line-height: 26px; }
  #grav-login .button {
    vertical-align: bottom !important; }

/*# sourceMappingURL=theme.css.map */


/* Custom Styles */

body {
  background: #fff;
}
body {
  padding-top: 95px;
}
.maxwidth {
   background: #fff;
   max-width:1920px;
   margin: auto;
}
.nav-item span {
  color: #ccc;
  color: rgba(255,255,255,.3);
  font-size: 60%;
  display: block;
  text-align: center;
}
a {
  color: black;
}

#logo {
  padding: 10px 0;
}
#logo a {
  font-size: 42px;
  color: #fff;
}
.bg-custom {
  background: #191919;
}
.car-icon {
  width: 96px;
  height: auto;
  margin-right: 20px;
}
.list-blog-padding .media {
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blockquote-footer {
  color: rgba(255,255,255,.6);
}
blockquote cite {
  color: rgba(255,255,255,.3);
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.headerbrand {
  background: #ffffff;
}
div.main-content p a,
div.main-content ul a {
  text-decoration: underline;
}
div.main-content .sidebar-content a,
div.main-content p a.btn {
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
.header h1, h1 {
  font-weight: 700;
  text-transform: uppercase;
}
h2, h3, h4, h5 {
  font-weight: 700;
}
.gray {
  color: #666 !important;
}
.lead {
  font-size: 1.4rem;
  font-weight: 400;
}
body.form div.buttons {
  text-align: right;
}
body.form div.buttons button {
  margin: 0 20px 30px 0;  
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #01012b;
  border-color: #01012b;
}
.pipe {
  opacity: .4;
  margin: 0 6px;
}
fieldset {
  margin: 20px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #f5f5f5;
}
fieldset .form-field:last-child {
  margin-bottom: 30px;
}
legend {
   width: auto;
   border-bottom: none;
   padding: 4px 12px;
   font-size: 18px;
   background: #fff;
   border-radius: 6px;
  border: 1px solid #ccc;
}
label.control-label {
  font-weight: bold;
  margin: 10px 5px 0px;
}
.bio {
    width: 100%;
    max-width: 255px;
    height: auto;
    float: left;
    margin: 0 20px 10px 0;
}
.card-header {
  background-color: rgba(0,0,0,.05);
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.about-img {
  max-width: 350px;
  margin: 5px 20px 20px 0;
}
.navbar.navbar-expand-md {
  border-bottom: 1px solid #000;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}
.nav-item a {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
img.icon {
  width: 90px;
  height: auto;
  float: left;
  margin: 0 15px 10px 0;
}
div.contact-info {
  margin: 10px 0;
}
div.phone {
  font-size: 180%;
  font-weight: bold;
  color: #ec2028;
}
div.phone a {
  color: #000;
}
div.address {
  font-size: 120%;
  font-weight: bold;
  color: #ec2028;
}
div.address a {
  color: #000;
}
div.phone a:hover,
div.address a:hover {
  color: #444;
}
img.logo {
  max-width: 160px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.navbar {
   z-index: 500;
   width: 100%;
}

body .navbar {
  background: #fff;
}
.navbar.fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}
.navbar-light .navbar-nav .nav-link {
  color: #01012b;
}
.nav-link {
  text-transform: uppercase;
}
.navbar-brand {
  margin-right: 0;
}
#carouselHeader {
  background: black;
}
#carouselHeader .carousel-inner {
   margin: auto;
}
#carouselHeader .carousel-item {
  min-height: 100vh;
  width: 100%;
  background: no-repeat center center scroll;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#client-testimonial-carousel {
  min-height: 250px;
}
#client-testimonial-carousel p {
	font-size: 1.6rem;
}
#client-testimonial-carousel .carousel-item {
  height: auto;
  min-height: 0;
  max-height: 5000px;
}
#client-testimonial-carousel blockquote {
  padding: 0;
}
.blog-slide-text {
  background: #fff;
  color: #000;
}
.blog-slide-text h5 a {
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
}
.blog-slide-text a {
	color: #000;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next { visibility: hidden; }
.carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next  { visibility: visible; }
#carouselHeader .carousel-caption {
  padding-top: 0;
  right: 150px;
  left: 50%;
  max-width: 680px;
  bottom: 0;
  color: #fff;
  top: 35%;
  text-align: right;
}
#carouselHeader .carousel-caption.left {
  left: 150px;
  right: 50%;
  text-align: left;
}
.jumbotron {
  background-color: transparent;
  padding: 1rem;
  margin: 1rem 2rem;
}
.carousel-caption .fadefirst  {
  animation:2s ease 0s normal forwards 1 fadein;
}
.carousel-caption .fadesecond  {
  animation:2s ease 0s normal forwards 1 fadein;
  animation-delay: 1s;
  opacity: 0;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.features {
  color: #fff;
  padding: 40px;
  background:#222;
}
.portfolio-item {
  margin-bottom: 30px;
}
.callouts {
  background: #f9f7f3;
  border-top: 2px solid #c0b39c;
  padding: 60px 0;
}
a p.smcallout {
  color: #000;
}
.icon-callouts {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
}
.icon-callouts img {
  border-radius: 50%;
  max-width: 260px;
  margin-bottom: 10px;
}
.icon-callouts h3 {
  font-weight: 700;
}
.btn-primary {
  background-color: #01012b;
  background: #01012b;
  border-color: #01012b;
  font-weight: 700;
  text-transform: uppercase;
}
#carouselHeader .btn-primary {
  background-color: #28ff29;
  background: #28ff29;
  border-color: #28ff29;
}
hr.light { 
    border:0px none white; 
    border-top:1px solid rgba(255,255,255,.2); 
}
.team hr {
  clear: left;
}
.icon-links img {
  min-width: 120px;
  max-width: 120px;
}
.icon-links h3 {
	font-size: 2.6vw;
  color: #fff;
}
.icon-links .lead {
  font-size: 1.3vw;
  color: #777;
}
@media screen and (max-width: 990px) {
  .icon-links h3 {
     font-size: 34px;
  }
  .icon-links .lead {
  font-size: 18px;
  }
  #carouselHeader .carousel-caption.left {
  left: 0;
  right: 0;
  text-align: center;
  }
  #carouselHeader .carousel-caption {
  padding: 0 50px 0;
  right: 0;
  left: 0;
  min-width: 300px;
  max-width: 100%;
  bottom: 0;
  top: 40%;
  text-align: center;
  }
  .jumbotron p.lead {
  font-size: 16px;
  display: none;
  }
  .jumbotron .fadesecond p.lead {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #carouselHeader .carousel-caption {
  top: 20%;
  }
}
@media screen and (min-width: 1880px) {
  .icon-links h3 {
     font-size: 50px;
  }
  .icon-links .lead {
  font-size: 22px;
  }
}
div.main-content {
  padding-top: 50px;}
body.front div.main-content {
  padding-top: 0;}
#main-content {
  margin-bottom: 30px;
}
.servicesmenu {
  margin-bottom: 20px;
}
.list-group-item {
  padding: .55rem 1.25rem;
  color: #000000;
}
.services .row {
  border-bottom: 1px solid #777;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.services h5 {
  font-weight: bold;
}
.calloutbox {
  background: #28ff29;
}
.calloutbox .lead {
	font-size: 1.8rem;
}
.calloutbox-inner a {
  color: #fff;
}
.calloutbox-inner {
  text-align: center;
  color: #fff;
}
.list-blog-header {
  text-transform: uppercase;
}
.list-blog-header img {
  padding-bottom: 20px;
}
.blog-home h5 {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 2px;
  font-weight: bold;
}
.btn {
  border-radius: 0;
}
#footer {
  background: #191919;
  position: relative;
  color: #fff;
  padding: 30px 0 50px;
}
#footer img {
  max-height: 60px;
}
#footer .line {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 1rem; 
}
.footer a {
  color: #fff;
}
.footer .title {
  margin-bottom: 20px;
}
.footer .title h3 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.footer ul, .footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-bar {
  padding: 27px 0;
  border-top: 1px solid #212123;
  background: #111111;
}
.bottom-bar p {
  margin: 0;
  color: #4D5054;
}
.subimage {
    float: left;
    margin: 0 3% 2% 0;
    width: 50%;
}
.services-main .list-item {
    margin: 20px 0 30px;
    padding-bottom: 20px;
}
.topicon {
  width: 26px;
  height: auto;
}
.icon-box {
  float: left;
  margin: 0 10px 15px 0;
}
.bg-light {
  background-color: #fafafa !important;
}
.btn-primary:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}
.page-item.active .page-link {
  background-color: #000000;
}
.page-link {
  color: #000000;
}
.socialmediaicons {
    display: inline-block;
}
.social-links {
  font-weight: bold;
  font-size: 120%;
}
.social-links i {
  font-size: 21px;
}
.social-links a {
  color: #11672a; 
}
.social-links a:hover {
  color: #01012b; 
}
.social-links .phone {
  color: #01012b; 
}
.social-links img {
  max-width: 40px;
  height: auto;
  display: inline-block;
  margin: 0;
}
/*Reviews*/
div.reviews div {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
div.reviews div:last-child {
  border-bottom: none;
}
.stars {
  color: #cc2027
}
.author {
  font-style: italic;
  color: #666;
}
.badge-primary {
  background-color: #000000;
}
/*Coupons*/

.couponDiv {
  background: #fafafa;
    border: 2px dashed #ccc;
    border-radius: 8px 8px 8px 8px;
    color: #1d3772;
    font-size: 34px;
    font-weight: 600;
    margin: 10px;
    padding: 35px 50px 25px;
    position: relative;
    text-align: left;
    width: auto;
}
.coupon-disclaimer {
  font-size: 14px;
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
  color: #333;
  font-weight: normal !important;
}
.coupon-address {
  font-size: 13px;
  font-style: italic;
  color: #999;
  margin-top: 20px;
  font-weight: 700;
}
.print_section .printbutton {
  clear:left;
  text-align: right;
}
.print_section .printbutton a {
  text-decoration:none;
  margin: 0 10px 10px 0;
}
@media print {
  .noprint, .printbutton, .topheader, .hero, .blog-sidebar, .topbar, .footer, h1.mt-4, p.lead, aside, footer {
    display:none;
  }
  body,
  #page,
  #section-content,
  #zone-content-wrapper,
  .main-content {
    background:#fff;
    background-image:none;
  }
  .print {
  display:block;
  }
}
@media only screen and (max-width: 1280px) {
  .social {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-item a {
  font-size: 16px;
  }
  .social-links i {
  font-size: 23px;
  }
  .social-links img {
  max-width: 34px;
  }
}
@media only screen and (max-width: 992px) {
  .nav-item a {
  font-size: 1.2rem;
  }
  .nav-item span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body {
  padding-top: 0;
  }
  .navbar.fixed-top {
    position: static;
  }
  .navbar-nav .nav-item .nav-link {
  border-right: 0;
  }
  .social-links {
    display: none;
  }
  div.contact-info {
  margin-top: 0;
  margin-bottom: 20px;
  }
  #carouselHeader .carousel-item {
  min-height: 400px;
  }
  .display-4 {
  font-size: 3rem;
  line-height: 1.2;
  }
  .jumbotron {
  padding: 1rem 1rem;
  margin: 1rem 1rem;
  }
  .navbar-brand {
  white-space: normal;
  }
  .subimage {
  float: none;
  margin: 0 0 10px 0;
  width: 100%;
  }
  .socialmediaicons {
    display: block;
  }
  .navbar-collapse {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  body {
  font-size: 1.0rem;
  }
  .lead {
  font-size: 1.2rem;
  }
  #carouselHeader .carousel-item {
  min-height: 450px;
  }
  .icon-links img {
  min-width: 100px;
  max-width: 100px;
  }
  .icon-links h3 {
  font-size: 26px;
  }
  .icon-links .lead {
  font-size: 1.0rem;
  }
  .blog-home .list-item,
  .services-main .list-item {
    text-align: center;
  }
  .blog-slide-text h5 a {
    font-size: 26px;
  }
  .blog-slide-text p.lead {
    font-size: 16px;
  }
  .calloutbox .lead {
  font-size: 1.2rem;
  }
  .display-4 {
  font-size: 2.5rem;
  line-height: 1.2;
  }
  .jumbotron {
  padding: 1rem 1rem;
  margin: 1rem 1rem;
  }
  .services .img-fluid {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 5px;
  }
  .footer-links {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 15px;
  margin-bottom: 20px;
  }
  .footer-links ul, .footer-links ul li {
  display: inline-block;
  }
  .footer-links ul li a {
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right: 10px;
  }
  .footer-links ul li:last-child a {
  border-right: none;
  }
}
@media only screen and (min-width: 768px) {
  .header {
  min-height: 300px;
  }
}

/*** 

====================================================================
  Services Style Three
====================================================================

***/

.centered-title{
  position:relative;
  text-align:center;
  margin-bottom:70px;
  z-index:1;
}

.centered-title h2{
  position:relative;
  font-size:32px;
  color:#222222;
  font-weight:700;
  line-height:1.4em;
  text-transform:uppercase;
  padding-bottom:36px;
  background:url(/images/icons/title-separator.png) center bottom no-repeat;
}

.centered-title .desc-text{
  font-size:16px;
  color:#000;
  line-height:1.8em;
  max-width:900px;
  margin:0 auto;
  padding-top:20px;
}

.services-three{
  position:relative;
  padding:50px 0px 10px;
}

.services-three .service-block{
  position:relative;
  margin-bottom:70px; 
}

.services-three .service-block .inner-box{
  position:relative;
  padding-left:115px;
}

.services-three .service-block .inner-box .icon-box{
  position:absolute;
  left:0px;
  top:10px;
  width:88px;
  height:88px;
  padding:12px;
  text-align:center;
  background: #f9f7f3;
  color:#c0b39c;
  border:1px solid #c0b39c;
  border-radius:50%;  
}

.services-three .service-block .inner-box h3{
  position:relative;
  font-size:20px;
  color:#222222;
  text-transform:capitalize;
  margin-bottom:10px;
}
.services-three img {
  max-height: 60px;
}
.services-three img:hover {
  filter: invert(15%) sepia(95%) saturate(3529%) hue-rotate(347deg) brightness(100%) contrast(99%);
}
.services-three .text {
  color: #6b6b6b;
}
/* Hide Blog menu after 25 items */
div.sidebar-content a.list-group-item:nth-of-type(1n+25) {display: none;}






/* JD’s Automotive and Custom Cars Custom CSS - Bootstrap 4 */

/* Global Styles */
:root {
  --primary-color: #01012b;
  --secondary-color: #162b40;
  --accent-color: #e8a628;
  --light-color: #f8f9fa;
  --dark-color: #01012b;
  --gray-color: #6c757d;
  --white-color: #ffffff;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #333;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.white-color {
  color: var(--white-color) !important;
}
.text-primary {
  color: var(--primary-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #1962a1;
  border-color: #1962a1;
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Header Styles */
.navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
}

/* Hero Section */
.hero-section {
  padding: 4rem 0;
  background: url("/images/hero-bg.jpg");
  background-size: cover;
}

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
}

.bg-red {
  background: #28ff29 ;
}
.icon-circle {
    background: rgba(1, 1, 43, 0.6);
    border-radius: 50%;
    color: #28ff29 !important;
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    display: inline-block !important;
    text-align: center;
}

@media (min-width: 992px) {
  .hero-section h1 {
    font-size: 3.5rem;
  }
}

/* Card Styles */
.card {
  transition: all 0.3s ease;
  border-radius: 0.5rem;
  overflow: hidden;
}

.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.card-body {
  padding: 2rem;
}

.icon-wrapper {
  margin-bottom: 1.5rem;
  display: inline-block;
}

/* Testimonials */
.testimonial-author {
  margin-top: auto;
}

/* Contact Section */
.contact-info .icon-box {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Form Styles */
.form-control {
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ced4da;
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(30, 115, 190, 0.25);
}

label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #495057;
}

/* Utility Classes */
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.rounded {
  border-radius: 0.5rem !important;
}


/* Media Queries */
@media (max-width: 991.98px) {
  .hero-section {
    padding: 3rem 0;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 2rem 0;
  }
  
  .hero-section h1 {
    font-size: 2rem;
  }
  
  .card-body {
    padding: 1.5rem;
  }
}

/* Animation Styles */
.fade-in {
  animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* SEO Optimization Styles */
.seo-headline {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--primary-color);
}

.seo-description {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* Custom Components */
.feature-box {
  display: flex;
  margin-bottom: 2rem;
}

.feature-box .icon {
  flex-shrink: 0;
  margin-right: 1.5rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(30, 115, 190, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}

.feature-box .content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.feature-box .content p {
  color: var(--gray-color);
  margin-bottom: 0;
}

/* Additional Utility Classes */
.text-bold {
  font-weight: 700 !important;
}

.border-radius-lg {
  border-radius: 1rem !important;
}

.transition {
  transition: all 0.3s ease;
}

.icon-lg {
  font-size: 3rem;
}

.icon-md {
  font-size: 2rem;
}

.icon-sm {
  font-size: 1.5rem;
}

.services-sect {
  background: #01012b;
}