body {background-color: #262829 !important;}
a {color: orange;}
.right{float:right;}
.left {float:left;}
.p-t-20 {padding-top:20px;}
.m-t-20 {margin-top:20px;}
.m-t-40 {margin-top:40px;}
.m-t-50 {margin-top:50px;}
.m-t-b-5 {margin:5px 0px;}
.m-t-b-10 {margin:10px 0px;}
.m-t-b-20 {margin:20px 0px;}
.m-t-b-30 {margin:30px 0px;}
.m-t-b-50 {margin:50px 0px;}
.p-t-b-5 {padding:5px 0px;}
.m-b-25 {margin-bottom:25px;}
.m-b-40 {margin-bottom:40px;}
.m-b-50 {margin-bottom:50px;}
.m-t-30 {margin-top:30px;}
.p-t-b-50 {padding:50px 0px;}
.p-0 {padding:0;}
.m-0 {margin:0;}
.m-b-20 {margin-bottom:20px;}
.p50 {
	padding-top: 50px;
}
.color-333 {background:#333333;}
.orange {color:orange;}
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}

.font-30 {font-size:30px;line-height:36px;color:orange;}
.font-40 {font-size:40px;line-height:44px;color:orange;}



.bounce {
  height: 80px;
  width: 80px;
  margin: 150px auto 0;
  position: relative;
}
.circle {
  background-color:#fff0;
  height: 80px;
  width: 80px;
  display: block;
  border: 5px solid orange;
  border-radius: 80px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  animation-name:circle;
  animation-duration:3s;
  animation-timing-function:linear;
  animation-delay:0s;
  animation-iteration-count:infinite;
  animation-direction:normal;
  animation-play-state:running;
  -webkit-animation-name:circle;
  -webkit-animation-duration:3s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-delay:0s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:normal;
  -webkit-animation-play-state:running;
}
.bounce .fa {
  font-size: 30px;
  color: orange;
  bottom: 27px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  animation-name:arrow;
  animation-duration:3s;
  animation-timing-function:linear;
  animation-delay:0s;
  animation-iteration-count:infinite;
  animation-direction:normal;
  animation-play-state:running;
  -webkit-animation-name:arrow;
  -webkit-animation-duration:3s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-delay:0s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:normal;
  -webkit-animation-play-state:running;
}
.pulse {
	margin: 0 auto;
	border-radius: 100px;
	position: absolute;
  left: 5px;
	top: 5px;
	z-index: 0;
	background-color: transparent;
	opacity: 0;
	width: 110px;
	height: 110px;
	border: 10px solid #00baff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	/* Giving Animation Function */
	-webkit-animation: pulse 1s linear infinite 0.3s;
	-moz-animation: pulse 1s linear infinite 0.3s; 
	border-image: initial;
}
@keyframes arrow
	{
	0%   {bottom:0;}
	75% {bottom:90px;}
	100% {bottom:0;}
	}
@-webkit-keyframes arrow
	{
	0%   {bottom:0;}
  75% {bottom:90px;}
	100% {bottom:0;}
  }
@keyframes circle
	{
	0%   {height:120px;}
	10% {height: 120px;}
  50% {height: 130px;}
	75% {height: 150px;}
  90% {height: 130px;}
	100% {height: 120px;}
	}
@-webkit-keyframes circle
	{
	0%   {height:120px;}
	10% {height: 120px;}
  50% {height: 130px;}
	75% {height: 150px;}
  90% {height: 130px;}
	100% {height: 120px;}
	}
@-webkit-keyframes pulse {       
  0% {-webkit-transform: scale(0); opacity: 0;}
  8% {-webkit-transform: scale(0); opacity: 0;}
  15% {-webkit-transform: scale(0.1); opacity: 1;}
  30% {-webkit-transform: scale(0.5); opacity: 1;}
  100% {opacity: 0; -webkit-transform: scale(1.5);}
}
@-moz-keyframes pulse {       
  0% {-webkit-transform: scale(0); opacity: 0;}
  8% {-webkit-transform: scale(0); opacity: 0;}
  15% {-webkit-transform: scale(0.1); opacity: 1;}
  30% {-webkit-transform: scale(0.5); opacity: 1;}
  100% {opacity: 0; -webkit-transform: scale(1.5);}
}






.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: xx-large;
    color: #fff;
    font-weight: 700;
	line-height: initial;
}

.breadcrumb>li+li:before {
    padding: 0 5px 0 15px;
    color: #ccc;
    content: "/\00a0";
}


#offcanvas-toggler >i {
    color: #ffffff;
}

.scrollup {
    right: 30px;

}

.none #sp-main-body {
    display: none;
}

.center {
	text-align: center;
}

#sp-main-body {
    padding: 10px 0;
}

#sp-header {
    background-color: rgba(0,0,0,0.6) !important;
	box-shadow: 0 8px 10px rgba(0,0,0,0.6) !important;
}

#sp-top-bar {
    background-color: #0e0e0e !important;
}

#sp-top-bar a {color:#fff;}
#sp-top-bar a:hover {color:orange;}

#sp-footer {
    background: #000 !important;
}
#sp-upperfooter {
	margin: 40px 0px 10px 0px;
}

#sp-hero {
    display: flex;
    align-items: center;
}

.hero {
    width: 100%;
    height: calc(100vh - 130px);
}

.hero1 {
    22display: flex;
    22flex-direction: column;
    22justify-content: center;
    color: #fff;
    22height: 70vh;
    22margin: 0px 20px;
}
.hero-buttons {
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
}
#22sp-hero1 .22sp-module {
    margin-top: 50px;
    background-color: #00000054;
    padding: 20px;
    border-radius: 10px;
}
#sp-hero1 .hero-bg {
    background-color: #00000054;
    padding: 20px;
    border-radius: 10px;
}

#sp-hero1 .hero-bg p {
    font-size: 1.5em;
    line-height: 1.3em;
}




.hero1a {
    background-color: #00000054;
    padding: 20px;
    border-radius: 10px;
    margin: 60px 0px 20px 0px;
}
.hero1 h1 {color:#ffffff;font-size: 2em;}
.hero1 h2 {color:#ffffff;font-size: 1.5em;}

.hero-buttons {
    display: flex;
    justify-content: space-between;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    display: inline-block;
    padding: 0 15px;
    line-height: 90px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    padding: 0px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    display: block;
    padding: 6px 15px 6px 15px;
    color: #141414;
    cursor: pointer;
    font-size: 14px;
}

.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    color: #fff;
}

.sp-megamenu-parent >li >a:hover {
    text-decoration: none;
    color: orange !important;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: orange;
}

.sp-megamenu-parent >li >a:last-of-type {
    padding: 0px 0px 0px 15px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
    background: orange;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #000000;
}

.btn {
    /* display: inline-block; */
    padding: 15px 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    /* text-align: center; */
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-image: none; */
    /* border: 1px solid transparent; */
    /* border-radius: 0px; */
    font-family: 'Raleway', sans-serif;
}
.theme-btn {
    background: orange none repeat scroll 0 0;
    color: #fff;
    margin-top: 30px;
}
.btn {
    display: inline-block;
    text-align: center;
    border: 3px solid orange;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.btn:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background: rgba(0,0,0,.2);
    color: #fff;
    z-index: -1;
}
.btn:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.btn:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn-primary, .sppb-btn-primary {
  border-color: #00299b;
  background-color: #00299b;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #00299b;
  background-color: #00144D;
}












.btn1 {
    /* display: inline-block; */
    padding: 15px 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    /* text-align: center; */
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-image: none; */
    /* border: 1px solid transparent; */
    /* border-radius: 0px; */
    font-family: 'Raleway', sans-serif;
}
.theme-btn1 {
    background: orange none repeat scroll 0 0;
    color: #fff;
    margin-top: 30px;
}
.btn1 {
    display: inline-block;
    text-align: center;
    border: 3px solid orange;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.btn1:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background: rgba(0,0,0,.2);
    color: #fff;
    z-index: -1;
}
.btn1:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.btn1:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.btn1.focus, .btn1:focus, .btn1:hover {
    color: #fff;
    text-decoration: none;
}
















.jquery-ripples {
    position: relative !important;
    z-index: 0 !important;
}



/* Main Services Area */

.section-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
}

.section-title span {
    color: orange;
}

.car-icon {
    display: inline-block;
    margin: 30px 0;
    position: relative;
    width: 50px;
}

.car-icon::before {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -50px;
    position: absolute;
    top: 15px;
    width: 40px;
}

.car-icon::after {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -50px;
    position: absolute;
    top: 15px;
    width: 40px;
}

.octagonWrap {
    height: 120px;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    width: 120px;
}

.octagon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #f9fbfd;
    border: 2px solid #00299b;
}

.octagon:before {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    border: inherit;
}

.flaticon-007-oil:before, .flaticon-039-disc-brake:before, .flaticon-027-chassis:before {
    color: #00299b;
    display: inline-block;
    font-size: 55px !important;
    line-height: 80px;
    margin: 14px 0 0 !important;
    padding: 0;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}



/*

#sp-mainservices1 > div > div:nth-child(2) > div > div > div > div.\31 22 {
	display: flex;
    justify-content: center;
}

#sp-mainservices1 > div > div:nth-child(2) > div > div > div > div:nth-child(1) > div {
    position: relative;
    width: 150px;
    height: 150px;
}

#sp-mainservices1 > div > div:nth-child(2) > div > div > div > div:nth-child(1) > div > div {
	position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
}

*/




.feature-boxa {
	display: flex;
    justify-content: center;
}

.feature-boxb {
    position: relative;
    width: 150px;
    height: 150px;
}

.feature-boxc {
	position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
}










.flaticon-007-oil:before {
    content: "\f106";
	margin: -10px 0 0 10px !important;
}

.flaticon-039-disc-brake:before {
    content: "\f126";
}

.flaticon-027-chassis:before {
    content: "\f11a";
}

.upper-line {
    background: #333 none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 75px;
}

.bottom-line {
    background: #333 none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto;
    width: 42px;
}

.featured-boxed.text-center > p {
    margin: 30px 0 0;
}

/* End Main Services Area */

/* Lower Services Area

.services-item {
    margin-left: -15px;
    margin-right: -15px;

}

.box {
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}

.box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}

.box > h3 {
    bottom: 10px;
    color: #fff;
    font-size: 20px;
    left: 15px;
    opacity: 1;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}

.box .box-content {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}

.box .box-content:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
}

.box .box-content:before, .box .box-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}

.box .box-content:after {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform-origin: 100% 0 0;
    -webkit-transform-origin: 100% 0 0;
}

.box .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 25px 0 0;
    opacity: 0;
    transform: translate3d(0px, -50px, 0px);
    -webkit-transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
}

.box .post {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 15px;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}

.box .icon {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}

.box .icon li {
    display: inline-block;
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 0 16px 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}





End Lower Services Area */

a:hover {
    text-decoration: none;
}

.22fa {
	line-height: 40px !important;
}

.sp-module ul >li {
    display: block;
    border-bottom: none;
    -webkit-transition: 300ms;
    transition: 300ms;

}

.sp-module ul >li >a {
    padding: 0px 0;
}

.sp-module ul >li >a:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 0px;
}

.services-item {
    margin-left: -15px;
    margin-right: -15px;
    display: none;
}
.box{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.box > h3 {
    bottom: 10px;
    color: #fff;
    font-size: 20px;
    left: 15px;
    opacity: 1;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}
.box:hover > h3 {
   opacity: 0;
    visibility: hidden;
}
.box:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}
.box:hover:before{
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box .box-content:before{
    border-bottom: 1px solid orange;
    border-top: 1px solid orange;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
}
.box .box-content:after{
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform-origin: 100% 0 0;
    -webkit-transform-origin: 100% 0 0;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 25px 0 0;
    opacity: 0;
    transform: translate3d(0px, -50px, 0px);
    -webkit-transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
}
.box:hover .title{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.box .post{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 15px;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box:hover .post{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box:hover .icon{
    bottom: 25px;
    opacity: 1;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .icon li{
    display: inline-block;
}
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border: 1px solid #fff;
    border-radius: 0 16px 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.box .icon li a:hover{
    background: orange;
    border-color: orange;
}

/* why choose us */
.flex {display:flex;}

.boxed-item {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 0 1px #e2e9ed;
  box-sizing: border-box;
  22margin-left: -15px;
  22margin-right: -15px;
  margin-top: 50px;
  padding: 50px 20px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
    flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.boxed-item:after {
	clear: both;
}


.boxed-item:hover {
-webkit-box-shadow: 0px 17px 32px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 17px 32px -12px rgba(0,0,0,0.75);
box-shadow: 0px 17px 32px -12px rgba(0,0,0,0.75);
}


.sirial-number {
    display: block;
    text-align: right;
    font-size: 17px;
    color: #777;
}
.boxed-item .flaticon-crane::before, .boxed-item .flaticon-wheel-1:before, .boxed-item .flaticon-speedometer:before, .boxed-item .flaticon-car-radio:before {
  color: #00299b;
  font-size: 25px;
  line-height: 55px;
  margin-left: 0;
}
.single-boxed {
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    height: 50px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 50px;
}
.boxed-item > h3 {
    margin: 30px 0 20px;
    font-size: 1.2em;
}

/* end why choose us */



/* countdown */

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.count-down-area {
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
    position: relative;
}
.count-down-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.count-bg {
   background-image: url(image/count-bg.jpg);
}
.count-down-boxed {
    border: 1px solid #eee;
    color: #eee;
    padding: 25px 15px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.count-down-boxed .ion-ios-people-outline::before, .count-down-boxed .ion-ios-partlysunny-outline::before, .count-down-boxed .ion-ios-paperplane-outline::before, .count-down-boxed .ion-ios-thunderstorm-outline::before, .count-down-boxed .ion-ios-time-outline::before, .count-down-boxed .ion-model-s::before, .count-down-boxed .ion-ios-checkmark-outline::before {
  display: inline-block;
  font-size: 55px;
  line-height: 35px;
}
.count-down-boxed .count-number {
  display: inline-block;
  font-size: 35px;
  margin-left: 10px;
  position: relative;
  top: -7px;
}
.count-down-boxed h3 {
  color: #eee;
  font-size: 17px;
  margin: 13px 0 0;
}

/* end countdown */


/* ==============
    Body Services Area CSS 
======================== */
.body-service-boxed-item {
    margin-left: -15px;
    background-color: #ddd;
    height: 650px;
    background-size: cover;
    background-position: center center;
}
.auto-body-bg {
     background-image: url(./image/body-service-bg.jpg);
}
.services-list {
    margin-top: 30px;
}
.services-list ul li {
  font-family: "Raleway",sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
    letter-spacing: .5px;
}
.services-list ul li:before {
    position: absolute;
    content: "\f046";
    color: orange;
    font-family: FontAwesome;
    left: 0;
    top: 0;
}

/* ==== Services V.2 ===*/
.services-item-two {
    display: none;
    margin-bottom: 30px;
}
.services-item-two .services-item-mask {
    position: relative;
    padding: 10px 0 10px 20px;
}
.services-item-two .services-item-mask:before{
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #011627;
}
.services-item-two .pic{
    position: relative;
    overflow: hidden;
}
.services-item-two .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two:hover .pic:after{
    opacity: 1;
}
.services-item-two .pic img{
    width: 100%;
    height: auto;
}
.services-item-two .single-links{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    bottom: -40%;
    left: 0;
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two:hover .single-links {
    bottom: 20px;
}
.services-item-two .single-links li{
    display: inline-block;
    margin-right: 5px;
}
.services-item-two .single-links li a {
  border: 1px solid #fdfffc;
  color: #fdfffc;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  width: 130px;
}
.services-item-two .single-links li a:hover{
    background: #00299b;
    border: 1px solid #00299b;
}
.services-item-two .services-item-info{
    padding: 20px;
    background: #00299b;
    color: #eee;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two .services-item-info:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #011627;
    z-index: -1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two:hover .services-item-info:before{
    left: 0;
}
.services-item-two .title{
    color: #eee;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two:hover .title{
    color: #fff;
}
.services-item-two .post{
    display: block;
    font-size: 13px;
    color: #eee;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.services-item-two:hover .services-item-info,
.services-item-two:hover .post{
    color: #fdfffc;
}
.services-item-two .description{
    font-size: 14px;
    line-height: 22px;
}
@media screen and (max-width: 990px){
    .services-item-two{ margin-bottom: 20px; }
}
/* ==============
    End Body Services Area CSS 
======================== */


#sp-autobodyimg {
    padding-top: 0px;
    22margin-top: -1px;
}

#sp-autobodydesc {
	color: #fff;
	22padding-top: 50px;
	
}

#sp-mainservices1 {
	padding-top:50px;
}

#sp-mainservices2 {
	padding-top:50px;
}

#sp-mainservices3 {
	padding-top:50px;
}
#sp-mainservices4 {
	padding-top:50px;
}
#sp-mainservices5 {
	padding-top:50px;
}
#sp-mainservices6 {
	padding-top:50px;
}
#sp-mainservices7 {
	padding-top:50px;
}
#sp-mainservices8 {
	padding-top:50px;
}
#sp-mainservices9 {
	padding-top:50px;
}
/* ==============
    Testimonials Area CSS 
======================== */

#sp-testimonials {
	padding: 100px 10px;
}
.testimonials-car-boxed {
    margin-top: 70px;
}
.testimonial-single-item p {
    font-style: italic;
    padding-left: 20px;
    position: relative;
}
.testimonial-single-item p:last-of-type:before {
    position: absolute;
    content: "\f347";
    color: #777;
    font-family: Ionicons;
    left: 0;
    top: -5px;
}
.testimonial-single-item {
    position: relative;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}
.testimonial-single-item::before {
  border-left: 0 solid transparent;
  border-right: 23px solid transparent;
  border-top: 32px solid #fff;
  bottom: -32px;
  content: "";
  height: 0;
  left: 50px;
  position: absolute;
  width: 0;
}
.testimonial-single-item ul li {
    display: inline-block;
    color: #e8e011;
}
.testimonial-single-item > ul {
    text-align: center;
}
.testimonial-single-item {
    background: #fff none repeat scroll 0 0;
    padding: 25px;
}
.quotation-profile {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 70px;
  margin-top: 35px;
    margin-left: 10px;
  overflow: hidden;
  width: 70px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}
/* ==============
    End Testimonials Area CSS 
======================== */

/* ==============
    Appointment Area CSS 
======================== */

#sp-appointmentsrow {
	background: #fff;
	padding: 100px 10px;
}

#sp-appointmentleft {
	padding-left:50px;
}

.mod-rscontact-width-auto {
    width: 100% !important;
}

.apointment-preview-boxed {
    background-position: center center;
    background-size: cover;
    22height: 810px;
    22position: relative;
    22top: 157px;
	22margin-bottom: -30px;
	22margin: auto auto 0;
}

.form-horizontal .control-label {
    22width: 180px;
}

.form-horizontal .controls {
    margin-left: 0px;
	margin-right: 0px
}

input, textarea, .uneditable-input {
    22width: 80%;
}


.mod-rscontact-pre-text h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

/* ==============
    End Appointment Area CSS 
======================== */

/* ==============
    Our partner Area CSS 
======================== */
#sp-partners {
	margin: 100px 0px 0px 0px;
}
#sp-partnerscarosel {
	margin: 0px 0px 60px 0px;
}

.partners-logo {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  display: block;
  padding: 30px;
}
.partners-logo:hover {
    opacity: .5;
}

/* ==============
    End Our partner Area CSS 
======================== */

/* === Footer Area CSS === */
.subscribe {
  margin-top: 10px;
}
.subscribe input {
    background: #e1e1e1 none repeat scroll 0 0;
    border: medium none;
    color: #303030;
    height: 35px;
    padding: 0 15px;
    width: 100%;
}
.subscribe button {
    background: #3d53e5 none repeat scroll 0 0;
    border: medium none;
    font-weight: 700;
    height: 35px;
    margin-top: 10px;
    text-transform: capitalize;
    width: 100%;
    transition: .4s;
    -webkit-transition: .4s;
}
.subscribe button:hover {
    background-color: green;
}


.footer-top-area {
    background: #262829;
}
.footer-top-area {
    color: #cacaca;
    font-size: 14px;
    font-weight: 400;
}
.footer-logo {
  22background: #00299b;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0px;
}

.footer-wid.footer-menu li {
  line-height: 29px;
}
.footer-top-area a.link-color {
    color: orange;
    font-weight: 700;
}
.footer-top-area a {
  color: #cacaca;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-top-area a:hover {
    color: #ffffff;
}
.footer-wid {
    padding: 0 0 40px;
}
.footer-wid-title {
  color: #e1e1e1;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.footer-wid-1 {
    padding: 0;
}
.footer-wid-title-1 {
  color: #e1e1e1;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.social-icos {
        padding: 25px 0;
}

.social-icos ul >li >a {
  background: #838b8c none repeat scroll 0 0;
  border-radius: 50%;
  color: #262829;
  display: block;
  font-size: 17px;
  height: 34px;
  line-height: 34px;
  width: 34px;
}
.social-icos ul >li >a:hover {
    background: orange;
    color: #fff;
}

#sp-bottom .row {
	display:flex;
	align-items:center;
	flex-wrap: wrap;
}

.footer-top-info {
    padding: 0;
    margin: 40px 0px;
    padding-left: 82px;
    position: relative;
    22display: flex;
    22align-items: center;
}
.footer-top-info > p {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  margin: 0;
  color: #c3c3c3;
}
.footer-icons {
    border: 4px solid #9c9c9c;
    border-radius: 50%;
    display: inline-block;
    font-size: 28px;
    height: 70px;
    left: 0;
    line-height: 64px;
    position: absolute;
    text-align: center;
    width: 70px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.footer-top-info .flaticon-crane::before {
  font-size: 30px;
  margin-left: 5px;
}

.footer-icons .fa {
	color: #c3c3c3;
}
.footer-icons .flaticon-crane {
	color: #c3c3c3;
}
.border-bottom {
	  border-bottom: 2px solid #c3c3c3
}
#sp-upperfooter2 {
	padding-left: 60px;
}
#sp-upperfooter2 ul >li >a {
    color: #c3c3c3;
}
#sp-upperfooter2 ul >li >a:hover {
    color: orange;
}
#sp-socialicons .list-inline li {
	display: inline-block;
}
/* === End Footer Area CSS === */

/* === Artice CSS === */

article.item {
    margin-bottom: 50px;
    border: rgba(0, 0, 0, 0.3) 1px solid;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.75);
}

.red {
    background-color: red;
}

.category-name {
padding: 1px 12px;
    color: #fff !important;
}
.category-name a{
    color: #fff !important;
}
#22author_infobox .22author_infobox_image_profile {
    float: left;
    margin: 15px 10px 15px 5px;
}
#author_infobox {
    background-color: #F9FBFD;
    color: #000000;
    border: 0px solid grey;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    border-radius: 5px 5px 5px 5px;
    margin: 35px 20px 10px 20px;
    padding: 10px;
    overflow: hidden;
    clear: both;
}
#author_infobox .author_infobox_description {font-size:0.8em;}
/* === Artice CSS === */

/* === module styles CSS === */

iframe {
    background-color: #fff;
    border: 0px solid grey;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    border-radius: 5px 5px 5px 5px;
    margin: 0px;
    padding: 10px;

}
.module1 {
    text-align: center;
    width: 100%;
    vertical-align: middle;
    22height: 100%;
    display: table-cell;
}


.module-shadow {
    background-color: #fff;
    border: 0px solid grey;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    border-radius: 5px 5px 5px 5px;
    22margin: 0px;
    22padding: 10px;
	overflow:hidden;
}


/* === end module styles CSS === */



/* === contact us styles CSS === */

.contact-form textarea {
	width: 600px;
	height: 120px;
}

.contact-form input {
	width: 600px;
}

.contact-form .control-label {
	margin-right: 10px;
}

.contact .page-header {
	display: none;
	
}
/* === end contact us styles CSS === */
#sp-footer {
    color: #888;
    text-align: center;
    padding: 20px 0;
}
#sp-footer a {
    color: #888;
}


	
.helix-social-share .helix-social-share-icon ul li div.facebook a {
    background: #4267B2 none repeat scroll 0 0;
    border-radius: 50%;
    height: 30px;
    padding-top: 4px;
    text-align: center;
    width: 30px;
    display: inline-block;
	color:#fff;
}
.helix-social-share .helix-social-share-icon ul li div.facebook a:hover {
	color:#000;
}
.helix-social-share .helix-social-share-icon ul li div.twitter a {
    background: #1da1f2 none repeat scroll 0 0;
    border-radius: 50%;
    height: 30px;
    padding-top: 4px;
    text-align: center;
    width: 30px;
    display: inline-block;
	color:#fff;
}
.helix-social-share .helix-social-share-icon ul li div.twitter a:hover {
	color:#000;
}

.helix-social-share .helix-social-share-icon ul li div.linkedin a {
    background: #0073B0 none repeat scroll 0 0;
    border-radius: 50%;
    height: 30px;
    padding-top: 4px;
    text-align: center;
    width: 30px;
    display: inline-block;
	color:#fff;
}
.helix-social-share .helix-social-share-icon ul li div.linkedin a:hover {
	color:#000;
}

/*temporary homepage css for no blog*/

.itemid-101 .post-format {display:none;}
.itemid-101 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-101 .article-footer-wrap {display:none;}
.itemid-101 article.item {
    margin-bottom: 50px;
    border: rgba(0, 0, 0, 0.0) 0px solid;
    padding: 20px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	background: ##F9FBFD;
}
#author_infobox{display:none;}


ul.list-tick {
    margin: 0;
    padding: 0;
}
ul.list-tick li {
    margin: 0;
    padding: 10px 0 10px 45px;
    list-style: none;
    background: url(/../images/gm-vehicle-services-alresford-garage-orange-tick.png) no-repeat 0% 50%;
    background-size: 40px;
}

/* end temporary homepage css for no blog*/


.itemid-101 .item h1, h2, h3 {margin-top: 10px !important;margin-bottom: 10px !important;}
.itemid-103 #sp-partnerscarosel {margin: 0px 0px 0px 0px;}
.itemid-105 #sp-partnerscarosel {margin: 0px 0px 0px 0px;}
.itemid-105 .post-format {display:none;}
.itemid-105 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-105 .article-footer-wrap {display:none;}
.itemid-105 article.item {
    margin-bottom: 50px;
    border: rgba(0, 0, 0, 0.0) 0px solid;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	color:#333;
	background: #f9fbfd;
}
.itemid-115 .post-format {display:none;}
.itemid-115 .entry-header {margin-bottom: 0px;}
.itemid-115 .entry-image {margin-bottom: 0px;}
.itemid-116 .post-format {display:none;}
.itemid-116 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-117 .post-format {display:none;}
.itemid-117 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-118 .post-format {display:none;}
.itemid-118 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-119 .post-format {display:none;}
.itemid-119 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-120 .post-format {display:none;}
.itemid-120 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-121 .post-format {display:none;}
.itemid-121 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-122 .post-format {display:none;}
.itemid-122 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-122 #sp-main-body {
    background-image: url(/images/gm-vehicle-services-alresford-dpf-cleaning-experts.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.itemid-122 article.item {
    margin-bottom: 50px;
    border: rgba(0, 0, 0, 0.0) 0px solid;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	color:#fff;
	background: #00000080;
}
.itemid-122 article.item h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.itemid-122 a:hover {color: #ffffff;}
.itemid-123 .post-format {display:none;}
.itemid-123 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-124 .post-format {display:none;}
.itemid-124 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-125 .post-format {display:none;}
.itemid-125 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-126 .post-format {display:none;}
.itemid-126 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-127 .post-format {display:none;}
.itemid-127 .article-footer-wrap {display:none;}
.itemid-127 article.item {
    margin-bottom: 0px;
    border: rgba(0, 0, 0, 0.3) 0px solid;
    padding: 20px 20px 10px 20px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 21px -2px rgba(0,0,0,0);
}
.itemid-127 #sp-main-body {
    background-color: #f9fbfd;
    padding: 10px 0px 20px 0px;
}
.itemid-157 .post-format {display:none;}
.itemid-157 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-157 .article-footer-wrap {display:none;}
.itemid-158 .post-format {display:none;}
.itemid-158 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-158 .article-footer-wrap {display:none;}
.itemid-159 .post-format {display:none;}
.itemid-159 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-159 .article-footer-wrap {display:none;}
.itemid-160 .post-format {display:none;}
.itemid-160 .entry-header.has-post-format {margin-left: 0; display: none;}
.itemid-163 .post-format {display:none;}
.itemid-163 .article-footer-wrap {display:none;}
.itemid-163 article.item {
    margin-bottom: 0px;
    border: rgba(0, 0, 0, 0.3) 0px solid;
    padding: 20px 20px 10px 20px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 21px -2px rgba(0,0,0,0);
}
#sp-upperbreadcrumb a:hover {
    color: #fff;
}
.cf-content-wrap, .cf-form-wrap {
    padding: 0px !important;
}
#cf2 .cf-content-wrap {
    padding: 18px !important;
}
#cf2 .cf-form-wrap {
    padding: 18px !important;
}
.gdpr-footer a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: unset;
}
.gdpr-footer a:hover {
color: #ccc;}

.gdpr-footer .cf-control-input-desc {
    opacity: unset;
}
#sp-socialicons .address-info {
	color:#888;
}
#sp-socialicons .address-info a {color:#fff;}
#sp-socialicons .address-info a:hover {color:#000;}

.post-format {
    background: orange;
}
blockquote {
    border-color: orange;
}
.quote {
    padding: 27px 20px 33px 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.quote i {
    color: orange;
    font-size: 30px;
    padding: 14px 14px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    margin-right: 25px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
.article-image img {width:100%;margin: 10px auto; display: block;}
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.article-image img {width:100%;margin: 10px auto; display: block;}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.article-image img {width:50%;margin:0px 0px 10px 10px;float:right;}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.article-image img {width:50%;margin:0px 0px 10px 10px;float:right;}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.article-image img {width:50%;margin:0px 0px 10px 10px;float:right;}
}

.sp-module ul >li >a:hover {
    color: #ffffff;
}
#sp-top-bar {
    background-color: #f5f5f5;
    color: orange !important;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
#offcanvas-toggler {
    line-height: 40px;
}
#sp-header {
    height: 50px;
}
#sp-header .logo {
    height: 50px;
}
.hero {
    width: 100%;
    height: calc(100vh - 50px);
}
.hero1 h1 {
font-size: 1.3em;
}
.hero1 h1 {
font-size: 1.1em;
}
#sp-hero1 .hero-bg p {
	font-size:1em;
	line-height:1em;
}
#sp-hero1 .hero-bg {
    padding: 10px;
}
.theme-btn {
    margin-top: 10px;
}
}
/* Custom */ 
@media only screen and (min-device-width: 769px) and (max-device-width: 830px) {
.hero1 h1 {
    font-size: large;
}
#sp-hero1 .hero-bg p {
	font-size:1em;
	line-height:1em;
}
#sp-hero1 .hero-bg {
    padding: 10px;
}
    }
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
.sp-copyright {display: flex; justify-content: space-between;}


#sp-upperbreadcrumbrow {
    background-image: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ), url(/images/gm-vehicle-services-alresford-local-garage.jpg) !important;
}

.breadcrumb>.active {
    color: #fff;
}

.relative {position:relative;}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.right-menu {padding:10px;}
.right-menu ul >li {
    display: block;
    border-bottom: none;
    -webkit-transition: 300ms;
    transition: 300ms;

}

.right-menu ul >li >a {
    padding: 0px 0;
}

.right-menu ul >li >a:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 0px;
}

.right-menu ul >li {
    display: block;
    border-bottom: none;
    -webkit-transition: 300ms;
    transition: 300ms;
    border-left: solid 4px orange;
	border-bottom:solid 1px orange;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 1.2em;
}

.sp-module.right-menu ul >li >a:hover {
    color: orange;
}

.sp-module.right-menu ul >li:hover {
    color: orange;
    background: bisque;
}
#right-menu > li.active {
    color: orange;
    background: bisque;
    border-left: solid 4px #000000;
	border-bottom:solid 1px #000000;
}
.sp-module.right-menu ul > li:last-child {
	border-bottom:solid 1px orange;
}
.sp-module {
    margin-top: 30px;
}
.itemid-126 .services-list {margin:30px 0px;}
.services-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.facebook-image img {max-height:24px;}
#sp-appointmentsrow > div > div {
    display: flex;
    align-content: center;
    align-items: center;
}
.daily-deals .col-xs-12, .daily-deals .col-xs-8, .daily-deals .col-xs-4 {
	padding:0;
	margin:0;
}
.daily-deals i {
    margin: 0 3px;
}
.daily-deals .row-fluid p {
    margin: 0;
	font-weight: 600;
}
.daily-deals .row-fluid {
	display:flex;
	align-items:center;
}
.daily-deals .row-fluid .images{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.daily-deals .row-fluid .images img {
	width:100px;
	margin:10px;
}