/*

	COLORS
	gold: #c0b57d
	grey: #818c93

*/

body
	{
		background: #ffffff;
    font-family: 'Albert Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    color: black;
	}

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

h1,h2,h3,h4 {
  font-weight: 600;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

p {
  line-height: 1.75;
}

a {
  outline: none !important;
  color: black;
  background-color: #FFFF00;
}
a:hover {
  color: black;
  text-decoration: none;
  background-color: #fff200;
}

hr {
  width: 100px;
  border-color: #FFFF00;
}

strong {
  font-weight: 600;
}

.section-title {
  padding: 32px 15px 0 15px;
}

.medium-icon {
  font-size: 32px !important;
}
img.medium-icon {
	height: 45px;
}

#intro,
#feature,
#video,
#team,
#screenshot,
#testimonial,
#pricing,
#contact,
#new-contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

#feature,
#team,
#screenshot,
#testimonial,
#pricing {
  /* text-align: center; */
}

#video {
  background: #f9f9f9;
}

#testimonial {
  background: #aac1bf;
}

#testimonial img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 42px;
}

#testimonial h5 {
  color: #ffffff;
}

#team {
  background: #2b2b2b;
  color: #ffffff;
}


/*
  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 #fff;
}
.sk-spinner-circle.sk-spinner {
  width: 24px;
  height: 24px;
  position: relative; }
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #c0b57d;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in;
          animation: sk-circleBounceDelay 1.2s infinite ease-in;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


/*
  navigation section
===================== */
.sticky-navigation {
    opacity: 0;
  }
.navbar-default {
    background: #FFFF00;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
     padding: 0;
  }
.navbar-default .navbar-brand {
    color: #2f4e40; /* lighten #0C2419 */
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
  }
.navbar-default .navbar-nav li a {
    color: #0C2419;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
  }
.navbar-default .navbar-nav li a:hover {
    color: #2f4e40; /* lighten #0C2419 */
  }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0C2419;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #2f4e40; /* lighten #0C2419 */
  background-color: transparent;
}
.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }
.navbar-default .navbar-toggle .icon-bar {
    background: #FFFF00;
    border-color: transparent;
  }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent
}
.navbar-default .navbar-brand>img {
	width: 100px;
	max-width: 10vw;
	height: auto;
}


/*
  home section
===================== */
#home {
  /*background-color: #c0b57d;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0b57d+0,c0b57d+64,081524+100 */
	background: #0C2419;
	color: #FFFF00;
  min-height: 450px;
  padding-top: 220px;
  text-align: center;
}
#home .hero-logo img {
	max-width: 300px;
	height: auto;
}
#home .hero-image {
	margin-bottom: 50px;
}
#home h1,
#home h3 {
  font-size: 100px;
}
#home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in;
}
#home .btn:hover {
  background: #aac1bf;
  border-color: transparent;
}
#home .btn-danger {
  background: #aac1bf;
  border-color: transparent;
}


/*
  intro section
===================== */
#intro a {
  display: block;
  background: transparent;
  width: 100%;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  #intro a {
    text-align: center;
  }
}


/*
  feature section
===================== */
#feature {
  background-color: #FFFF00;
}
#feature .col-md-12 {
  padding-top: 30px;
  padding-bottom: 40px;
}
#feature h3 {
}


/*
  team section
===================== */
#team {
  padding-bottom: 0;
}
#team .col-md-4 {
  padding: 10px;
}
#team h3 {
  color: #009988;
  font-size: 14px;
  font-weight: bold;
}
#team .team-wrapper .team-des {
  position: relative;
  cursor: pointer;
  padding-top: 60px;
  padding-bottom: 60px;
  bottom: 40px;
  transition: all 0.4s ease-in-out;
}
#team .team-wrapper:hover .team-des {
  background: #3b3b3b;
  bottom: 60px;
}


/*
  screenshot section
===================== */
#screenshot {
	background: #818c93;
}
#screenshot .heading {
	color: #fff;
}
#screenshot hr {
	border: none;
	margin-bottom: 50px;
}
#screenshot .col-md-3 {
  display: block;
  width: 100%;
  padding-bottom: 1rem;
}


/*
  pricing section
===================== */
#pricing .plan {
  background: #aac1bf;
  padding: 40px 0px 60px 0px;
  margin-top: 60px;
  margin-bottom: 32px;
}
#pricing .plan .plan_title {
  background: #f9f9f9;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
#pricing h2 {
  border-bottom: 1px solid #bbc1bf;
}
#pricing .plan h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 180px;
}
#pricing .plan h2 {
  font-weight: bold;
  padding: 30px;
}
#pricing .plan ul {
  padding: 0px;
}
#pricing .plan ul li {
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 30px 0px 10px 0px;
}
#pricing .plan .btn {
  background: #ffffff;
  border: none;
  border-radius: 0px;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in;
  margin-top: 20px;
  text-transform: uppercase;
}
#pricing .plan .btn:hover {
  background: #eeeeee;
}


/*
  contact section
===================== */
#contact {
  background: #f9f9f9;
  padding-bottom: 0;
}
#contact .contact-address {
  color: #ffffff;
  position: relative;
  top: 140px;
}
#contact .contact-address p {
  line-height: 16px;
}
#contact .contact-email,
#contact .contact-phone, #contact .contact-website {
  padding: 100px;
}
#contact .contact-email {
  background: #c0b57d;
}
#contact .contact-email p,
#contact .contact-email a {
	color: #000;
}
#contact .contact-phone {
  background: #0f1720;
}
#contact .contact-phone p,
#contact .contact-phone a {
	color: #c0b57d;
}
#contact .contact-website {
  background: #aac1bf;
}
#contact .contact-website p,
#contact .contact-website a {
	color: #fff;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 12px;
}
#contact .medium-icon {
  color: #ffffff;
  font-size: 28px !important;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact .form-control {
  background: none;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #aac1bf;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in;
}
#contact .form-control:focus {
  border-bottom-color: #202020;
}
#contact input {
  height: 60px;
}
#contact input[type="submit"] {
  border: 1px solid #c0b57d;
  color: #2b2b2b;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 18px;
}
#contact input[type="submit"]:hover {
  background: #c0b57d;
}
#contact h3 {
	letter-spacing: 0.5rem;
}


/*
  footer section
===================== */
footer {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #2b2b2b;
  color: #ffffff;
}
footer p {
  padding-top: 20px;
}
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.social-icon li a {
  border: 1px solid #aac1bf;
  border-radius: 50%;
  color: #aac1bf;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in;
}
.social-icon li a:hover {
  background: #aac1bf;
  color: #2b2b2b;
}


/*
  responsive mobile
===================== */
@media (max-width: 980px) {
  .navbar-default .navbar-nav li a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    line-height: 18px;
    padding: 10px 15px;
  }
  .navbar-default .navbar-brand>img {
	  max-width: 135px;
	  padding: 0;
  }
}

@media (max-width: 460px) {
  #home {
    padding-top: 80px;
    min-height: 100vh;
  }
  #home .hero-logo img {
	  margin-left: 0;
  }
  #home h2 {
    margin-bottom: 60px;
  }
  #contact .contact-address {
    text-align: center;
  }
  #contact .contact-email,
  #contact .contact-phone, #contact .contact-website {
  padding-top: 100px;
  padding-right: 60px;
  padding-bottom: 100px;
  padding-left: 60px;
}
  #contact .medium-icon {
    display: block;
    margin-bottom: 24px;
  }
}
