@import url(https://fonts.googleapis.com/css?family=Hind:400,700,600,500,300);
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:400,700,600);
html, body {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: 'Hind', sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

a, button, input[type="submit"] {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-weight: 700;
  color: #000;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.form-control, input[type="text"], input[type="email"], textarea {
  min-height: 40px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px solid #ddd;
  box-shadow: none;
}
.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border-color: #f7b03e;
  box-shadow: none;
}

label {
  font-weight: 400;
}

.btn {
  text-transform: uppercase;
  font-weight: 400;
}
.btn.btn-lg {
  padding: 15px 30px;
  font-weight: 700;
  font-size: 14px;
}

.btn-default {
  background: #959595;
  color: #fff;
}
.btn-default:hover, .btn-default:focus {
  background-color: #777;
  color: #fff;
}

.btn-dark {
  background: #23262d;
  color: #fff;
}
.btn-dark:hover {
  background: #000;
  color: #fff;
}

.top-bar {
  padding: 6px 0;
}
.top-bar .form-control {
  border: 1px dashed #ddd;
  width: 350px;
}
.top-bar form {
  position: relative;
}
.top-bar form button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 8px;
  right: 4px;
}
.top-bar ul li a {
  color: #7a7a7a;
}
.top-bar ul li a:hover {
  color: #f7b03e;
}

.navbar-default {
  margin: 0px;
  border: 0px;
  padding: 10px 0;
  background-color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #f7b03e;
}
.navbar-default .navbar-nav li.cart {
  position: relative;
}
.navbar-default .navbar-nav li.cart img {
  margin-top: -5px;
}
.navbar-default .navbar-nav li.cart .badge {
  position: absolute;
  left: 26px;
  top: 6px;
  background: #f7b03e;
  color: #fff;
  border-radius: 50%;
}

.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-default .navbar-nav > li > a {
  display: block;
  position: relative;
}
.navbar-default .navbar-nav > li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: skew(25deg, 0deg);
  -webkit-transform: skew(25deg, 0deg);
  border-left: 1px solid #f7b03e;
  border-right: 1px solid #f7b03e;
  display: none;
}

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

.navbar-default .navbar-nav > li.active a:before {
  display: block;
}

.navbar-brand > img {
  display: block;
  margin-top: -24px;
}

.footer {
  background: #23262d;
  padding: 40px 0;
  margin-top: 0px;
}
.footer img {
  margin-bottom: 10px;
}
.footer .content {
  padding-left: 45px;
  position: relative;
  float: left;
  width: 85%;
}
.footer .content h2 {
  float: left;
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0px 0;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  left: -115px;
  top: 87px;
  font-size: 50px;
}
.footer .content a {
  color: #f7b03e;
  text-decoration: underline;
  font-size: 12px;
}
.footer .col-md-4 ul {
  float: right;
}
.footer .col-md-4 ul img {
  width: 50px;
}
.footer h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.footer .col-md-5 ul li {
  padding-bottom: 10px;
}
.footer .col-md-5 ul li a {
  color: #a4a4a4;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}
.footer .col-md-5 ul li a:hover {
  color: #f7b03e;
}
.footer .form-control {
  border: 1px dotted #7a7a7a;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}
.footer p {
  color: #a4a4a4;
}

.btn-warning {
  color: #333;
  background-color: #f7b03e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #222;
}

.btn {
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.polygon-gray {
  text-align: center;
  width: 134px;
  height: 134px;
  background: url("../images/polygon-gray.png") no-repeat;
  font-size: 25px;
  line-height: 20px;
  color: #999;
  font-weight: 700;
  padding-top: 50px;
}

.media-news {
  margin-bottom: 15px;
}
.media-news .media-body {
  padding-top: 20px;
}
.media-news .media-body a {
  color: #000;
  font-weight: 400;
  font-size: 22px;
}
.media-news .media-body a:hover {
  color: #f7b03e;
}

.items-slider {
  position: relative;
}
.items-slider .item {
  margin-bottom: 40px;
}
.items-slider .owl-controls {
  position: absolute;
  top: -75px;
  right: 0;
  width: auto;
  padding: 0px;
  border: 1px dashed #ddd;
}
.items-slider.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 30px;
  margin: 0px 10px;
  line-height: 30px;
}

.brand-row img {
  margin-bottom: 30px;
}

.product-desc {
  padding: 15px 0;
  text-align: center;
}
.product-desc p strong {
  font-weight: 700;
  color: #000;
  font-size: 20px;
}
.product-desc h4 a {
  color: #777;
  font-weight: 400;
  text-transform: capitalize;
}
.product-desc h4 a:hover {
  color: #f7b03e;
}

.product-thumb {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
}
.product-thumb .product-thumb-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product-thumb .product-thumb-overlay .p_cart {
  position: absolute;
  left: 30px;
  bottom: 20px;
  color: #7a7a7a;
  font-size: 30px;
}
.product-thumb .product-thumb-overlay .p_cart:hover {
  color: #f7b03e;
}
.product-thumb .product-thumb-overlay .p_wishlist {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #7a7a7a;
  font-size: 30px;
}
.product-thumb .product-thumb-overlay .p_wishlist:hover {
  color: #f7b03e;
}
.product-thumb .product-thumb-overlay .p_label {
  position: absolute;
  left: 0;
  bottom: 80px;
  display: inline-block;
  padding: 4px 10px;
  background-color: #f7b03e;
  color: #000;
}
.product-thumb:hover {
  box-shadow: inset 0 1px 9px 1px rgba(0, 0, 0, 0.1);
}
.product-thumb:hover .product-thumb-overlay {
  opacity: 1;
  visibility: visible;
}

.newsletter-wrapper {
  padding: 50px 0;
  background-color: #f0f0f0;
  margin-bottom: 30px;
}
.newsletter-wrapper h3 {
  font-weight: 300;
  letter-spacing: 4px;
}
.newsletter-wrapper form {
  position: relative;
}
.newsletter-wrapper form button {
  background: transparent;
  border: 0;
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 30px;
  color: #999;
}
.newsletter-wrapper form .form-control {
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px;
  height: 45px;
}

.deal-box h4 {
  font-weight: 400;
  font-size: 14px;
}

.deal-inner {
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.39);
  background-color: #fff;
}
.deal-inner img {
  display: block;
  margin: 0 auto;
}

.deal-icons a {
  font-size: 25px;
  color: #7a7a7a;
  margin: 3px 10px;
}
.deal-icons a:hover {
  color: #f7b03e;
}

.deal-box {
  position: relative;
  margin-top: -157px;
}

.hot-products .media-left a {
  display: block;
  width: 80px;
}
.hot-products .media-body h4 {
  font-weight: 400;
}
.hot-products .media-body h4 a {
  color: #7a7a7a;
}
.hot-products .media-body h4 a:hover {
  color: #f7b03e;
}
.hot-products .media-body strong {
  color: #000;
  display: block;
  margin-bottom: 15px;
}

.arrow-link {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #a19f9f;
  text-transform: uppercase;
}
.arrow-link:before {
  content: '';
  left: 0;
  top: 49%;
  width: 15px;
  height: 2px;
  background-color: #a19f9f;
  position: absolute;
}
.arrow-link i {
  vertical-align: middle;
}
.arrow-link:hover {
  color: #f7b03e;
}
.arrow-link:hover:before {
  background-color: #f7b03e;
}

.hot-products img {
  border: 2px solid #ddd;
}
.hot-products img .media-left {
  padding-right: 0px;
}

.getting-started {
  margin-bottom: 30px;
  font-size: 30px;
}

.btn1 {
  border: 1px solid #a19f9f;
  color: #a19f9f;
  text-align: center;
  padding: 10px 24px;
  text-transform: uppercase;
}

.heading1 {
  font-family: 'Josefin Slab', serif;
  color: #7a7a7a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
}

.heading2 {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
}

.heading3 {
  font-family: 'Josefin Slab', serif;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 54px;
}

.team-section {
  padding: 20px 0;
  background-color: #f0f0f0;
  margin: 70px 0;
}

.team-tabs {
  padding-left: 100px;
  position: relative;
}
.team-tabs .item {
  padding: 0px 15px;
}
.team-tabs .item img {
  width: 110px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid transparent;
}
.team-tabs a {
  text-align: center;
}
.team-tabs a i {
  color: #333;
  font-style: normal;
  display: block;
}
.team-tabs a h5 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.team-tabs .owl-controls {
  position: absolute;
  left: 0;
  top: 25%;
  width: 35px;
}
.team-tabs.owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
  color: #333;
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
}
.team-tabs.owl-theme .owl-controls .owl-buttons div .arrow-left {
  background: url("../images/arrow-left.png") no-repeat;
  width: 42px;
  height: 30px;
  display: block;
}
.team-tabs.owl-theme .owl-controls .owl-buttons div .arrow-right {
  background: url("../images/arrow-right.png") no-repeat;
  width: 42px;
  height: 30px;
  display: block;
}

.team-item {
  position: relative;
  overflow: hidden;
  margin-top: -107px;
  margin-bottom: -133px;
}
.team-item ul {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.team-item ul li a i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.team-item ul li a i.fa-facebook {
  background-color: #3a589b;
}
.team-item ul li a i.fa-twitter {
  background-color: #598dca;
}
.team-item ul li a i.fa-linkedin {
  background-color: #007ab9;
}
.team-item ul li a i.fa-google-plus {
  background-color: #d6492f;
}
.team-item ul li a i.fa-skype {
  background-color: #3e9dd7;
}
.team-item ul li a i.fa-instagram {
  background-color: #517fa6;
}
.team-item ul li a i:hover {
  opacity: 0.7;
}

.team-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 20px 15px;
}
.team-desc p {
  margin-bottom: 0px;
  width: 85%;
  color: #666;
}
.team-desc h5 {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.full-width-banner {
  padding: 0;
}
.full-width-banner .row {
  margin: 0;
}
.full-width-banner .row .col-sm-6, .full-width-banner .row .col-sm-3 {
  padding: 0px;
}

.page-breadcrumb {
  position: relative;
  overflow: hidden;
}
.page-breadcrumb .left-bg {
  padding: 130px 0;
  background: url("../images/heading-img.png") no-repeat;
  background-size: 100% 100%;
}
.page-breadcrumb .left-bg h1 {
  text-transform: uppercase;
  color: #23262d;
  font-size: 60px;
}
.page-breadcrumb .left-bg span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #23262d;
  margin-right: 10px;
}

.heading-y-bg {
  padding: 140px 0;
  background-color: #23262d;
  padding-right: 999px;
  margin-right: -999px;
  transform: skew(-20deg, 0deg);
  /* Standard syntax */
  -webkit-transform: skew(-20deg, 0deg);
}
.heading-y-bg .heading-right-text {
  text-align: center;
  transform: skew(20deg, 0deg);
  /* Standard syntax */
  -webkit-transform: skew(20deg, 0deg);
}
.heading-y-bg .heading-right-text h1 {
  font-family: 'Josefin Slab', serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 60px;
}
.heading-y-bg .heading-right-text h1 sub, .heading-y-bg .heading-right-text h1 sup {
  font-size: 24px;
}

.filter-right-top {
  text-align: right;
  margin-bottom: 40px;
}
.filter-right-top li {
  vertical-align: middle;
  text-transform: uppercase;
}
.filter-right-top li select {
  border: 1px dashed #ddd;
  margin-right: 20px;
}
.filter-right-top li a {
  color: #999;
  font-size: 19px;
}
.filter-right-top li a:hover {
  color: #f7b03e;
}

.sidebar-widget {
  margin-bottom: 30px;
}
.sidebar-widget .center-title {
  position: relative;
  border-top: 1px solid #ddd;
  text-align: center;
  margin-bottom: 30px;
}
.sidebar-widget .center-title a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background: #999;
}
.sidebar-widget .center-title span {
  display: inline-block;
  padding: 0px 20px;
  background-color: #fff;
  margin-top: -4px;
  position: relative;
  top: -9px;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  font-weight: 700;
}
.sidebar-widget ul li a {
  display: block;
  padding: 5px 0;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  color: #787b82;
}
.sidebar-widget ul li a:after {
  content: "";
  width: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  height: 4px;
  background: #787b82;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
.sidebar-widget ul li a:hover {
  color: #000;
}
.sidebar-widget ul li a:hover:after {
  background: #000;
  width: 70px;
}

.top-search {
  position: relative;
}
.top-search .form-control {
  border-radius: 100px;
  box-shadow: none;
}
.top-search i {
  position: absolute;
  top: 10px;
  right: 15px;
}

.color-styles a {
  display: block;
  float: left;
  width: 40px;
  height: 50px;
  border-radius: 100px;
  margin: 5px;
}
.color-styles a.c-gray {
  background: #999;
}
.color-styles a.c-red {
  background: #ed145b;
}
.color-styles a.c-green {
  background: #827b00;
}
.color-styles a.c-blue {
  background: #00aeef;
}
.color-styles a.c-black {
  background: #000;
}
.color-styles a.c-magenta {
  background: #ff00ff;
}
.color-styles a.c-teal {
  background: #3cb878;
}
.color-styles a.c-blue {
  background: #00aeef;
}

.size-styles a {
  float: left;
  margin: 3px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #b7b7b7;
  text-align: center;
  display: block;
}
.size-styles a:hover {
  background-color: #000;
}

input#amount {
  border: 0px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  border: 0px;
  background-color: #f7b03e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.ui-state-default:hover, .ui-state-default:focus, .ui-widget-content .ui-state-default:hover, .ui-widget-content .ui-state-default:focus {
  outline: 0 !important;
}

.ui-widget.ui-widget-content {
  background-color: #787b82;
  border: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.ui-widget-header {
  background-color: #f7b03e;
}

.ui-slider .ui-slider-handle {
  width: 32px;
  height: 32px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -11px;
}

.loadmore {
  color: #c0bdbd;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.loadmore span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #c0bdbd;
  margin-right: 3px;
  margin-bottom: 2px;
}
.loadmore:hover {
  color: #f7b03e;
}

.table-cart img {
  margin-right: 20px;
}
.table-cart .cart--item-desc {
  overflow: hidden;
  text-align: left;
  padding-top: 15px;
}
.table-cart .cart--item-desc h4 {
  color: #333;
}
.table-cart .cart--item-desc span {
  width: 30px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
  margin-left: 5px;
}
.table-cart .cart--item-desc span.red-c {
  background: #aa425b;
}
.table-cart .cart--item-desc span.gray-c {
  background: #787b82;
}
.table-cart tbody > tr > td.product-quantity input[type="number"] {
  width: 60px !important;
  height: 38px;
  line-height: 38px;
  padding: 3px 5px 0 12px;
  margin: 0 auto !important;
  display: block;
  font-weight: 700;
}
.table-cart.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
  text-align: center;
  vertical-align: middle;
}
.table-cart.table-bordered > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
}
.table-cart.table-bordered > tbody > tr > td a {
  color: #7a7a7a;
}
.table-cart.table-bordered > tbody > tr > td a i {
  font-size: 28px;
}
.table-cart.table-bordered > tbody > tr > td a:hover {
  color: #f7b03e;
}

.cart-info .col-sm-4 {
  margin-bottom: 30px;
}
.cart-info h2 {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 3px;
  font-weight: 500;
  text-transform: capitalize;
}
.cart-info h2:after {
  height: 4px;
  width: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #23262d;
}

.grand-total {
  background: #f0f0f0;
  padding-top: 20px;
}
.grand-total .table {
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
}
.grand-total .table tbody > tr > td {
  padding: 12px 0;
}
.grand-total .table tbody > tr > td b {
  text-transform: uppercase;
  font-size: 20px;
}
.grand-total .btn-dark {
  margin-top: 20px;
}

.single-product-slider {
  position: relative;
  margin-bottom: 30px;
}

.product-info {
  margin-bottom: 40px;
}
.product-info .in-stock {
  color: #f7b03e;
}
.product-info h2 {
  color: #787b82;
}
.product-info .list-inline a {
  color: #787b82;
}
.product-info .color-styles {
  margin-bottom: 20px;
}
.product-info .color-styles a:hover {
  border-radius: 50%;
  width: 50px;
}
.product-info h1 {
  margin-bottom: 20px;
}
.product-info .size-styles {
  margin-bottom: 30px;
}
.product-info .size-styles a {
  background-color: transparent;
  border: 2px solid transparent;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.product-info .size-styles a:hover {
  border-color: #333;
}

.rating {
  margin-bottom: 20px;
}

.quantity {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
}
.quantity input[type="number"] {
  background-color: #d7d7d7;
  border: 0px;
  width: 60px;
  padding-left: 20px;
  height: 40px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 100px;
  margin-left: 10px;
}
.quantity input[type="number"]:focus {
  outline: 0 !important;
}

.tab-header {
  background: #f0f0f0;
}
.tab-header ul {
  margin: 0;
  padding: 14px 0;
}
.tab-header ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  color: #787b82;
  padding: 15px 0px;
}
.tab-header ul li + li {
  margin-left: 30px;
}
.tab-header ul li.active a {
  color: #000;
}

.product-tab-content {
  padding-top: 50px;
}
.product-tab-content form {
  position: relative;
}
.product-tab-content form button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product-tab-content h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.product-tab-content h3:after {
  height: 4px;
  width: 190px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #23262d;
}

.reviews-list li {
  padding-bottom: 30px;
}
.reviews-list li:nth-child(even) {
  padding-left: 50px;
}
.reviews-list img {
  float: left;
  margin-right: 20px;
}
.reviews-list .review-content {
  overflow: hidden;
}
.reviews-list .review-content span em {
  color: #f7b03e;
  display: block;
}
.reviews-list .review-content span a {
  display: inline-block;
  margin-right: 10px;
  color: #787b82;
}

.checkout-row h2 {
  font-weight: 500;
  margin-bottom: 30px;
}
.checkout-row span a {
  color: #f7b03e;
}

.proceed-final-row h4 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.proceed-final-row h4:after {
  height: 4px;
  width: 190px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #23262d;
}

.pay-options {
  padding-bottom: 10px;
}
.pay-options h5 {
  color: #787b82;
  font-weight: 500;
}
.pay-options .pull-left {
  margin-right: 20px;
}
.pay-options .pay-text {
  overflow: hidden;
  padding-top: 2px;
}

.about-top {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.about-top .img-responsive {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-top ul li {
  position: relative;
}
.about-top ul li:before {
  content: "";
  display: inline-block;
  background: url("../images/li.png");
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 8px;
  vertical-align: middle;
}

.team-container {
  padding: 0;
  position: relative;
}
.team-container .row {
  margin: 0px;
}
.team-container .row .col-md-3, .team-container .row .col-sm-6 {
  padding: 0;
}

.team-box2 {
  position: relative;
  overflow: hidden;
}
.team-box2 img {
  width: 100%;
}

.person-name {
  position: absolute;
  right: 30px;
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.person-name .person-inner {
  border-radius: 20px;
  background: #fff;
  padding: 10px 15px;
  padding-top: 15px;
  position: relative;
}
.person-name .person-inner:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  position: absolute;
  top: 100%;
  right: 20%;
  border-top: 30px solid #fff;
  margin-top: -4px;
}
.person-name .person-inner h4, .person-name .person-inner p {
  margin: 0px;
}

.person-social {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.person-social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-bottom: 5px;
}
.person-social li a:hover {
  background: #fff;
  color: #00aeef;
}

.team-box2:hover {
  box-shadow: 1px 3px 20px 3px rgba(0, 0, 0, 0.79);
  position: relative;
}
.team-box2:hover .person-social, .team-box2:hover .person-name {
  opacity: 1;
  visibility: visible;
}

.skills-box {
  width: 100%;
  position: relative;
  height: 250px;
  background-color: #23262d;
  padding: 10px 15px;
}
.skills-box h4 {
  text-transform: capitalize;
  color: #fff;
  position: relative;
}
.skills-box .skil-fill {
  background-color: #f7b03e;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.skills-box .skil-fill img {
  position: relative;
  top: -6px;
  width: 100%;
}
.skills-box .skil-fill.skill-94 {
  height: 80%;
}
.skills-box .skil-fill.skill-70 {
  height: 70%;
}
.skills-box .skil-fill.skill-58 {
  height: 58%;
}
.skills-box .skil-fill.skill-81 {
  height: 75%;
}

.skill-count {
  position: absolute;
  right: 30px;
  top: 40%;
}

.skill-count-inner {
  position: relative;
  background: url(../images/skill-shape.png) no-repeat;
  width: 101px;
  height: 79px;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  line-height: 65px;
}

.panel, .panel-body, .panel-heading {
  border-radius: 0px;
  border: 0px !important;
  box-shadow: none;
}

.panel-default > .panel-heading {
  background: #acacac;
  text-transform: uppercase;
  padding: 0px;
}
.panel-default > .panel-heading .panel-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.panel-default > .panel-heading .panel-title a {
  display: block;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.panel-default > .panel-heading .panel-title a:after {
  width: 57px;
  height: 60px;
  content: "";
  position: absolute;
  right: -3px;
  background: url(../images/p-active.png) no-repeat;
  top: -4px;
}
.panel-default > .panel-heading .panel-title a.collapsed:after {
  background: url(../images/p-unactive.png) no-repeat;
  top: 0;
}

.panel-body {
  background: #ebebeb;
}

.flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0px solid;
  overflow: hidden;
}

.flexslider .slides img {
  width: auto;
  height: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider .slides > li {
  background-size: cover;
  background-position: top center;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.flexslider .slides > li .flex-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.flexslider .slides > li .flex-overlay .flex-view-box {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: inline-block;
  padding-bottom: 20px;
  text-align: center;
}
.flexslider .slides > li .flex-overlay .flex-view-box h1, .flexslider .slides > li .flex-overlay .flex-view-box h3, .flexslider .slides > li .flex-overlay .flex-view-box p {
  margin: 0px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}
.flexslider .slides > li .flex-overlay .flex-view-box h1 {
  font-size: 90px;
  line-height: 90px;
  padding: 10px 30px;
  padding-bottom: 0px;
  border-top: 1px solid  #23262d;
  border-bottom: 1px solid  #23262d;
}
.flexslider .slides > li .flex-overlay .flex-view-box h3 {
  padding: 10px;
  padding-bottom: 5px;
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
}
.flexslider .slides > li .flex-overlay .flex-view-box p {
  padding: 20px;
  color: #23262d;
  letter-spacing: 6px;
  font-size: 30px;
  line-height: 30px;
}

.flexslider-container, .flexslider .slides, .flex-viewport {
  height: 100%;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.display-table .verticle-middle {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  position: relative;
}

.btn-dark-border {
  position: relative;
  padding: 0px 20px;
}
.btn-dark-border:after {
  content: "";
  background: url("../images/logn-arrow.png") no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 33px;
  height: 10px;
}
.btn-dark-border:before {
  content: "";
  background: #23262d;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 33px;
  height: 2px;
}
.btn-dark-border span {
  padding: 10px 35px;
  padding-top: 13px;
  display: block;
  border: 1px solid #23262d;
  color: #23262d;
}
.btn-dark-border:hover span {
  border: 1px solid #333;
  color: #fff;
  background: #23262d;
}

.btn-white-border {
  position: relative;
  padding: 0px 20px;
}
.btn-white-border:after {
  content: "";
  background: url("../images/logn-arrow-f.png") no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 33px;
  height: 10px;
}
.btn-white-border:before {
  content: "";
  background: #a19f9f;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 33px;
  height: 2px;
}
.btn-white-border span {
  padding: 10px 35px;
  padding-top: 13px;
  display: block;
  border: 1px solid #a19f9f;
  color: #fff;
}
.btn-white-border:hover span {
  border: 1px solid #a19f9f;
  color: #333;
  background: #a19f9f;
}

.flexslider-container .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  z-index: 9;
  height: 80px;
}
.flexslider-container .flex-control-nav.flex-control-paging li a {
  width: 11px;
  height: 40px;
}
.flexslider-container .flex-control-nav.flex-control-paging li a.flex-active {
  height: 80px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.flexslider-container .flex-direction-nav a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  text-shadow: none;
  width: 50px;
  height: 50px;
}
.flexslider-container .flex-direction-nav a:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/f-arrow-left.png) no-repeat;
  text-shadow: none;
}
.flexslider-container .flex-direction-nav a.flex-next:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/f-arrow-right.png) no-repeat;
  text-shadow: none;
}

.heading-light {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
}

.heading-bold {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 90px;
  line-height: 90px;
}

.heading-bg {
  padding: 20px 30px;
  padding-bottom: 10px;
  background: #fff;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 700;
}

.flex-view-box2 h3 {
  color: #a19f9f;
  font-weight: 300;
  text-transform: uppercase;
}
.flex-view-box2 h1 {
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  text-transform: uppercase;
}

.flexslider-container2 .flex-control-nav {
  width: auto;
  right: 10%;
  bottom: 10%;
  left: auto;
}

.flexslider-container2 .flex-control-nav.flex-control-paging li {
  display: block;
  margin-bottom: 10px;
}

.flexslider-container2 .flex-control-nav.flex-control-paging li a {
  width: 12px;
  height: 12px;
  background: #fff;
}
.flexslider-container2 .flex-control-nav.flex-control-paging li a.flex-active {
  background: #f7b03e;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (min-width: 768px) {
  .header-transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .header-transparent .navbar-default {
    background: transparent;
  }
  .header-transparent .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .header-transparent .navbar-default .navbar-nav > li > a:hover {
    color: #f7b03e;
  }
  .header-transparent .navbar-default .navbar-nav > li.active a {
    color: #f7b03e;
  }
  .header-transparent .top-bar {
    background: transparent;
  }
  .header-transparent .top-bar li a {
    color: #a4a4a4;
  }
  .header-transparent .top-bar .form-control {
    background-color: transparent;
    color: #7d8087;
  }
  .header-transparent .top-bar i {
    color: #fff;
  }
}
.flexslider-container3 .flex-control-nav {
  width: auto;
  right: 10%;
  bottom: 30px;
  left: auto;
  height: auto;
}

.flexslider-container3 .flex-control-nav.flex-control-paging li a {
  width: 12px;
  height: 12px;
  background: #fff;
}
.flexslider-container3 .flex-control-nav.flex-control-paging li a.flex-active {
  background: #f7b03e;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.flexslider-container3 h3 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 300;
  color: #e3e3e3;
}
.flexslider-container3 h1 {
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  text-transform: uppercase;
}
.flexslider-container3 p {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #a4a4a4;
}

@media (max-width: 991px) {
  .top-bar .form-control {
    width: 170px;
  }

  .navbar-brand > img {
    margin-top: -24px;
    width: 75px;
  }

  .footer .col-md-4 {
    padding-bottom: 30px;
  }

  .product-thumb img {
    display: block;
    margin: 0 auto;
  }

  .team-item {
    position: relative;
    overflow: hidden;
    margin-top: 55px;
    margin-bottom: 0;
  }
  .team-item img {
    width: 100%;
  }

  .team-tabs .item img {
    display: block;
    margin: 0 auto;
  }

  .team-section {
    margin: 0px;
  }

  .brand-row img {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .footer .content {
    float: none;
    width: 100%;
  }

  .footer .col-md-4 ul {
    float: none;
    padding-top: 20px;
  }
  .footer .col-md-4 ul li {
    display: inline-block;
  }

  .flexslider-container3 h1 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
  }

  .flexslider-container3 h3 {
    font-size: 15px;
  }

  .flexslider-container3 p {
    display: none;
  }

  .page-breadcrumb .left-bg {
    padding: 30px 0;
    background-size: contain;
    text-align: center;
  }

  .heading-y-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-top .img-responsive {
    position: static;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .page-breadcrumb .left-bg h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .flexslider .slides > li .flex-overlay .flex-view-box h3 {
    font-size: 15px;
    line-height: 20px;
  }

  .flexslider .slides > li .flex-overlay .flex-view-box h1 {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0;
    padding-bottom: 5px;
  }

  .flexslider .slides > li .flex-overlay .flex-view-box p {
    font-size: 13px;
    line-height: 10px;
  }
}
body.intro-wrapper {
  background-color: #007ab9;
}
body.intro-wrapper .header {
  padding: 50px 15px;
}
body.intro-wrapper .header h1 {
  color: #fff;
}
body.intro-wrapper .header p {
  color: #fff;
  opacity: 0.5;
}
body.intro-wrapper .content {
  background-color: #23262d;
  padding-top: 40px;
}
body.intro-wrapper .content h3 {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 40px;
}
body.intro-wrapper .content .demo-box {
  display: block;
  margin-bottom: 40px;
}
body.intro-wrapper .content .demo-box h4 {
  color: #fff;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}
body.intro-wrapper .footer {
  padding: 10px 0;
  padding-top: 15px;
  background: #007ab9;
  color: #fff;
  margin-top: 0;
}
