
/* Body 
------------------------------------- */
body {
		background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4 {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  color: #333;
  font-size: 1.8rem;
  line-height: 2.1rem;
}

h2 {
  color: #555;
  font-size: 1.2rem;
  font-weight: bold;
}

h3 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

p {
  color: #858585;
  font-size: 13px;
  letter-spacing: 0.9px;
  line-height: 24px;
}

strong {
  font-weight: bold;
}

#about hr {
  border-bottom-color: #f0f0f0;
  margin: 102px 42px;
}

.btn {
  border:none;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}


/*---------------------------------------
    All Section style              
-----------------------------------------*/

.section-title {
  padding-bottom: 20px;
}


#flexslider-wrapper,
#feature,
#social, #about,
#gallery, #pricing,
#contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

#feature,
#social, #gallery,
#pricing, 
footer {
  text-align: center;
}



/*---------------------------------------
    Pre Loader Style              
-----------------------------------------*/

.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 #fff;
}

.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: 60px;
  height: 60px;
  background-color: #ecb731;
  border-radius: 100%;
  margin: 40px auto;
  -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; } }



/*---------------------------------------
    Main Navigation             
-----------------------------------------*/

.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
    padding: 34px 0;
}

.navbar-default .navbar-brand {
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
}
.navbar-default .navbar-brand strong {
  color: #ecb731;
}

.navbar-default .navbar-nav li a {
    color: #777;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 22px;
    padding-left: 22px;
}

.navbar-default .navbar-nav > li a:hover {
    color: #ecb731 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #606066;
    background-color: transparent;
}

.navbar-default .navbar-nav li a:hover,
 .navbar-default .navbar-nav .active > a {
    color: #ecb731;
  }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #1dad95;
    background-color: transparent;
}

.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 & Main Section              
-----------------------------------------*/

.main {
  background: url('../images/main-bg.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.main-about,
.main-gallery, .main-pricing,
.main-contact {
  height: 50vh !important;
  text-align: center;
}

.main-about {
  background: url('../images/main-bg.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.main-gallery {
  background: url('../images/main-gallery-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.main-pricing {
  background: url('../images/main-pricing-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.main-contact {
  background: url('../images/main-bg.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#home {
  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;
  height: 70vh;
}

#home h3 {
  padding-top: 22px;
}

#home .btn {
  font-size: 12px;
  letter-spacing: 2px;
  padding: 12px 22px;
  margin-top: 28px;
}



/*---------------------------------------
    Feature Section              
-----------------------------------------*/

#feature h2 {
  padding-bottom: 12px;
}

#feature .feature-thumb {
  position: relative;
  margin-top: 32px;
}

#feature .feature-icon .fa {
  background-color: #f9f9f9;
  font-size: 32px;
  color: #333;
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
}


/*---------------------------------------
    About Section              
-----------------------------------------*/

#about h1 {
  margin-top: 16px;
}

#about .counter-item {
  text-align: center;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}

#about .counter-number {
  font-weight: bold;
  font-size: 32px;
}

#about .counter-item h4 {
  font-size: 14px;
  font-weight: bold;
}

#about img {
  width: 100%;
}

#about .about-thumb {
  position: relative;
  margin-bottom: 42px;
}

#about .about-thumb .about-overlay {
  background-color: #ecb731;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

#about .about-thumb .about-overlay .about-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#about .about-thumb:hover .about-overlay {
  opacity: 0.9;
}



/*---------------------------------------
    Galllery section              
-----------------------------------------*/

#gallery .gallery-thumb {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
  cursor: pointer;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
  top: 0px;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover {
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#gallery .gallery-thumb img {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100%;
}



/*---------------------------------------
    Pricing section           
-----------------------------------------*/

#pricing .price-plan {
  border-radius: 2px;
  padding: 62px 32px;
  margin-top: 32px;
}

#pricing .price-month h2 {
  font-size: 42px;
}

#pricing .price-plan-bg {
  background: #ecb731;
  color: #ffffff !important;
}

#pricing .price-title {
  padding: 20px;
}

#pricing .price-plan .btn {
  background-color: #111112;
  color: #ffffff;
  padding: 12px 26px;
  letter-spacing: 2px;
  margin-top: 22px;
}

#pricing .price-plan  .btn:hover {
  background: #323232;
}



/*---------------------------------------
    Contact section              
-----------------------------------------*/

#contact .col-md-6 {
  padding-top: 62px;
  padding-bottom: 62px;
}

#contact .col-md-6 h2 {
  padding-bottom: 12px;
}

#contact form {
  padding-top: 62px;
}

#contact .form-control {
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #f0f0f0;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #ecb731;
}

#contact input {height: 50px;}

#contact input[type='submit'] {
  background: #ecb731;
  border: none;
  border-radius: 2px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  height: 55px;
  transition: all 0.4s ease-in-out;
  margin-top: 12px;
}

#contact input[type='submit']:hover {
  background: #111;
}


/*---------------------------------------
   Social section             
-----------------------------------------*/

#social {
  background: #f0f0f0;
}



/*---------------------------------------
    Footer section             
-----------------------------------------*/

footer {
  padding-top: 60px;
  padding-bottom: 60px;
}



/*---------------------------------------
    Social icons style              
-----------------------------------------*/

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  background: #ffffff;
  border-radius: 100px;
  border: none;
  color: #909090;
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin: 12px;
}

.social-icon li a:hover {
  background: #ecb731;
  color: #ffffff;
}



/*---------------------------------------
   Back top         
-----------------------------------------*/

.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  transition : all 1s ease;
  bottom: 2em;
  right: 2em;
  color: #ecb731;
  font-size: 26px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.go-top:hover {
    background: #ecb731;
    color: #ffffff;
}



/*---------------------------------------
   Responsive Mobile         
-----------------------------------------*/

@media (max-width: 980px) {

  #home {
    height: 35vh;
  }

  #flexslider-wrapper .flexslider {
    margin-top: 32px;
  }

  #about .col-md-6 {
    padding-bottom: 42px;
  }

}


@media (max-width: 768px) {

  #home {
    text-align: center;
  }

}


@media (max-width: 650px) {

  #home {
    height: 60vh;
  } 

  .main-about,
  .main-gallery, .main-pricing,
  .main-contact {
    height: 25vh !important;
  }

  #flexslider-wrapper,
  #feature,
  #social, #about,
  #gallery, #pricing,
  #contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.2rem;
  }

  #feature .col-md-4,
  #about .col-md-3 img, #about .col-md-4 {
    padding-bottom: 32px;
  }

  #flexslider-wrapper {
    padding-top: 22px;
  }

}




