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

body {
  background-color: #f2f2f2;
  color: #212121;
  cursor: auto;
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  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;
}
/*body {
  font-family: 'Chivo', sans-serif;
  color: #4b5057;
  background-color: #fff;
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  line-height: 1.6;
}
body > section {
padding: 70px 0px 70px 0px; 
}*/
footer {
  padding: 40px 0;
}
.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-padding-hr {
  padding-top: 100px;
  padding-bottom: 70px;
}
.section-padding-svc {
  /*padding-top: 100px; */
  padding-bottom: 0px;
}
.section-padding-bottom {
  padding-top: 0px;
  padding-bottom: 100px;
}
.section-padding-work {
  padding-top: 70px;
  padding-bottom: 0px;
}
figure, p {
  margin: 0;
}
a {
  color: #a8165b;
  -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: 14px;
  letter-spacing: 0px;
  color: #1b1c20;
  line-height: 1.4;
}
.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: #000000;
  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: 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 0 30px 0px;
  border: none;
}
.page-header {
  text-transform: none;
  margin-bottom: 20px;
  color: #ddd;
  font-weight: 400;
  line-height: 40px;
  font-size: 28px;
}
p.subtitle {
  letter-spacing: 3px;
  margin-top: 10px;
}
.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;
}*/
.vollkorn {
  font-family: Vollkorn, serif;
  color: #32312a; 
  display: inline-block;
  font-weight: bold;
}
.section-title {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.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: #1b1c20; 
}
.devider:before, .devider:after {
  content: "___________";
  color: #18150c;
  position: relative;
  bottom: 12px;
}
.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: #dc9f00;
  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: Ubuntu, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-right: 15px;
  line-height: 0px;
}
.wlcm {
  margin-left: 0px;
}
.top-bar a:hover {
  color: #091820;
}
/*a:hover
{
	color: #ff9900;
}*/
span.orange {
  font-size: 13px;
  font-weight: bold;
  color: #ff9900;
  text-transform: uppercase;
}
.navbar-default {
    background-color: #f2f2f2;
    /*border-color: #f2f2f2;*/
}
/* 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 {
  background-color: #fff;
  border: 0px;
  position: fixed;
}
.right {
  float: right;
}
.navbar-default .navbar-nav > li > a {
  position: fixed;
  color: #22313f;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #22313f;
  background-color: transparent;
}*/
/*.navbar-nav>li {
    margin-top: 14px;
}
.nav>li>a{
    padding: 12px 5px;
}
.navbar {
  margin-bottom: 10px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background: none;
  color: #ff491c;
}
.navbar-nav > li > a {
  margin: 6.5px 1px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 4px;  
}*/
.navbar {
  position: fixed;
  min-height: 70px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar-nav {
  margin: 7.5px 0px; 
  text-align: center;
}
.navbar-nav > li > a {
  margin: 0px 1px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  /*! text-transform: capitalize; */
}
.navbar-nav > li > a:hover {
  border: 1px solid #ddd;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover {
  border: 1px solid #ddd;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #4582ec;
}
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #333333;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}
.navbar-static-top {
  z-index: 1;
}
#navigation {
  background-color: rgba(255,255,255,1);
  border: 0 none;
  margin: 0;
  padding: 6px 0px;
  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;
}
.navbar-default .navbar-toggle {
  margin-top: 15px;
  border-color: #1b1c20;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f2f2f2;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-toggle i {
  color: #1b1c20;
}
.navbar-default .navbar-brand {
  color: #1b1c20;  
}
h1.navbar-brand {
  font-size: 6px;
  font-weight: 700;
  margin-top: -8px;
  color: whitesmoke;
  text-transform: uppercase;
}
.navbar-brand {
  margin-top: 12px;
  font-family: roboto, serif;
  color: #212121;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;  
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #424242;
  font-weight: 600;
  background-color: none;
  border: 1px solid #1b1c20;
  opacity: 0.9;
}
.navbar-default .navbar-nav > li > a {
  color: #212121;
  font-weight: 600;
  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;
}
#slider .carousel-inner .item {
  background-size: cover;
}
.carousel-caption {
  top: 42%;
}
/*.carousel {
       height: 100%;
       width : 100%;
}*/

/*.home-overlay {
  background: rgba(19,19,4,.05)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%;
  content: "";
}
.carousel-caption h2 {
  font-family: Ubuntu, sans-serif;
  font-size: 54px;
  font-weight: 400;
  color: #f2f2f2;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
}
.carousel-caption h2 span {
  font-weight: 500;
}
.carousel-caption h3 {
  font-size: 32px;
  font-weight: 400;
  margin: 15px 0 35px;
  color: #f2f2f2;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
}
.carousel-caption p {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 300;
  text-shadow: 1px 1px 1px #000;
}
.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 {
  bottom: 60px;
  /*! right: inherit; */
  /*! margin: 0; */
  /*! right: 30px; */
  top: 78%;/* width: 0;*/
}
.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: 50px 0px 50px 0px;
  text-align: center;
  /*! text-transform: capitalize; */
  border-top: 1px solid #f4f1e6;
  border-bottom: 1px 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 { /*! padding: 30px 0 ; */  
  margin-top: -100px;
  padding: 100px 0px 100px;
  position: relative;
  z-index: 1;
  /*background: url(../img/parallax/ff_006.jpg) center/cover no-repeat;*/
  clip-path: polygon(0 5vw, 100% 0, 100% 101%, 0 101%); -webkit-clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 100%);
}
#services5 {
/*! background-color: none; */
  /*! padding: 100px 0px; */
}
.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: 30px;
  background-color: none;
  border: 1px solid #e6352d;
  color: #e6352d;
  padding: 25px 0;
  border-radius: 4px;
  border-top-left-radius: 4px;
  margin: 0 10px;
  margin-right: 20px;
  width: 82px;
  height: 80px;
  transition: background-color 0.5s;
}
.service .media-left i.fa {
  text-align: center;
  font-size: 30px;
  background-color: none;
  border: 1px solid #e6352d;
  color: #e6352d;
  padding: 25px 0;
  border-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 10px;
  margin-left: 20px;
  width: 82px;
  height: 80px;
  transition: background-color 0.5s;
}
.service .media-left:hover i.fa {
  color: #888b55;
  background-color: #f3f3ee;
}
.service .media-right:hover i.fa {
  color: #888b55;
  background-color: #f3f3ee;
}
/* ==========================================================================
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;
}
#montage {
/*! background-color: #000; */
}
#features {
  /*! background: url(../img/grid.png) repeat fixed center top;
  background-color: transparent; */
  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;
}
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-carousel img {
/*! border: 1px dashed #fef2f3; */
/*! margin: 4px; */
/*! padding: 4px; */ 
/*! border-radius: 4px; */    
/*! -webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75); */
/*! -moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75); */
/*! box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75); */}
.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;
}
.service-desc h3 {
/*! color: #062033; */
  /*! font-size: 20px; */
  /*! font-weight: 500; */
  /*! margin-bottom: 25px; *//*  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;*/
}
/* services, about section */
#about3 {
  background-color: #f2f2f2;
}
#about {
  background-color: #f2f2f2;
}
#svc .container {
  width: 100%;
  margin: 0px;
}
#svc {
/*! background-color: #f4f1e6; */
}
#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;
}
#svc3 .svc-des p {
/*! line-height: 1.6; */
}
/* 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 {
/*! background-color: #111116; *//*68935d;*/ 
}
.download h1 {
  margin: 0 0 15px 0;
  /*! color: #fff; */
  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
==========================================*/
#alternate {
/*! background-color: #fcfbf8; */
}
.work-filter {
  margin-bottom: 35px;
  font-family: Ubuntu, sans-serif;
}
.work-filter ul li {
  display: inline-block;
}
.work-filter ul li a {
  color: #18150c;
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 17px;
  line-height: 1.8;
  text-transform: capitalize;
}
.work-filter ul li a:hover, .work-filter ul li a.active {
  background-color: #1b1c20;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 4px;
  color: #fff;
  padding: 5px 17px;
}
.mix {
  display: none;
}
.work-item {
  float: left;
  width: 25%;
  position: relative;
}
.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
  /*border: 1px solid #f2f2f2;*/
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.overlay {
  background-color: rgba(235,234,234,.5);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  /*! border: 1px solid #f2f2f2; */ 
  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 #f2f2f2;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}
.work-item .overlay a:hover {
  color: #f2f2f2;
}
.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 {
  margin-top: 30px;
}
.team-member:hover .team-img img {
  opacity: .8;
}
.team-member .team-img {
  position: relative;
}
.team-member .team-img .team-pic {
  width: 100%;
}
.team-member .team_designation {
  font-size: 13px;
}

.team-member h3 {
  color: #a8165b;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}
.team-member p {
  font-size: 14px;
}
.team-member .social-icons a {
  background: #02bdd5;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  font-size: 15px;
}
.team-member .social-icons .facebook {
  padding: 4px 12px;
}

.owl-controls {
    margin-top: 35px !important;
}


/*=========================================
	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: #e2e2e2;
  margin-bottom: 12px;
  padding: 0px 2px 0px 4px;
  border-radius: 4px;
}
.facts h4 {
  color: #212121;
  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/parallax/panorama.jpg");
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.parallax-overlay {
  background: url("../img/grid.png") rgba(55,53,53,.6);
  padding: 70px 0px 100px;
}
.contact {
  padding-bottom: 0;
}
/*.contact h1 { color: #fff;}*/

.contact-address h3 {
  color: #818181;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}
.contact-address p {
  line-height: 24px;
}
.contact-form {
}
.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 ul {
}
.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;
}
.copyright a {
  color: #1b1c20;
}
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: 112px 0;
}
/*.welcome {
  background: url(../img/welcome_bg.jpg) no-repeat;
  height: auto;
  background-position: top left -150px;
}*/
.welcome {
  /*! background: url(../img/parallax/ff_004.jpg) no-repeat; 
  height:auto;
  background-position:top 0px left; 
  background-size: cover;
  color: #ffffff;
  z-index: 1;*/

}
.number {
  font-family: Ubuntu, sans-serif;
  font-size: 65px;
  font-weight: 700;
  color: #e6e6e6;
  margin: 0 auto;
  padding: 0px;
  float: left;
  padding-right: 20px;
  line-height: 105px;
}
.car-service-title {
  font-family: vollkorn, serif;
  font-size: 40px;
  font-weight: 900;
  text-align: left;
  color: #000000;
  margin: 0 auto;
  line-height: .98;
  float: left;
  padding: 14px;
  border: 0px solid #000000;
}
.car-service-title span {
  font-size: 78%;
}
.car-service-title small {
  font-size: 46%;
}
.about-service-title {
  /*font-family: vollkorn, serif;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: #1b1c20;
  margin: 0 auto;
  line-height: .88;
  float: left;*/
  /*! padding: 12px; */
  /*! border: 1px solid black; */
}
.about-service_title span {
  font-size: 65%;
}
.about-service-title small {
  font-size: 46%;
}

.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;
}
}
/*----------------------------------

 1.  BASE 
 2.  ANCHOR TAG
 3.  LISTS
 4.  BOX SHADOW
 5.  FORM INPUT
 6.  BORDERS
 7.  ABOUT CONTENT
 8.  SECTION BACKGROUND
 9.  COUNTERS
10.  CLIENTS
11.  FOOTER
12.  CONTACT
13.  GENERAL FORM STYLES
14.  SOCIAL ICONS
15.  INDEX PREVIEW
16.  PRELOADER
17.  SCROLL UP
18.  FEATURE SERVICES
19.  VIDEO SECTION 
20.  ICONBOX
 
------------------------------------*/



/**
 * ========================================
 * 1 BASE
 * ========================================
 */
 
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0 !important;
}
figure {
  margin: 0;
  padding: 0;
}
img[src*=".svg"] {
  height: 100%;
}
iframe {
  border-top: #c00 0px solid;
  border-right: #c00 0px solid;
  border-left: #c00 0px solid;
  border-bottom: #c00 0px solid;
  width: 100%;
  overflow: hidden;
}


::-moz-selection { /* Code for Firefox */
 color: #fcfcfc;
 background: #111;
}
::selection {
  color: #fcfcfc;
  background: #111;
}
img::selection {
  background: 0 0;
}
 img::-moz-selection {
 background: 0 0;
}
/*html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-font-smoothing: antialiased;
}*/
/*body {
  font-family: 'Chivo', sans-serif;
  color: #4b5057;
  background-color: #fff;
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  line-height: 1.6;
}*/
.inline-block {
  display: inline-block;
}
/* Social */
.social-01 {
  line-height: 1;
}
.social-01 li {
  display: inline-block;
}
.social-01 li a {
  display: inline-block;
  color: #aaaaaa;
}
.social-01 li a i:before {
  font-size: 13px;
  margin-right: 0;
  vertical-align: middle;
  font-family: FontAwesome;
}
/*.overlay {
  background-color: transparent;
  z-index: 512;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;  
  height: 100%;
  width: 100%;
}*/
.middle-align {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cell-vertical-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.cell-vertical-wrapper .cell-middle {
  display: table-cell;
  vertical-align: middle;
}
.cell-vertical-wrapper .cell-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.content-box {
  padding: 2%;
}
/**
 * ========================================
 * 2. ANCHOR TAG
 * ========================================
 


a {
  color: #1b1c20;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
a:hover {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}*/
/**
 * ========================================
 * 3. LISTS
 * ========================================
 */


ul {
  list-style: none;
  padding: 0px;
}
.list-unstyled {
  list-style: outside none none;
  padding-left: 12px;
}
.list-unstyled i {
  margin-right: 10px;
}
.list-unstyled li {
  margin-bottom: 5px;
}
/**
 * ========================================
 * 4. BOX SHADOW
 * ========================================
 */


.box-shadow-dark {
  -webkit-box-shadow: 25px 25px 0px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 25px 25px 0px 0px rgba(0, 0, 0, 1);
  box-shadow: 25px 25px 0px 0px rgba(0, 0, 0, 1);
}
.box-shadow-theme {
  -webkit-box-shadow: 25px 25px 0px 0px rgba(211, 203, 190, 1);
  -moz-box-shadow: 25px 25px 0px 0px rgba(211, 203, 190, 1);
  box-shadow: 25px 25px 0px 0px rgba(211, 203, 190, 1);
}
.relative {
  position: relative;
}
/**
 * ========================================
 * 5. FORM INPUT
 * ========================================
 */
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], select, textarea {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: none;
  height: 39px;
  margin-bottom: 16px;
  padding: 0 16px;
  transition: border-color 0.3s ease-in-out 0s;
  width: 100%;
}
.content-block {
  padding: 11% 9%;
}
/**
 * ========================================
 * 6. BORDERS
 * ========================================
 */

.border-line {
  border: 1px solid #EEE;
}
.border-right {
  border-right: 1px solid #d4d5d7;
}
.border-left {
  border-left: 1px solid #d4d5d7;
}
/**
 * ========================================
 * 7. ABOUT CONTENT
 * ========================================
 */


.about_content {
  padding: 9% 11%;
}
.content_box {
  padding: 9% 11%;
}
.about-box h4 {
  color: #35d3b7;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 15px;
  padding-bottom: 8px;
}
#about-section-1 .about-post {
  padding-bottom: 60px;
}
.about-prev-img, .post-prev-img {
  margin-bottom: 24px;
}
.about-prev-img img, .post-prev-img img {
  width: 100%;
}
.about-prev-img a:hover, .img-wrapper a img:hover, .post-prev-img a:hover, .img-wrapper a img:hover {
  opacity: .8;
}
.about-item .about-item-content .heading {
  margin-top: 30px;
  margin-bottom: 20px;
}
.about-item .about-item-content .heading h6 {
  font-size: 13px;
  margin-bottom: 15px;
}
/**
 * ========================================
 * 8. SECTION BACKGROUND
 * ========================================
 */

.color-bg-1 {
  background-color: #e2e2e2;/*b24c43;*/
}
.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: #212121;
}
.light-gray-bg {
  background-color: #F2F2F2;
}
.dark-bg-1 {
  background-color: #232831;
}
.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, .dark-bg-1 span, .dark-bg-1 i {
  color: #f2f2f2;
}
.dark-bg-2 {
  background-color: #1b1c20;/*222d33;*/
}
.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: #f2f2f2;
}
.dark-bg-3 {
  background-color: #1a2124;
}
.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: #ffffff;
}
.dark-transparent-bg {
  background-color: rgba(0, 0, 0, 0.6);
}
.dark-transparent-bg p {
  color: #ffffff;
}
.pink-bg {
  background: #e2e2e2;
}
.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: #f2f2f2;*/
}
.darkslatgrey-bg {
  background: #e2e2e2;
}
/**
 * ========================================
 *9. COUNTERS
 * ========================================
 */


.counters {
  color: #000;
  text-align: center;
}
.parallax .counters {
  color: #ffffff;
  text-align: center;
}
 @media (max-width: 767px) {
.counters {
  margin-bottom: 30px;
}
}
.counters span {
  font-size: 35px;
}
.counters span.counter-icon {
  display: inline-block;
  margin-bottom: 10px;
}
.counters span.counter-icon i {
  padding: 16px;
  min-width: 65px;
  font-size: 30px;
  position: relative;
}
.parallax .counters span.counter-icon i {
  color: #ffffff;
  padding: 16px;
  min-width: 65px;
  font-size: 30px;
  position: relative;
}
/**
 * ========================================
 * 11. FOOTER
 * ========================================
 */
.footer {
  position: relative;
}
.footer-col {
  padding-left: 40px;
}
.site-title {
  font-family: 'Merienda', cursive;
}
.footer h3 {
  color: #FFF;
  text-transform: capitalize;
}
.footer input {
  width: 100%;
  background: #ffffff;
  padding: 10px;
}
.footer input:focus, input:active {
  border: 1px solid #FFF;
}
#subscribeform {
  position: relative;
}
#subscribeform button {
  position: absolute;
  background-color: #835fa8 !important;
  border: 0px solid #835fa8;
  top: 0px;
  right: 0px;
  padding: 8px 13px 7px 14px;
  margin: 0px 0px;
  font-size: 15px;
  z-index: 99;
}
 @media(max-width:992px) {
.footer-col {
  padding-left: 14px;
}
.footer h3 {
  margin-top: 15px;
}
}
.copyrights-wrapper {
  background-color: #232831;
  padding: 15px 0;
}
.copyrights-wrapper p {
  margin-top: 20px;
}
/**
 * ========================================
 * 12. CONTACT
 * ========================================
 */

#Contact {
  background: #F7F8FA;
  padding: 100px 0 0 0;
}
.contactForm {
  margin: 0 0 50px 0;
}
.contactLeft {
  margin-top: 27px;
  padding-right: 30px;
}
.contactRight {
  padding-left: 20px;
  margin-top: 60px;
}
.contacDetails .icon-map {
  color: #1b1c20;
  font-size: 25px;
}
.contacDetails i {
  color: #1b1c20;
  font-size: 15px;
  padding-right: 15px;
}
.contacDetails {
  margin: 15px 0 30px;
}
.contacDetails h3 {
  margin-top: 4px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
}
.contacDetails p {
/*font-size: 14px;*/
}
#contact .form-group {
  margin-bottom: 25px;
}
#contact .form-group input, #contact .form-group textarea {
  background-color: #f2f2f2;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #1b1c20;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #555;
  font-size: 12px;
  padding: 15px;
  height: 100px;
  transition: all 0.5s ease-in-out 0s;
}
#contact .form-group input.form-control {
  height: auto;
}
#contact .form-control:focus {
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 2px 2px 9px -3px #cfcfcf;
}
#contact::-webkit-input-placeholder {
 text-transform: uppercase;
 font-weight: 700;
 color: #999;
}
#contact:-moz-placeholder {
 text-transform: uppercase;
 font-weight: 700;
 color: #999;
}
#contact::-moz-placeholder {
 text-transform: uppercase;
 font-weight: 700;
 color: #999;
}
#contact:-ms-input-placeholder {
 text-transform: uppercase;
 font-weight: 700;
 color: #999;
}
#contact .text-danger {
  color: #dc9f00;
}
#contact ul {
  padding-left: 14px;
}
#form-captcha {
  margin-top: 45px;
  width: 100%;
}
 @media(max-width:800px) {
.contactLeft {
  padding-left: 30px;
}
}
/**
 * ========================================
 * 13. GENERAL FORM STYLES
 * ========================================
 */

#Contact {
  background: #F7F8FA;
  padding: 100px 0 0 0;
}
.contactForm {
  margin: 0 0 50px 0;
}
input, textarea, select {
  color: #222;
  background: transparent;
  vertical-align: top;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  margin: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  border: 0;
  border: 1px solid #ccc;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #272727;
  outline: none;
  position: relative;
  z-index: 5;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  border: 1px solid #272727;
}
button.submit {
  background: none repeat scroll 0 0 #3dd2ae;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 20px -17px;
  padding: 15px 30px;
  position: relative;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
  width: auto;
}
button.submit:hover, .button.submit:focus, .button.submit:active {
  background-color: #29a788;
  color: #ffffff;
  transition: all 0.5s ease-in-out 0s;
}
#map {
  margin-top: 0px;
  width: 100%;
  height: 200px;
}
 @media(min-width:767px) {
#map {
  width: 100%;
  height: 400px;
}
}
ul.footer-nav li {
  display: inline;
  padding: 20px;
  font-size: 16px;
}
.copyrights-wrapper {
  padding-left: 20px;
  margin-top: 10px;
}
/**
 * ========================================
 * 14. SOCIAL ICONS
 * ========================================
 */

.social-icons a {
  margin: 0 3px 6px 0;
  display: inline-block;
  width: 32px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.social-icons.rounded a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.social-icons.large a, .social-icons.large i {
  font-size: 18px;
}
.social-icons.transparent a {
  background-color: transparent;
}
.social-icons.dark a {
  background-color: #252525;
}
/**
 * ========================================
 * 15. INDEX PREVIEW
 * ========================================
 */

.template-demo-logo {
  width: 150px;
  margin: 20px auto;
}
.template-demo-logo h1 {
  color: #ffffff;
  font-weight: 700;
  font-family: 'Merienda', cursive;
  font-size: 25px;
}
.preview-section {
  /*background-color:#121212;*/
  padding-top: 70px;
  padding-bottom: 60px;
}
.preview-section .subheading {
  color: #959595;
  margin-bottom: 80px;
}
.versions {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  margin-bottom: 4.5em;
}
.versions:hover {
  -ms-transform: translatey(-25px);
  -webkit-transform: translatey(-25px);
  transform: translatey(-25px);
}
.versions img {
  -webkit-box-shadow: 0 0 0 8px #F7F8FA;
  box-shadow: 0 0 0 8px #F7F8FA;
  margin-top: 10px;
}
.versions h3 {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #444;
}
 @media (min-width: 992px) {
.versions {
  margin-bottom: 4.5em;
}
}
/**
 * ========================================
 * 16. PRELOADER
 * ========================================
 */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loader/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
#status h4 {
  text-align: center;
}
/**
 * ========================================
 * 17. SCROLL UP
 * ========================================
 */

.scroll-up {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.scroll-up.scroll-top-show {
  visibility: visible;
  opacity: 1;
}
.scroll-up a {
  background: #292929;
  display: block;
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.scroll-up a:hover {
  background: #ccc;
  color: #000;
}
 @media (max-width: 767px) {
.scroll-up {
  display: none !important;
}
}
/**
 * ========================================
 * 18. FEATURE SERVICES
 * ========================================
 */

.left-features-services {
  padding-top: 70px;
}
.right-features-services {
  padding-top: 70px;
}
ul.features-list {
  list-style: none;
  padding: 0;
}
ul.features-list li {
  margin-bottom: 40px;
}
.left-features-box, .right-features-box {
  padding-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.features-box-content h6 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.iconbox {
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.iconbox i {
  font-size: 32px;
  color: #111;
}
.iconbox:hover .fa {
  color: #fff;
}
.left-features-box {
  text-align: right;
}
.left-features-box .iconbox {
  float: right;
}
.left-features-box .features-box-content {
  margin-right: 70px;
}
.right-features-box .iconbox {
  float: left;
}
.right-features-box .features-box-content {
  margin-left: 70px;
}
.left-features-img, .features-img {
  text-align: center;
}
.left-features-img img, .features-img img {
  max-width: 100%;
}
 @media ( min-width: 992px ) {
.why-choose-us-section .phone-image-double {
  max-width: 60%;
}
.why-choose-us-section .phone-image-right {
  margin-left: -30%;
}
}
.why-us {
  padding-top: 110px;
}
.app-images {
  margin-top: -150px;
}
.image-back {
  margin-top: 301px;
}
 @media (max-width: 1212px) {
.app-images {
  margin-top: -50px;
}
.image-back {
  margin-top: 196px;
}
}
 @media (max-width: 991px) {
.why-us {
  padding-top: 90px;
  padding-bottom: 90px;
}
.app-images {
  display: none;
}
}
.features-list {
  margin: 0;
  padding: 0
}
.features-list-item {
  margin: 30px 0
}
.features-list-item h3 {
  font-size: 20px;
}
 @media (max-width:991px) {
.features-list {
  text-align: center
}
}
@media (min-width:768px) {
.features-list-item {
  margin: 0
}
}
@media (min-width:992px) {
.featuers-list-wrapper {
  margin-top: 10px
}
.features-list.features-list-left {
  text-align: right;
}
.features-list-item {
  margin: 70px 0
}
}
@media (min-width:1200px) {
.features-list-item {
  margin: 90px 0
}
}
.features-icon-list-item {
  position: relative;
  padding-left: 95px;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 60px
}
.features-icon-list-item i {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  padding: 14px;
  margin-left: 15px;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  background-color: #413d4b;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all ease .25s;
  transition: all ease .25s
}
.section-inverse-color .features-icon-list-item i {
  background-color: #555;
  background-color: rgba(255,255,255,.25);
  color: #222
}
.features-icon-list-item h5 {
  margin: 0 0 3px
}
.features-icon-list-item p {
  margin-bottom: 0
}
@media (min-width:768px) {
.features-icon-list-item {
  margin-top: 20px;
  margin-bottom: 20px
}
}
.img-fullscreen img {
  width: 100%;
  height: 100%;
}
 @media(max-width:992px) {
img.features-image {
  margin: auto;
}
#how_it_works img {
  display: none;
}
}
.two-cols-description-image {
  overflow: hidden;
  padding-top: 37.5%;
  position: relative;
}
.two-cols-description-image img {
  left: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
}
.two-cols-description-text-inner {
  margin-left: auto;
  max-width: 720px;
}
@media (max-width: 991px) {
.two-cols-description-image {
  margin: -90px -15px 90px;
  padding-top: 100%;
}
.two-cols-description-text + .two-cols-description-image {
  margin-bottom: -90px;
  margin-top: 20px;
}
.two-cols-description-text-inner {
  margin: 0 auto;
}
.two-cols-description-text {
  padding: 60px 5px; /* 60 */
  vertical-align: middle;
  margin-bottom: 0px;
}
.two-cols-description-text + .two-cols-description-image {
  margin-bottom: 0px;/*-90*/
  margin-top: 20px;
}
.two-cols-description-image {
  margin-bottom: 20px;
}
.block-message {
  margin-bottom: 90px;
}
}
@media (min-width: 992px) {
.two-cols-description-section {
  padding: 0;
}
.two-cols-description-row {
  display: table;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}
.two-cols-description-image, .two-cols-description-text {
  display: table-cell;
  float: none !important;
  width: 50%;
}
.two-cols-description-text {
  padding: 60px 60px;
  vertical-align: middle;
  margin-bottom: 20px;
}
}
 @media (max-width: 1002px) {
.two-cols-description-image img {
  left: 0;
  width: 150px;
  position: absolute;
  top: 0;
}
}
 @media(max-width:991px) {
.div_bot {
  margin-top: 90px;
  margin-bottom: 90px;
}
.div_bot2 {
  margin-top: 90px;
}
.div_bot3 {
  margin-bottom: 90px;
}
}
/**
 * ========================================
 * 19. VIDEO SECTION
 * ========================================
 */

#video-section .video-section-content a {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border: 3px solid rgba(255,255,255, .93);
  text-align: center;
  line-height: 78px;
  font-size: 28px;
  color: rgba(255,255,255, .93);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#video-section .video-section-content a .fa-play {
  position: relative;
  left: 4px;
}
.video-head {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #f2f2f2;
  padding-bottom: 7px;
}
.video-sub-heading {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
  opacity: .9;
  color: #f2f2f2;
}
.no-scrolling {
  max-width: 100%;
  overflow: hidden;
}
 @media(max-width:459px) {
.description-text-responsive {
  padding: 40px 0 !important;
}
}
/**
 * ========================================
 * 20. ICONBOX
 * ========================================
 */
.icon-box-v1 {
  padding: 5% 3%;
}
.icon-holder {
  color: #212121;
  margin-bottom: 10px;
}
.content-holder p {
  font-size: 16px;
  color: #636363;
}

.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: #f2f2f2;
}
.parallax i {
  color: #f2f2f2;
}
.icon-box-v2 .content-holder {
  padding-left: 50px;
}
.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: #1b1c20;
  color: #f2f2f2 !important;
  padding: 16px 20px;
  border-radius: 50%;
}
.icon-box {
  text-align: center;
  margin-top: 40px;
  padding: 20px 15px 15px;
  min-height: 330px;
  transition: all 0.5s ease-in-out 0s;
  background-color: #B02D6B;
}
.v2 {
  background-color: rgba(204,32,8,.875);
}
.v3 { 
  background-color: #47bed8;
}
.v4 {
  background-color: #8AD144;
}
.v5 {
  background-color: #fabd33;
}
.v6 {
  background-color: rgba(30,0,85,.7);
}
.v7 {
  background-color: #F6E339;
}
.v8 {
  background-color: #ea7311;
}
.v9 {
  background-color: #df2381;
}

 .icon-box:hover {
 background-color: #e2e2e2;
  -webkit-box-shadow: 0 7px 6px -6px #a2a2a2;
  -moz-box-shadow: 0 7px 6px -6px #a2a2a2;
   box-shadow: 0 7px 6px -6px #a2a2a2 transition: all 0.5s ease-in-out 0s;
}
.icon-box h3 {
  font-size: 20px;
}
.icon-box i {
  font-size: 28px; 
  margin-bottom: 20px;
  color: #212121;
}
@media (max-width:767px) {
.icon-box i {
  margin-top: 5%;
  margin-bottom: 5%
}
}