body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #43484e;
  background-color: white;
  padding: 0px;
  margin: 0px;
}

p {
  margin-top: 1px;
  margin-bottom: 1px;
}

h1 {
  font-size: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
}

h2 {
  font-size: 28px;
  margin-top: 28px;
  margin-bottom: 28px;
}

h3 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

h4 {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

h5 {
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h6 {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: white;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.container-centered {
  display: table;
  height: 100%;
}

.row-centered {
  display: table-cell;
  vertical-align: middle;
}

.title-h1 {
  color: #666666;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.title-h1:after {
  color: #fc7700;
  content: "||";
  right: -40px;
}

.title-h1:before {
  color: #fc7700;
  content: "||";
  left: -40px;
}

.title-h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.title-h3 {
  color: #fc7700;
  margin-top: 10px;
  font-size: 20px;
}

/*====================
======Header CSS=====
======================*/
#navigation .navbar {
  background-color: #f88f08;
  padding-top: 2px;
  padding-bottom: 2px;
}

#navigation .navbar-nav li a {
  color: white;
  font-size: 14px;
  padding: 5px 5px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
}

#navigation .navbar-inverse .navbar-nav .active a,
#navigation .navbar-inverse .navbar-nav .active a:focus,
#navigation .navbar-nav li a:hover {
  color: white;
  background-color: #fc7700;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/*======================
====Main Slider CSS=====
=======================*/
#banner div {
  width: 100%;
  height: 100%;
}

#banner .carousel-inner .carousel-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner .carousel-item .carousel-caption {
  display: table;
  left: 0;
  top: 0;
  z-index: 1;
}

#banner .carousel-item .carousel-caption > div {
  vertical-align: middle;
  display: table-cell;
}

#banner .carousel-item .carousel-caption h2 {
  color: #f6f6f6;
  display: inline-block;
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 40px;
  text-shadow: none;
  text-transform: uppercase;
}

#banner .carousel-item .carousel-caption p {
  color: #f6f6f6;
  font-size: 24px;
  margin-bottom: 59px;
  margin-top: 0;
  text-shadow: none;
}

#banner .carousel-item .slider-btn {
  color: white;
  background-color: #f88f08;
  box-shadow: inset 0 0 0 2px #f88f08;
  text-transform: uppercase;
  width: 190px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  transition: all 0.3s ease 0s;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#banner .carousel-item .slider-btn:hover {
  color: white;
  background-color: #fc7700;
  box-shadow: inset 0 0 0 2px #fc7700;
}

#banner .carousel-item .slider-btn:focus {
  color: white;
  background-color: #fc7700;
  box-shadow: inset 0 0 0 2px #fc7700;
}

/*=======================
====== About Us CSS =====
=========================*/

/*=======================
====== Products CSS =====
=========================*/
#products {
  color: white;
  background-color: #0a0a13;
  background-image: url("../images/products/products-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#products .title-h1 {
  color: white;
}

#products .title-h4 {
  font-size: 23px;
  text-align: center;
}

#products .title-h5 {
  font-size: 14px;
  margin-top: 20px;
}

#products .single-products {
  background-color: rgba(0, 0, 0, 0.39);
  margin-top: 20px;
  padding: 20px;
  transition: all 0.9s ease 0s;
}

#products .single-products:hover {
  background-color: #fc7700;
}

/*=======================
====== Designers CSS =====
=========================*/
#designers {
  color: #43484e;
  background-color: #f6f6f6;
}

#designers .single-member {
  color: #f6f6f6;
  background-color: #43484e;
  border: 1px solid #43484e;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}

#designers .single-member h4 {
  font-size: 18px;
  margin-top: 20px;
}

#designers .single-member h5 {
  font-size: 14px;
}
/*=======================
====== Events CSS =====
=========================*/
#events .title-h2 {
  text-align: left;
  margin-bottom: 20px;
}

#events .view {
  font-size: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 8px solid white;
}

#events .title {
  margin-top: 10px;
}

.efffect img {
  width: 100%;
  transform: scaleY(1);
  transition: all 0.7s ease-in-out;
}

.efffect .mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
  border: 4px solid #fc7700;
  transition: all 0.5s linear;
  opacity: 0;
  cursor: zoom-in;
}

.mask a i {
  color: #333;
  border: 2px solid #333;
  border-radius: 50%;
  font-size: 17px;
  margin-left: 8px;
  padding: 8px;
  opacity: 0;
  transform: rotate(-180deg);
  transition: all 0.5s linear 0.1s;
}

.mask i:hover {
  color: white;
  background-color: #fc7700;
}

.efffect:hover img {
  transform: scale(10);
  opacity: 0;
}

.efffect:hover .mask {
  opacity: 1;
}

.efffect:hover a i {
  transform: scale(1);
  opacity: 1;
}

/*==========================
======Announcements CSS=====
===========================*/
#announcements {
  color: white;
  background-color: #0a0a13;
  background-image: url("../images/announcements/client-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#announcements .title-h1 {
  color: white;
}

/*=====================
===What Matters CSS====
======================*/
.whatmatters-heading {
  margin-bottom: 30px;
}

.single-whatmatters {
  background-color: #f7f7f7;
  margin-bottom: 30px;
  padding: 25px;
  transition: all 1s ease 0s;
  box-shadow: 0 2px 0 0 #ddd;
}

.single-whatmatters:hover {
  color: white;
  background-color: #43484e;
}

.single-whatmatters:hover.single-whatmatters h2 {
  color: white;
}

.single-whatmatters:hover.single-whatmatters .btn-primary {
  color: white;
  background-color: #fc7700;
  border-color: white;
  transition: all 0.9s ease 0s;
}

.single-whatmatters img {
  width: 100%;
  margin-bottom: 20px;
}

.single-whatmatters h2 {
  color: #43484e;
  font-size: 24px;
}

.single-whatmatters h2 {
  margin: 0;
  margin-bottom: 15px;
}

.single-whatmatters ul {
  padding: 0;
  overflow: hidden;
}

.single-whatmatters ul li {
  color: #999;
  border-right: 2px solid #999999;
  float: left;
  line-height: 10px;
  list-style: none;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.single-whatmatters ul li:last-child {
  border: none;
}

.whatmatters-content {
  margin-top: 0;
  margin-bottom: 25px;
}

.single-whatmatters .btn-primary {
  color: #686868;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fc7700;
  border-color: #fc7700;
  text-transform: uppercase;
}

.single-whatmatters:hover.single-whatmatters .btn-primary:hover {
  color: white;
  background-color: #fc7700;
}

#whatmatters-detail .modal-body {
  padding: 30px;
}

#whatmatters-detail .modal-body img {
  width: 100%;
}

#whatmatters-detail .close {
  margin-top: -25px;
  margin-right: -15px;
}

/*====================
======Contact CSS=====
======================*/
#contact {
  background-color: #f6f6f6;
}

#contact .contact-heading {
  padding-bottom: 30px;
  position: relative;
}

#contact-form-section {
  padding: 20px;
  background-color: white;
  height: 100%;
}

#contact-form-section .btn-primary {
  background-color: #fb9b06;
  border-color: #f6f6f6;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
}

#contact-form-section .btn-primary:hover {
  background-color: #fc7700;
}

#contact-form-section .btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

#contact-form input,
#contact-form textarea,
#contact-form .btn-primary {
  position: relative;
}

#contact-form .name-field,
#contact-form .mail-field {
  width: 49%;
}

#contact-form .name-field {
  margin-right: 2%;
  float: left;
}

#contact-form-section .form-control {
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
}

#contact-form-section textarea {
  resize: none;
}

#contact-form-section .form-control:focus {
  border-color: #fc7700;
  outline: 0;
  box-shadow: none;
}

#contact i {
  margin-right: 5px;
}

/*====================
======Locate CSS=====
======================*/
#locate {
  color: white;
  background-color: #0a0a13;
  background-image: url("../images/contact/contact-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*====================
======Footer CSS=====
======================*/
#footer a {
  color: #43484e;
}
