.responsive-img {
  width: 100%;
}

/** {
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-type:none;
}
*/
a {
  text-decoration: none;
  color: #878787;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
a:hover {
  text-decoration: none;
  color: #ec7d6c;
}

body {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.top-main-cat {
  position: relative;
}

.category-des {
  /*background:#e9e9e9;*/
  /*padding:20px 30px;*/
  /*height:150px;*/
}
.category-des h2 {
  position: absolute;
  right: 3%;
  bottom: 40px;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif;
  font-size: 1.8vw;
  color: #333333;
  text-transform: capitalize;
  text-align: right;
  font-size: 1.78vw;
}
.category-des h2 span {
  font-size: 1.5vw;
  background: #999999;
  color: #fff;
  font-weight: 400;
  padding: 0px 20px;
  position: relative;
}
.category-des h2 span:hover {
  background: #ec7d6c;
}
.category-des h2 span:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 53px solid #e9e9e9;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.category-des h2 span:after {
  content: "";
  widht: 0px;
  hight: 0px;
  border-left: 10px solid transparent;
  border-bottom: 53px solid #e9e9e9;
  position: absolute;
  top: 0px;
  right: 0px;
}

.video-heading {
  padding-top: 3.2%;
}
.video-heading h6 {
  font-size: 2vw;
  margin-top: 70px;
  text-align: center;
}

.product-main-wraper {
  padding: 150px 0 0px;
}

.filter-container {
  background: #fff;
  padding: 0px 0 50px;
  margin-bottom: 100px;
}
.filter-container h2 {
  font-family: "Saira Condensed", sans-serif !important;
}
.filter-container .list-inline li {
  font-family: "Saira Condensed", sans-serif !important;
}
.filter-container .list-inline li a {
  font-family: "Saira Condensed", sans-serif !important;
}

h2.filters {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Saira Condensed", sans-serif !important;
}
h2.filters strong {
  font-size: 20px;
  width: 140px;
  display: inline-block;
  font-weight: 700;
}

.list-inline {
  width: 80%;
  margin: 0px auto;
}
.list-inline li {
  color: #939393;
  text-transform: uppercase;
  float: left;
  width: 190px;
}

.pro-cats-main-wraper {
  background: #fff;
}

.products-content-container {
  background: #f0f0f0;
  padding: 50px 0;
}

.con {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}

/* Hide the browser's default checkbox */
.con input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.con:hover input ~ .checkmark {
  background-color: #ececec;
}

/* When the checkbox is checked, add a blue background */
.con input:checked ~ .checkmark {
  background-color: #ececec;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.con input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.con .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service-wrap {
  margin: 15px 0;
}

.service-box-wrap {
  text-align: center;
}
.service-box-wrap h3 {
  font-size: 18px;
  color: #181619;
  font-weight: 500;
}
.service-box-wrap p {
  color: #8d8c8c;
  font-weight: 400;
}
.service-box-wrap:hover h3 {
  color: #ec7d6c;
}
.service-box-wrap:hover p {
  color: #000;
}

.contact-main-wraper {
  padding: 150px 0 0 0;
}

.page-name {
  text-transform: uppercase;
  font-size: 2vw;
}

.breadcrumb {
  background: transparent;
  padding: 15px 0px;
}

.breadcrumb-item.active {
  color: red;
}

.comp-contacts {
  position: relative;
  margin-top: 100px;
}
.comp-contacts address {
  color: #aeaeae;
  text-transform: uppercase;
}
.comp-contacts address strong {
  display: inline-block;
  width: 120px;
  font-weight: 600;
  color: #2f2f2f;
}
.comp-contacts:before {
  content: "\f18e";
  font-family: FontAwesome;
  color: #ec7d6c;
  position: absolute;
  right: -15px;
  top: 0px;
  font-size: 25px;
}

.comp-addres {
  position: relative;
}
.comp-addres address strong {
  color: #ec7d6c;
  color: red;
}
.comp-addres:before {
  content: "\f18e";
  font-family: FontAwesome;
  color: #ec7d6c;
  position: absolute;
  right: -15px;
  top: 50px;
  font-size: 25px;
}

.contactus-filed-wraper {
  padding: 100px 0;
  background: #f0f0f0;
}

.comp-email {
  text-align: left;
}
.comp-email i.fa {
  font-size: 50px;
  display: inline-block;
}
.comp-email a {
  color: #ec7d6c;
}

.company-msg h6 {
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 35px;
  padding-left: 10px;
}

.comp-fileds {
  width: 50%;
  padding: 0 10px;
  float: left;
}
.comp-fileds .form-control {
  background: transparent;
}
.comp-fileds textarea {
  height: 147px;
}

.sendbtn {
  color: #4c4c4c;
  font-size: 30px;
  position: relative;
  display: block;
  text-align: right;
}
.sendbtn span {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  padding-top: 0px;
  border-radius: 360px;
}

.search-header-wrapper > .nav-icon {
  background: none;
  border: none;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  cursor: pointer;
  color: #fff;
}
.search-header-wrapper > .nav-icon .fa-search {
  color: #fff !important;
  margin: 5px 0 0 50px;
  font-size: 25px;
}

.search-header-wrapper > .nav-icon:hover {
  color: #ed1c24;
}

.search-header-wrapper .search-input-container {
  display: inline-block;
  width: 50%;
  padding-right: 24px;
}

.search-header-wrapper .search-box-wrap {
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5555;
  background: #f8f8f8;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 15px -10px #000;
          box-shadow: 0 6px 15px -10px #000;
}

.search-header-wrapper .search-box-wrap > div {
  padding: 24px;
}

.search-header-wrapper .search-box-wrap.active {
  height: 92px;
  background-color: #fff;
}

.search-header-wrapper .search-box-wrap button {
  vertical-align: bottom;
  padding: 5px 25px;
  background: transparent;
  border: 1px solid #1b1b1b;
  font-size: 22px;
  cursor: pointer;
}

.search-header-wrapper .search-box-wrap button:hover {
  cursor: pointer;
  background: #ddd;
}

.search-header-wrapper input {
  background: none;
  border: 1px solid #121212;
  border-width: 0 0 1px;
  height: 44px;
  vertical-align: bottom;
  font-size: 22px;
  width: 100%;
  padding: 0 12px;
}

.search-box {
  position: relative;
}

.search-box .input-text {
  padding: 10px 14px;
  border-color: #121212;
}

.search-box .button {
  width: 40px;
  min-width: 0;
  position: absolute;
  padding: 9px 8px 5px;
  top: 0;
  right: 0;
  border: 0;
}

.search-box .button .icon-search:before {
  font-size: 25px;
}

.search-header-wrapper input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-colom {
  padding: 150px 0;
}

footer {
  background: #ec7d6c;
  padding: 20px 0;
  color: #fff;
}

.footer-menu li {
  float: left;
}

.footer-menu li a {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 400;
}
.footer-menu li a i.fa {
  font-size: 30px;
}
.footer-menu li a:hover {
  color: #000;
}

.footer-navigation-sec {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.social-icons li {
  padding: 40px 15px 40px 15px;
  float: left;
  color: #fff;
  font-size: 40px;
}
.social-icons li a {
  color: #fff;
}

.news-sec h6 {
  font-size: 25px;
  font-weight: 400;
}
.news-sec .news-letter-field {
  padding: 10px;
  border: none;
  background: #414141;
  float: left;
  width: 285px;
  height: 50px;
}
.news-sec .news-btn {
  padding: 10px 18px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #000;
  color: #fff;
  font-size: 20px;
}
.news-sec p {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
.news-sec input::-webkit-input-placeholder {
  color: #fff;
}
.news-sec input::-moz-placeholder {
  color: #fff;
}
.news-sec input:-ms-input-placeholder {
  color: #fff;
}
.news-sec input::-ms-input-placeholder {
  color: #fff;
}
.news-sec input::placeholder {
  color: #fff;
}
.news-sec input[type=email] {
  color: #fff;
}

.copy-right {
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.signature {
  color: #939393;
  font-size: 16px;
}
.signature a {
  color: #fff;
}
.signature a:hover {
  color: #000;
}

.contactus-inner-banner {
  position: relative;
}

.banner-text {
  position: absolute;
  top: 40%;
  bottom: 50%;
  width: 100%;
}
.banner-text h4 {
  text-align: center;
  font-size: 5vw;
  color: #fff;
  text-transform: uppercase;
}

.aboutus-contents {
  padding: 50px 0;
}

.about-slogan {
  background: #ec7d6c;
  color: #fff;
  padding: 40px 0;
}
.about-slogan h1 {
  font-size: 6vw;
  line-height: 100px;
}

.large-bottom-sec input[type=radio], .create-accont-main-continer input[type=radio] {
  display: none;
}

.large-bottom-sec label, .create-accont-main-continer label {
  display: inline-block;
  /*background-color: #ddd;*/
  /*padding: 4px 11px;*/
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
}

.large-bottom-sec input[type=radio]:checked + label, .create-accont-main-continer input[type=radio]:checked + label {
  /*background-color: #bbb;*/
  border: 1px solid #7f2221;
}

.large-bottom-sec strong {
  font-size: 18px;
  color: #000;
}

.large-bottom-secr sup {
  color: red;
}

.large-bottom-secr p {
  font-size: 20px;
  font-weight: bold;
  color: #fab03f;
  margin: 10px 0;
}

.large-bottom-sec .input-variable {
  background: #fff;
  padding: 10px 5px;
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
  border: none;
}

.large-bottom-sec {
  position: relative;
  z-index: 0;
}

.galerie--fullscreen {
  z-index: 88888;
}

.btn-inquiry {
  background: #ec7d6c;
  color: #fff;
  font-size: 20px;
  padding: 10px 0px;
  width: 200px;
  border-radius: 30px;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: left;
  margin: 0 50px;
  line-height: 20px;
}
.btn-inquiry span {
  font-weight: 300;
  font-size: 40px;
  float: right;
  padding-right: 15px;
  margin: -2px 0 0 0;
}

.large-bottom-sec {
  position: absolute;
  bottom: 18%;
  left: 2%;
  width: 100%;
}

.detail-pro-des {
  padding: 20px 0;
}

.detail {
  margin-bottom: 50px;
}
.detail h2, .detail h5 {
  font-size: 40px;
}
.detail li {
  margin-bottom: 15px;
}
.detail li span {
  text-transform: uppercase;
}

.detail-left-wraper {
  width: 60%;
  float: left;
}

.detail-right-wraper {
  width: 30%;
  margin-left: 10%;
  float: left;
  text-align: left;
  padding: 15% 0 0 0;
}
.detail-right-wraper h4 {
  text-align: left;
  font-size: 40px;
  color: #ec7d6c;
}
.detail-right-wraper p {
  text-align: left;
}

.size-sec {
  float: left;
  width: 20%;
  margin: 0 30px;
}

.color-section {
  float: left;
  width: 20%;
}

.display-flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events-content h2 {
  font-size: 34px;
}
.events-content p {
  font-size: 20px;
}