/* =================================== */
/*	Basic Style 
/* =================================== */

body {
  background-color: #E7F2F6;/*e7f2f6,f7f0e7;*//*rgb(110,152,171), */
  color: rgb(27,57,80);/*3c3c3c)#170504rgb(31, 64, 89)*/
  cursor: auto;
  font-family: Poppins, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.444;  
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;  
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section
{
	padding: 90px 0px;
  overflow: hidden;
}
section.zero {
  padding: 0px;
}
footer {
  padding: 40px 0;
}
.section-padding {
  padding-top: 0px;
  padding-bottom: 100px;
}
.section-padding-hr {
  padding-top: 0px;
  padding-bottom: 100px;
}
.section-padding-svc {
  /*! padding-top: 100px; */
  padding-bottom: 0px;
}
.section-padding-work {
  padding-top: 100px;
  padding-bottom: 100px;
}
#contact {padding-bottom: 0px;}

figure, p {
  margin: 0;
}

a {
  color: rgb(27,57,80);/*#E7F2F6;*/
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}
.modal a {
  color: #888888;
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}
.modal-body p {font-weight: 400;font-size: 15px;letter-spacing: 0px;color: #170504;line-height: 1.4;}
.modal-body h5 {font-size: 20px;}
.modal-body ul li h5 {font-size: 16px; font-weight: 400; color: #150604;}
.modal-body ul li ul li {color: #fff;}
.modal-body ul li ul li {list-style: button; font-size: 14px; color: #d7d7d7;}
iframe {
  border: 0;
}
a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  color: #888b55;
}
a:hover {
  color: #5c2913;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
 zoom: 1;
}
span.color {
  color: #9fe026;/*ef4b1d*/
  font-weight: 500;
}
.owl-theme .owl-controls .owl-page.active {
  background-color: #ef4b1d;
}
.owl-theme .owl-controls .owl-page.active {
  padding: 2px;/*! -webkit-border-radius: 3px; */
    /*! -moz-border-radius: 3px; */
    /*! -o-border-radius: 3px; */
    /*! border-radius: 3px; */
}
.owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.fillin {
  width: 100%;
  height: 100%;
  background-position: 40%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.fillin2 {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* ==========================================================================
Partners Now
========================================================================== */
#partners {
  background-color: #fff;
  padding-top: 20px; 
}
.partners {
  background-color: #f4f2ed;
  padding-top: 40px;
  padding-bottom: 20px;
}
.partners img {
  max-width: 100%;
  padding: 0 15px;
}
.page-header {
  margin: 0 0 60px 0;
  padding: 0;
  border: none;
}
.page-header h1 {
  text-transform: none;
  margin-bottom: 20px;
  color: #24374b;
  font-weight: 400;
  line-height: 40px;
  font-size: 37px;
}
.page-header p {
  margin-bottom: 25px;
  color: #778899;
}
p.subtitle {
  letter-spacing: 4px;
  margin-top: 10px;
}
#map_canvas {
  height: 215px;
  width: 100%;
}
.colored-text {
  color: #18150c;
}
/*.candiman {
  font-family: 'Condiment', cursive;
  color: rgba(60, 34, 30,.5);
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
}
.aike {
  font-family: 'Alike Angular', serif;
  color: #32312a; 
  display: inline-block;
  font-weight: bold;
}*/
/*.section-title .sec-title h1 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  font-size: 40px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  color: #f23b1c;ef4b1d;
}*/
.sec-title h2 {
  font: normal 42px WorldwideHeadline Bold;
  color: #960f0f;  
  font-weight: 500;
  text-transform: uppercase;
}
.sec-sub-title {
  margin: 35px 0 45px;
}
.sec-sub-title p {
  margin: 0 14px 0 14px;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  color: #5b646e;
}
.devider {
  margin-top: 30px;
}
.devider i {
  color: #18150c;
}
.devider:before, .devider:after {
  content: "___________";
  color: #18150c;
  position: relative;
  bottom: 6px;
}
.devider:before {
  right: 10px;
}
.devider:after {
  left: 10px;
}
/**
/*	Preloader
/* ==========================================*/

#preloader {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
/*Battery*/
.loder-box {
  background-color: rgba(0, 0, 0, 0.00);
  border-radius: 4px;
  height: 100px;
  left: 50%;
  margin-left: -64px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 128px;
}
.battery {
  width: 60px;
  height: 25px;
  top: 35%;
  border: 1px #2E2E2E solid;
  border-radius: 4px;
  position: relative;
  -webkit-animation: charge 5s linear infinite;
  -moz-animation: charge 5s linear infinite;
  animation: charge 5s linear infinite;
  margin: 0 auto;
}
.battery:after {
  background-color: #e6352d;
  border-radius: 0 1px 1px 0;
  content: "";
  height: 10px;
  position: absolute;
  right: -5px;
  top: 7px;
  width: 3px;
}
@-webkit-keyframes charge {
 0% {
box-shadow: inset 0px 0px 0px #2E2E2E;
}
 100% {
box-shadow: inset 60px 0px 0px #2E2E2E;
}
}
 @-moz-keyframes charge {
 0% {
box-shadow: inset 0px 0px 0px #2E2E2E;
}
 100% {
box-shadow: inset 60px 0px 0px #2E2E2E;
}
}
 @keyframes charge {
 0% {
box-shadow: inset 0px 0px 0px #2E2E2E;
}
 100% {
box-shadow: inset 60px 0px 0px #2E2E2E;
}
}
/*=========================================
	Header
==========================================*/

.top-bar {
  background-color: #f4f1e6;
  /*! color: #091820; */
  margin-top: 0px;
  padding: 6px 0px 8px 10px;
  /*! border-bottom: 1px solid #dddddd; */
  /*! box-shadow: 0px 1px 5px rgba(0,0,0,0.302); */
  /*! -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.302); */
  /*! -webkit-transition: background-color 800ms linear; */
   -moz-transition: background-color 800ms linear; 
  -ms-transition: background-color 800ms linear;
   -o-transition: background-color 800ms linear; 
   transition: background-color 800ms linear; 
   opacity: 0.8;
}
.top-bar a {
  color: #b40006;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-right: 15px;
  line-height: 0px;
}
.wlcm {  margin-left:-10px;}
.top-bar a:hover {
  color: #091820;
}
/*a:hover
{
	color: #ff9900;
}*/
span.orange {
  font-size: 13px;
  font-weight: bold;
  color: #ff9900;
  text-transform: uppercase;
}
/* the following styles for alternativ html*/
/*.top-bar{
   background: #072356;
    padding: 5px 0px;
    color: #fff;
}
.top-bar span {
    padding-right: 35px;
    font-size: 14px;
    line-height: 34px;
}
.top-bar ul {
    padding: 2px 0;
    margin: 0px;
}
.top-bar ul li{
    list-style: none;
}
.top-bar ul li a {
    color: #fff;
    transition: all 0.65s;
    margin-right: 12px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}
.top-bar ul li a:hover{
    color: #ff491d;
}
.top-bar a{
    color: #fff;
}
.top-bar .list-inline>li.bg {
    background: #ff491c;
    padding: 3px 12px;
    font-size: 14px;
    border-radius: 5px;
}
*/
/*.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #e6352d;
  font-weight: 400;
  background-color: none;
  border: 1px solid #e6352d;
  opacity: 0.9;
}
.navbar-default .navbar-nav > li > a {
  color: #170504;
  font-weight: 400;  
  font-size: 16px;  
}
.navbar-nav li a.current, .navbar-nav li a:focus, .navbar-nav li a:hover {
  background-color: #3179a4;
  color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}*/
ul.external {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: -47px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
ul.external li {
  display: inline-block;
}
ul.external li a {
  background-color: rgba(255, 255, 255, 0.9);
  color: #818181;
  display: block;
  margin: 2px;
  padding: 0px 18px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.external li a:hover {
  background-color: rgba(6,32,51,.8);
  color: #fff;
}
/*=========================================
	Slider
==========================================*/
#slider {
  padding: 0;
  margin:0;
}
#slider .carousel-inner .item {
  background-size: cover;
  background-color: #fff;
}
.carousel-caption {
  top: 47%;
}
/*.carousel {
       height: 100%;
       width : 100%;
}*/

/*.home-overlay {
  background: rgba(19,19,4,.4)url("../img/grid.png") repeat; 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}*/
.banner-overlay {
  background: transparent url("../img/8B7UFiv.png") repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-caption h2 {
  font-family: Poppins, sans-serif;
  font-size: 65px;  
  font-weight: 700;
  letter-spacing: -2px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px #18150c;
}
.carousel-caption h2 span {
  font-weight: 500;
}
.carousel-caption h3 {
  font-size: 39px;
  font-weight: 400;
  letter-spacing: -2px;
  margin: -15px 0 35px;
  color: #f4f1e6;
  text-shadow: 1px 1px #18150c;
  text-transform: uppercase;
}
.carousel-caption p {
  color: #f4f1e6;
  font-size: 15px;
  font-weight: 300;
  text-shadow: 2px 0px #18150c;
}
.carousel-caption p:before, .carousel-caption p:after {
  color: #2F4999;
  content: "___";
  position: relative;
  top: -10px;
}
.carousel-caption p:before {
  right: 0px;
}
.carousel-caption p:after {
  left: 0px;
}
.social-links {
  margin-top: 5%;
}
.social-links li {
  display: inline-block;
}
.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}
.social-links li a:hover {
  color: #fff;
}
.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.6);
  height: 10px;
  width: 10px;
}
.carousel-indicators .active {
  height: 10px;
  width: 10px;
}
/* ==========================================================================
Intro Section
========================================================================== */
#intro {
  padding-top: 0px;
  padding-bottom: 30px;
  text-align: center;
  /*! text-transform: capitalize; */
  border-top: 0px solid #f4f1e6;
  border-bottom: 0px solid #f4f1e6;
}
#intro img.intro-logo {
  margin: 0 auto;
  margin-bottom: 30px;
}
#intro h1 span {
  font-size: 65px;
  color: red;
}
#news {
  background-color: rgba(159,224,38,.15);
}
/* ==========================================================================
Intro
========================================================================== */
.intro span.icon {
  font-size: 40px;
  color: #FF5274;
  font-weight: bold;
}
.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px;
}
.intro-content {
  display: inline-block;
  width: 80%;
}
section.features-extra, section.sign-up {
  background: #f4f7f9;
  padding: 70px 70px;
}
section.intro-video {
  background-color: #f4f7f9;
}
/* ==========================================================================
intro-video
========================================================================== 
section.intro-video i {
    margin-right: 10px;	
    color: #323a45;
    vertical-align: middle;
    font-size: 50px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
section.intro-video h1 {
    font-weight: 400;
    font-size: 20px;
}

section.intro-video {
    padding: 60px 0;
    background-color: #f4f7f9;
}
section.intro-video a {
    color: #323a45
}
section.intro-video a:hover, section.video a:focus {
    color: #73d0da;
    text-decoration: none;
}
section.intro-video a:hover i, section.intro-video a:focus i {
    color: #73d0da
}
section.intro-video p {} */
/* ==========================================================================
Service Section
========================================================================== */
/*#services {  
	margin-top: 0px;
	padding: 100px 0px 120px;
	position: relative;
	z-index: 1;
	background: url(../img/parallax/bar.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	  background-position: 50% 50%;
	  background-size: cover;
	clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0 100%);
  }*/
  .section-header {
	padding: 40px 0;
	text-align: center;
  }
  .section-header h1 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 300%;
	margin-bottom: 20px;
	color: #24374b;
  }
  .section-header h4 {
	letter-spacing: 1px
  }
  .fancy {
	line-height: 0.5;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
  }
  .fancy span {
	display: inline-block;
	position: relative;
  }
  .fancy span:before, .fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 0px solid #f1f1f1;
	top: 15px;
	width: 400px;
  }
  .fancy span:before {
	right: 100%;
	margin-right: 10px;
  }
  .fancy span:after {
	left: 100%;
	margin-left: 10px;
  }
  /* service lists */
  .service {
	margin-bottom: 20px
  }
  .service .media-right i.fa {
	text-align: center;
	font-size: 28px;
	background-color: #47490e;
	border: 0px solid #e6352d;
	color: #f7f0e7;
	padding: 18px 0;
	border-radius: 4px;
	border-top-left-radius: 4px;
	margin: 0 10px;
	margin-right: 0px;
	width: 64px;
	height: 64px;
	transition: background-color 0.5s;
  }
  .service .media-left i.fa {
	text-align: center;
	font-size: 28px;
	background-color: #b16a15;
	border: 0px solid #e6352d;
	color: #f7f0e7;
	padding: 18px 0;
	border-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0 10px;
	margin-left: 0px;
	width: 64px;
	height: 64px;
	transition: background-color 0.5s;
  }
  .service .media-left:hover i.fa {
	color: #f7f0e7;
	background-color: #b16a15;
  }
  .service .media-right:hover i.fa {
	color: #f7f0e7;
	background-color: #47490e;
  }

/* ==========================================================================
Features Slider
========================================================================== */
.features-bg {
  position: relative;
  min-height: 400px;
  background: url('../img/schreinerei.jpg') no-repeat center center;
  background-size: cover;
}
.features-img {
  width: 100%;
  height: 400px;
  text-align: center;
  line-height: 400px;
}
.features-slider {
  position: relative;
  padding: 11% 100px 10% 100px;
  height: 400px;
  background-color: #960f0f;
}
.features-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.features-slider ul li {
  width: 100%;
}
.features-slider li h1 {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}
.features-slider li p {
  color: #fff;
  font-size: 14px;
}
.features-intro-img {
  position: relative
}
.slides li h1 {
  margin: 0;
  padding: 0;
}
.features-slider .flickity-page-dots {
  text-align: left;
  margin-top: 50px;
  position: static;
}
.features-slider .flickity-page-dots .dot {
  margin: 0 12px 0 0;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
.texture-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/grid.png);
}
.medie-body h1 {
  margin: 10px 0 5px 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
}
p.media-body {
  margin-bottom: 25px;
  color: #778899;
}
.media-body h3 {
  font-size: 24px;
}
h4.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  line-height: 20px;
}
#features {
  /*! background: url(../img/grid.png) repeat fixed center top; */
  background-color: #ffffff;
  /*! background-size: cover; */
}
.features-bg {
  background: #57bddb;
  opacity: .6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.features-item {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 25px;
  margin-top: 25px;
  padding-left: 50px;
  position: relative;
}
.features-item i {
  font-size: 30px;
  left: 0;
  position: absolute;
  top: -5px;
}
.features-item h2 {
  font-size: 25px;
  font-weight: 300;
  margin: 0 0 15px;
}
.features-item p {
  color: #fff;
}
.features {
  background-color: #f4f7f9;
}
.features-list {
  padding: 130px 0
}
.features-list p {
  color: #32312a;
}
#feature {
  background-color: #eaf1f5;
}
.feature-content {
  display: inline-block;
  width: 65%;
}
.feature-icon {
  display: inline-block;
  margin-right: 20px;
  width: 84px;
  height: 84px;
  /*!border: solid 1px #5e080b; 
    border-radius: 0%;*/
  vertical-align: top;
  text-align: center;
  font-size: 25px;
  line-height: 90px;/*!border-radius: 0px 0px 0px 0px; */
}
.feature-icon i {
  color: #1566c4;
}
/* Media */
.process:hover i.fa, .service:hover i.fa {
  background-color: #333333;
}
.medie-body h1 {
  margin: 10px 0 5px 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
}
p.media-body {
  margin-bottom: 25px;
  color: #778899;
}
.media-body h3 {
  font-size: 24px;
}
.media-body p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 300;
}
h4.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  line-height: 20px;
}
/* ==========================================================================
Blockquote
========================================================================== */
blockquote {
  margin: 40px 0 0;
  padding: 0;
  border: none;
}
blockquote p {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 70%;
  vertical-align: top;
  font-style: italic;
}
blockquote .avatar {
  display: inline-block;
  margin-right: 20px;
  width: 64px;
  height: 64px;
  vertical-align: middle;
}
blockquote .logo-quote {
  display: inline-block;
  margin: 0 0 0 90px;
}
/* ==========================================================================
Custom Slider Controls (Flickity)
========================================================================== */
.flickity-page-dots .dot {
  width: 13px;
  height: 13px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.flickity-page-dots .dot.is-selected {
  background: white;
}
/* ==========================================================================
Showcase
========================================================================== */
.showcase {
  background: url('../img/showcase-bg-fixed-01.jpg') no-repeat center center fixed;
  background-size: cover;
}
.showcase h1 {
  margin: 0 0 20px 0;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}
.showcase p {
  margin-bottom: 25px;
  color: #fff;
}
.device {
  position: absolute;
  top: -60px;
  left: 20%;
  min-height: 676px;
  width: 359px;
  background: url('../img/iphone-skeleton.png') no-repeat center center;
}
.device-content {
  position: absolute;
  top: 115px;
  left: 56px;
  width: 247px;
  height: 445px;
  background: rgba(0, 0, 0, 0.3);
}
.device-content img {
  width: 247px;
  height: 445px;
}
.showcase-wrap {
  position: relative;
  padding: 100px 0;
  min-height: 600px;
}
.showcase-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.showcase-slider .flickity-page-dots {
  bottom: 20px;
}
/*=========================================
	Skills
==========================================*/

.skills {
  background-color: #f4f7f9;
}
.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.owl-controls .owl-page {
  display: inline-block;
}
.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}
.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}
.service-icon {
  border: 1px solid #e6352d;
  border-radius: 4px;
  color: #e6352d;
  float: left;
  padding: 10px 13px;
}
.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}
.service-desc p {
  position: relative;
  top: 5px;
}
/* services, about section */
#about3 {
 background-color: #f3f3ee;
}
#svc .container {
  width: 100%;
  margin: 0px;
}
#svc .col-md-6 {
  padding: 0;
}
#svc .svc-des {
  padding: 25px 25px 25px 25px;
}
#svc .svc-des h3 {
  font-size: 26px;
}
#svc .svc-des h4 {
  font-size: 20px;
}
#svc .svc-des p {
  line-height: 1.6;
}
#svc3 .container {
  width: 100%;
  margin: 0px;
}
#svc3 {
  background-color: #f3f3ee; 
}
#svc3 .col-md-6 {
  padding: 0;
}
#svc3 .svc-des {
  padding: 0px 25px 0px 25px;
}
#svc3 .svc-des h3 {
  font-size: 26px;
}
#svc3 .svc-des h4 {
  font-size: 20px;
}
/* service, about section */

.about-section {
  background: url('../img/parallax/1.jpg') no-repeat;
  background-size: cover;
}
.about-inner {
  padding: 80px 30px;
  background-color: rgba(0,0,0,.75);
}
.about-inner p {
  color: #fff;
}
.about-inner h1 {
  color: #fff;
}
.about-inner h2 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  font-weight: 300;
  font-size: 30px;
}
/* ==========================================================================
Download Now
========================================================================== */
.download h1 {
  margin: 0 0 15px 0; 
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
}
 .download .download-btn {
 margin-top: 25px;
}
.download-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 15px 10px;
  border: 1px solid #fff;
  /*! border-radius: 3px; */
  color: #18150c;
  font-size: 16px;
  background-color: transparent;
}
.download-btn:hover, .download-btn:focus {
  border-color: #fff;
  color: #888888;
  text-decoration: none;
  background-color: transparent;
}
/*=========================================
	Our gallery
==========================================*/
.work-filter {
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
}
.work-filter ul li {
  display: inline-block;
}
.work-filter ul li a {  
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 45px;
  line-height: 1.8;
  text-transform: capitalize;
}
.work-filter ul li a:hover, .work-filter ul li a.active {
  background-color: #e6352d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 4px;
  color: #fff;
  padding: 10px 45px;
}
.mix {
  display: none;
}
.work-item {
  float: left;
  width: 25%;
  position: relative;
}
.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.overlay {
  background-color: rgba(110,152,171,.55);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.work-item:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}
.work-item .overlay a:hover {
  color: #fff;
}
.work-item .overlay h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 25px 0 8px;
}
.work-item .overlay p {
  font-size: 18px;
  line-height: 24px;
  color: white;
}
/*-----------------------------------------*/
/* Start Team Section
/*-----------------------------------------*/
/*#about {background-color:rgba(232,232,229,1)}*/
/*.welcome-block {
 margin-top: -20px;
}*/
.team-member-section {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f4f5cb;
}
#team-section .our-team {
  padding-top: 20px;
}
#team-section .team-member img {
  width: 99%;
  height: auto;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.team-member .team-details {
  position: absolute;
  top: 0;
  width: 99%;
  height: 100%;
  color: #fff;
  padding: 0 2px;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member:hover .team-details {
  opacity: 1;
  -webkit-animation: bounceIn;
  animation: bounceIn;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
.team-member .team-details h4 {
  /*! padding-top: 30%; */
    /*! font-size: 22px; */ 
  
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
  padding-top: 100%;/*40%;*/
}
.team-member .team-details:hover h4 {
  color: #fff;
}
.team-member .team-details p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin: 15px 0;
  color: #ffffff;
}
.team-member .team-details li {
  display: inline-block;
  padding-top: 20px;
}
.team-member .team-details li a {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #777;
  font-size: 16px;
}
.team-member .team-details li:hover a {
  background: transparent;
  border: 1px solid #ddd;
  color: #fff;
}
.owl-controls {
  margin-top: 35px !important;
}
/* alte styles */

.member-thumb {
  margin-top: 10px; 
  position: relative;
}
.member-thumb .overlay h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;/*! line-height: 24px; */   
}
.member-thumb .overlay {
  margin-top: 10px;
  padding: 30px 10px; 
  border-radius: 4%;
  background-color: rgba(0,0,0,0.025);
}
.member-thumb .overlay dl {
  padding-top: 5%;
  font-size: 16px;
  color: #170504;
  font-weight: 300;
  line-height: 24px;
  border-radius: 99%;
}
.team-member h4 {
  color: #f4f1e6;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  margin: 15px 0 0px;
  padding-top:  30%;
}

.member-thumb:hover .overlay {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}
.team-member:hover h4 {
  color: #f4f1e6;
}
.team-member .social-links {
  margin-top: 24%;
}
.team-member .social-links li a {
  background-color: #ada074;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}
/*=========================================
	Some fun facts
==========================================*/

#facts, #times {
  background-image: url("../img/parallax/bg_code.jpg");  
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.facts .devider:before, .facts .devider:after {
  color: #737C85;
}
.facts .devider i {
  color: #fff;
}
.facts .open-blink {
  content: ' ';
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 10px 6px;
  border-radius: 50%;
  background-color: green;
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.facts .open-blink:before {
  content: ' ';
  position: absolute;
  top: -8px;
  left: -8px;
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: 0.1;
  border-radius: 50%;
  background-color: #506a1a;
}
.facts .opening-hours {
  margin-top: 0px;
}
.facts h1  {
 color: #f4f1e6;
}
.facts h3  {
 color: #f4f1e6; 
 margin-bottom: 12px; 
 padding: 0px 2px 0px 4px;
 border-radius: 4px;
}
.facts h4 {
 color: #000;
 background-color: floralwhite;
 padding: 0px 2px 0px 4px;
 border-radius: 4px;
}
.facts p {
 color: #f4f1e6;
  padding: 0px 2px 0px 4px;
}
.counters-item {
  color: #f4f1e6;
}
.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #f4f1e6;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}
.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}
.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}
/*=========================================
	Contact Us
==========================================*/

/*#contact {
  background-image: url("../img/grid.png");    
  background-color: rgba(136,139,85,.55);
  padding: 0;
}*/
#contact .parallax-overlay {
  background: url("../img/parallax/adfontesdreamlocation12.jpg"); 
  background-attachment: fixed !important;
  background-position: left 20%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px;
}
.contact-detail {
  background: rgba(110,152,171,.95);
  border-radius: 4px;
  min-height: 200px;
  margin-top: 5px;
  padding: 20px;   
}
.contact-detail p {
  color: #f7f0e7;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
}
.contact-detail p a {
  color: #f7f0e7;
}
.contact-detail p a:hover {
  color: #5c2913;
}
.contact-address h3 {
  color: #818181;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}
.contact-address p {
  line-height: 24px;
}
.contact-form h3 {
  color: #818181;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}
.contact-form .input-group {
  width: 100%;
}
.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}
.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.contact-form .input-field:last-child {
  margin-right: 0;
}
.contact-form .form-control.error {
  border-bottom-color: #c0392b;
}
label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}
.contact-form #form-submit {
  background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 150px;
}
.footer-social {
  margin-top: 17px;
}
.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}
#map_canvas {
  height: 215px;
  width: 100%;
}
.map_responsive{
    overflow:hidden;
    padding-bottom:20%;
    position:relative;
    height:0;
}
.map_responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/*=========================================
	Contact Us
==========================================*/


.footer {
  /*! background-color: #fae0bb; */ 
  border-top: 1px solid #eee;  
}
.footer a:hover {
  color: #1056ab;
}
.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}
.about-us p {
  line-height: 24px;
}
.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}
.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}
.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}
.footer-single {
  line-height: 24px;
}
.footer-single li {
  line-height: 32px;
}
.footer-single p i {
  margin: 0 10px;
}
.credit a {
  color: #ef4b1d;
}
.credit a:hover {
  color: #000000;
}
.copyright {  
  margin-top: 0px;
}
p.copyright a { 
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
}
.copyright a:hover {
  color: #629751;
  margin-top: 0px;
}
#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}
/*----OTHER FOCUSES ----*/
.links-focus {
  padding-bottom: 70px;
  overflow: hidden;
  background: rgba(159,224,38,.15) url('../img/parallax/bg.png') repeat;
}
.other-focuses {
  background: url(../img/lines.png) repeat-x center;
  margin-bottom: 25px;
}
.other-focuses .section-footer-title {
  background: #FFF;
  padding: 0 15px;
  color: #404040;
  font-weight: bold;
}
.other-focus-list {
  padding-top: 5px;
  margin-bottom: -17px;
}
.other-focus-list ul li {
  display: inline-block;
  margin-right: 50px; /*padding-right:50px*/
  padding-bottom: 15px;
  text-transform: uppercase;
}
.other-focus-list ul li:last-child {
  margin-right: 0;
}
.other-focus-list ul li i {
  margin-right: 8px;
}
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
/*section.welcome {
  padding: 100px 0;
}*/
.welcome {
  background: url(../img/welcome_bg.jpg) no-repeat;
  height: auto;
  background-position: top left -150px;
  ;
}
.number {
  font-family: Poppins, sans-serif;
  font-size: 150px;
  font-weight: 700;
  color: #e6e6e6;
  margin: 0 auto;
  padding: 0px;
  float: left;
  padding-right: 20px;
  line-height: 105px;
}
.car-service-title {
  padding-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 120px;
  font-weight: 700;
  color: #d6d6d6;
  margin: 0 auto;
  line-height: 1;
  float: left;
  padding-right: 20px;
}

.client-list {
	padding-top: 5px;
	margin-bottom: -17px;
}
.client-list ul li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 24px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.client-list ul li img {
	max-width: 120px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition: all ease .55s;
	        transition: all ease .55s;
}
.client-list ul li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.client-list ul li:last-child {
	margin-right: 0;
}
.client-list ul li i {
	margin-right: 8px;
}

/* Header Page */
@media print {
.container {
  width: auto;
}
}
/**
 * ========================================
 * 8. SECTION BACKGROUND
 * ======================================== */

 .color-bg-1 {
  background-color:#355A76;/*1b2f45;*/
}
.color-bg-1 h1, .color-bg-1 h2, .color-bg-1 h3, .color-bg-1 h4, .color-bg-1 h5, .color-bg-1 h6, .color-bg-1 p, .color-bg-1, .subheading, .color-bg-1 i {
  color: #E7F2F6;
}
.light-gray-bg {
   background-color: #f4f8fb; 
}
.light-rosa-bg {
  background-color: #f3e7eb;
}
.dark-bg-1 {
  background-color: #bca88e;/*a38441,b16a15;*/
}
.dark-bg-1 h1, .dark-bg-1 h2, .dark-bg-1 h3, .dark-bg-1 h4, .dark-bg-1 h5, .dark-bg-1 h6, .dark-bg-1 p, .dark-bg-1 .subheading, .subheading-2, .dark-bg-1 span, .dark-bg-1 i {
  color: #E7F2F6;
}
.dark-bg-2 {
  background-color: #373535;
}
.dark-bg-2 h1, .dark-bg-2 h2, .dark-bg-2 h3, .dark-bg-2 h4, .dark-bg-2 h5, .dark-bg-2 h6, .dark-bg-2 p, .dark-bg-2 .subheading, .dark-bg-2 i {
  color: #f2ece9;
}
.dark-bg-3 {
  background-color: #DCE4EA;
}
.dark-bg-3 h1, .dark-bg-3 h2, .dark-bg-3 h3, .dark-bg-3 h4, .dark-bg-3 h5, .dark-bg-3 h6, .dark-bg-3 p, .dark-bg-3 .subheading, .dark-bg-3 i {
  color: inherit;
}
.dark-transparent-bg {
  background-color: rgba(0, 0, 0, 0.6);
}
.dark-transparent-bg p {
  color: #ffffff;
}
.pink-bg {
  background: rgb(31,7,20);/*#E7F2F6*/
}
.pink-bg-2 {
  background:rgb(69,39,42) ;
}
.pink-bg h1, .pink-bg h2, .pink-bg h3, .pink-bg h4, .pink-bg h5, .pink-bg h6, .pink-bg p, .pink-bg.subheading, .pink-bg i {
  color: #fef9ed;
}
.salmon-bg {
  background: #B74334;
}
.blue-bg {
  background: rgba(110,152,171,.95);
}
.light-green-bg {
  background: #d1e2c4;
}
/**
 * ========================================
 * 20. ICONBOX
 * ========================================
 */
 .icon-box-v1 {
  padding: 5% 1%;
}
.icon-holder {
  color: #2b303b;
  margin-top: -10px;
  margin-bottom: 10px;
}
.heading h3 {
  font-size: 21px;
}
.icon-sm {
  font-size: 25px;
}
.icon-md {
  font-size: 30px;
}
.icon-lg {
  font-size: 40px;
}
.icon-rounded {
  padding: 5.5% 6%;
  border-radius: 50%;
}
.color-icons i {
  color: #ffffff;
}
.parallax i {
  color: #3a3836;
}
.icon-box-v2 .content-holder {
  padding-left: 40px;
}
.icon-content-v3 {
  margin-top: 30px;
}
.icon-content-v4 {
  margin-top: 25px;
}
.icon-box-v3 {
  text-align: center;
}
.icon-holder-v3 {
  margin-bottom: 10px;
}
.bg-circle i {
  background-color: #373535;
  color: #fef9ed !important;
  padding: 16px 20px;
  border-radius: 50%;
}
/*
.icon-box {
  text-align: center;
  color: #3a3836;
  padding: 20px 15px 15px;
  transition: all 0.5s ease-in-out 0s;  
  margin-top: 60px;
  min-height: 260px;
  background-color: #f3e7eb;
}
.icon-box:hover {
  background-color: #f3e7eb;
  -webkit-box-shadow: 0 7px 7px -6px #222120;
  -moz-box-shadow: 0 7px 7px -6px #221120;
  box-shadow: 0 7px 7px -6px #222120;
  transition: all 0.5s ease-in-out 0s;  
}
.icon-box h3 {
  font-size: 20px;
}*/
/*.icon-box i {
  font-size: 50px;  
  color: #373535;
  margin-bottom: 0px;
}*/
.v2 {
  background-color: #abc4b1;
}
.v3 { 
  background-color: #f1ebd0;
}
.v4 {
  background-color: #abc4b1;
}
.v5 {
  background-color: #c4ba9e;
}
.v6 {
  background-color: #abc4b1;
}
.v7 {
  background-color: #F6E339;
}
.v8 {
  background-color: #ea7311;
}
.v9 {
  background-color: #df2381;
}

@media (max-width:767px) {
.icon-box i {
  margin-top: 5%;
  margin-bottom: 5%
}
}
.editContent {float: left; text-align: center; }