body {
  line-height: 1.5;
  font-family: "Inconsolata", monospace;
  font-weight: 100;
  
}

p {
  font-family: "Inconsolata", monospace;

  
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.2s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #F8B412;
}
h1{
    font-weight: 100;
    color: #000000;
}

h2{
    font-weight: 100;
    color: #000000;
}

h3, h4, h5, h6 {
  font-weight: 100;

}




input[type=email], input[type=password], input[type=text], input[type=tel] {
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  outline: none;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #F8B412;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.btn-main, .btn-main-sm, .btn-live-preview {
  background: #F8B412;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  font-weight: lighter;
}
.btn-main:hover, .btn-main-sm:hover, .btn-live-preview:hover {
  background: #9f7205;
  color: #fff;
}

.btn-main-sm, .btn-live-preview {
  padding: 8px 27px;
}

.btn-live-preview {
  background: #444;
}
.btn-live-preview:hover {
  background: #000;
}

.mt-20 {
  margin-top: 20px;
}

.section {
  padding: 80px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.w-100 {
  width: 100%;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #ffd700;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #F8B412;
  }
  50%, 100% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}
@keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: #ffd700;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #ffd700;
  }
  50%, 100% {
    height: 5px;
    transform: translateY(0);
    background: #ffd700;
  }
}
.section-title {
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
  position: relative;
}
.section-title h2 {
  color: #444;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.section-title h2 span {
  margin-top: 6px;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 45px;
  color: #000;
  display: block;
}
.section-title p {
  color: #666;
  display: inline-block;
  float: right;
  width: 50%;
  margin-top: 40px;
}
.section-title.title-white h2 {
  color: #fff;
}

.title {
  margin-bottom: 50px;
}
.title h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: lighter;
}
.title p {
  font-size: 15px;
}

.page-title {
  padding: 120px 0 50px;
  background: #F8B412;
  text-align: center;
  position: relative;
}
.page-title h2 {
  font-weight: 100;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
.page-title p {
  color: #fff;
  width: 50%;
  margin: 0 auto;
}
.page-title .breadcrumb {
  background: transparent;
}
.page-title .breadcrumb a {
  color: #fff;
}
.page-title .breadcrumb .active {
  color: #fff;
}

.page-wrapper {
  padding: 50px 0;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.border {
  height: 1px;
  margin: 20px auto 20px;
  position: relative;
  width: 35%;
}
.border:before {
  background-color: #F8B412;
  content: "";
  height: 6px;
  left: 46%;
  margin-left: -20px;
  position: absolute;
  top: -5px;
  width: 70px;
}

.bg-gray {
  background: #f9f9f9;
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 100;
  font-family: "Inconsolata", monospace;
}
.header-bradcrumb a:hover {
  color: #F8B412;
}

.social-media-icons ul li {
  display: inline-block;
}
.social-media-icons ul li a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
}
.social-media-icons ul li .twitter {
  background: #00aced;
}
.social-media-icons ul li .facebook {
  background: #3b5998;
  padding: 7px 18px;
}
.social-media-icons ul li .googleplus {
  background: #dd4b39;
}
.social-media-icons ul li .dribbble {
  background: #ea4c89;
}
.social-media-icons ul li .instagram {
  background: #bc2a8d;
}

.colors-switcher {
  width: 100px;
  padding: 20px 18px 14px 20px;
  position: fixed;
  z-index: 1993;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.colors-switcher #show-panel {
  position: absolute;
  left: -38px;
  top: 15px;
  width: 38px;
  height: 38px;
  z-index: 1992;
  display: block;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  cursor: pointer;
}
.colors-switcher #show-panel i {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 38px;
  margin-left: 15px;
}

.colors-list {
  margin: 0;
  padding: 0;
}
.colors-list li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 4px;
}
.colors-list li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list a.blue {
  background-color: #28ABE3;
}

.colors-switcher .colors-list a.light-blue {
  background-color: #69D2E7;
}

.colors-switcher .colors-list a.green {
  background-color: #5BB12F;
}

.colors-switcher .colors-list a.light-green {
  background-color: #BCCF02;
}

.colors-switcher .colors-list a.yellow {
  background-color: #FED136;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

.single-page-header {
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

/*=================================================================
  Navigation
==================================================================*/
.nav2{
 color: #000000;   
}

.logo {
  width: 100px;
  display: inline-block;
}
.logo img {
  width: 100%;
}

.navigation {
  background: #fff;
  transition: 0.3s all;
  padding: 10px 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
.navigation .navbar-nav > li.active a {
  color: #F8B412;
}
.navigation .navbar-nav > li > a {
    color: #000000;
  
  font-size: 14px;
  font-weight: 100;
  padding: 20px 15px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out 0s;
}
.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
  background: none;
  color: #F8B412;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.hero-area {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area img {
  margin-top: 130px;
}
.hero-area .block {
  padding: 200px 0;
}
.hero-area .block h1 {
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 20px;
  color: #black;
}
.hero-area .block p {
  color: #000;
  font-size: 15px;
  margin-bottom: 20px;
}
.hero-area .block .btn-main, .hero-area .block .btn-main-sm, .hero-area .block .btn-live-preview {
  margin-top: 20px;
}
.hero-area .block .btn-main:hover, .hero-area .block .btn-main-sm:hover, .hero-area .block .btn-live-preview:hover {
  opacity: 0.8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area-video .block {
  color: #fff;
  text-align: center;
}
.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 20px;
}
.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.hero-area-video .block .btn-main, .hero-area-video .block .btn-main-sm, .hero-area-video .block .btn-live-preview {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.product-items-wrapper {
  padding: 40px 0;
}

.product-item {
  margin: 30px 0;
  transition: 0.3s all;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.product-item:hover {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}
.product-item .product-thumb {
  overflow: hidden;
  position: relative;
  min-height: 270px;
}
.product-item .product-thumb a {
  display: block;
}
.product-item .product-thumb .badge {
  transform: rotate(45deg);
  background: #1bbb1b;
  border-radius: 0;
  position: absolute;
  right: -38px;
  top: 6px;
  display: inline-block;
  width: 110px;
  padding: 7px 12px;
  font-size: 14px;
}
.product-item .content {
  padding: 25px 20px;
  background: #fff;
}
.product-item .content h4 {
  font-weight: 100;
  margin-top: 10px;
  margin-bottom: 5px;
}
.product-item .content h4 a {
  color: #444;
}
.product-item .product-meta .price {
  display: inline-block;
  color: #F8B412;
}
.product-item .product-meta .author {
  color: #444;
  display: inline-block;
  float: right;
}
.product-item .product-buttons .btn-main-sm, .product-item .product-buttons .btn-live-preview {
  text-transform: capitalize;
  margin-top: 10px;
}

/*=================================================================
  About us section
==================================================================*/
.about {
  padding: 100px 0;
  background: #fff;
}
.about p {
  color: #555;
}
.about .btn-about {
  background: #F8B412;
}
.about h4 {
  margin-top: 30px;
}
.about .feature-list {
  margin-top: 10px;
}
.about .feature-list li {
  width: 48%;
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: "Inconsolata";
  margin-bottom: 5px;
  font-weight: 100;
}
.about .feature-list li i {
  color: #F8B412;
  margin-right: 8px;
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7;
}
.about-2 .checklist {
  padding-left: 30px;
}
.about-2 .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #777;
  font-family: "Inconsolata", monospace;
}
.about-2 .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "Inconsolata";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 20px;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action h2 {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 100;
}
.call-to-action .subscription-form {
  margin-top: 15px;
}
.call-to-action .subscription-form input[type=text] {
  box-shadow: none;
  height: 50px;
}
.call-to-action .subscription-form .btn-main, .call-to-action .subscription-form .btn-main-sm, .call-to-action .subscription-form .btn-live-preview {
  height: 50px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  color: #fff;
}
.call-to-action-2 h2 {
  line-height: 1.5;
}
.call-to-action-2 p {
  color: #fff;
}
.call-to-action-2 .btn-main, .call-to-action-2 .btn-main-sm, .call-to-action-2 .btn-live-preview {
  margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0;
}

.contact-form {
  margin-bottom: 40px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: "Inconsolata", monospace;
  font-size: 14px;
  border-radius: 0;
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #F8B412;
}
.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #F8B412;
  color: #fff;
  border-radius: 0;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}
.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon {
  margin-top: 20px;
}
.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
}
.social-icon ul li a:hover {
  background: #F8B412;
  color: #fff;
  border: 1px solid #F8B412;
}
.social-icon ul li a:hover i {
  color: #fff;
}
.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

/*=================================================================
  Item counter section
==================================================================*/
.counter {
  padding: 100px 0;
}
.counter .counter-title {
  margin-bottom: 50px;
}
.counter .counter-title h2 {
  color: #000;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 100;
  line-height: 35px;
}
.counter .counter-title p {
  color: #555;
  font-size: 16px;
}

.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}
.counters-item.kill-border:before {
  background: none;
}
.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}
.counters-item > div {
  margin: 6px 0;
}
.counters-item span {
  display: inline;
  font-size: 35px;
  line-height: 50px;
}
.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #F8B412;
}
.counters-item h3 {
  font-size: 17px;
  margin: 0;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table {
  position: relative;
}

.pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  text-align: center;
  box-shadow: rgba(29, 29, 31, 0.13) 0 10px 60px;
}
.pricing-item.highlited .btn-main, .pricing-item.highlited .btn-main-sm, .pricing-item.highlited .btn-live-preview {
  background: #1bbb1b;
}
.pricing-item .price-title {
  padding: 30px 0 20px;
}
.pricing-item .price-title > h3 {
  font-weight: 100;
  margin: 0 0 5px;
  font-size: 18px;
  text-transform: uppercase;
}
.pricing-item .price-title > p {
  font-size: 12px;
  font-family: "Inconsolata", monospace;
  line-height: 18px;
  margin-top: 5px;
}
.pricing-item .value span {
  background: #000;
  color: #fff;
  padding: 10px 80px;
  display: inline-block;
  font-size: 30px;
  font-weight: 100;
}
.pricing-item .value p {
  font-family: "Inconsolata", monospace;
}
.pricing-item .pricing-bullet {
  margin-top: 25px;
}
.pricing-item .pricing-bullet li {
  font-weight: 100;
  padding: 10px 0;
  color: #666;
}
.pricing-item .pricing-bullet li i {
  margin-right: 6px;
}

/*=================================================================
  Portfolio section
==================================================================*/
#portfolio-items-wrapper .mix {
  display: none;
}

.portfolio {
  padding: 100px 0;
}

.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-filter ul li {
  cursor: pointer;
  color: #444;
  display: inline-block;
  font-size: 13px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: lighter;
}
.portfolio-filter ul li.active {
  background: #F8B412;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.portfolio-block:hover:before {
  opacity: 1;
}
.portfolio-block:hover .caption h4 {
  top: 45%;
}
.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;
}
.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.portfolio-block .caption h4 {
  font-size: 16px;
}
.portfolio-block .caption h4 a {
  color: #fff;
}
.portfolio-block .caption .search-icon {
  background: #F8B412;
  color: #fff;
  display: inline-block;
  padding: 4px 13px;
  font-size: 25px;
  border-radius: 30px;
}

/*=================================================================
  Services section
==================================================================*/
.services {
  padding: 100px 0 130px;
}
.services .title {
  padding-bottom: 120px;
}
.services .service-block {
  padding: 50px 35px 40px 35px;
}
.services .service-block.color-bg {
  background: #F8B412;
  color: #fff;
}
.services .service-block.color-bg i, .services .service-block.color-bg h3, .services .service-block.color-bg p {
  color: #fff;
}
.services .service-block .service-icon {
  margin-bottom: 30px;
}
.services .service-block i {
  font-size: 75px;
  color: #F8B412;
}
.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: lighter;
}
.services .service-block p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}
.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}
.service-2 .service-item:hover i {
  background: #fff;
  color: #F8B412;
}
.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #F8B412 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
  Our skills
==================================================================*/
.team-skills {
  padding: 70px 0 100px;
}
.team-skills .progress-block {
  margin-top: 40px;
}
.team-skills .progress-block span {
  color: #444;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
}
.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}
.team-skills .progress-block .progress .progress-bar {
  background: #F8B412;
  box-shadow: none;
}
.team-skills .team-skills-content h3 {
  color: #444;
  font-size: 42px;
  font-weight: 100;
  margin-bottom: 30px;
  margin-top: 0;
}
.team-skills .team-skills-content p {
  color: #757575;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
}
.team-skills .team-skills-content .btn-main, .team-skills .team-skills-content .btn-main-sm, .team-skills .team-skills-content .btn-live-preview {
  margin-top: 30px;
}

.clients-logo-slider {
  margin-top: 50px;
}

/*=================================================================
  Step section
==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}
.development-steps .step h4 {
  font-size: 20px;
  font-weight: 100;
}
.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 100;
  margin-right: 10px;
}
.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}
.development-steps .step-1 {
  background-color: #f2f6f8;
}
.development-steps .step-1 h4 {
  color: #212121;
}
.development-steps .step-1 p {
  color: #838383;
}
.development-steps .step-2 {
  background-color: #F8B412;
}
.development-steps .step-2 h4, .development-steps .step-2 p {
  color: #fff;
}
.development-steps .step-3 {
  background: #d19506;
}
.development-steps .step-3 h4, .development-steps .step-3 p {
  color: #fff;
}
.development-steps .step-4 {
  background: #b88305;
}
.development-steps .step-4 h4, .development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Our Team
  ==================================================================*/
.team {
  padding: 100px 0;
  background: #F6F6F6;
}
.team .team-member {
  background: #fff;
}
.team .team-member .member-content {
  padding: 25px 0;
}
.team .team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}
.team .team-member .member-content span {
  font-size: 12px;
  color: #555;
}
.team .team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}
.team .member-photo {
  overflow: hidden;
  position: relative;
}
.team .member-photo:hover img {
  transform: scale(1.1);
}
.team .member-photo img {
  transition: all 0.6s ease 0s;
}
.team .member-photo .mask {
  background: rgba(248, 180, 18, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 22px;
}
.team .member-photo .mask ul li {
  display: inline-block;
  margin-right: 7px;
}
.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}
.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0%);
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 80px;
}
.testimonial .item p {
  color: #000;
  font-size: 17px;
  font-weight: 100;
  padding: 0 20%;
  font-family: "Inconsolata", monospace;
}
.testimonial .item .client-details {
  padding-bottom: 30px;
}
.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 70px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.testimonial .item .client-meta {
  margin-top: 20px;
}
.testimonial .item .client-meta h4 {
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 0;
}
.testimonial .item .client-meta p {
  font-size: 12px;
}
.testimonial .owl-controls .owl-buttons {
  position: absolute;
  top: 45%;
  width: 100%;
}
.testimonial .owl-controls .owl-buttons .owl-prev, .testimonial .owl-controls .owl-buttons .owl-next {
  background: #fff;
  width: 50px;
  border-radius: 30px;
  height: 50px;
  text-align: center;
  color: #000;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 40px;
}
.testimonial .owl-controls .owl-buttons .owl-prev i, .testimonial .owl-controls .owl-buttons .owl-next i {
  font-size: 25px;
  line-height: 50px;
  display: inline-block;
}
.testimonial .owl-controls .owl-buttons .owl-prev {
  float: right;
}
.testimonial .owl-controls .owl-buttons .owl-next {
  font-size: 30px;
  float: left;
}

.testimonial-icon {
  margin-bottom: 30px;
}
.testimonial-icon i {
  font-size: 30px;
  background: #000;
  display: inline-block;
  color: #fff;
  padding: 15px;
  border-radius: 40px;
  position: relative;
  z-index: 999;
}
.testimonial-icon span {
  background: #000;
  height: 4px;
  width: 150px;
  display: inline-block;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  background: #F6F6F6;
}

.post {
  background: #fff;
  margin-bottom: 40px;
}
.post .post-media.post-media-audio iframe {
  width: 100%;
}
.post .post-title {
  font-size: 25px;
  font-weight: 100;
  margin-top: 10px;
  margin: 25px 0 0;
  padding: 0 20px 5px;
}
.post .post-title a {
  color: #000;
}
.post .post-title a:hover {
  color: #F8B412;
}
.post .post-meta {
  font-size: 13px;
  margin-top: 5px;
  padding: 0 20px 5px;
}
.post .post-meta ul li {
  display: inline-block;
  color: #a7a7a7;
  margin-right: 20px;
  font-size: 11px;
  letter-spacing: 1px;
}
.post .post-meta ul li a {
  color: #a7a7a7;
}
.post .post-meta ul li a:hover {
  color: #F8B412;
}
.post .post-meta .post-author {
  color: #000;
}
.post .post-content {
  padding: 5px 20px;
}
.post .post-content p {
  color: #757575;
  font-size: 16px;
  margin: 10px 0;
}
.post .post-content .btn-main, .post .post-content .btn-main-sm, .post .post-content .btn-live-preview {
  padding: 12px 25px;
  margin: 15px 0;
}

.post-pagination {
  margin-top: 70px;
}
.post-pagination > li {
  margin: 0 2px;
  display: inline-block;
}
.post-pagination > li > a {
  color: #000;
}
.post-pagination > li.active > a {
  background: #F8B412;
  border: 1px solid #F8B412;
}
.post-pagination > li:first-child > a, .post-pagination > li:last-child > a {
  border-radius: 0;
}

.widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.widget .widget-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.widget.widget-subscription .form-group {
  margin-bottom: 8px;
}
.widget.widget-subscription .btn-main, .widget.widget-subscription .btn-main-sm, .widget.widget-subscription .btn-live-preview {
  width: 100%;
}
.widget.widget-latest-post .media .media-heading a {
  color: #000;
  font-size: 14px;
}
.widget.widget-latest-post .media p {
  font-size: 12px;
}
.widget.widget-category ul li {
  margin-bottom: 20px;
}
.widget.widget-category ul li a {
  color: #837f7e;
}
.widget.widget-category ul li a:before {
  padding-right: 10px;
  content: "\f3d1";
  font-family: "Inconsolata", monospace;
}
.widget.widget-category ul li a:hover {
  color: #F8B412;
  padding-left: 5px;
}
.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}
.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 12px;
}
.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #F8B412;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 25px;
  letter-spacing: 2px;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 40px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}
.post-comments .media {
  margin-top: 15px;
}
.post-comments .media > .pull-left {
  padding-right: 20px;
}
.post-comments .comment-author {
  margin-top: 0;
}
.post-comments .comment-author a {
  color: #000;
  font-weight: lighter;
  font-size: 14px;
  text-transform: uppercase;
}
.post-comments p {
  margin-bottom: 30px;
  font-size: 16px;
}
.post-comments time {
  margin: 5px 0;
  display: inline-block;
  color: #7e7e7e;
}
.post-comments .comment-button {
  color: #7e7e7e;
  display: inline-block;
  margin-left: 5px;
}
.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}
.post-comments .comment-button:hover {
  color: #F8B412;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}
.post-excerpt p {
  font-size: 16px;
  color: #5e5e5e;
  margin: 0 0 30px;
  line-height: 30px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}
.next-prev a {
  color: #000;
}
.next-prev a:hover {
  color: #F8B412;
}
.next-prev .prev-post i {
  margin-right: 10px;
}
.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}
.social-profile ul li a i:hover {
  color: #F8B412;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: #F8B412;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #F8B412;
}
.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-main-sm, .comment-reply-form .btn-live-preview {
  height: auto;
}

.background {
  background-size: cover;
}

.bg-1 {
  background-image: url(../images/slider/slider-bg-1.jpg);
}

.bg-2 {
  background-image: url("../images/page-header-1.jpg");
  background-size: cover;
}
.bg-2:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.account .block {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin: 100px 0;
}
.account .block .logo {
  display: inline-block;
}
.account .block h2 {
  font-weight: 100;
  font-size: 30px;
  margin-top: 40px;
}
.account .block form {
  margin-top: 50px;
}
.account .block form input[type=email], .account .block form input[type=password], .account .block form input[type=text] {
  border-radius: 0;
  box-shadow: none;
  height: 50px;
}

.empty-cart .block {
  margin: 200px 0;
}

.shopping h4.widget-title {
  font-weight: 100;
}

.shopping.cart .product-list .table .cart-amount th {
  background: #f9f9f9;
  padding: 10px;
  text-transform: uppercase;
}
.shopping.cart .product-list .table > tbody > tr > td {
  vertical-align: middle;
}
.shopping.cart .product-list .product-info a {
  margin-left: 10px;
  color: #000;
  font-weight: 100;
}
.shopping.cart .product-list .product-remove {
  color: #c7254e;
}
.shopping.cart .account-details {
  margin-top: 30px;
}
.shopping.cart .account-details legend {
  font-weight: 100;
  font-size: 16px;
  text-transform: uppercase;
}
.shopping.cart .account-details .btn-pay {
  margin: 20px 0;
}

.shopping.checkout .coupon-code {
  margin: 20px 0;
}
.shopping.checkout .coupon-code a {
  display: block;
  border: 1px dashed #D1CFCF;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  color: #D1CFCF;
  transition: border 0.2s ease, color 0.2s ease;
}
.shopping.checkout .checkout-product-details {
  padding: 20px 0;
}
.shopping.checkout .checkout-product-details th {
  font-size: 14px;
  color: #A2A0A1;
  border-bottom-color: #3E3F41;
}
.shopping.checkout .checkout-product-details .product-name {
  font-weight: 100;
}
.shopping.checkout .checkout-product-details .amount {
  color: #3E3F41;
  font-weight: 100;
}
.shopping.checkout .checkout-product-details .payment {
  padding: 25px 0;
}
.shopping.checkout .checkout-product-details .payment-list li {
  width: 30px;
  display: inline-block;
}
.shopping.checkout .checkout-product-details .payment-list li img {
  width: 100%;
}
.shopping.checkout .checkout-product-details .card-details {
  margin: 25px 0 0;
}
.shopping.checkout .checkout-product-details .card-details input {
  border: none;
  border-bottom: 2px solid #D1CFCF;
  padding-left: 0;
}
.shopping.checkout .checkout-product-details .card-details .form-group {
  margin-bottom: 20px;
}
.shopping.checkout .checkout-product-details .card-details label {
  margin-bottom: 0;
}
.shopping.checkout .checkout-product-details .card-details .half-width {
  width: 50%;
  float: left;
}
.shopping.checkout .checkout-product-details .card-details .padding-right {
  padding-right: 10px;
}
.shopping.checkout .checkout-product-details .card-details .padding-left {
  padding-left: 10px;
}
/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #24222b;
  padding: 100px 0 80px;
}
.top-footer h3 {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color 0.3s;
  font-family: "Inconsolata", monospace;
  display: block;
}
.top-footer li a:hover {
  color: #F8B412;
}

.footer-bottom {
  text-align: center;
  background-color: #24222b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}
.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}
.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 100;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.footer-bottom a {
  color: #F8B412;
}

ul.social-icons li {
  display: inline-block;
}
ul.social-icons li a {
  font-size: 18px;
  padding: 3px 8px;
}

.about-company {
  margin-top: 40px;
}
.about-company p {
  font-size: 13px;
  color: #bdbdbd;
  font-weight: 100;
  letter-spacing: 1px;
  margin-top: 15px;
}
.about-company .footer-logo {
  width: 120px;
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */
