body {
		background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography */
h1,h2,h3,h4 {
  font-weight: 300;
  letter-spacing: 1px;
}

h1 {
  font-size: 4rem;
}
#home h1 {
   padding-bottom: 8px;
}

h2 {
  color: #333;
  letter-spacing: 3px;
  margin-top: 8px;
}

h3 {
  color: #444;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

h5 {
  color: #444;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 4px;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 28px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/* All Section styles */
#feature,
#service,
#about,
#divider,
#team,
#portfolio,
#testimonial,
#contact {
  color: #656565;
  padding-top: 100px;
  padding-bottom: 100px;
}

#about,
#team, footer {
  background: rgb(250,250,250);
}

#service,
#team,
#portfolio,
#testimonial,
footer {
  text-align: center;
}



/* section title */
.section-title {
  padding-bottom: 70px;
}
#about .section-title,
#contact .section-title {
  padding-bottom: 22px;
}



/* Preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #222;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }



/* Navigation section */
.navbar-default {    
    border: none;
    margin: 0 !important;
    border-color: #222 !important;
    border-radius: 0px !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.navWhite {
    background: #222;
    /*box-shadow: 0px 2px 16px 0px rgba(50, 50, 50, 1);*/
}

.navTextWhite {
    color: #969696 !important;
}

.navbar-default .navbar-brand {
  color: #505050;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0;
}
.navbar-default .navbar-brand span {
  color: #000;
}

.navbar-default .navbar-nav li a {
    color: white;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1 !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > li a:hover {
    
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white !important;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}


/* Home section */
#home {
	background: url(../images/home-bg.jpg) no-repeat 50% 0% fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  /*background: url('../images/home-bg.jpg') 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
	background-repeat: repeat-y;*/
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
}
@media screen and (max-width:800px)
{
	#home {
	  background-size: auto !important;
	}
}

#home p {
  font-size: 18px;
}

#home .btn {
  background: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 2px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 24px;
  transition: all 0.4s ease;
  text-transform: uppercase;
}

#home .btn-default {
  background: transparent;
  color: #ffffff;
  margin-right: 10px;
}

#home .btn-default:hover {
  background: #ffffff;
  color: #333;
}

#home .btn-success {
  background: #ffffff;
  color: #333;
}

#home .btn-success:hover {
  background: #333;
  border-color: transparent;
  color: #ffffff;
}



/* Feature section */
#feature {
  border-bottom: 1px solid #f9f9f9;
}

#feature .btn {
  background: #282828;
  border: 3px solid #282828;
  border-radius: 2px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 34px;
  transition: all 0.4s ease;
  text-transform: uppercase;
}
#feature .btn:hover {
  background: transparent;
  color: #282828;
}



/* Service section */
#service .icon {
  color: #555;
  font-size: 40px;
  padding-bottom: 20px;
}

#service h3 {
  padding-bottom: 10px;
}

#service .btn {
  background: transparent;
  border-color: transparent;
  color: #888;
  letter-spacing: 4px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}
#service .btn:hover {
  color: #333;
}



/* About section  */
#about {
  position: relative;
}

#about img {
  position: absolute;
}



/* Divider section  */
#divider h2 {
  padding-bottom: 16px;
}

#divider .btn {
  background: transparent;
  border-color: transparent;
  color: #888;
  letter-spacing: 4px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}
#divider .btn:hover {
  color: #333;
}

#divider strong {
  color: #555;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 2px;
}

#divider .progress {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  height: 4px;
}
#divider .progress .progress-bar-danger {
  background: #555;
}



/* Team section */
#team h3 {
  padding-bottom: 0px;
}

#team h4 {
  color: #666;
  padding-bottom: 10px;
}

#team .team-thumb {
  width: 100%;
  position: relative;
}

#team .team-des {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  transition: height 450ms;
}
#team .team-thumb:hover .team-des {
  height: 180px;
  background-color: #f0f0f0;
  padding-top: 12px;
}



/* Portfolio section */
#portfolio h4 {
  background: #ffffff;
  color: #333;
  display: inline-block;
  padding: 20px;
  opacity: 1;
}

#portfolio h5 {color: #999;}

#portfolio .portfolio-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#portfolio .portfolio-thumb .portfolio-overlay {
  background: #202020;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
    opacity: 0.9;
}

#portfolio .portfolio-thumb .portfolio-overlay .portfolio-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #333;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}



/* Testimonial section  */
#testimonial {
  background: url('../images/testimonial-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

#testimonial h3 {
  color: rgba(250,250,250,0.8);
}

#testimonial .fa {
  font-size: 32px;
  padding-bottom: 22px;
}

#testimonial p {
  color: #777;
  font-size: 18px;
  font-weight: 400;
}


/* Contact section  */
#contact .contact-detail {
  padding-top: 18px;
}

#contact .form-control {
  background: transparent;
  border: 1px solid #f2f2f2;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #ddd;
}

#contact input {height: 45px;}

#contact input[type='submit'] {
  background: #242424;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 16px;
}

#contact input[type='submit']:hover {
  background: #323232;
}



/* Footer section  */
footer {
  padding-top: 60px;
  padding-bottom: 60px;
}



/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 2px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background: #333;
  color: #ffffff;
}



/* Mobile Responsive */
@media (max-width: 980px) {

  #home {
    height: 55vh;
  }

  #about img {
    position: relative;
    padding-top: 22px;
  }

  #team .team-thumb:last-child {
    margin-top: 42px;
  }

}


@media (max-width: 900px) {

  h1 {font-size: 3rem;}

}


@media (max-width: 768px) {

  .navbar-default .navbar-brand {
    line-height: 15px;
  }
  .navbar-default .navbar-nav li a {
    line-height: 32px;
  }

  #service .col-md-4,
  #divider .col-md-5:first-child,
  #team .team-thumb {
    padding-bottom: 42px;
  }

  .filter-wrapper {
    padding: 0px;
  }

}


@media (max-width: 650px) {

      #home {
        height: 100vh;
      }

  #feature, #service, 
  #about, #divider, 
  #team, #portfolio, 
  #testimonial, #contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
      /*.nivo-lightbox-overlay {
      display: none;
        }
    #portfolio h4 {
        display: none;
    }
    .portfolio-item {
        width: 87%;
    }
    #portfolio h5 {
            font-size: 32px;
    }*/

}

