img {
  border: none;
  outline: none;
  max-width: 100%;
}

a img, iframe {
  border: none;
}

p {
 
  margin: 5px 0px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}
/*
pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
} */

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}



b, strong {
  font-weight: 700;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

/* Default CSS */

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #E0E0E0;
}
.bg-gray-light {
  background-color: #fafafa;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #e21428;
}
.text-light, .text-light p,  .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #e21428none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


.default-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.default-padding-top {
  padding-top: 30px;
}

.default-padding-bottom {
  padding-bottom: 30px;
}

.default-padding.bottom-less {
  padding-top: 30px;
  padding-bottom: 30px;
}

.default-padding.bottom-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.no-padding-bottom {
  padding-bottom: 0px !important; 
}
.no-padding-top {
  padding-top: 0px !important; 
}
.no-margin-bottom {
  margin-bottom: 0px !important; 
}
.no-margin-top {
  margin-top: 0px !important; 
}
.carousel-shadow {
  padding-bottom: 105px;
}

.btn {
  display: inline-block;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: inherit;
  overflow: hidden;
}

.btn-md {
  padding: 10px 40px 10px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}


.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-dark {
  background: #1d2024 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #e21428;
  color: #fff !important;
  border: 2px solid #e21428;
}

.btn-theme.border {
  background-color: transparent;
  color: #e21428 !important;
  border: 2px solid #e21428;
}


.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}


/* Navbar */


.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  margin-bottom:5px;
  line-height:30px;
}

.site-heading h4 {
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #e21428;
}

.site-heading h2 span {
  color: #e21428;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::before {
  background: #7a7a7a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}
.site-heading.text-light h2  {color: #fff;}
.site-heading h2 span {
  color: #e21428;
}

.site-heading {
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */

.breadcrumb {
  padding: 7px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li .s-fa-home-black:before {height: 10px;
	background-size: 12px; }

.breadcrumb > li + li:before {
  padding: 0 5px 0px 0px;
  color: #ccc;
  content: "/";
}
.breadcrumb > .active {
  color: #777;
}

.breadcrumb-area {
  padding: 0;
	background: #f0f0f0;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 7px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
  
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
     padding: 7px 5px 5px 5px;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb-area .breadcrumb li.active {
  color: #e21428;
}


/* Topbar CSS */
.top-bar-area {
  /*border-bottom: 1px solid #e7e7e7;*/
  padding: 9px 0 4px 0;
  overflow: hidden;
}

.top-bar-area .row {
  align-items: center;
  display: flex;
  float: none;
  vertical-align: middle;
}
.top-bar-area .info.box ul {margin-bottom: 0px;}
.top-bar-area .info.box li {
  display: inline-block;
  text-align: left;
  float: left;
}
.top-bar-area .info.box li i {color:#aaa; margin-right:5px;}
.top-bar-area .info.box li .info {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area .info.box li .info span {
  display: block;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}


.top-bar-area .address-info.text-right .info.box li {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.top-bar-area .address-info.text-left .info.box li {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.top-bar-area .address-info.text-right .info.box li::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 200px;
  left: 0;
  position: absolute;
  top: -50%;
  width: 1px;
}

.top-bar-area .address-info.text-left .info.box li::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 200px;
  right: 0;
  position: absolute;
  top: -50%;
  width: 1px;
}
.top-bar-area .address-info.text-right .info.box li.s-fa {padding-right: 5px;}
.top-bar-area .address-info.text-right .info.box li.s-fa-dollar-sign-dark::before  {
    background-size: 10px;}
.top-bar-area .address-info.text-right .info.box li:first-child::after {
  display: none;
}

.top-bar-area .address-info.text-left .info.box li:last-child::after {
  display: none;
}

.top-bar-area .address-info.text-right .info.box li:first-child {
  border: medium none;
  margin-left: 0;
  padding-left: 0;
}

.top-bar-area .address-info.text-left .info.box li:last-child {
  border: medium none;
  margin-right: 0;
  padding-right: 0;
}

.top-bar-area .address-info.text-right .info {
  display: inline-block;
}

.top-bar-area .link.text-right a {
  
	padding: 5px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 500px;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}
.banner-area .content, .banner-area .content h3, .banner-area .content h2  {color: #fff;}

div#bootcarousel {
  z-index: 1;
}


.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
	text-align: center;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -50px;
}


.banner-area .carousel-control.right {
  right: -50px;
}


/* Content */

.banner-area .content {
  overflow: hidden;
}
.banner-area .content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 1.1;
}

.banner-area .content h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 1.1;
}


.banner-area .text-center .content h2 {
  line-height: 1.2;
}

.banner-area .content h2 span {
  color: #e21428;
  font-weight: 700;
}

.banner-area .content p {
  font-size: 18px;
  line-height: 30px;
}

.banner-area .content a {
  margin-top: 15px;
  margin-right: 8px;
}

.banner-area .text-right .content a {
  margin-left: 8px;
}

.banner-area .text-center .content a {
  margin: 15px 4px 0;
}

.banner-area .text-center.inc-top-heading .content a {
  margin: 5px 4px 0;
}

.banner-area .inc-top-heading h3 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.banner-area .inc-top-heading a {
  margin-top: 5px;
}

.banner-area .text-center p {
  padding: 0 15%;
}

.banner-area .text-dark p {
  color: #232323;
}


.banner-area .fixed-thumb {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
}

@media (max-width:767px)
{
	.banner-area .content h3 {
	  font-size: 20px !important; 
	  line-height: 25px;
		margin-bottom: 10px;
	}

	.banner-area .content h2 {
	 font-size: 20px !important; 
	  line-height: 25px;
		margin-bottom: 10px;
	}
	.banner-area .item button {width:200px;}
	.banner-area .inc-top-heading a {
		margin-top: 5px;
		width: 150PX;
		padding: 5px 10px;
		font-size: 13px;
	}
}
/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  left: 50%;
 /* padding-left: 7px;*/
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
	
	background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding-left: 30px;
    padding-top: 24px;

	
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
/*
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}*/
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #e21428;
}


/* ============================================================== 
     # About
=================================================================== */

.about-area .about-info {
  border-left: 1px solid #e7e7e7;
  padding-left: 30px;
	margin-bottom: 15px;
}

.about-area.full-width .about-info {
  border: medium none;
  padding-left: 15px;
}

.about-area.inc-video .about-info {
  border: medium none;
}
.about-area .about-info article {margin-bottom: 15px;}
.about-area.reverse.inc-video .about-info {
  padding-left: 15px;
  padding-right: 15px;
}

.about-area.reverse.inc-video .video-info {
  float: right;
}

.about-area .about-info li {
  float: left;
  margin-top: 30px;
  width: 50%;
}

.about-area.full-width .single-item {
  margin-bottom: 30px;
}

.about-area .about-info li:first-child, 
.about-area .about-info li:nth-child(2) {
  margin-top: 10px;
}

.about-area .about-items .item a {
  padding: 20px;
  display: block;
  -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.about-area .about-info li i,
.about-area .about-items .item i {
  color: #e21428;
  display: inline-block;
  font-size: 50px;
  margin-bottom: 20px;
}

.about-area .about-info li h4,
.about-area .about-info li h5,
.about-area .about-items .item h4,
.about-area .about-items .item h5 {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.about-area h2 {
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.about-area .author {
  align-items: center;
  border-top: 1px dashed #e7e7e7;
  display: flex;
  padding-top: 20px;
}

.about-area .author .thumb {
  max-width: 100px;
}

.about-area .author .info {
  padding-left: 15px;
}

.about-area .author .info span {
  display: block;
  text-transform: uppercase;
}

.about-area .author .info b {
  color: #e21428;
  display: block;
  font-weight: 500;
}

.about-area .about-content .thumb img {
  position: relative;
  z-index: 1;
}

.about-area.full-width.mt .about-items {
  margin-top: 50px;
}

.about-area .about-content .info h4 {
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}
.about-area .about-content h1 {font-weight: bold; font-size: 25px;}

.about-area .about-content .info h2 {
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}

.about-area .about-content .info a {
  margin-top: 10px;
  margin-bottom: 10px;
}
.about-area .about-content .info a:hover {
 color: red;
}

.about-area .about-content .info a.btn-contact {
   padding: 10px;
	font-size: 16px;
}
.about-area .about-content .info h2::after {
  background: #ccc none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.about-area .about-content ul {
  margin-bottom: 10px;
  margin-top: 15px;
	position: relative;
}

.about-area .about-content ul li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
	display: block;
	padding-left: 50px;
}

.about-area .about-content ul li:before {position: absolute; left: 0px;}
.about-area .about-content ul li span {
  color: #232323;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}


.about-area .about-content ul li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-area .about-content .about-list {
  border: none;
}

.about-area.side-bg {
  position: relative;
  z-index: 1;
}

.about-area.side-bg::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: #e21428;
  z-index: -1;
}

.about-area .about-box ul li {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #232323;
}

.about-area .about-box ul {
    overflow: hidden;
    margin-top: 25px;
}

.about-area .about-box ul li i {
    display: inline-block;
    font-size: 40px;
    padding-right: 15px;
    color: #e21428;
}

.about-area .about-box .thumb {
    padding-right: 35px;
}

.about-area .about-box blockquote {
    line-height: 32px;
}


/* ============================================================== 
     # Article
=================================================================== */

.article-area {
	
}

.article-area .article-content .info h4 {
	color: #7a7a7a;
    font-weight: 700;
    text-transform: uppercase;}
.article-area .article-content .content {margin-bottom:20px;}
.article-area .article-content .content ul li {list-style: inside circle; margin-bottom:5px;}
.article-area .article-content .action {margin-bottom:20px;}
/* ============================================================== 
     # Price
=================================================================== */

.price-area {}

/* ============================================================== 
     # product-single-area
=================================================================== */

.product-area {}

.product-area .product-content .info h4 {
	color: #7a7a7a;
    font-weight: 700;
    text-transform: uppercase;}

.product-area .product-content h1 {
	font-size: 25px; 
	font-weight: 700;
    text-transform: uppercase; margin-bottom: 10px;
    margin-top: 5px;}

.product-area .product-content  .rating  {margin-bottom: 10px;}
.product-area .product-content  .rating  i.s-fa {height: 13px;}
.product-area .product-content .price  {margin-bottom:10px;}
.product-area .product-content .price ins {margin: 14px 0 0;
    height: 50px;
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
									text-decoration: none;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333;
    text-align: center; color:#e21428}
.product-area .product-content .highlight {margin-bottom:20px; 
	border-left: 3px solid #dedede;
    padding: 15px;
    border-left-width: 3px;
    background: #fafafa;}
.product-area .product-content .highlight h2, .product-area .product-content .highlight h3, .product-area .product-content .highlight h4 {margin-top: 0px;}
.product-area .product-content .action {margin-bottom:20px;}


/* ============================================================== 
     # Services
=================================================================== */

.services-inc-area.half-bg {
  position: relative;
  z-index: 1;
}

.services-inc-area.half-bg::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.services-area .services-items .equal-height {
  margin-bottom: 30px;
  right: -1px;
}

.services-inc-area.inc-colum .equal-height {
  margin-bottom: 30px;
}

.services-items.colum-items .single-item {
  margin-bottom: 30px;
}

.services-area .services-items .item {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 50px 30px;
}

.services-area .services-items .item i {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #e21428;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 95px;
  position: relative;
  text-align: center;
  width: 100px;
}

.services-area .services-items .item i::after {
  border-bottom: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-left: 2px solid;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}


.services-area .services-items .item .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.services-area .services-items .item h4 {
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}

.services-area .services-items .item p {
  margin: 0;
}

.services-area .services-items .item a {
  color: #666666;
  display: inline-block;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}

/* Services Shadow */

.services-area.shadow .services-items .item {
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inherit;
  position: relative;
  z-index: 1;
}

.services-area.shadow .services-items .item::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


.services-area.shadow .services-items .item i,
.services-area.shadow .services-items .item h4,
.services-area.shadow .services-items .item p,
.services-area.shadow .services-items .item i {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.services-area.shadow .services-items .item a {
  color: #e21428;
}

.services-area.shadow .services-items .item i {
  border: medium none;
  color: #ffffff;
  height: inherit;
  line-height: inherit;
  width: inherit;
  border-radius: inherit;
}

.services-area.shadow .services-items .item a i {
  float: right;
  font-size: 14px;
  margin-left: 3px;
  margin-top: 1px;
  color: #e21428;
}

.services-area.shadow .services-items .item i::after {
  border: none;
  border-radius: inherit !important;
}


/* Thumbnail Services */

.services-inc-area .services-items .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.services-inc-area .item .thumb {
  position: relative;
  z-index: 1;
}

.services-inc-area .item .overlay > a {
  bottom: 0;
  display: flex;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  position: absolute;
  z-index: 1;
  align-items: center;
}

.services-inc-area .services-items.overlay-gap .item .overlay > a {
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
}

.services-inc-area .services-items.overlay-gap .item .overlay i {
  font-size: 40px;
}

.services-inc-area .item .thumb .overlay > a::after {
  background: #000000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.services-inc-area .item .overlay i {
  color: #ffffff;
  display: inline-block;
  font-size: 50px;
}

.services-inc-area .item .overlay h4 {
 
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-top: 0px;
  font-weight: 700;
}

.services-inc-area .item .overlay h4 a {
  color: #ffffff;
}

.services-inc-area .item .overlay > a {
  color: #e21428;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
	display: block;
}

.services-inc-area .item .info {
  background: #ffffff none repeat scroll 0 0;
  padding: 15px;
}

.services-inc-area .item .info a {
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services-inc-area .item .info a:before {margin-right: 5px; margin-top: 3px;}

.services-inc-area .services-carousel .owl-nav {
  margin: 0;
}
.services-inc-area .services-carousel .owl-nav .owl-prev i:before, 
.services-inc-area .services-carousel .owl-nav .owl-next i:before {
	width: 32px;
    height: 64px;
    background-size: 32px;	
}


.services-inc-area .services-carousel .owl-nav .owl-prev, 
.services-inc-area .services-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #7a7a7a;
  font-size: 50px;
  height: 40px;
  left: -25px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.services-inc-area .services-carousel .owl-nav .owl-next {
  left: auto;
  right: -25px;
}



.services-inc-area .services-items.services-carousel .owl-dots .owl-dot {
  display: inline-block; margin: 3px;
}
/*.services-inc-area  .owl-carousel.owl-theme .owl-nav {display: block !important;}*/

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #cccccc;
  height: 20px;
  margin: 10px 0;
  width: 20px;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot.active span {
  background: #e21428 none repeat scroll 0 0;
  border-color: #e21428;
}

@media (max-width:767px){
	
	.services-inc-area .services-carousel .owl-nav .owl-prev {left:10px}
	.services-inc-area .services-carousel .owl-nav .owl-next {right:10px}
	
}
/* Services item cell */

.services-area .services-items.item-cell .item .icon, 
.services-area .services-items.item-cell .item .info {
  display: table-cell;
  vertical-align: bottom;
}

.services-area .services-items.item-cell .item .info {
  padding-left: 25px;
}

.services-area .services-items.item-cell .item {
  padding: 50px 20px;
}

.services-area .services-items.item-cell .item .icon {
  position: relative;
  z-index: 1;
}

.services-area .services-items.item-cell .item .icon span {
  font-size: 30px;
  font-weight: 900;
  left: 0;
  opacity: 0.06;
  position: absolute;
  top: 0;
}

.services-area .services-items.item-cell .item .icon i {
  border: medium none;
  height: inherit;
  line-height: inherit;
  width: inherit;
}

.services-area .services-items.item-cell .item .icon i::after {
  display: none;
}


/* Services Single */

.services-single-area .sidebar-item {
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding: 30px;
}

.services-single-area .sidebar-item:last-child {
  margin-bottom: 0;
}

.services-single-area .sidebar-item .title h4 {
  font-weight: 500;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.services-single-area .sidebar-item .title h4::before {
  background: #e21428 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: -1;
}

.services-single-area .sidebar-item.link li {
  display: block;
  margin-bottom: 15px;
}

.services-single-area .sidebar-item.link li a {
  color: #666666;
  font-size: 16px;
}

.services-single-area .sidebar-item.link li:last-child {
  margin-bottom: 0;
}

.services-single-area .sidebar-item li {
  display: block;
  margin-bottom: 30px;
}

.services-single-area .sidebar-item li .icon, 
.services-single-area .sidebar-item li span {
  display: table-cell;
  vertical-align: top;
}

.services-single-area .sidebar-item li span {
  padding-left: 15px;
}

.services-single-area .sidebar-item li .icon i.fa-clock, 
.services-single-area .sidebar-item li .icon i.fa-envelope-open {
  font-weight: 500;
}

.services-single-area .sidebar-item li .icon i {
  color: #e21428;
  display: inline-block;
  font-size: 50px;
}

.services-single-area .sidebar-item.project li span {
  float: left;
  font-weight: 700;
  padding: 0;
  text-transform: capitalize;
}

.services-single-area .sidebar-item.project li {
  margin-bottom: 15px;
  text-align: right;
}

.services-single-area .sidebar-item.project li:last-child {
  margin-bottom: 0;
}

.services-single-area .info h2 {
  font-weight: 700;
}

.services-single-area .services-content img {
  margin-bottom: 30px;
}

.services-single-area .info h4 {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ============================================================== 
     # Team
=================================================================== */
.team-area {padding-bottom: 20px;}
@media (max-width:480px)
{
	.team-area .team-items .single-item { margin-bottom: 10px; }
	
}
.team-area .team-items .item .info {
 
  padding: 15px;
}

.team-area .team-items .item .info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .team-items .item .info p:last-child {
  margin-bottom: 0;
}

.team-area .team-items .item .info span {
  color: #e21428;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.team-area .team-items.team-standard .item .info span {
  display: inline-block;
  font-family: "Roboto Condensed",sans-serif;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}
.team-area .team-items.team-standard .item .info span.h4 {display: block !important; margin-bottom: 14px;
  padding-bottom: 10px; font-size: 22px;}
.team-area .team-items.team-standard .item .info span.h4::after {
  background: #7a7a7a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

.team-area .team-items .item .thumb {
  position: relative;
  z-index: 1;
}

.team-area .info .social li {
  display: inline-block;
}

.team-area .info .social li a {
  color: #666666;
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}

.team-area .info .social {
  border-top: 1px dashed #dbdbdb;
  padding-top: 20px;
}

.team-area .team-items .item .thumb .icon {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 50px;
  left: 50%;
  margin-bottom: -25px;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}
/*
.team-area .team-items .item .thumb .icon::after {
  color: #e21428;
  content: "\f508";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  height: 100%;
  left: 0;
  letter-spacing: -2px;
  position: absolute;
  top: 5px;
  width: 100%;
}*/

.team-area .team-items.team-standard .thumb {
  overflow: hidden;
}

.team-area .team-items.team-standard .thumb .social ul {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 15px;
  display: inline-block;
  padding: 10px 20px;
	
}

.team-area .team-items.team-standard .thumb .social li {
  display: inline-block;
}

.team-area .team-items.team-standard .thumb .social li a {
  color: #333;
  display: inline-block;
  font-size: 20px;
  margin: 5px 10px 0;
}

.team-area .team-items.team-standard .thumb .social {
  bottom: -70px;
  left: 0;
  padding: 15px 25px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.team-area .team-items.team-carousel .owl-nav {
  margin: 0;
}

.team-area .team-items.team-carousel .owl-nav .owl-prev, 
.team-area .team-items.team-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #e21428;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.team-area .team-items.team-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.team-area .team-items.team-carousel .owl-dots {
  margin: -25px 0 0;
  position: absolute;
  right: -45px;
  top: 50%;
}

.team-area .team-items.team-carousel .owl-dots .owl-dot {
  display: block;
}

.team-area .team-items.team-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #cccccc;
  height: 20px;
  margin: 10px 0;
  width: 20px;
}

.team-area .team-items.team-carousel .owl-dots .owl-dot.active span {
  background: #e21428 none repeat scroll 0 0;
  border-color: #e21428;
}


/* Team Single */

.team-items.single .bio h4 {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.team-items.single .bio {
  -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 30px;
  text-align: center;
}

.team-items.single .bio span {
  color: #e21428;
  font-weight: 500;
}

.team-items.single .bio li {
  display: inline-block;
}

.team-items.single .bio li a {
  color: #666666;
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}

.team-items.single .bio ul {
  margin-top: 10px;
}

.team-items.single .content h2 {
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.team-items.single .content h4 {
  font-weight: 700;
  text-transform: capitalize;
}

.team-items.single .content h3 {
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 20px;
  text-transform: capitalize;
}

.team-items.single .profile {
  padding-right: 30px;
}

.team-items.single .content .progress {
  height: 5px;
}

.team-items.single .content .progress .progress-bar {
  background: #e21428 none repeat scroll 0 0;
}

.team-items.single .progress-box h5 {
  color: #666666;
  font-weight: 700;
  text-transform: capitalize;
}

.team-items.single .progress-box .progress {
  margin-bottom: 30px;
}

.team-items.single .progress-box:last-child .progress {
  margin-bottom: 0;
}

.team-area .team-items.single .content ul li {
  border-top: 1px solid #e7e7e7;
  padding: 15px 0;
}

.team-area .team-items.single .content ul li:first-child {
  border-top: medium none navy;
  padding-top: 0;
}

.team-area .team-items.single ul li:last-child {
  padding-bottom: 0;
}

.team-area .team-items.single .content ul li i {
  color: #e21428;
  font-size: 20px;
  min-width: 25px;
}



/* ============================================================== 
     # Faq Accordion
=================================================================== */

.faq-area {
  overflow: hidden;
}

.faq-items .panel-group,
.acd-items .panel-group {
  margin-bottom: 0;
}

.faq-area .faq-items {
  margin-top: -15px;
}

.acd-items .panel-heading .panel-title a span {
  background: #ff5a6e none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}

.acd-items .panel-heading .panel-title a {
  color: #232323;
  display: block;
  font-weight: 700;
  padding: 19px 0 20px 15px;
  position: relative;
}

.acd-items .panel-heading {
  padding: 0;
}

.faq-area .acd-items .panel-body {
  padding: 30px 15px;
}

.acd-items .panel.panel-default {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  margin: 0 0 10px;
}

.acd-items .panel.panel-default:last-child {
  margin-bottom: 0;
}

.acd-items .panel-body p:last-child {
  margin: 0;
}

.faq-items .panel-body {
  padding: 20px;
}

.faq-items .acd-items .panel .panel-body {
  border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
  	display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    padding: 15px;
    background-size: 16px;
    border-radius: 3px;
    position: absolute;
    right: 0px;
    margin-top: -4px;
    margin-right: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='448' height='512'  xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet'%3E%3Cpath fill='%23333' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'/%3E%3C/svg%3E")
}


.faq-area .faq-items .panel-group {
  margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='448' height='512'  xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet'%3E%3Cpath fill='%23333' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
}


/* ============================================================== 
     # Product 
=================================================================== */

.buspro-product-area .product-single {
  margin-bottom: 30px;
	padding: 15px;
}

.product-list .product-thumb {
 	background: #FFF;
    z-index: 1;
    float: left;
    width: 30%;
}

.product-list .product-content {
 
  padding: 0px 20px;
	 float: left;
	width: 70%;
}
.product-list .product-content a {color: red;}
.product-list .product-content span del {
  color: #999999;
}
.product-list .product-single .item {
	border-radius: 5px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    padding: 15px;
	}
.product-list .product-single .item h4 a {font-size: 18px; color: red; text-transform: uppercase;}
/* ============================================================== 
     # Blog
=================================================================== */

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area.full-blog .single-item {
  margin-bottom: 50px;
}

.blog-area .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.blog-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


.blog-area .thumb .post-formats {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 50px;
  z-index: 1;
}

.blog-area .thumb .post-formats::after {
  background: #e21428 none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.blog-area .info {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 20px;
  background: #ffffff none repeat scroll 0 0;
}


.blog-area .info h4 {
  margin-bottom: 20px;
}

.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
  font-weight: 500;
  text-transform: capitalize;
}

.blog-area .info .cats {
  margin-bottom: 10px;
}

.blog-area .info .cats i {
  margin-right: 5px;
}

.blog-area .info .cats a {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding-right: 8px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}


.blog-area .info .cats a::after {
  bottom: 0;
  content: ",";
  font-family: "Times New Roman";
  font-size: 15px;
  position: absolute;
  right: 0;
}

.blog-area .info .cats a:last-child::after {
  display: none;
}

.blog-area .info .meta li {
  color: #666666;
  float: left;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area .info .meta li i {
  margin-right: 5px;
}

.blog-area .info .meta > a {
  color: #e21428;
  float: right;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-area .info .meta {
  border-top: 1px solid #e7e7e7;
  float: left;
  padding-top: 15px;
  width: 100%;
  margin-bottom: -5px;
}

.blog-area .blog-carousel .owl-nav {
  margin: 0;
}

.blog-area .blog-carousel .owl-nav .owl-prev, 
.blog-area .blog-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #7a7a7a;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.blog-area .blog-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.blog-area .blog-carousel .owl-dots {
  margin: -25px 0 0;
  position: absolute;
  right: -45px;
  top: 50%;
}

.blog-area .blog-carousel .owl-dots .owl-dot {
  display: block;
}

.blog-area .blog-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #cccccc;
  height: 20px;
  margin: 10px 0;
  width: 20px;
}

.blog-area .blog-carousel .owl-dots .owl-dot.active span {
  background: #e21428 none repeat scroll 0 0;
  border-color: #e21428;
}

.blog-area.left-sidebar .blog-content {
  float: right;
}

/* Pagination */

.blog-area .pagi-area .pagination li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #e21428;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}

.blog-area .pagi-area .pagination li.active a {
  background: #e21428 none repeat scroll 0 0;
  border-color: transparent;
  color: #ffffff;
}

.blog-area .pagi-area .pagination {
  margin-bottom: -10px;
  margin-top: -5px;
}

/* Sidebar */

.sidebar .title {
  display: block;
	margin-bottom: 15px;
}

.sidebar .title h4 {
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: -5px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.sidebar .title h4::before {
  background: #e21428 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: -1;
}
/*
.sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.sidebar form {
  position: relative;
}

.sidebar input[type="submit"] {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.sidebar input[type="submit"]:hover {
  background: #e21428 none repeat scroll 0 0;
}
*/
.sidebar .sidebar-item {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.sidebar .sidebar-item.gallery {
  margin-bottom: 40px;
}

.sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.sidebar .sidebar-item.category .sidebar-info {
  margin-top: -5px;
}

.sidebar .sidebar-item.category li {
  display: block;
  padding: 5px 0;
  position: relative;
}

.sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  padding-left: 5px;
}

.sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666666;
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 10px;
}

.sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

article.blog-content  {margin-bottom:15px; padding-bottom:15px;}

.blog-content ul li {margin-left:15px; list-style:inside disc;}
.blog-content img {margin:5px 0;}

.blog-content .faq-area {margin-top: 20px; padding-top: 20px; padding-bottom: 20PX;}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-weight: 400;
}

.sidebar-item.recent-post .meta-title {
  color: #999999;
  font-family: "Roboto Condensed",sans-serif;
  margin-top: 5px;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #232323;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.sidebar-item.recent-post .meta-title a {
  text-transform: capitalize;
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0 0 0 20px;
  vertical-align: top;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 0 10px 10px 0;
  width: 33.333%;
  float: left;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

/*
.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.sidebar-item.social-sidebar li a {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 5px;
  text-align: center;
  width: 60px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}
*/
.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px;
  margin-right: 5px;
  padding: 10px 25px;
  text-transform: capitalize;
}


/* Blog Single */
.blog-area.single .item .content-box span {
  background: #e21428 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  font-family: "Roboto Condensed",sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  border-color: #e21428;
  color: #414141;
  font-size: 15px;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  font-style: italic;
}

.blog-area.single .post-tags span {
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 700;
  margin-right: 5px;
  text-transform: uppercase;
}

.blog-area.single .post-tags a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-right: 5px;
  padding: 3px 25px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================================================== 
     # Contact Area
=================================================================== */

.contact-area .contact-items {
  overflow: hidden;
}

.contact-area .contact-form h2 {
  font-weight: 700;
  text-transform: capitalize;
	line-height: 45px;
}

.contact-area .contact-form p {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}

.contact-area .contact-form p::after {
  background: #e21428 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

.contact-area .contact-form input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.contact-area .contact-form textarea {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 180px;
  padding: 15px 12px;
}

.contact-area .contact-form button {
  background: #e21428 none repeat scroll 0 0;
  border: medium none;
  box-shadow: inherit;
  color: #ffffff;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 700;
  padding: 12px 30px;
  text-transform: uppercase;
}

.contact-area .contact-form button i {
  margin-left: 2px;
}

.contact-area form img.loader {
  margin-left: 5px;
}

.contact-area .contact-form {
  margin-top: 5px;
}
.contact-area .review-now {max-width: 500px; margin: auto; margin-top: 15px; margin-bottom: 15px; padding: 15px;}
.contact-area .address-items .h4 {
  border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: capitalize;
    display: block;
    padding-left: 0px;
}

.contact-area .address-items li {
  display: block;
  margin-bottom: 30px;
}

.contact-area .address-items li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-area .address-items li .icon, 
.contact-area .address-items li span {
  display: table-cell;
  vertical-align: top;
}

.contact-area .address-items li span {
  padding-left: 15px;
}

.contact-area .address-items li .icon i {
  color: #e21428;
  display: inline-block;
  font-size: 50px;
}

.contact-area .address-items li .icon i.fa-clock,
.contact-area .address-items li .icon i.fa-envelope-open {
  font-weight: 500;
}

form .alert-notification {
  padding: 0;
}

form .alert-notification .alert-success h3 {
  color: green;
}

form .alert-notification h3 {
  margin-bottom: 5px;
}

form .alert-notification .alert {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  margin-top: 30px;
}


#TablePriceTable {max-width: 600px; margin: auto; background: #fafafa;}
#TablePriceTable thead tr th {color: #fff;}
#TablePriceTable thead tr.bg-dark th {color: #fff; font-weight: normal; background: #666;}

#TablePriceTable tbody tr td {white-space: normal; padding: 5px; font-size: 13px;}
#TablePriceTable tbody tr td img {margin: 0px;}

	.tomodo-modal .modal-dialog {width:900px; max-width:98%; z-index: 1050  !important}
	.tomodo-modal .modal-dialog .modal-content {border-radius:0px;}
	.tomodo-modal .form-selector {margin-bottom: 15px;}
	.tomodo-modal .form-selector .input-group {width: 100%;}
	.tomodo-modal .form-selector .input-group-addon {padding: 6px; width: 40px;}
	.tomodo-modal .form-selector input, .tomodo-modal .form-selector select  {min-height: 40px;}
	
	.datepicker {z-index:2000 !important;} 
	
	.tomodo-modal button.close{ padding: 10px 20px;
    margin-right: -20px;
    margin-top: -20px;
    background: #000;
    opacity: 1;
    text-shadow: inherit;
    color: #fff;
    font-size: 20px;
	}
	.tomodo-modal button.bg-dark.btn-md {color: #fff; float: left; border: 1px solid #000;}
	
	.Specifications table tr td table , .Specifications table tr th table {width: 100%; }
	.Specifications table tr td table tr td, .Specifications table tr th table tr td { min-width: 100px !important; border-right: 1px solid; text-align: center;}
	.Specifications table tr td table tr td:last-child, .Specifications table tr th table tr td:last-child {border-right: none;}
	.Specifications table tr{background: #fefefe;}
	.Specifications table tr:nth-child(odd) {background: #fafafa;}

.video-info img {width: 100%;}
.video-info .video-play-button .s-fa:before {width: 26px; height: 32px; background-size: 26px;}
.team-area .about-area {padding: 20px; }

#rating-review-value:before {background-repeat: repeat-x; width: 80px; background-position: left center; margin-top: 5px;}
#rating-review-value.vote-4:before {width: 64px !important;}
#rating-review-value.vote-3:before {width: 48px !important;}
#rating-review-value.vote-2:before {width: 32px !important;}
#rating-review-value.vote-1:before {width: 16px !important;}

#ShowSpecificationsDetail {margin-top: 15px;}
@media (max-width:1199px){
	.banner-area, .banner-area div {height: 350px;}
	.banner-area .content h3 {font-size: 30px;}
	.banner-area .content h2 {font-size: 40px;}
	
}

@media (min-width:992px) and (max-width:1119px){
	footer .f-item.link li {width: 100%;}
}
@media (max-width:767px){
	.container {padding: 0 10px;}
	.row {margin: 0 -10px;}
	
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding: 0 10px;}
	nav.navbar.bootsnav .navbar-toggle {left:15px;}
	.product-area .product-content h1 {font-size: 24px;}
	.product-area .product-content .price ins {font-size: 35px;}
	.site-heading h2 {font-size:21px;}
	
	#ColorsArea .pf-item, #ImagesArea .pf-item, #ExteriorArea .pf-item, #InteriorArea .pf-item {width: 50%; padding: 10px;}
	.product-area .product-content .info h4 {margin-bottom: 10px;}
	.attr-nav {right: 25px;}
	.header-hotline-btn {margin-right: 0px;}
	.Specifications table tr th, .Specifications table tr td {white-space: normal !important;}
		.Specifications table:first-child tr th:first-child, .Specifications table:first-child tr td:first-child {max-width: 200px; min-width: 200px;}
	
		.Specifications > .table > thead > tr > th, .Specifications > .table > tbody > tr > th, .Specifications > .table > tfoot > tr > th, .Specifications > .table > thead > tr > td, .Specifications > .table > tbody > tr > td, .Specifications > .table > tfoot > tr > td {white-space: normal;}
		.Specifications table tr td table tr td, .Specifications table tr th table tr td {max-width: 100px !important ;  min-width: 100px !important; border-right: 1px solid; text-align: center;}
		.team-area {padding-bottom: 0px;}
	.about-area .about-content h1 {font-size: 18px;}
	.tomodo-modal .modal-header {padding: 10px 15px; color: #e21428;}
	.tomodo-modal .modal-body {padding: 10px 10px;}
	.tomodo-modal .modal-bodylabel {font-size: 12px; list-style: 14px;}
	.modal-footer {padding: 10px;}
}
@media (max-width:480px){
	.team-area {padding-bottom: 0px !important;}	
	.tomodo-modal .modal-dialog {margin: 5px; width: 98%; max-width:100%; width: calc(100vw - 10px)!important;}
	
}
@media (max-width:370px){
	.second-header ul li a {font-size: 11px !important;
    padding-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}	
}
.services-items.services-carousel .owl-dots {margin-top: -20px;}
.about-content .s-fa-phone-red:before {margin-top:3px; margin-right:5px;}