@font-face {
  font-family: 'Raleway-Regular';
  src: url('fonts/raleway-regular/Raleway-Regular.eot');
  src: url('fonts/raleway-regular/Raleway-Regular.html') format('woff2'),
       url('fonts/raleway-regular/Raleway-Regular.woff') format('woff'),
       url('fonts/raleway-regular/fonts/raleway-regular/Raleway-Regular.html') format('truetype'),
       url('fonts/raleway-regular/Raleway-Regular.svg#Raleway-Regular') format('svg'),
       url('fonts/raleway-regular/Raleway-Regulard41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url('fonts/raleway-bold/Raleway-Bold.eot');
  src: url('fonts/raleway-bold/Raleway-Bold.html') format('woff2'),
       url('fonts/raleway-bold/Raleway-Bold.woff') format('woff'),
       url('fonts/raleway-bold/Raleway-Bold.ttf') format('truetype'),
       url('fonts/raleway-bold/Raleway-Bold.svg#Raleway-Bold') format('svg'),
       url('fonts/raleway-bold/Raleway-Boldd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('fonts/raleway-semibold/Raleway-SemiBold.eot');
  src: url('fonts/raleway-semibold/Raleway-SemiBold.html') format('woff2'),
       url('fonts/raleway-semibold/Raleway-SemiBold.woff') format('woff'),
       url('fonts/raleway-semibold/Raleway-SemiBold.ttf') format('truetype'),
       url('fonts/raleway-semibold/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg'),
       url('fonts/raleway-semibold/Raleway-SemiBoldd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Light';
  src: url('fonts/raleway-light/Raleway-Light.eot');
  src: url('fonts/raleway-light/Raleway-Light.woff') format('woff'),
       url('fonts/raleway-light/Raleway-Light.ttf') format('truetype'),
       url('fonts/raleway-light/Raleway-Light.svg#Raleway-Light') format('svg'),
       url('fonts/raleway-light/Raleway-Lightd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url('fonts/raleway-extrabold/Raleway-ExtraBold.eot');
  src: url('fonts/raleway-extrabold/Raleway-ExtraBold.woff') format('woff'),
       url('fonts/raleway-extrabold/Raleway-ExtraBold.ttf') format('truetype'),
       url('fonts/raleway-extrabold/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg'),
       url('fonts/raleway-extrabold/Raleway-ExtraBoldd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Medium';
  src: url('fonts/raleway-medium/Raleway-Medium.eot');
  src: url('fonts/raleway-medium/Raleway-Medium.woff') format('woff'),
       url('fonts/raleway-medium/Raleway-Medium.ttf') format('truetype'),
       url('fonts/raleway-medium/Raleway-Medium.svg#Raleway-Medium') format('svg'),
       url('fonts/raleway-medium/Raleway-Mediumd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

select
{
	font-family: 'Raleway-Regular';
}
button
{
	font-family: 'Raleway-Bold';
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Raleway-Bold';
}
p
{
	font-family: 'Raleway-Regular';
	font-size:14px;
}
h5
{
	font-size:15px;
}
.store-view-link{
margin-bottom: 20px;
}
select
{
	-moz-appearance: none;
	-o-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.medium-font
{
	font-family: 'Raleway-Medium'!important;
}
.modal-backdrop
{
    opacity:0.7 !important;
}

body.modal-open #statics{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}
.loc-hide
{
	display:none;
}
.location-show-btn
{
	background: none;
    border: none;
    float: right;
    margin-right: 15px;
}
/*=======================
  Color CSS
=========================*/ 
.red
{
	color:#fb2524;
}
body::-webkit-scrollbar-track
{
	border-radius: 0px;
	font-family: 'Raleway-Regular';
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px #fb2524;
	background-color: #D62929;
}
.service-search-button a,.service-search-button a:hover
{
	background: #fc2424;
    color: white;
    font-weight: bold;
    border-bottom: 3px solid #d41817;
    width: 100%;
    font-family: 'Raleway-Bold';
}
body
{
	overflow-x: hidden;
}
/*=======================
  End Color CSS
=========================*/ 



/*=======================
  Header CSS
=========================*/ 
#header {
	background: #252f39;
	z-index: 100;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 10px 0;
}
#header.sticky{
	position:fixed;
	top: 0px !important;
}
#header .logo a {
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 500;
}
#header .logo span {
	font-size: 40px;
	border-bottom:1px solid;
}
#header .nav-area{
	position:relative;
}
#header .mainmenu {
	float: right;
	width: 100%;
}
#header .nav{
	float:right;
}
#header .nav li {
	position:relative;
	margin-right:5px;
}
#header .nav li:last-child{
	margin:0;
}
#header .nav li a {
	color: #fff;
	font-family: 'Raleway-Regular';
	font-size: 14px;
	font-weight: 500;
	display: block;
	border-radius: 3px;
	position: relative;
	background: transparent;
	position: relative;
}
#header .nav li a::before {
	position: absolute;
	content: "";
	left: -100%;
	top: 0;
	width: 6px;
	height: 6px;
	background: #fb2524;
	border-radius: 100%;
	margin-left: -3px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	visibility:hidden;
	opacity:0;
}
#header .nav li.active a:before,
#header .nav li:hover a:before{
	visibility:visible;
	opacity:1;
	left:50%;
}
#header .nav li .sub-menu {
	position: absolute;
	left: 0;
	z-index: 8;
	width: 220px;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	transform: rotateY(-180deg);
	border-top:2px solid #fb2524;
	border-radius: 5px;
}
#header .nav li:hover .sub-menu{
	opacity:1;
	visibility:visible;
	transform: rotateX(0deg);
}
#header .nav li .sub-menu li {
	border-right: none;
}
#header .nav li .sub-menu li a{
	color:#fff;
}
#header .nav li .sub-menu a::before{
	display:none;
}
#header .nav li .sub-menu li:hover a{
	opacity:0.7;
	padding-left: 30px;
}
#header .nav li .sub-menu li:last-child{
	border-bottom:0px solid;
}
#header .nav li .sub-menu li a {
	padding: 8px 18px;
	text-align: left;
	border-radius: 0px;
	background: transparent;
	text-transform: capitalize;
}
#header .nav li .sub-menu li i{
	margin-right:5px;
}
#header .social {
	list-style: none;
	float: right;
	margin-top: 10px;
}
#header .social li {
	margin-right: 10px;
	display: inline-block;
}
#header .social li:last-child{
	margin-right: 0px;
}
#header .social a {
	width: 26px;
	height: 26px;
	background: #fff;
	line-height: 26px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #252525;
	border-radius: 100%;
}
#header .social a:hover{
	border-color: transparent;
}
#header.sticky .logo span{
	color:#fff;
	border-bottom-color:#fff;
}
#header.sticky .nav li .sub-menu{
	background: rgba(0, 0, 0, 0.85);
}
.login-register a
{
	color: #fb2524 !important;
    text-transform: none !important;
}
.login-register-seperator
{
	color:"light-grey";
	margin-top:10px;
}
.top-search {
	text-align: center;
}
.top-search form {
	position:relative;
}
.top-search form input {
	width: 100%;
    height: 40px;
    padding-left: 35px;
    text-transform: capitalize;
    border-radius: 50px;
    border: none;
    margin-top: 5px;
}
.go-for-it{
	background: #fb2524;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 3px solid #af0b0b;
}
.map-marker:before
{
	content: "\f041";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fb2524;
    font-size: 22px;
    margin-top: 3px;
    margin-left:5px;
}
/*=======================
  End Header
=========================*/
 
/*=======================
  Addon
=========================*/
.inner-addon { 
    position: relative; 
}
.inner-addon .glyphicon, .inner-addon .fa{
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
.left-addon .glyphicon,.left-addon .fa  { left:  0px;}
.right-addon .glyphicon,.right-addon .fa { right: 0px;}
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
.sign-in-form
{
	padding: 50px;
    background: #fff;
}
.sign-in-form h2,.sign-in-form span
{
	text-transform: none !important;
}
.login-section
{
	background:url(images/banner/banner8.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}
.login-overlay
{
	background: rgba(0,0,0,0.6);
    padding:120px 0;
}
.login-left-side 
{
	background:rgba(251, 37, 36, 0.7);
	color:#fff;
	padding: 50px 30px;
}
.alert-danger {
    text-align: center;
}
.login-middle-side
{
	background-color:#fff;
	color:#000;
	padding: 50px 0px 50px 0px;
}
.login-right-side
{
	background-color:#fff;
	color:#000;
	padding-left: 0px;
}
.social-login-buttons
{
	padding:50px 30px 50px 0px;
}
.login-left-side p
{
	color:#fff;
}
.login-row
{
	width:100%;
	margin:auto;
	justify-content: center;
}
.login-middle-side .md-form {
    margin: 25px 5px 10px 0px;
}
.login-middle-side .form-control {
    display: block;
    width: 92%;
}
.alert{
	font-size:13px;
}
.login-logo
{
	width:70px;
	margin: 30px auto;
}
label.active
{
	color:#fb2524!important;
}
.login-in-button
{
	width:100%;
	text-transform: none !important;
}
.facebook-login,.facebook-login:active,.facebook-login:hover,.facebook-login:focus
{
	background-image: url(images/facebook_login.png);
    width: 100%;
    height: 33px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    margin: 35px auto;
}
.outer {
  width: 1px;
  height: auto
  margin: auto;
  position: relative;
  overflow: hidden;
}
.inner {
  position: absolute;
  width:100%;
  height: 40%;
  background: #cacaca;
  top: 30%;
  box-shadow: 0px 0px 30px 20px #cacaca;
}
.google-login,.google-login:active,.google-login:hover,.google-login:focus
{
	background-image: url(images/google-btn.png);
    width: 100%;
    height: 33px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    margin-bottom: 5px;
}
.social-login-btn img
{
	width: 48%;
    margin: 0 auto 5px;
    cursor: pointer;
}
.social-login-btn
{
	margin-bottom: 30px;
	background: #fff;
    padding: 0 0 50px;
}
.signup-button
{
	width:100%;
	padding: 7px 25px !important;
	text-transform: none !important;
	background: transparent !important;
    border: 1px solid lightgrey !important;
    color: #000 !important;
}
.register-button, .login-button
{
	/*width:100%;
	padding: 7px 25px !important;
	text-transform: none !important;
	margin-top: 35px;
	cursor: pointer;*/

	width: 45%;
    padding: 3px 0px !important;
    text-transform: none !important;
    margin-top: 35px;
    cursor: pointer;
}
.signup-button i
{
	color:#000 !important;
}
a.red:hover
{
	color:#fb2524;
}
.blank-field
{
	border:1px solid #fb2524 !important;
	-webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/*=======================
  End Addon
=========================*/

/*=======================
  Slider CSS
=========================*/ 
.margin-top-100
{
	padding:110px 0;
}
.contact-banner h1 {
    margin: 0 0 15px;
    color:#fff;
}
.contact-banner p {
    font-size: 16px;
    color:#fff;
}
.contact-banner .single-slider::before {
    background-color: rgba(41, 41, 41, 0.4) !important;
}

#j-slider {
	position: relative;
	overflow: hidden;
	height:460px;
}
#j-slider .single-slider {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height:460px;
	position:relative;
}
#j-slider .single-slider::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	content: "";
}
#j-slider .slide-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height:430px !important;
}
#j-slider .slide-text h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
	line-height: 55px;
	position: relative;
}
#j-slider .slide-text h1:before{
	position:absolute;
	left:0;
	bottom:-1px;
	content:"";
	content:"";
	width:60px;
	height:2px;
}
#j-slider .slide-text.center h1:before{
	left:50%;
	margin-left:-30px;
}
#j-slider .slide-text.right h1:before{
	left:auto;
	right:0;
}
#j-slider .slide-text p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
}
#j-slider .slide-button .button {
	color: #fff;
	margin: 0 10px 0 0;
	position: relative;
	background: #252525;
	padding: 10px 38px;
	overflow: hidden;
	font-size:16px;
	z-index: 3;
	text-transform:capitalize;
	background:transparent;
	border:1px solid #fff;
}
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(255, 255, 255, 0.47);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(255, 255, 255, 0.47);
  }
}
#j-slider .slide-button .button:hover{
  border-color:transparent;
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}
#j-slider .slide-button .button.primary {
	background: transparent;
	border-color:transparent;
}
#j-slider .slide-button .button:last-child{
	margin-right:0px;
}

/*----- Slider Button -----*/
#j-slider .owl-nav div {
	position: absolute;
	top: 50%;
	background: transparent;
	color: #333;
	width: 42px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	font-size: 18px;
	border-radius: 0px;
	opacity: 1;
	margin: -18px 0 0;
	font-size: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #fff;
}
#j-slider .owl-nav div:hover{
	color:#fff;
	border-color:transparent;
	opacity:1;
}
#j-slider .owl-nav .owl-prev {
	left: -100px;
	display: none;
}
#j-slider:hover .owl-nav .owl-prev{
	left:0px;
}
#j-slider .owl-nav .owl-next{
	right:-100px;
	display: none;
}
#j-slider:hover .owl-nav .owl-next{
	right:0px;
}

/*----- Slider Dots -----*/
#j-slider .owl-dots {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
}
#j-slider .owl-dots .owl-dot {
	display: inline-block;
	margin-bottom: 10px;
}
#j-slider .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#j-slider .owl-dots .owl-dot.active span{
	position:relative;
}
#j-slider .owl-dots .owl-dot.active span::before {
	position: absolute;
	left: 50%;
	content: "";
	bottom: 0px;
	border-bottom: 20px solid #fff;
	border-right: 20px solid transparent;
	z-index: 4;
	border-left: 20px solid transparent;
	margin-left: -20px;
	bottom: -24px;
	display:none;
}
#j-slider .owl-dots .owl-dot:hover span{
	border-color:transparent;
} 
#j-slider .owl-dots .owl-dot.active span{
	border-color:transparent;
}
/*----- Slider Animation -----*/
#j-slider .owl-item.active .slider-inner h1{
	 animation: fadeInLeftBig	0.4s both 0.7s;
}
#j-slider .owl-item.active .slider-inner p{
	 animation: fadeInLeftBig	0.6s both 0.7s;
}
#j-slider .owl-item.active .slider-inner .slide-button{
	 animation: fadeInLeftBig	0.8s both 0.7s;
}
/*----- Slider Extra -----*/
#j-slider .slide-text{
	max-width:75%;
}
#j-slider .slide-text.left{
	text-align:left;
}
#j-slider .slide-text.center {
	text-align:center;
	margin: 0 auto;
}
#j-slider .slide-text.right {
	text-align:right;
	margin: 0 0 0 auto;
}
#j-slider .slide-text.center span::before{
	left:50%;
	margin-left:-3%;
}
#j-slider .slide-text.right span::before{
	right:0%;
	left:auto;
}
.service-search
{
	background: #fff;
    position: relative;
    margin-bottom: 20px;
    width: 30%;
    float: left;
      height:60px;
}
.service-search select
{
	border: none;
    height: 60px;
    background: #fff;
    width: 100%;
    padding: 10px 15px;
    float:left;
    background: url(../cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/96810.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 95%;
    background-size: 10px;

}
.vl {
    /*border-left: 1px solid #c5b9b9;*/
    height: 45px;
    position: absolute;
    margin: 8px 0;
    z-index:1;
    right:0px;
}
.slide-button .service-search:first-child, .service-search select:first-child
{
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.slide-button .service-search:last-child, .service-search select:last-child
{
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.no-padding
{
	padding:0px;
}
.service-search-button
{
	background:white;
	height:60px;
	text-align: center;
    padding-top: 14px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.service-search-button button,.service-search-button button:hover,.service-search-button button:focus,.service-search-button button:active
{
	width: 100%;
    background: #fb2524;
    color: white;
    font-weight: 600;
    border-bottom: 5px solid #ea0505;
}
.locations .col-md-2
{
	padding:0px 5px;
}
.locations .col-md-2 img
{
	width: 100%;
    height: 110px;
    margin-bottom: 10px;
}
.locations h1, .locations p
{
	margin:0px 5px;
}
.locations p
{
	margin-bottom:38px;
	color:#cecece;
}
.location-image {
    position:relative;
}
.location-image img {
    width:100%;
    vertical-align:top;
    -webkit-transition: -webkit-transform 1.5s ease-in-out;
          transition:         transform 1.5s ease-in-out;
}
.location-image:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 1s;
    -webkit-transition: all 0.5s;
}
.location-image:hover:after {
    opacity:1;
    -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.bottom-left {
    position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,0.8);
	width: 100%;
	padding-left: 5px;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.margin-auto
{
	margin:auto;
}
.location-img
{
	margin-top:-10px;
}
.zip-top
{
	height: 58px;
    background-color: #fb2524;
    width: 140px;
    position: relative;
    z-index: 2;
    float: right;
    margin-top:-222px;
    /*margin-right: -30px;*/
}
.triangle-bottomright {
	width: 0;
    height: 0;
    border-bottom: 58px solid #fb2524;
    border-left: 25px solid transparent;
    margin-left: -24px;
}
.start-repair
{
	padding:30px 50px;
	text-align:center;
	background:#fb2524;
}
.start-repair h2
{
	text-transform: uppercase;
	color:#fff;
	margin:0px;
	font-size: 35px;
}
.single-service h4
{
}
.single-service p
{
}
.right-service .single-service
{
	margin:40px 0px 40px 0px;
}
.left-service .single-service
{
	margin:40px 0px 40px 0px;
}
.service-image img
{
	margin:auto;
}
.padding-right-40
{
	margin-right:40px !important;
}
.padding-left-40
{
	margin-left:40px !important;
}
.service-image
{
	width: 300px;
    margin: auto;
}
.service-imgs {
    border-radius: 50%;
    width: 250px;
    height: 250px !important;
    top: 20px;
    left: 25px;
}
.dash-underline {
    width: 60px;
    border-bottom: 1px dashed #c1bebe;
    overflow: hidden;
    margin: 0 auto;
}
.single-service:hover .single-service p 
{
    color: #fb2524!important;
}
.single-service:hover
{
    color: #fb2524!important;
}
.single-service:hover p
{
    color: #fb2524!important;
}

.full-width
{
	width:100%;
}
.phone-btn
{
	margin-top:20px;
	width:100px;
}
#phone_no_field
{
	width:80%;
	margin:30px auto 0;
}
#phone_modal .modal-dialog {
    width: 350px;
    margin: 30px auto;
    top:35%;
}
.phone_error
{
	font-size: 12px;
    color: red;
}
#phone_modal .modal-content
{
	padding:30px;
}
.card_div
{
	padding: 0 11px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	background: #fff;
	min-height: 250px;
    margin-top: 20px;
	box-shadow: 0px 0px 1px 1px #e2e2e2;
}
.store_address
{
	text-align: left;
}
.rmv_padding
{
	padding-left: 0px; 
	padding-right: 0px;
}
.p_class
{
	line-height: 20px;
	min-height: 90px;
}
.store_style
{
	text-align: left;
}
.margin_tp_10
{
	margin-top: 10px;
}
.phone_no
{
	margin-top: 5px;
}
.view_btn
{
    background: #fb2524;
    padding: 5px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.view_btn a
{
	color: #fff !important;
	font-size: 14px;
    font-family: 'Raleway-Medium';
}
.store_head
{
	margin-bottom: 30px;
}
.new_div
{
	padding-left: 0px; 
	padding-right: 0px; 
	margin-bottom: 20px;
}
.store_style p
{
	font-family:'Raleway-Bold';
}

.card_div:hover{
    /*-webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);*/
}
.store-div
{
	border-radius: 5px;
}
.card-div:hover
{
	box-shadow: 5px 5px 5px #cecece;
}
/*=======================
  End Slider CSS
=========================*/





/*=======================
  start accordian CSS
=========================*/
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 14px;
}

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	line-height: 18px;
}
.panel-title a:hover, .panel-title a:focus, .panel-title a:active {
    color: #fb2524;
}

.panel-title a:hover i {
    transition: all 0.8s ease;
    transform: rotateY(180deg);
}
.more-less {
	float: left;
	color: #212121;
}
.glyphicon-plus-expand
{
	background:url(images/expand.png);
	width: 50px;
    height: 49px;
    background-size: cover;
    background-position: center;
    top: -16px;
    left: -16px;
}
.glyphicon-minus-expanded
{
	background:url(images/expanded.png);
	width: 50px;
    height: 49px;
    background-size: cover;
    background-position: center;
    top: -16px;
    left: -16px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
	padding-left: 65px;
}

.demo-faq {
	padding: 30px 70px 0px;
}
.panel-group .panel+.panel {
    margin-top: 8px;
}

/*=======================
  end accordian CSS
=========================*/

.collect-location
{
	min-height:480px;
	margin-top: -5px;
	background:url('images/collect-location.png');
	background-repeat: repeat;
	color:#fff;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.zip-container
{
	position: absolute;
	min-height: 500px;
	margin-top: -165px;
	background: #fff;
	width: 100%;
	z-index: 1;
	border-top: 3px solid #fb2524;
	color:#000;
	padding:30px;
}
.searchzip
{
	font-family: 'Raleway-Medium';
	color: #212121;
	font-size: 18px;
}
.searchlocation
{
	font-family: 'Raleway-SemiBold';
    font-size: 20px;
}
.zip-container h3
{
	font-family: 'Raleway-Regular';
}
.absolute
{
	position:absolute;
}
.relative
{
	position:relative;
}
.font-500
{
	font-weight:500;
}
.hr-box
{
	width:14px;
	height:8px;
	float:left;
}
.hr-light-color
{
	background:#efa68a;
}
.hr-dark-color
{
	background:#fb2524;
}
.colored-box
{
	width: 100%;
}
.margin-top-60
{
	margin-top:60px;
}
.input-group {
    margin-top: 20px;
}
.hr-text 
{
	  line-height: 1em;
	  position: relative;
	  outline: 0;
	  border: 0;
	  color: black;
	  text-align: center;
	  height: 1.5em;
	  opacity: .8;
	  margin:30px 0;
}
.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}
.input-group.input-group-unstyled input.form-control {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
}

.left
{
	float:left;
}
.right
{
	float:right;
}
.use-location-text:before
{
	content:url('images/use-your-location.html');
	vertical-align: middle;
}
.detect-location
{
	background-color: #fb2524;
    color: white;
    font-weight: 700;
    padding: 10px 25px !important;
    border-radius: 20px !important;
    text-transform: uppercase;
    margin: 40px auto 0px;
    cursor: pointer;
  	transition: all 0.5s;
}
.detect-location span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-family: 'Raleway-Bold';
}

.detect-location span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.detect-location:hover span {
  padding-right: 25px;
}

.detect-location:hover span:after {
  opacity: 1;
  right: 0;
}
.detect-location:hover,.detect-location:focus,.detect-location:active
{
	color: #fff !important;
    text-decoration: none;
    background-color: black;
}
	
/*=======================
  Service CSS
=========================*/ 
#service{
	position:relative;
}
#service .single-service {
	text-align: center;
	position: relative;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 5px;
}
#service .single-service i {
	font-size: 45px;
	margin-bottom: 15px;
	text-align: center;
	color: #555;
	border: 1px solid transparent;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#service .single-service h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	color: #555;
}
#service .single-service h2::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	margin-left: -20px;
	left: 50%;
	opacity:1;
	visibility:visible;
	bottom: -1px;
	background: #555;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#service .single-service p{
	font-size:14px;
	line-height:26px;
}
.services-section h1
{
    font-weight: 500;
    font-size: 40px;
    color: #212121;
    font-family: 'Regular-Bold';
    font-family: 'Raleway-Bold';
}
.single-service h4 {
    font-family: 'Raleway-SemiBold';
    font-size:18px;
    margin: 0 0 3px;
}
/*=======================
  End Service CSS
=========================*/  

/*=======================
  About Us Css
=========================*/ 
#about-us {
	background-image:url(images/How-it-works-banner.png);
	background-repeat: no-repeat;
	background-size:cover;
	/*background: #f5f5f5;*/
	padding: 70px 0 0;
	overflow-x:hidden;
}
#about-us h1{
	color:#fff;
	font-size: 40px;
}
#about-us .about-main{
	margin-top:30px;
}
#about-us .about-img{
	margin-top:30px;
}
#about-us .about-img img{
	border-bottom:4px solid;
	border-radius: 0 0 10px 10px;
}
#about-us .tabs-main {
	margin-top: 30px;
	background: transparent;
	padding: 20px;
	/*-webkit-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.30);
	box-shadow:0px 1px 5px rgba(0, 0, 0, 0.30);*/
}
#about-us .tabs-main .nav-tabs {
	margin-bottom: 20px;
}
#about-us .tabs-main .nav-tabs li a {
	border-radius: 0px;
	margin: 0;
	font-size:14px;
	border: 1px solid #eee;
	padding: 14px 25px;
	text-transform: uppercase;
	color: #fff;
}
#about-us .tabs-main .nav-tabs li.active{
	border-color:transparent;
}
#about-us .tabs-main .nav-tabs li.active a {
	color: #fff;
	font-weight: 500;
	font-family: 'Raleway-Medium';
}
#about-us .tabs-main .nav-tabs li:hover a{
	font-weight: 500;
	color:#fff;
}
#about-us .single-tab {
	margin-top: 20px;
	position: relative;
	/*padding: 12px 12px 12px 50px;*/
	border-radius: 5px;
	border-bottom: 1px dotted;
}
#about-us .single-tab i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: -2px;
	font-size: 18px;
	border-radius: 100%;
}
#about-us .single-tab h4 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500;
	color: #fff;
}
#about-us .single-tab p {
	line-height: 25px;
    font-size: 14px;
    color: #d3d3d3;
    font-family: 'Raleway-Regular';
}
#about-us .about p{
	margin-bottom:20px;
}
#about-us .about p:last-child{
	margin:0;
}
.pay-cash 
{
    width: 100%;
    min-height: 150px;
    background: url("images/Receive-%26-Pay-Cash.png") no-repeat;
    display: inline-block;
    background-position: center;
}
.pay-cash:hover {
    background: url("images/Receive-%26-Pay-Cash-color.png") no-repeat;
    background-position: center;
}
.book-repair
{
    width: 100%;
    min-height: 150px;
    background: url("images/Book-Your-Repair.png") no-repeat;
    display: inline-block;
    background-position: center;
}
.book-repair:hover {
    background: url("images/Book-Your-Repair-color.png") no-repeat;
    background-position: center;
}
.free-pickup
{
    width: 100%;
    min-height: 150px;
    background: url("images/Free-Pickup.png") no-repeat;
    display: inline-block;
    background-position: center;
}
.free-pickup:hover {
    background: url("images/free-pickup-color.png") no-repeat;
    background-position: center;
}
.diagnosis-repair
{
    width: 100%;
    min-height: 150px;
    background: url("images/Diagnosis-Repair.png") no-repeat;
    display: inline-block;
    background-position: center;
}
.diagnosis-repair:hover {
    background: url("images/Diagnosis-Repair-color.png") no-repeat;
    background-position: center;
}
.nav-tabs {
     border:none; 
}
#about-us .tabs-main .nav-tabs li.active a,#about-us .tabs-main .nav-tabs li:hover a,#about-us .single-tab i{
	background:#fb2524!important;
	border: 1px solid #fb2524!important;
}
#about-us .tabs-main .nav-tabs li a p {
    text-transform: none;
    color:#fff;
}
#about-us .single-tab
{
	border:none;
	text-align: center;
}
.how-it-works ul
{
	width:55%;
	margin:auto;
}
.single-tab
{
	min-height: 280px;
}
.nav-tabs>li {
    width: 50%;
}
.phixing-in
{
	padding-right:60px;
}
.list-inline li p,.list-inline li a
{
	font-family: 'Raleway-Medium';
}
.how-it-works .semibold{
	font-family: 'Raleway-SemiBold' !important;
    font-size: 18px !important;
    color: #fff !important;
}
	
/*=======================
  End About Us Css
=========================*/ 

/*=======================
  Our Skill CSS
=========================*/
#our-skill {
	background:#fff;
	padding:60px 0 90px;
}
#our-skill .info-main,
#our-skill .skill-main{
	margin-top:30px;
}
#our-skill .some-info{
	margin-bottom:20px;
}
#our-skill .info-list li {
	margin-bottom: 15px;
	font-weight: 400;
	color: #555;
}
#our-skill .info-list li:last-child{
	margin:0;
}
#our-skill .info-list li i {
	border: 1px solid;
	width: 20px;
	height: 20px;
	font-size: 12px;
	margin-right: 10px;
	line-height: 20px;
	text-align: center;
}
#our-skill .single-skill {
	margin-bottom: 30px;
}
#our-skill .single-skill:last-child {
	margin:0;
}
#our-skill .skill-info {
	margin-bottom:5px;
}
#our-skill .skill-info h4 {
	color:#555;
	font-size: 15px;
	margin-bottom: 18px;
}
#our-skill .single-skill .progress {
	height: 8px;
	margin: 0;
	overflow: visible;
	background: #eee;
	box-shadow: none;
}
#our-skill .single-skill .progress-bar {
	position:relative;
	width:30%;
	height: 100%;
}
#our-skill .single-skill .progress-bar span {
	position: absolute;
	right: 0;
	top: -36px;
	color: #555;
	font-size:15px;
	font-weight:700;
}
#our-skill .single-skill .progress-bar span::before {
	position: absolute;
	left: 16px;
	top: 25px;
	border-top: 11px solid transparent;
	content: "";
	border-left: 15px solid;
}
/*=======================
  End Our Skill CSS
=========================*/ 

/*=======================
  Why Choose Us
=========================*/ 
#why-choose {
	position: relative;
	background: #fff;
	padding: 50px 0;
}
#why-choose .why-image {
	position: absolute;
	left: 0px;
	height: 100%;
	top: 0px;
	background: url(images/choose-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 48%;
	border-right: 5px solid #fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#why-choose .single-choose
{
	background:#fff !important;
}

#why-choose .why-image:before{
	position: absolute;
	top: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	content:"";
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#why-choose .why-image:hover:before{
	background: rgba(0, 0, 0, 0.10);
}
#why-choose .why-image .video a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
	line-height: 70px;
	border-radius: 100%;
	font-size: 32px;
	margin: -35px 0 0 -35px;
	padding: 2px 2px 2px 6px;
}
#why-choose .why-image:hover .video a{
	border-color:transparent;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#why-choose .why-image .video a:hover{
	background:#2C3E50;
}
#why-choose h2 {
	color: #000;
    font-size: 25px;
    margin-bottom:0px;
    text-transform: none;
}
#why-choose  p {
	color: #504141;
}
#why-choose .single-choose {
	position: relative;
	margin-bottom: 15px;
	padding: 20px;
	border-radius: 5px;
	text-align: left;
}
#why-choose .single-choose i {
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin: 0;
	border: 1px solid #fff;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border-radius: 100%;
	position:relative;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#why-choose .single-choose:hover i{
	border-color:transparent;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}
#why-choose .single-choose h4 {
	color: #403e3e;
	margin: 12px 0 0;
	font-size: 20px;
	font-weight:500;
}
#why-choose .single-choose:hover
{
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.31);
    transform: skew(-5deg);
}
.padd-rt40
{
	padding-right:40px;
}
#why-choose .single-choose p
{
	font-weight:600;
}
#why-choose .single-choose p>span
{
	font-weight:normal;
}
.material-switch
{
	margin-right:20px;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
/*=======================
  End Why Choose Us
=========================*/ 

/*=======================
  Team CSS
=========================*/  
#team .single-team {
	text-align: center;
	position: relative;
	margin-top: 30px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-moz-box-shadow:0px 1px 10px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow:0px 1px 10px rgba(0, 0, 0, 0.31);
	box-shadow:0px 1px 10px rgba(0, 0, 0, 0.31)
}

/*#team .single-team.active,
#team .single-team:hover {
	-moz-box-shadow:0px 1px 10px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow:0px 1px 10px rgba(0, 0, 0, 0.31);
	box-shadow:0px 1px 10px rgba(0, 0, 0, 0.31)
}*/

#team .team-head {
	position: relative;
	overflow: hidden;
}
#team .single-team img {
    width: 100%;
    max-height: 310px;
}
#team .team-info {
	position: relative;
	bottom: 0;
	width: 100%;
	padding:10px;
}
#team .team-info .name{
	margin-bottom:10px;
}
#team .team-info .name h4 {
	color: #444;
	position: relative;
	display: inline-block;
	font-size: 18px;
	text-transform: none;
	margin: 0;
	font-weight: 500;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#team .team-info h4 span {
	margin: 0;
	text-transform: capitalize;
	display: block;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#team .team-info p {
	line-height: 22px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 14px;
	color: #666;
}
#team .team-social {
	margin-top: 10px;
}
#team .team-social li {
    display: inline-block;
    margin: 0px 5px;
}
#team .team-social li a {
	display: block;
	height: 26px;
	width: 26px;
	text-align: center;
	color: #fff;
	line-height: 26px;
	font-size: 14px;
	border-radius: 15px;
	border:1px solid transparent;
}
#team .team-social li a:hover{
	background:#444;
}
.team-section h1
{
	font-size:40px;
}
.home-about h2
{
    margin-bottom: 20px !important;
}
.home-about .content
{
    background: #f3f3f3;
    padding: 35px;
}
.team-section .paddlarge:nth-child(odd)
{
	padding:0 20px 0 0;
}
.team-section .paddlarge:nth-child(even)
{
	padding:0 0 0 20px;
}
/*=======================
  End Team CSS
=========================*/ 

/*=======================
  Testimonial CSS
=========================*/
#testimonial{
	background:url('images/testimonial.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
#testimonial::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.70);
	content: "";
}
#testimonial .section-title h2{
	color:#fff;
}
#testimonial .section-title h2:after{
	color:#fff;
	opacity:0.2;
}
#testimonial .testimonial-carousel {
	position: relative;
}
#testimonial .testimonial-content {
	padding: 25px 150px 25px;
	position: relative;
	text-align: center;
}
#testimonial .testimonial-content p {
	color: #fff;
}
#testimonial .testimonial-content::before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 40px;
	top: 11px;
	left: 100px;
	content: "\f10d";
	opacity: 1;
	color: #fff;
	transform: rotate(14deg);
}
#testimonial .testimonial-info {
	text-align:center;
}
#testimonial .testimonial-info .arrow{
	position:relative;
}
#testimonial .testimonial-info .arrow::before {
	position: absolute;
	content: "";
	border-top: 16px solid transparent;
	border-left: 23px solid;
	left: 49%;
	top: -14px;
}
#testimonial .testimonial-info .img {
	display: block;
	position: relative;
}
#testimonial .testimonial-info img {
	width: 80px;
	height: 80px;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: middle;
	position: relative;
	border: 2px solid #fff;
}
#testimonial .testimonial-info h6 {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 15px;
	position: relative;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	margin: 0;
}
#testimonial .testimonial-info h6:before{
	position:absolute;
	left:0;
	bottom:0;
	width:50%;
	left:50%;
	margin-left:-25%;
	height:2px;
	content:"";
}
#testimonial .testimonial-info span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
	color: #fff;
}
/* Testimonial Nav */
#testimonial .owl-nav div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	background: transparent;
	font-size: 38px;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0;
}
#testimonial .owl-nav .owl-prev{
	left:0;
}
#testimonial .owl-nav .owl-next{
	right:0;
}
/*=======================
  End Testimonial CSS
=========================*/

/*=======================
  portfolio CSS
=========================*/
#portfolio{
	background:#f5f5f5;
}
#portfolio .portfolio-carousel{
	position:relative;
	margin-top:30px;
}
#portfolio .portfolio-single {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	background: #fff;
	padding: 5px;
}
#portfolio .portfolio-head{
	position:relative;
	overflow:hidden;
}
#portfolio .portfolio-head:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	content:"";
	height:100%;
	z-index:3;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	transition:all 0.6s ease;
	-webkit-transform:translateX(100%);
	-moz-transform:translateX(100%);
	transform:translateX(100%);
} 
#portfolio .portfolio-single:hover .portfolio-head:before{
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
	transform:translateX(0%);
} 
#portfolio .portfolio-head img{
	width:100%;
	z-index:2;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#portfolio .portfolio-single:hover .portfolio-head img{
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	transform:translateX(-100%);
}
#portfolio .portfolio-head i {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	margin: -20px 0 0 -20px;
	content: "";
	background: #fff;
	border-radius: 100%;
	z-index: 4;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#portfolio .portfolio-single:hover i{
	top:50%;
	opacity:1;
	visibility:visible;
}
#portfolio .portfolio-single i:hover{
	background:#444;
	color:#fff;
}
#portfolio .text{
	padding:20px;
}
#portfolio  .text h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-bottom:10px;
}
#portfolio  .text h4 a:hover{
	color:#444;
}
#portfolio .text p {
	font-size: 14px;
}
/* portfolio Button */
#portfolio .owl-theme .owl-nav {
	text-align: center;
	margin: 0;
	width:100%;
}
#portfolio .owl-theme .owl-nav div {
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	padding: 0;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 30px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#portfolio .owl-theme .owl-nav div:hover{
	background:#444;
}
#portfolio .owl-theme .owl-nav div:last-child{
	margin-right:0;
}
#portfolio .owl-theme .owl-nav .owl-prev {
	left:0;
}
#portfolio .owl-theme .owl-nav .owl-next {
	right:0;
}

/*----- Portfolio Archive -----*/
#portfolio.archive{
	padding:40px 0 70px;
}
#portfolio.archive .portfolio-single{
	margin-top:30px;
}


/*----- portfolio Single -----*/
#portfolio.single {
	padding: 40px 0 70px;
	background: #fff;
}
#portfolio.single .portfolio-single-slide{
	margin-top:30px;
}
#portfolio.single .portfolio-head:before{
	display:none;
}
#portfolio.single .portfolio-single:hover .portfolio-head img{
	-webkit-transform:translateX(-0%);
	-moz-transform:translateX(-0%);
	transform:translateX(-0%);
}
#portfolio.single .portfolio-des {
	margin-top: 30px;
}
#portfolio.single .portfolio-des h2 {
	font-size: 20px;
	text-transform: uppercase;
}
#portfolio.single .portfolio-des p{
	margin-bottom:10px;
}
#portfolio.single .portfolio-des p:last-child{
	margin:0;
}
#portfolio.single .features{
	overflow:hidden;
	margin-top:30px;
}
#portfolio.single .features h2 {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
#portfolio.single .features h2::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 20%;
	height: 2px;
}
#portfolio.single .features li {
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 14px;
	color: #555;
}
#portfolio.single .features li ul{
	display:inline-block;
}
#portfolio.single .features li ul li {
	display: inline-block;
	margin:0;
}
#portfolio.single .features li i{
	font-weight:700;
	margin-right:5px;
}
#portfolio.single .website{
	display:block;
	width:100%;
	margin-top:20px;
}
#portfolio.single .website .button {
	padding: 10px 18px;
	margin-right: 15px;
}
#portfolio.single .website .button  i{
	margin-right:5px;
}
#portfolio.single .website a
#portfolio.single .portfolio-info {
	overflow: hidden;
	background: #333;
	padding: 10px 0;
	border-radius: 5px;
	margin: 40px 0 0;
}
#portfolio.single .portfolio-info li {
	float: left;
	width: 33%;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
#portfolio.single .portfolio-info li span{
	font-weight:700;
	margin-right:5px;
}
#portfolio.single .portfolio-des .button i{
	margin-left:5px;
}
#portfolio .related-portfolio .portfolio-single{
	margin-top:30px;
}
#store_map
{
 	width:100%;
 	height:400px;
}
/*=======================
  End portfolio CSS
=========================*/

/*=======================
  Statics CSS
=========================*/ 
#statics {
	position: relative;
	z-index: 2;
	background: #f5f5f5;
	padding: 50px 0;
}
#statics h2 {
	color: #000;
	font-size: 30px;
	margin-bottom: 15px;
	text-align:center;
	margin-top: 100px;
}
#statics p{
	color:#fff;
}
#statics .static-single {
	text-align: center;
	padding: 10px;
	position: relative;
	border-radius: 6px;
	margin-top: 30px;
	padding: 25px 0;
}
#statics .number {
	margin: 0 0 5px;
}
#statics .number {
	color:#000;
}
#statics .number span {
	display: inline-block;
	font-size: 28px;
	color: #000;
	font-weight: 500;
}
#statics .static-single p {
	color: #000;
	font-weight: 400;
	display: block;
	font-size: 16px;
}
.static-single i
{
	color:#000;
	cursor: pointer;
}
.added-in-cart i
{
	color:#fb2524;
}
.static-single
{
	background:#fff!important;
}
.static-single:hover
{
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.31);
	transform: skew(-5deg);
}
#statics .static-image{
	position:absolute;
	right:0;
	width:40%;
}
#statics .static-image {
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0px;
	background: url(images/static-bg.jpg) no-repeat scroll center center / cover;
	width: 48%;
	border-left: 5px solid #fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
/*=======================
  End Statics CSS
=========================*/ 

/*=======================
   CSS
=========================*/
#contact {
	background: #f5f5f5;
	position: relative;
	overflow-x:hidden;
}
#contact .form, 
#contact .single-address{
	margin-top:30px;
}
#contact .form-group {
	position: relative;
	text-align: center;
}
#contact .form-group:last-child{
	margin-bottom:0px;
}
#contact .form-group input {
	width: 100%;
	height: 44px;
	border: 1px solid #e2e2e2;
	padding-left: 10px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.contact-banner .single-slider
{
	height:320px !important;
}
#contact .form-group textarea{
	border: 1px solid #e2e2e2;
	padding:10px;
	width: 100%;
	height:210px;
	padding-left:10px;
	resize:none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#contact .form-group .button {
	height: 50px;
	height: 42px;
	border-radius: 0px;
	border: 0px solid;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 25px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#contact .form-group .button:hover{
	background:#252525;
}
#contact .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
#contact .form-group .button:hover{
	 -webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
#contact .gmap .map {
	position: absolute;
	top: 235px;
	right: 0;
	width: 55%;
	height: 386px;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.col-container {
	display: -webkit-box;
  	width: 100%;
}
.col {
  	flex: 1;
  	padding: 15px;
}
.contact-info
{
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.31);
    border-top: 3px solid #fb2524;
    padding: 20px;
}
.phixman-contact
{
	margin-top:40px;
}
.phixman-contact ul
{
	box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.31);
}
.phixman-contact ul li:first-child
{
	border-bottom:1px solid #eee;
}
.phixman-contact ul li
{
	padding:15px;
}
.phixman-contact p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}
.contact-info p
{
	line-height: 20px;
    margin-bottom: 10px;
}
/*=======================
  End Contact CSS
=========================*/

/*=======================
  Location CSS
=========================*/  
#location .single-address {
	padding: 30px;
	text-align: center;
	border-radius: 5px;
	margin-top: 30px;
	background:#252525;
}
#location .single-address i {
	font-size: 22px;
	margin-bottom: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	border-radius: 100%;
	border: 1px solid #fff;
}
#location .single-address.active i{
	background:transparent;
	color:#fff;
}
#location .single-address h4 {
	margin-bottom: 8px;
	color: #fff;
	font-size: 18px;
}
#location .single-address p{
	color:#fff;
	font-weight:400;
}
/*=======================
  End Location CSS
=========================*/

/*=======================
  Newslatter CSS
=========================*/  
#newslatter {
	/*padding: 70px 0;*/
	/*background: url('images/newslatter-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;*/
}
#newslatter::before {
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	content: "";
}
#newslatter .newslatter {
	text-align: center;
	margin-top: 50px;
}
#newslatter .newslatter form h4 {
	color: #f2f2f2;
	font-size: 25px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
#newslatter .newslatter form {
	position:relative;
}
#newslatter .newslatter form input {
	width: 100%;
	height: 52px;
	padding-left: 35px;
	border-radius: 4px;
	border: none;
}
#newslatter .newslatter form a {
	width: 100px;
	height: 52px;
	margin: 0;
	padding: 18px;
	border: 0px solid;
	top: 0;
	background: #fb2524!important;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	right: 0;
	position: absolute;
	border: none;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
}
#newslatter .newslatter form button:hover{
	background:#000;
}
#newslatter h2 {
	color: #fff;
	margin-bottom: 20px;
}
#newslatter p{
	color:#fff;
}



/*=======================
  End Newslatter CSS
=========================*/

/*=======================
  Clients CSS
=========================*/
#clients {
	padding: 30px 0;
}
#clients .single-client {
	text-align: center;
}
#clients .single-client img {
	opacity: 1;
	cursor: pointer;
	opacity: 0.7;
	width: auto;
	display: inline-block;
}
#clients .single-client:hover img{
	opacity:1;
}
/*=======================
  End Clients CSS
=========================*/

/*=======================
  Animation Text
=========================*/
#j-slider .animate-text{
	height:100%;
}
#j-slider .animate-text .single-slider{
	position:relative;
}
#j-slider .animate-text .single-slider:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
/*	background:rgba(255, 255, 255, 0.70);*/
	content:"";
}
#j-slider .animate-text .slide-text.center{
	max-width:800px;
}
#j-slider .animate-text .slide-text h1 {
	margin: 0 0 0px;
	font-weight: 700;
	/*text-transform: uppercase;*/
	color: #fff;
	font-size: 40px;
    font-family: 'Raleway-Regular';
}
.slider-inner h1:before
{
	background:transparent !important;
}
#j-slider .animate-text .info {
	text-transform: uppercase;
	display: inline-block;
	font-size: 35px;
	font-weight:700;
	margin: 0;
	padding: 0 10px;
}
#j-slider .animate-text span {
	display: inline-block;
	/*color:#88B749;*/
	padding: 0;
}
#j-slider .animate-text .typed-cursor {
	font-weight: 700;
	font-size:60px;
	display: inline-block;
	margin: 0;
}
#j-slider .animate-text span:before{
	display:none;
}
#j-slider .animate-text .slide-text p {
	color: #fff;
	font-size:16px;
	font-family: 'Raleway-Light';
}
#j-slider .animate-text .slide-text p strong {
    color: #fff;
    font-size: 16px;
    font-family: 'Raleway-ExtraBold';
}

/*=======================
  End Animation Text
=========================*/

/*=======================
  Background Video
=========================*/
#j-slider.video{
	position: relative;
	z-index: 1;
}
#j-slider.video::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.40);
	z-index: 5;
}
#j-slider.video #wrapper_YTP_1498216259090 {
	z-index: -4;
}
#j-slider.video .video-main{
	z-index:6;
}
/*=======================
  End Background Video
=========================*/
#mail{
	background:#f5f5f5;
	text-align:center;
}
#mail .button {
	padding: 10px 25px;
	margin-top:10px;
}
#mail .button i{
	margin-right:5px;
}
/*=======================
  Footer CSS
=========================*/
#footer {
	background: #252525;
	position: relative;
}
/*#footer::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #fff;
	border-bottom: 26px solid;
	border-left: 30px solid transparent;
}*/
#footer .footer-top {
	padding: 60px 0;
}
#footer .logo{
	margin-bottom:40px;
}
#footer .logo a{
	color:#fff;
	text-transform:uppercase;
	font-size:40px;
	font-weight:400;
}
#footer .social {
	float: none;
	margin-bottom:40px;
}
#footer .social li {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-weight: 500;
}
#footer .social li:last-child{
	margin-right:0;
}
#footer .social a {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	border: 1px solid #eee;
	color: #fff;
	border-radius: 100%;
}
#footer .social li:hover a,
#footer .social li.active a{
	color:#fff;
	border-color:transparent;
}
#footer .nav li {
	display: inline-block;
	margin-right: 40px;
}
#footer .nav li:last-child{
	margin:0;
}
#footer .nav li a {
	padding: 0;
	text-transform: uppercase;
	font-size: 15px;
	color:#eee;
	background:transparent;
}
#footer .copyright {
	background: #151515;
	padding: 8px 0;
}
#footer .copyright p{
	color:#fff;
}
#footer .copyright p span{
	margin:0 5px;
}
#footer .copyright p i{
	-webkit-animation: blink 1s infinite;
	-moz-animation: blink 1s infinite;
	animation: blink 1s infinite;
}
.footer-logo a img
{
	max-width: 150px;
	margin-bottom:20px;
}
#footer p
{
	color:#cecece;
}
#footer h4
{
	color:#fff;
	margin-bottom:30px;
}
.footer-ul li a
{
	color: #cecece;
    font-weight: 600;
}
.footer-ul li a:hover
{
	color: #000;
    font-weight: 600;
}
.font-18
{
	font-size:18px;
}
.font-14
{
	font-size:14px;
}
.footer-row .col-md-3, .footer-row .col-sm-6, .footer-row  .col-xs-12
{
	min-height:200px;
}
/*=======================
  End Footer  CSS
=========================*/ 


/*start feedback page*/
fieldset.scheduler-border {
    border: 0px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 30px;
    text-align: center;
  /*  width: auto;*/
    padding: 0 10px;
    border-bottom: none;
    text-transform: uppercase;
    word-spacing: 5px;
    margin-bottom: 8px;
    margin-top: 25px;
}

.feedback-form
{
	 width: 80%;
    margin: 20px auto;
    border: 1px solid #e0dddd;
    padding: 0px 0;
    border-radius: 15px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.31);
}
.legend-hr
{
	width: 150px;
    border-top: 3px solid #fb2524;
    margin: auto;
    margin-bottom: 40px;
}
.legend-hr2
{
	width: 300px;
    border-top: 3px solid #fb2524;
    margin: auto;
    margin-bottom: 40px;
}
label.full-width
{
	padding-left: 7px;
    color: #5d5555;
    font-weight: normal;
}
.feedback-btn
{
	background: linear-gradient(#fb2524,#b70404);
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px 20px;
    border-color: #fb2524;
    margin:30px;
}
.feedback-btn:hover,.feedback-btn:active,.feedback-btn:focus
{
	background: linear-gradient(#b70404,#fb2524);
	color:#fff;
}
/*end feedback page*/




/*start store list page*/
.store-list-banner .slide-text {
	max-width: 100% !important;
}
.store-list-banner .slide-text h1:before {
    background: none;
}
.store-list-banner h1 {
    margin: 0 0 15px;
    color:#fff;
}
.store-list-banner p {
    font-size: 16px;
    color:#fff;
}
.store-list-banner .single-slider::before {
    background-color: transparent!important;
}
.store-list-banner {
    position: relative;
    overflow: hidden;
    height:250px!important;
}
.store-list
{
	border-bottom: 1px solid #e0dbdb;
    padding: 15px 20px 20px 20px;
    cursor: pointer;
}
.store-row
{
	height:450px;
	overflow-y: scroll;
}
.show-store
{
	border: 1px solid #e2e1e1;
    border-left: 4px solid #fb2524;
}
.store-heading
{
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Raleway-Bold';
}
.store-view
{
	float: right;
	color:#fb2524;
}
.store-contact
{
	color:#fb2524;
}
.store-footer
{
	margin-top:5px;
}
.store-row::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #fb2524;
	border-radius: 0px;
	background-color: #fff;
}

.store-row::-webkit-scrollbar
{
	width: 9px;
	background-color: #F5F5F5;
}

.store-row::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px #fb2524;
	background-color: #D62929;
}
#store-map
{
	height:450px;
}
.map-heading
{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.map-contact
{
    font-weight: 500;
    margin-top: 5px;
    font-size: 12px;
}
#map-canvas {
    margin: 0;
    padding: 0;
    height: 450px;
    max-width: none;
}
#map-canvas img {
    max-width: none !important;
}
.gm-style-iw {
    width: 350px;
    background-color: #fff;
    border: none;
    border-radius: 2px 2px 10px 10px;
}
#iw-container {
    margin-bottom: 10px;
}
#iw-container .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: #48b5e9;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
}
.iw-content img {
    float: right;
    margin: 0 5px 5px 10px; 
}
.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}
.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
/*end store list page*/




/*start checkout page*/
.checkout-section
{
	background: whitesmoke;
}
.checkout-address
{
	padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    color:#000;
}
.checkout-content
{
	background: #fff;
    border-radius: 10px;
}
.checkout-content h2
{
	padding: 10px 30px;
    background:#ffffe6; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color:#000 !important;
    font-size:25px;
}
.checkout-button
{
	background-color: #fb2524;
    color: white;
    font-weight: 700;
    padding: 10px 25px;
    text-transform: uppercase;
    margin: 40px auto;
    cursor: pointer;
  	transition: all 0.5s;
  	width: 100%;
  	bottom: 0px;
}
.checkout-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.checkout-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.checkout-button:hover span {
  padding-right: 25px;
}

.checkout-button:hover span:after {
  opacity: 1;
  right: 0;
}
.checkout-button:hover
{
	color: #fff;
    text-decoration: none;
    background-color: #bd1818;
}
.checkout-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #a5a0a0;
}
.wallet .checkmark 
{
	left: 10px;
}
.checkout-radio:hover input ~ .checkmark {
    background-color: #fff;
    border-color: #fd8989;
}
.checkout-radio input:checked ~ .checkmark {
    background-color: #fb2524;
    border: none;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkout-radio input:checked ~ .checkmark:after {
    display: block;
}
.checkout-radio .checkmark:after {
 	top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}
.checkout-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.checkout-radio
{
	font-weight:normal;
}
.address-section
{
	padding: 20px 5px 0px 5px;
}
.add-new-address
{
	padding:0px 15px 30px 35px;
}
.current-loc-icon:before
{
	background: url(images/current_location.png);
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
    background-repeat: no-repeat;
}
.checkout-detect-location,.checkout-detect-location:hover,.checkout-detect-location:focus,.checkout-detect-location:active
{
	background: #fb2524;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}
.margin-top-radio .checkout-radio
{
	margin-top:34px;
	margin-bottom:20px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus 
{
  	border: none !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  	transition: background-color 5000s ease-in-out 0s !important;
}
.sign-in-form input:-webkit-autofill,
.sign-in-form input:-webkit-autofill:hover, 
.sign-in-form input:-webkit-autofill:focus
{
  	border: 1px solid #e2e2e2 !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  	transition: background-color 5000s ease-in-out 0s !important;
}
.display-none
{
	display:none;
}
.place-order
{
	background: linear-gradient(#fb2524,#b70404);
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px 20px;
    border-color: #fb2524;
    margin: 50px 30px 70px;
}
.place-order:hover,.place-order:focus,.place-order:active
{
	background: linear-gradient(#b70404,#fb2524);
	color:#fff;
}
/*end checkout page*/





/*start track order page*/
.track-order-btn
{
	background: #fb2524;
    color: #fff;
    font-weight: 600;
    margin:10 0 50px 5px;
}
.track-order-btn:hover,.track-order-btn:active, .track-order-btn:focus
{
	background: #fb2524 !important;
    color: #fff !important;
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.hr-div
{
	border-bottom: 1px solid #d6d1d1;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.31);
}
.track-content
{
    margin-bottom:50px;
}
.track-content h2
{
	padding: 10px 20px;
    background:#000; 
    color:#fff !important;
    font-size:20px;
    margin: 0;
}
.show-hide-tracking
{
	cursor: pointer;
}
.track-content .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    text-align: center;
}
.single-order-detail
{
	/*padding: 30px;*/
    margin: 30px 0px;
    border: 1px solid #eaeaea;
}

.single-order-detail:hover
{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.31);
}
.tracking-section
{
	background: whitesmoke;
}	
.order-detail
{
	padding: 20px 20px;
    background: #fff;
}
.single-order-detail p
{
	padding: 10px 15px;
    background: #eeeeee;
}
.tracking-detail
{
	background: #fff;
}
#tracking-result 
{
	padding: 0 20px;
}
/*end track order page*/



/*start profile page*/
.profile-section
{
	background:whitesmoke;
}
.white-background
{
	background:#fff;
	border-radius:5px;
}
.profile-section h2
{
	background: #ffffe6;
    color: #000;
    padding: 15px 20px;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 20px;
}
.profile-content
{
	padding: 30px 20px;
}
.wallet-section{
	padding: 10px 15px;
    background: #fb2524;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius:5px;
    margin:10px 0 40px 0;
}
.wallet-section p
{
	color: #fff;
}
.fa-wallet {
    background:url('images/wallet-icon.png');
    width:80px;
    height:50px;
    background-repeat: no-repeat;
}
.profile-section .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #000;
    padding: 0px;
    font-size: 16px;
}
.profile-section .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #000;
    background-color: transparent;
    border-bottom: 2px solid #fb2524;
    border-radius: 0px;
}
.profile-section .nav-pills>li>a {
    border-radius: 0;
    border-radius: 0px;
    color: #000;
    border-bottom: 2px solid #fff;
    padding: 0px 20px;
    background:#fff;
    font-size: 16px;
}
.profile-section ul
{
	padding-bottom:5px;
	margin-bottom:15px;
}
.pad-bot-70
{
	padding-bottom:70px !important;
}
.table-left
{
	width:35%;
	padding: 10px 0;
}
.table-right
{
	padding: 10px 0;
}
.edit-profile
{
	color:#fb2524;
	cursor: pointer;
	text-align:right;
}
.no-margin
{
	margin:0px;
}
.change-password-btn{
	background: #fb2524;
    color: #fff;
    font-weight: 600;
    margin-top: 25px;
    padding: 10px 40px;
}
.change-password-btn:hover,.change-password-btn:active, .change-password-btn:focus
{
	background: #fb2524 !important;
    color: #fff !important;
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.profile-section .alert
{
	margin: 30px 0px 20px 0px;
} 
.fa-pencil
{
	color:#fb2524;
	cursor:pointer;
}
.editable-field .input {
    margin: 0px; 
    margin-bottom: 15px !important;
    width:90%; 
}
.editable-field .fa-check-circle{
	float: right;
    margin-top: -35px;
    color: #fb2524;
    cursor: pointer;
}
.profile-update-table
{
	width:50%;
}
.editable-field .md-form label {
    top: 15px;
}
.editable-field .md-form{
	width:90%;
	margin: 25px 5px 10px 0px;
}
/*end profile page*/






/*start cart page*/
.cart-section
{
	background: #f5f5f5 !important;
}
.cart-section h3.heading-box
{
	margin-bottom:0px !important;
	background:#fff;
}
.single-item-info
{
	background:#fff;
	padding:20px;
	border-top: 1px solid #efeeee;
}
.remove-cart-item
{
	background: #fb2524;
    border: 1px solid #fb2524;
    color: white;
    margin-top: 10px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
}
.cart-summary-section
{
	background: #fff;
    border-radius: 5px;
    padding: 20px;
    min-height: 500px;
}
.cart-section .field {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.cart-section .field label {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color:#fff;
  width: 100%;
  padding: 5px 10px;
    /*border-radius: 5px;*/
  letter-spacing: 0.075em;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
#promo_code
{
	border-bottom: none!important;
}
border-bottom: 1px solid rgb(251, 37, 36);
.cart-section .field label + span {
  font-family: 'SSStandard';
  opacity: 0;
  color: white;
  display: block;
  position: absolute;
  top: 12px;
  left: 7%;
  font-size: 2.5em;
  text-shadow: 1px 2px 0 #cd6302;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
.cart-section .field input[type="text"]{
  border: none;
  background: #e8e9ea;
  width: 90%;
  margin: 0;
  padding: 5px 10px;
  padding-left: 140px;
  color: #313a3d;
  border-radius: 5px;
  letter-spacing: 0.05em;
}
.cart-section .field input[type="text"]#msg, form .field textarea#msg {
  height: 18px;
  resize: none;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
.cart-section .field input[type="text"]:focus, .cart-section .field textarea:focus, .cart-section .field input[type="text"].focused, .cart-section .field textarea.focused {
  outline: none;
}
.cart-section .field input[type="text"]:focus#msg, .cart-section .field textarea:focus#msg, .cart-section .field input[type="text"].focused#msg, .cart-section .field textarea.focused#msg {
  padding-bottom: 150px;
}
.cart-section .field input[type="text"]:focus + label, .cart-section .field textarea:focus + label, .cart-section .field input[type="text"].focused + label, .cart-section .field textarea.focused + label {
  width: 130px; 
  text-align:center;
  background: #fb2524;
  color: #fff;
}
.cart-section .field input[type="text"].focused + label, .cart-section .field textarea.focused + label {
  color: #fd9638;
}
.cart-section .field:hover label {
  width: 130px;
  text-align:center;
  background: #000;
  color: white;
  border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.checkout-summary
{
	border-bottom: 1px solid #e6e3e3;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.start-repair-button
{
	background-color: #fb2524;
    color: white;
    font-weight: 700;
    padding: 10px 25px;
    text-transform: uppercase;
    margin: 40px auto;
    cursor: pointer;
  	transition: all 0.5s;
  	width: auto;
}
.start-repair-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.start-repair-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.start-repair-button:hover span {
  padding-right: 25px;
}

.start-repair-button:hover span:after {
  opacity: 1;
  right: 0;
}
.start-repair-button:hover
{
	color: #fff;
    text-decoration: none;
    background-color: #bd1818;
}
.paddtopbelow15
{
	padding:15px 0;
}
.horizontal-line
{
	border-top:1px dashed #bfbfbf;
	margin:5px 0;
}
.cart-heading-margin
{
	margin: 25px auto 0;
}
.normal-font{
	font-weight: normal;
}
.onfocus input
{
	width:100%;
}
.onfocus label
{
	width: 130px!important;
    background: #fb2524!important;
    text-align:center;
}
.heading-box{	
	padding: 10px 20px;
    background: #ffffe6;
    margin-bottom:15px !important;
    border-radius: 5px;
}
p.heading-box
{
	color:#fb2524 !important;
	font-weight:bold;
}
/*end cart page*/


/*store section page*/
.information-section
{
	background: #fff;
    padding: 15px;
    border-radius: 5px;
}
.info-section
{
	background:#fff;
	padding:15px;
	border-radius:5px;
}
.storeview-section
{
	background:#f5f5f5;
}
.individual-map
{
	padding:10px;
	background:#fff;
	border-radius:5px;
}
.store-carousel .portfolio-carousel{
	position:relative;
	margin-top:30px;
}
.store-carousel .portfolio-single {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	background: #fff;
	padding: 5px;
}
.store-carousel .portfolio-head{
	position:relative;
	overflow:hidden;
}
.store-carousel .portfolio-head:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	content:"";
	background: #fb2524;
	height:100%;
	z-index:3;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	transition:all 0.6s ease;
	-webkit-transform:translateX(100%);
	-moz-transform:translateX(100%);
	transform:translateX(100%);
} 
.store-carousel .portfolio-single:hover .portfolio-head:before{
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
	transform:translateX(0%);
} 
.store-carousel .portfolio-head img{
	width:100%;
	z-index:2;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.store-carousel .portfolio-single:hover .portfolio-head img{
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	transform:translateX(-100%);
}
.store-carousel .portfolio-head i {
	position: absolute;
	top: 100%;
	left: 45%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	margin: -20px 0 0 -20px;
	content: "";
	background: transparent;
	border-radius: 100%;
	z-index: 4;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.store-carousel .portfolio-single:hover i{
	top:45%;
	opacity:1;
	visibility:visible;
}
.store-carousel .portfolio-single i:hover{
	background:transparent;
	color:#fff;
}
.store-carousel .text{
	padding:20px;
}
.store-carousel .owl-theme .owl-nav {
	text-align: center;
	margin: 0;
	width:100%;
}
.store-carousel .owl-theme .owl-nav div {
	margin: 0 10px 0 0;
	width: 25px;
	height: 32px;
	font-size: 20px;
	line-height: 40px;
	padding: 0;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 30px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.store-carousel .owl-theme .owl-nav div:hover{
	background:#444;
}
.store-carousel .owl-theme .owl-nav div:last-child{
	margin-right:0;
}
.store-carousel .owl-theme .owl-nav .owl-prev {
	left:0;
}
.store-carousel .owl-theme .owl-nav .owl-next {
	right:0;
}
.store-carousel .owl-theme .owl-nav [class*='owl-'] {
    background: #fb2524;
}
.current-store-address
{

}
.current-store-contact
{
	margin: 10px 0;
	color:#fb2524;
}
.current-store-contact i 
{
	padding-right:10px;
}
.current-store-heading
{
	font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: -25px;
}
.current-store-working
{
	margin-top:20px;
}
.current-store-working p
{
	font-size:16px;
	font-weight:600;
	color:#333;
}
img.change-image-with
{
	width:100%;
}
.glyphicon-search:before
{
	content: "\f002";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    padding-left: 10px;
}
.store-search-form
{
	width:40%;
	margin: 40px auto 60px;
}
.store-search-form input
{
	height:40px;
	border-radius: 25px;
    padding-left: 45px;
}
.mgbot40
{
	margin-bottom:40px;
}
/*end store page*/




/*start about us page*/
.about-us-banner {
    position: relative;
    overflow: hidden;
    height: 320px!important;
}
.about-us-banner .single-slider {
    height: 320px !important;
}
.about-us-banner h1,  .about-us-banner p{
    margin: 0 0 15px;
    color: #fff;
}
.about-us-heading p
{
	font-size: 22px;
    text-transform: uppercase;
    color: #fb2524;
    font-family: 'Raleway-Bold';
}
.about-us-heading h4
{
	font-family: 'Raleway-Medium';
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 50px;
}
.about-heading h3
{
	text-transform: uppercase;
    font-family: 'Raleway-Bold';
    font-weight: normal;
}
.content-about-us p
{
	font-size: 14px;
	margin-bottom:30px;
}
.about-content .padd-left-20
{
	padding-left:20px;
}
.about-content .padd-right-20
{
	padding-right:20px;
}
.about-content .content h4{
	line-height: 30px;
}
.about-us-section
{
	background: url(images/about-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-us-section h4, .about-us-section2 h4
{
	text-transform:uppercase;
	line-height: 1.5em;
}
.about-us-section .content-about
{
	padding: 80px;
	color:#fff;
	background: rgba(35, 34, 34, 0.8);
}
.about-section1
{
	padding:0 40px 0 80px;
}
.about-section2
{
	padding:0 80px 0 40px;
}
.about-us-section .content-about p 
{
	color:#fff;
}
.imgborder1 {
    position: relative;
    width: 100%;
    background: url(images/about-1.jpg) no-repeat;
    height: 160px;
    margin-bottom:10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.in-imgborder1 {
    width: calc(100% - 20px);
    height: 142px;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid white;
}
.imgborder2 {
    position: relative;
    width: 98.5%;
    background: url(images/about-2.jpg) no-repeat;
    height: 160px;
    margin-bottom: 10px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.in-imgborder2 {
    width: calc(100% - 20px);
    height: 142px;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid white;
}
.imgborder3 {
    position: relative;
    width: 98.5%;
    background: url(images/about-5.jpg) no-repeat;
    height: 160px;
    margin-bottom: 10px;
    margin-left: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.in-imgborder3 {
    width: calc(100% - 20px);
    height: 142px;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid white;
}
/*end about us page*/



/*start press page*/
.press-banner {
    position: relative;
    overflow: hidden;
    height: 320px!important;
}
.press-banner .single-slider {
    height: 320px!important;
}
.press-banner h1,  .press-banner p{
    margin: 0 0 15px;
    color: #fff;
}
.press-hr {
    width: 120px;
    border-top: 3px solid #fb2524;
    margin-bottom: 40px;
}
.press-content
{
	padding:0 50px;
}
.single-press
{
	padding: 20px;
    border: 1px solid #efefef;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.31);
    margin-bottom: 30px;
}
.single-press .heading
{
	text-transform: uppercase;
    color: #fb2524;
    margin-bottom: 20px;
}
.single-press .heading span
{
	text-transform: none;
    color: #4c4c4c;
    font-size:14px;
    margin-left:20px;
    margin-bottom: 10px;
}
/*end press page*/



/*start career page*/
.career-banner {
    position: relative;
    overflow: hidden;
    height: 320px!important;
}
.career-banner .single-slider {
    height: 320px !important;
}
.career-banner h1,  .career-banner p{
    margin: 0 0 15px;
    color: #fff;
}
.job-post img
{
	margin:auto;
	width: 127px;
}
.career-content .card
{
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.31);
}
.career-content .post
{
	text-align: center;
    font-family: "Raleway-Bold";
    color: #212121;
}

.career-content .experience
{
	text-align: center;
    color: #fb2524;
    font-family: "Raleway-Medium";
}
.career-content .card-body
{
	border-top: 1px solid #cecece;
    padding-top: 15px;
    margin-top: 40px;
}
.apply-job-btn
{
	background: #fff;
    color: #fb2524;
    font-family: "Raleway-Bold";
    border-radius: 25px;
    box-shadow: 0px 1px 5px rgb(251, 37, 36, 1);
    padding: 3px 14px;
}
.apply-job-btn:hover,.apply-job-btn:focus,.apply-job-btn:active
{
	background: #fb2524;
    color: #fff;
    font-family: "Raleway-Bold";
    border-radius: 25px;
    box-shadow: 0px 1px 5px rgb(0, 0, 0, 0.31);
    padding: 3px 14px;
}
.career-content .content-box p
{
	margin-bottom: 30px
}
.job-apply-form
{
	padding:80px;
	margin: 80px 0 0 0;
	box-shadow: 0px 1px 5px rgb(0, 0, 0, 0.31);
	border-radius: 10px;
}
.job-apply-form h3
{
	color: #3e3e3e;
}
.form-hr
{
	width: 100px;
    border-top: 3px solid #fb2524;
    margin: auto;
    margin-bottom: 40px;
}
.btn 
{
	outline:none;
}
.feedback-btn
{
	background: linear-gradient(#fb2524,#b70404);
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px 20px;
    border-color: #fb2524;
    margin:30px;
}

.hide {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

label[for="upload"] {
	display: inline-block;
	cursor:pointer;
	padding: 10px 30px;
	background-color: #fb2524;
	color:#ffffff !important;
	box-shadow: $shadow;
	border-radius:2px;
	transition: all 0.3s;
	font-family:"Raleway-Medium";
	margin-top:40px;	
}
/*end career page*/




/*start blog page*/
.blog-banner 
{
	height:250px!important;
}
.blog-banner .slide-text {
	max-width: 100% !important;
}
.blog-banner .slide-text h1:before {
    background: none;
}
.blog-banner h1 {
    margin: 0 0 15px;
    color:#fff;
}
.blog-banner p {
    font-size: 16px;
    color:#fff;
}
.top-left {
    position: absolute;
    top: 8px;
    left: 8px;
}
.blog-date
{
	background: #fb2524;
    color: #fff;
    width: 50px;
    height: 60px;
    float: left;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: normal;
    font-family: 'Raleway-Medium';
    line-height: 23px;
    padding: 7px;
}
.blog-date span
{
	font-family: "Raleway-Bold";
}
.single-blog-date
{
	margin-right: 10px;
    margin-bottom: 10px;
}
#blog {
	position:relative;
}
#blog .single-blog {
	margin-top: 30px;
	background: #fff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.31);
	padding: 8px;
}
#blog .single-blog .blog-head{
	position:relative;
	overflow:hidden;
	min-height: 220px;
	height: 220px;
}
#blog .blog-head::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	content: "";
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 8;
}
#blog .single-blog:hover .blog-head:before{
    opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}
#blog .single-blog .blog-head img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index:3;
}
#blog .single-blog:hover .blog-head img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
#blog  .single-blog .link {
	position: absolute;
	left: 0;
	top: 0%;
	width: 40px;
	height: 40px;
	color: #fff;
	border-radius:100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	left: 50%;
	margin: -20px 0 0 -20px;
	line-height: 40px;
	z-index:9;
}
#blog  .single-blog .link:hover{
	background:#252525;
}
#blog  .single-blog:hover .link{
	top: 50%;
	opacity:1;
	visibility:visible;
}
#blog .blog-content {
	padding: 10px 0 0;
    position: relative;
    min-height: 288px;
}
#blog .blog-content h2 {
	margin-bottom: 10px;
	font-size: 16px;
     text-transform: none; 
    font-weight: normal;
    cursor: pointer;
    line-height: 25px;
    font-family: "Raleway-Bold";
    min-height: 75px;
}
#blog .blog-content h2 a {
	color: #444;
}
#blog .blog-content .meta {
	margin-bottom: 10px;
}
#blog .blog-content .meta span {
	margin-right: 10px;
	color: #666;
	font-size: 14px;
}
#blog  .blog-content .meta span i {
	margin-right: 5px;
}
#blog .blog-content p {
	color: #666;
	font-size: 14px;
	min-height: 150px;
}
#blog .blog-content .btn {
	margin-top: 15px;
	font-size: 12px;
	padding: 0px;
	background: transparent;
	border: none;
	text-transform: uppercase;
}
#blog  .blog-content .btn:hover{
	color:#333;
}
#blog .blog-content .btn i{
	margin-left:5px;
}
#blog .owl-theme .owl-nav {
	text-align: center;
	margin: 0;
	width:100%;
}
#blog .owl-theme .owl-nav div {
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	padding: 0;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 30px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#blog .owl-theme .owl-nav div:hover{
	background:#444;
}
#blog .owl-theme .owl-nav div:last-child{
	margin-right:0;
}
#blog .owl-theme .owl-nav .owl-prev {
	left:0;
}
#blog .owl-theme .owl-nav .owl-next {
	right:0;
}
.blog-section .section-title h2 span
{
	color:#fb2524;
}
.blog-content a
{
	width: 100%;
}
.read-more-btn
{
	border-top: 1px solid #ece5e5!important;
    padding: 15px 0 5px!important;
    color: #fb2524!important;
    font-family: "Raleway-Bold";
    border-radius: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
}
#blog .pagination {
    display: block;
    padding-left: 0;
    border-radius: 4px;
    text-align: left;
    margin: 30px 0 0;
}
#blog .pagination {
	display: block;
	padding-left: 0;
	border-radius: 4px;
	text-align: left;
	margin: 30px 0 0;
}
#blog .pagination li{
	display:inline-block;
}
#blog .pagination li a {
	color: #333;
	background: #FAF9F9;
	padding: 10px 25px;
	font-weight: 400;
}
#blog .pagination li:hover a,
#blog .pagination li.active a{
	border-color:transparent;
	color:#fff;
} 

/*----- Blog Single Page-----*/
#blog.single {
	background: #f5f5f5;
	padding: 40px 0 70px;
}
#blog.single .single-blog{
	padding:15px;
}
#blog.single .blog-head:before{
	display:none;
}
#blog.single .single-blog:hover .blog-head img{
	transform:scale(1.0)
}
#blog.single .blog-content h2{
	font-size:20px;
}
#blog.single .single-blog p{
	margin-bottom:20px;
}
#blog.single .single-blog p:last-child{
	margin:0;
}
#blog .form .search{
	position:relative;
}
#blog .form .s-button {
	position: absolute;
	right: 0;
	top: 0;
}
#blog .form .search input[type="text"] {
	border: 0px solid;
	width: 100%;
	height: 50px;
	background: #f8f8f8;
	padding-left: 10px;
}
#blog .form .search input[type="submit"] {
	height: 50px;
	width: 81px;
	border: 0px solid;
	color: #fff;
	right: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#blog .form .search input[type="submit"]:hover{
	background:#333;
}
#blog .blog-sidebar.sticky{
	position: fixed;
	top: 0px;
	width: 360px;
	left: 884.5px;
}
#blog .single-sidebar {
	margin-top: 30px;
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.15);
	-moz-box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.15);
	box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.15);
}
#blog .single-sidebar h2 {
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	display: block;
}
#blog .single-sidebar ul li a{
	color:#424242;
}
#blog .latest .single-post{
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
#blog .latest .single-post:last-child{
	margin-bottom:0px;
	border-bottom:none;
}
#blog .latest .single-post img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
#blog .latest .post-info{
	display:table-cell;
	vertical-align:top;
}
#blog .latest .post-info h4 {
	margin: 0;
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 25px;
	font-weight: 500;
}
#blog .latest .post-info a{
	color:#424242;
}
#blog .latest .post-info p {
	margin: 0;
	font-weight: 300;
}
#blog .category ul li {
	margin-bottom: 10px;
	font-size: 16px;
	display: block;
	font-weight: 400;
}
#blog .category ul li:last-child{
	margin-bottom:0px;
}
#blog .category ul li a i {
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	border-radius: 50px;
	font-size: 12px;
	margin-right: 5px;
	vertical-align: middle;
}
#blog .category ul li span {
	float: right;
}
#blog .tags ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
#blog .tags ul li a {
	color: #fff;
	display: block;
	padding: 5px 10px;
	background: #444;
}
.single-post .fa-angle-right
{
	float: left;
    margin-right: 10px;
    margin-top: 3px;
}
	
/*end blog page*/



/*start faq page*/
.faq-banner .slide-text {
	max-width: 100% !important;
}
.faq-banner .slide-text h1:before {
    background: none;
}
.faq-banner h1 {
    margin: 0 0 15px;
    color:#fff;
}
.faq-banner p {
    font-size: 16px;
    color:#fff;
}
.faq-banner,.contact-banner
{
    height: 320px !important;
}
.faq-banner .single-slider {
    height: 320px !important;
}
.faq-title{    
	margin-top: 35px;
    font-family: 'Raleway-Medium';
    font-weight: normal;
    font-size:20px;
}
.faq-title-hr
{
	width: 60px;
    border-top: 3px solid #fb2524;
    margin: 0 0 20px 0;
}
/*end faq page*/



/*franchise page*/
.franchise-banner
{
	height: 320px!important;
}
.franchise-banner .single-slider {
    height: 320px !important;
}
.franchise-banner h1,.franchise-banner p
{
	color:#fff;
}
.franchise-section1
{
	background: url(images/franchise-1.jpg);
    background-size: 75% auto;
    background-repeat: no-repeat;
}
.franchise-section2
{
	background: url(images/partners.jpg);
    background-size: 75% auto;
    background-repeat: no-repeat;
    background-position: right;
}
.franchise-section2 .content-part1 {
    padding: 50px 0px 50px 0px;
}
.franchise-section1 .content-part1 {
    padding: 50px 0px 50px 0px;
}
.franchise-part1
{
	background: rgba(241, 241, 241, 0.9);
    color: #000;
    padding: 30px;
}
.franchise-part5 {
    background: rgba(241, 241, 241, 0.9);
    color: #000;
    padding: 30px;
}
.franchise-part1 p 
{ 
	color:#000;
}
.section3
{
	background: url(images/investment.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.franchise-section3
{
	padding: 70px;
    background-color: rgba(251, 37, 36, 0.7);
    opacity: 0.9;
    color: #fff;
}
.franchise-part3 p 
{
	color:#fff;
	font-family: "Raleway-Medium";
}
.franchise-part4
{
	padding:70px 50px;
	color: #fff;
}
.franchise-part4 p
{
	color:#fff;
}
.section3-layer
{
	background-color: rgba(0, 0, 0, 0.7);
}
.padd0top
{
	padding-top:0px !important;
}
.franchise-list
{
	width:100%;
    margin:0 auto;
}
.franchise-list ul 
{ 
	list-style:none; 
}
.franchise-list ul li 
{ 
    display: block;
    background-color: #eff0f1;
    border-left: 3px solid #222;
    padding: 7px 10px;
    text-decoration: none;
    color: #080808;
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
}
.franchise-list ul li:hover {
    -moz-transform:rotate(-0.5deg); 
    -moz-box-shadow:10px 10px 20px #000000;
    -webkit-transform:rotate(-0.5deg);
    -webkit-box-shadow:10px 10px 20px #000000;
    transform:rotate(-0.5deg); 
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.7);

}
.franchise-page h4
{
	text-transform: uppercase;
}
/*end franchise page*/


/*protect page*/

.protect-section1
{
	background-image: url("images/disinfection/home-sanitizing.jpg");
    background-size: 75% auto;
    background-repeat: no-repeat;
}
.protect-section2
{
	background-image: url(images/disinfection/germ-protection.jpg);
    background-size: 75% auto;
    background-repeat: no-repeat;
    background-position: right;
}

.protect-section2 .content-part1 {
    padding: 50px 0px 50px 0px;
}
.protect-section1 .content-part1 {
    padding: 50px 0px 50px 0px;
}

.protect-part1
{
	background-color: rgba(241, 241, 241, 0.9);
    color: #000;
    padding: 30px;
}
.protect-part5 {
    background-color: rgba(241, 241, 241, 0.9);
    color: #000;
    padding: 30px;
}

.protect-part p 
{ 
	color:#000;
}

.protect-germ 
{
	background-image: url("images/disinfection/sanitization.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
}
.protect-germ p
{
	color:#fff;
	font-size: 1.4em;
	width:60%;
	margin:auto;
	font-family:'Raleway-Medium';
}

/*start service partner page*/
.services-col
{
	margin-top:50px;
}
.services-col h4
{
	text-align:center;
	margin-bottom:0px;
	padding: 10px;
	font-size:16px;
}
.single-col
{
	border: 1px solid #eae9e9;
    height: 290px;
    padding: 0 15px 15px 15px;
    border-radius: 5px;
}

fieldset.single-col 
{ 
	border:1px solid #d0d6d0; 
	padding: 40px 10px 50px;
	border-bottom: 4px solid #000;
}

.single-col legend 
{
	width:90%;
  	padding: 0.2em 0.5em;
    border: 1px solid #fb2524;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    background: #fb2524;
}
.warranty-section 
{
	background-image:url(images/partnership1.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.mgtop40
{
	margin-top:40px;
}
.warranty-section h3, .warranty-section h4
{
	color:#fff;
}
.warranty-section p
{
	color:#fff;
	font-family: 'Raleway-Medium';
}
.warranty-section ol
{
	margin-left:15px;
	color:#fff;
}
.warranty-section ol li
{
	line-height:35px;
	font-family: 'Raleway-Medium';
}
.strong-text
{
	font-weight:600;
	margin:10px 0;
}
.warranty-section .levels
{
	padding:30px 0px;
	border-bottom: 2px dashed #fff;
}
.refurbishment-content
{
	margin:30px -15px 20px;
}
.refurbishment-list ol
{
	margin-left: 15px;
}
.refurbishment-list ol li
{
	line-height: 35px;
	color:#4d4d4d;
}
.chain-service
{
	background: rgba(251, 37, 36, 0.9);
    color: #fff;
}
.chain-service p
{
	color:#fff;
	margin: 30px 0 0px;
	font-family: 'Raleway-Medium';
}
.chain-service ul
{
	margin-top:20px;
	margin-left: 15px;
}
.chain-service ul li
{
	list-style-type: disc;
	line-height: 35px;
	font-family: 'Raleway-Medium';
}
.products-section ol
{
	margin:20px 0px 0px 15px;
}
.half-wlist li
{
	width: 50%;
    float: left;
    line-height: 35px;
    font-size:14px;
    color:#4d4d4d;
}
.products-section p
{
	margin-top:20px;
}
.products-section img
{
	margin-top:30px;
	height: auto;
}
.power-bank 
{
	background:url(images/power-banks.png);
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
}
.power-bank p
{
	color:#fff;
	width:60%;
	margin:auto;
	font-family:'Raleway-Medium';
}
.mgbot25
{
	margin-bottom:25px;
}
.memory-card ol
{
	margin-left:15px;
}
.memory-card ol li
{
	font-size:14px;
	line-height:35px;
	color:#4d4d4d;
}
.memory-card p
{
	margin:20px 0;
}
.memory-card img
{
	margin:-25px auto;
	width:280px
}
.bluetooth-turnkey
{
	background:url(images/bluetooth-devices.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: right;
}
.bluetooth-section
{
	width:70%;
	color:#fff;
	font-family:'Raleway-Medium';
}
.bluetooth-section p
{
	margin-bottom:30px;
	color:#fff;
	font-family:'Raleway-Medium';
}
.bluetooth-section ul
{
	margin-left:15px;
}
.bluetooth-section ul li
{
	list-style-type: disc;
	line-height:35px;
	font-size:14px;
	width:50%;
	float:left;
}
.turnkey-section
{
	margin-top:30px;
	color:#fff;
	width:70%;
}
.turnkey-section p
{
	color:#fff;
	font-family:'Raleway-Medium';
}
.partner-section p
{ 
	margin:15px 0;
}
/*end service partner page*/




/*start client interest page*/
.single-product 
{
	border: 1px solid #ececec;
    text-align: center;
    border-radius: 4px;
    margin-top: 30px;
    height: 215px;
    padding: 20px 10px;
    box-shadow: 2px 2px 4px #ded9d9;
}
.product-icon img
{
	margin:auto;
	margin-bottom: 10px;
}
.single-product:hover{
  animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(#fff,0);
}
.location-section
{
	background: url(images/location.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	height: 280px;
	margin:0;
}
.location-overlay
{
	background: rgba(2, 8, 35, 0.9);
    height: 280px;
    width: 100%;
    padding: 70px;
    color: #fff;
}
.location-overlay p
{
	color:#fff;
	width:80%;
	margin:15px auto;
}
.service-level h5
{
	margin-top:25px;
}

/*.service-level ul li
{
	list-style-type: disc;
}*/
.service-level p:last-child
{
	margin-top:25px;
}
.service-level ul li:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
    color:#7d7d7d;
}
/*end client interest page*/



/*start retail page*/

.retail_border{
	    border: 1px solid #fb2524;
        padding: 10px;
}
.retail_img{
	margin-top: -36px;
}
.retail_space{
	margin-top: 15px;
}

/* end retail page  */

.go_icon{font-size: 18px; background: #fb2524; border: 1px solid #fb2524; border-radius: 5px; padding: 6px; color: #fff; cursor: pointer;}
#order_placed,, #newsletter_modal, #contact_modal
{
	top:10%;
}
#newslatter-email
{
	border:none !important;
}
.feedback-alert
{
	width:80%;
	margin:0 auto 30px;
}
label
{
	width:100%;
}
#find_nearest_store
{
	
	background: red;
    padding: 5px 30px;
    border-radius: 5px;
    color: #fff;
    margin-top: 37px;
    float: right;
    cursor: pointer;
}
.nearest_store
{
	
	background: red;
    padding: 4px 39px!important;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px!important;
    float: right;
    cursor: pointer;
}
#search_store
{
	border: none;
    background: red;
}
.card-item-button
{
	text-align:right;
}
.wallet-border
{
	border-top:1px solid #e5e5e5;
	margin: 20px auto;
}
.wallet
{
	margin-top:20px;
}
.single-order-detail .store_info{
	background-color: white!important;
}
.single-order-detail .store_info p{
	background-color: white!important;
}
#change_location {
    background: red;
    padding: 2px 17px;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
    float: right;
    cursor: pointer;
}
.new-address-border{
	border-top:1px solid #e5e5e5;
	margin: 20px auto;
}
.error{
	margin-bottom: 30px;
}
.top{
	top:-20px!important;
}
.error_style{
  margin: 15px 23px!important;
}
.f-radio{
	left:-20px!important;
}
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.load-more
{
	font-size: 15px;
	background-color: black;
	color: white;
	border: 1px solid black;
	border-radius: 5px;
	padding: 10px !important;	
 }
 .d1{padding-top: 25px;text-align: center;}
.load-more:hover{background-color: white;color: black;}
.img-custome{margin: 0 auto}
.singleblog .single-blog .blog-head{min-height: unset!important;height: auto!important;}
.singleblog .blog-content p{min-height: unset!important;}


.red:hover{
 color:#fb2524;
}
.red:focus{
color:#fb2524;
}
.butt{
	    display: inline-block;
    background: #252525;
    color: #fff;
    padding: 3px 21px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}
.dynamic-modal{
	    width: 80%;
        margin: auto;
}
.padd-right{
	padding-right: 0;
}
.b_forgot{
   border-radius:0;	
}

.padd-left{
padding-left: 0;
}

.modal-footer{
	border-top: none;
}
.modal-header{
	border-bottom: none;
}
.avoid-clicks {
  pointer-events: none;
}

.nav-tabs {
    border-bottom: 0px solid #ddd !important;
}
.offer-carousel .owl-stage
{
    margin:auto !important;
}
.content h2{
font-family: 'Raleway-Bold'!important;
}
.footer-row h4{
font-family: 'Raleway-Bold'!important;
}
.input-group-addon {
    color: #fff!important;
    background-color: #fb2524!important;
    border: 1px solid #fb2524!important;
     cursor: pointer!important;
}
.zip_style{
   	padding:20px!important;
   }
@media (min-width: 1100px) and (max-width: 1025px) 
{
	.slick-slide{
		padding-bottom: 10px!important;
	}
	.home-about .content {
    
    padding: 35px 0px 35px 35px!important;
   }

}
@media (min-width: 992px){
.go_icon {
    font-size: 15px!important;
  }
}
.footer-ul li a:hover {
    color: #fff;
    font-weight: 600;
}
.service_heading{
	margin-top: 25px;
}

.width100{
    width: 100% !important;
}
