

*/
/* ============= PRELOADER STYLE ============ */
#boss-preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #eaeaea;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

html{
 height:auto !important;
}

.boss-pre-vcenter {
position: relative;
    top: 20%;
}

.boss-pre-vcenter h4 {
  color: #323232;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* ============== Misc and re-usable element ============== */
section {
  padding: 80px 0;
}

.boss-section-heading h2 {
  color: #e74c3c;
  font-size: 40px;
  font-weight: 700;
}
.boss-section-heading p {
  line-height: 30px;
}

.boss-header-border {
  background: url(../images/header-border.png) no-repeat;
  height: 13px;
  width: 78px;
  display: inline-block;
}

.boss-dark-overlay {
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ============== Home style ============== */
.boss-home-area {
  padding: 30px 0 30px 0 !important;
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.boss-home-area .boss-header h1 {
  padding: 0;
}
.boss-home-area .boss-logo img {
  width: 230px;
  height: 230px;
  margin: auto;
}

.boss-home-area{
	display:none;
}

.show{
	display:block !important;
}

#boss-preloader{
	background-color: #eaeaea;
}

.boss-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 15%, rgba(8, 7, 7, 0.7) 100%);
}

.boss-home-area > .container {
  height: 100%;
  position: relative;
}

.boss-wrapper {
  width: 100%;
  height: auto;
  top: 3%;
  position: relative;

}

.boss-countdown div {
  display: inline-block;
}
.boss-countdown div span {
  display: block;
  width: 240px;
}

.backstretch img{
	    background-color: #eaeaea;
}

.boss-home-area{
 background-color: #eaeaea;
}

.boss-countdown div span:first-child {
  font-size: 50px;
  font-weight: 300;
      color: #58585A;
  font-weight: 700;
}
.boss-countdown div span:last-child {
  font-size: 30px;
  line-height: 20px;
  border: 3px solid;
  padding: 15px 10px;
  margin: 20px auto 0px;
  width: 170px;
  text-transform: uppercase;
  font-weight: 300;
 box-sizing: content-box;
}

.boss-scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  display: inline-block;
  height: 40px;
  text-align: center;
}
.boss-scroll-down a {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid;
  line-height: 40px;
}
.boss-scroll-down a:hover, .boss-scroll-down a:focus {
  color: #fff;
}

/* ============= SERVICE STYLE ============ */
.boss-single-service-2 {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-top: 50px;
}

.boss-single-service-2:hover {
  border: 1px solid;
}

.boss-single-service-2 h3 {
  font-weight: 700;
}

.boss-single-service-2 .sub-title {
  font-weight: 600;
}

.boss-single-service-2-content {
  position: absolute;
  top: 70%;
  opacity: 0;
  padding: 0 20px;
  -webkit-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;
}

.boss-single-service-2-content .text-left {
  padding: 10px 20px;
}

.boss-single-service-2:hover .boss-single-service-2-content {
  top: 15%;
  opacity: 1;
}

.boss-service-2-image {
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -150px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.boss-single-service-2:hover .boss-service-2-image {
  transform: scale(0.3);
  top: 20%;
  left: 10%;
  margin-top: -90px;
  margin-left: -90px;
}

/* ============= cta style ============= */
#boss-cta {
  background: url(http://i.imgur.com/pKjSgQ1.jpg) no-repeat center 70%;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
#boss-cta .boss-header {
  margin: 20px 0;
}
#boss-cta .boss-button {
  margin-top: 10px;
}
#boss-cta .boss-button a {
  font-size: 30px;
  width: 200px;
  height: 60px;
  background-color: transparent;
  font-weight: 700;
  border: 3px solid;
}
#boss-cta .boss-button p {
  font-size: 20px;
  font-weight: 600;
}

/* =============== about style ============== */
.boss-about-area .boss-company-work {
  margin-top: 50px;
}
.boss-about-area .boss-big-logo {
  margin-top: 100px;
}

.boss-company-history {
  margin-top: 50px;
}

.boss-company-history h3 {
  font-weight: 700;
}

/* =============== work style ============== */
.boss-work-area {
  padding: 60px 0;
}
.boss-work-area .boss-owl {
  overflow: hidden;
}
.boss-work-area .owl-item:hover {
  cursor: pointer;
}

.boss-item {
  overflow: hidden;
  position: relative;
}
.boss-item:hover img {
  transform: scale(1.2);
}
.boss-item:hover .boss-caption h3 {
  top: 50%;
  margin-top: -26px;
  opacity: 1;
}
.boss-item img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.boss-item .boss-caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.25s ease-in-out 0s;
  text-align: center;
}
.boss-item .boss-caption h3 {
  font-weight: 700;
  position: absolute;
  top: 90%;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

/* =============== subscibe style ============= */
.boss-subscribe-area {
  padding: 80px 0;
  background: url(http://i.imgur.com/dowKewW.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.boss-form {
  margin-top: 20px;
}
.boss-form input {
  height: 50px;
  padding: 0 20px;
  margin-top: 20px;
  border: 3px solid;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.boss-form input:focus {
  border-color: #ff00ff;
}
.boss-form input[type="submit"]:hover {
  border-color: #ff00ff;
  background: #ff00ff;
  color: #fff;
}

/* ============ footer style ============== */
.boss-footer-area {
  padding: 50px 0;
}
.boss-footer-area img {
  margin-bottom: 30px;
  width: 143px;
  height: 143px;
}
.boss-footer-area p {
  line-height: 30px;
  padding: 0;
}
.boss-footer-area p a {
  font-weight: 700;
}
