/**********************
Sass Variable
*****************************************/
@import url(fonts.css);
@import url(margin.css);
/**********************************************************************************
***********************************************************************************
0. General
***********************************************************************************
**********************************************************************************/
@media only screen and (max-width: 991px) {
  html {
    height: auto;
  }
}

@media only screen and (min-width: 991px) {
  html {
    height: 100%;
  }
}

body {
  outline: none !important;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

* {
  outline: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.white {
  color: #fff !important;
}

.default-ul {
  list-style: none;
  padding: 0;
}

.db {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
}

.no-border {
  border: none !important;
}

.whitebg {
  background: #fff;
}

.graybg {
  background: #e2e2e2;
}

@media only screen and (max-width: 991px) {
  .center-block-r {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .hidden-mq {
    display: none;
  }
}

.full-width {
  width: 100%;
}

.tdn {
  text-decoration: none !important;
}

@media only screen and (min-width: 991px) {
  .hidden-mn {
    display: none;
  }
  .mtb118-m {
    margin: 118px auto;
  }
  .full-width {
    width: 100% !important;
  }
  .row-cmn {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-clmn {
    margin-left: -15px;
  }
  .row-crmn {
    margin-right: -15px;
  }
  .pull-right-m {
    float: right;
  }
}

.row-c {
  margin-right: -15px;
  margin-left: -15px;
}

.row-cl {
  margin-left: -15px;
}

.row-cr {
  margin-right: -15px;
}

.pull-left-c {
  float: left;
}

.pull-right-c {
  float: right;
}

@media only screen and (max-width: 991px) {
  .mtb20-mq {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 991px) {
  .col-md-3-half {
    width: 30%;
  }
  .col-md-5-half {
    width: 45%;
  }
}

p {
  font-size: 13px;
  color: #999999;
  line-height: 26px;
}

.center-txt {
  text-align: center;
}

iframe {
  width: 100% !important;
  padding: 0;
  margin: 0;
}

/*=====Top Red Comapny Name=====*/
.topbacbg {
  background: #2c2c2c;
  z-index: 99999;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .topbacbg {
    position: initial;
    text-align: center;
  }
}

.topbacbg ul {
  display: inline;
}

.topbacbg ul li {
  list-style: none;
  display: inline-block;
  text-decoration: none;
  text-align: left;
  margin: 0px;
  line-height: 32px;
  padding: 0px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.topbacbg ul li i {
  color: #fff;
  background: #e52328;
  border-radius: 50%;
  padding: 10px;
  margin-right: 5px;
}

.topbacbg ul li a {
  font-size: 13px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.topbacbg .redline {
  border-bottom: 0px solid #000;
}

.topbacbg .barright {
  text-align: right;
}

@media only screen and (max-width: 320px) {
  .topbacbg .barright {
    text-align: center;
  }
}

/* ========Top Header Starting============= */
.cologo {
  margin: 0px;
  padding: 0px;
}

.cologo img {
  display: block; 
  z-index: 999;
}

.searchbx {
  margin: 0px;
  padding: 0px;
  line-height: 30px;
  width: 100%;
}

.searchbx li {
  list-style: none;
  display: inline;
}

.searchbx li img {
  float: left;
}

.searchbx li input {
  border: 0px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 7px;
  width: 70%;
  float: left;
}

@media (max-width: 767px) {
  .searchbx li input {
    width: 59%;
  }
}

.searchbx li button {
  background: url("../imgs/srchbtns.jpg");
  width: 87px;
  height: 45px;
  border: 0px;
  border-radius: 0px;
}

.basket {
  margin: 0px;
  padding: 0px;
  text-align: right;
  height: 70px;
}

@media (max-width: 767px) {
  .basket {
    text-align: center;
    height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.basket a {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  color: #686868;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .basket a {
    position: relative;
    text-align: center;
    padding-top: 11px;
  }
}

/*=========================================  Main Styles  ===================================================*/
/*Filter styles*/
.saturate:hover img {
  -webkit-filter: saturate(3);
}

.grayscale:hover img {
  -webkit-filter: grayscale(100%);
}

.contrast:hover img {
  -webkit-filter: contrast(145%);
}

.brightness:hover img {
  -webkit-filter: brightness(0.25);
}

.blur:hover img {
  -webkit-filter: blur(3px);
}

.invert:hover img {
  -webkit-filter: invert(100%);
}

.sepia:hover img {
  -webkit-filter: sepia(100%);
}

.huerotate:hover img {
  -webkit-filter: hue-rotate(180deg);
}

.opacity:hover img {
  -webkit-filter: opacity(50%);
}

.old-close::before {
  background-color: transparent !important;
}

/* switcher color */
#slideout {
  position: fixed;
  top: 50%;
  left: 0px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 99999;
  background: #fff;
  border: 1px solid #898989;
  border-left: 0;
}

#slideout_inner {
  position: fixed;
  top: 50%;
  left: -85px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #fff;
  border: 1px solid #898989;
  border-left: 0;
  z-index: 96;
}

#slideout:hover {
  left: 81px;
}

#slideout:hover #slideout_inner {
  left: 0;
}

a.link-settings-colors {
  width: 40px;
  height: 40px;
  padding-top: 12px;
  display: block;
  color: #323332;
  background: #fff;
  z-index: 99999;
  position: relative;
  margin-left: -1px;
}

a.link-settings-colors:hover {
  color: #323332;
  text-decoration: none;
}

.link-settings-colors i {
  display: block;
  margin-left: 12px;
  background: url(../images/setting.png);
  width: 16px;
  height: 16px;
}

#slideout_inner ul {
  list-style: none;
  width: 80px;
  margin: 0;
  padding-right: 10px;
  padding-top: 10px;
}

#slideout_inner ul li {
  float: left;
  padding-left: 10px;
  padding-bottom: 10px;
}

#slideout_inner ul li a {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-indent: -9999px;
  display: block;
}

#slideout_inner ul li a.colorblue {
  background: #1aace7;
  border: 1px solid #157298;
}

#slideout_inner ul li a.colorgreen {
  border: 1px solid #177e6a;
  background: #25b89b;
}

#slideout_inner ul li a.colorred {
  border: 1px solid #625501;
  background: #c7ad02;
}

#slideout_inner ul li a.coloryellow {
  border: 1px solid #781523;
  background: #ce253d;
}

#slideout_inner ul li a.boxed {
  text-indent: 0 !important;
}

#slideout_inner ul li a.wide {
  text-indent: 0 !important;
}

.select {
  color: #ff004c;
  font-weight: 600;
}

/*======================== Entering Page ============================*/
.enter {
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
}

.enter .col-md-6 {
  position: relative;
}

.enter .red span {
  background: #e72222;
}

.logo {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  width: auto;
  margin: 0 auto;
  display: table;
}

.text-enter {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  position: relative;
  max-width: 400px;
}

@media only screen and (min-width: 991px) {
  .text-enter {
    min-width: 400px;
    position: absolute;
    bottom: 20%;
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .text-enter {
    margin: 0 auto;
  }
}

.text-enter h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #fff;
  margin: 10px auto;
  text-transform: uppercase;
}

.text-enter p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #dadada;
  margin: 10px auto;
}

.text-enter span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  font-size: 30px;
  color: #fff;
  background: #c7ad02;
}

.text-enter span i {
  font-weight: bold;
  display: flex;
  top: -100%;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.hover-ef {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-ef:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*====================== Banner ==============*/
@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 20%;
    left: 14%;
    padding-bottom: 30px;
    bottom: 16%;
  }
  .carousel-caption .btn-default {
    float: left;
  }
}

.btn-default {
  border: none;
  border-radius: 0;
  background: #171717 !important;
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  border-radius: 22px;
  font-size: 13px;
  margin-top: 10px;
  padding: 15px 20px;
  text-transform: uppercase;
}

/*========================== Navbar =================*/
#navbar {
  border: none;
  border-radius: 0;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 767px) {
  #navbar {
    background: #383838;
  }
}

@media only screen and (min-width: 767px) {
  #navbar {
    top: 0;
    left: 0;
    right: 0;
    padding: 0px;
    z-index: 9;
  }
}

#navbar .navbar-brand {
  height: auto !important;
}

@media (max-width: 767px) {
  #navbar .navbar-brand img {
    max-width: 105px;
  }
}

@media only screen and (min-width: 767px) {
  #navbar .navbar-brand {
    min-width: 230px;
    position: relative;
  }
  #navbar .navbar-brand img {
    position: absolute;
    top: -50px;
  }
}

#navbar .navbar-nav.navbar-right li a {
  /* background: #2b99bd; */
}

#navbar .navbar-nav.navbar-right li a:hover {
  /* background: #2b99bd; */
  background: transparent;
}

#navbar .navbar-nav li {
  border-right: 0px solid #000;
}

@media (max-width: 767px) {
  #navbar .navbar-nav li {
    border-bottom: 1px solid #000;
    width: 100%;
  }
}

#navbar .navbar-nav li a {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 0px solid #383838;
}

#navbar .navbar-nav li a:hover {
  background: #161616;
  border-bottom: 0px solid #0e7ca0;
  color: #fff;
}

@media (max-width: 767px) {
  #navbar .navbar-nav li a:hover {
    background: #161616;
  }
}

.navbar-default {
  background: none;
}

/*****************
Navbar Effect
**********************/
.navbar-toggle {
  background: #2b99bd !important;
  border-radius: 0px;
  border: none;
}

@media (max-width: 767px) {
  .menu-btn1 {
    right: 0 !important;
  }
}

.icon-bar {
  background: #fff !important;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .type1 {
  top: 6px;
  transform: rotate(46deg);
}

.navbar-toggle.active .type2 {
  background-color: transparent !important;
}

.navbar-toggle.active .type3 {
  top: -6px;
  transform: rotate(-50deg);
}

/* ============== Main About Us============ */
.aboutbgs {
  background: #f0f0f0;
  font-family: 'Raleway';
  color: #fff;
}

.aboutbgs h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #e11b21;
  font-weight: 600;
}

.aboutbgs h4 {
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  color: #262626;
}

.aboutbgs p {
  font-size: 13px;
  color: #262626;
  text-align: center;
}

.aboutbgs a {
  display: block;
  width: 120px;
  font-family: 'Raleway';
  background: #e52227;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  padding: 11px;
  border-radius: 30px;
  text-decoration: none;
}

.aboutbgs a:hover {
  background: #e52227;
  text-decoration: none;
}

/* ===========Product Page Cats============ */
.formalleftmain {
  margin: 0px;
  padding: 0px;
}

.formalleftmain h4 {
  font-family: 'Raleway';
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  font-size: 25px;
  color: #262626;
}

.formalleftmain h2 {
  background: transparent;
  padding: 0px;
  margin: 0px;
  line-height: 32px;
  margin-bottom: 0px;
}

.formalleftmain h2 i {
  font-size: 13px;
  color: #ff004c;
}

.formalleftmain h2 a {
  font-family: 'Raleway';
  font-size: 13px;
  text-transform: uppercase;
  color: #515151;
  padding: 5px;
  padding-left: 0px;
  margin: 0px;
  font-weight: 600;
  text-decoration: none;
}

.formalleftmain h2 a:hover {
  padding: 15px;
  transition: 0.5s;
  padding-left: 8px;
  color: #ff004c;
}

.formalleftmain .scatsect {
  margin: 0px;
  padding: 0px;
}

.formalleftmain .scatsect ul {
  background: #f6f6f6;
  padding: 0px;
  margin: 0px;
  line-height: 32px;
}

.formalleftmain .scatsect ul li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #d3d3d3;
}

.formalleftmain .scatsect ul li i {
  font-size: 13px;
  color: #fe1057;
  padding-left: 13px;
  padding-right: 4px;
}

.formalleftmain .scatsect ul li a {
  font-family: 'Raleway';
  font-size: 12px;
  color: #626262;
  padding: 9px;
  padding-left: 0px;
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
}

.formalleftmain .scatsect ul li a:hover {
  color: #fe0f56;
}

.centerboxdt {
  margin: 0px;
  padding: 0px;
}

.centerboxdt h2 {
  font-family: 'Raleway';
  font-size: 20px;
  color: #2f2f2f;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.centerboxdt p {
  font-family: 'Raleway';
  font-size: 13px;
  color: #626262;
  padding: 2px;
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
}

/*============================== Search ==============================*/
.over-h {
  overflow: hidden;
}

.search-active {
  top: 0 !important;
}

.search {
  display: flex;
  top: -100%;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background: #26418d;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.search button {
  position: absolute;
  top: 0;
  right: 0;
  background: #000 !important;
  display: block;
}

.search h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}

.search .input-group {
  max-width: 800px;
  margin: 25px auto;
}

.search .input-group input {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 0;
  padding: 14px 15px;
  height: 100%;
}

.search .input-group button {
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.6) !important;
  border: none;
  border-radius: 0;
  font-size: 15px;
  padding: 15px 30px;
  text-transform: uppercase;
  margin-left: 0px !important;
}

/*============================== Cat Area ==============================*/

.catbkbgs {
  padding: 0px;
  margin: 0px;
  background: url('../imgs/parallax-slide1.jpg');
  background-position:center; 
  background-attachment: fixed;
  background-size: cover;
}


.catbox {
  padding: 0px;
  margin: 0px;
}

.catbox .cats {
  top: 30px;
  z-index: 999999;
  margin-bottom:19px;
}

.catbox h1 {
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #2a91b4;
  padding: 0px;
  margin: 0px;
}

.catbox hr {
  margin-top: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #ccc;
}

.catbox p {
  font-family: 'Raleway';
  font-size: 13px;
  color: #4f4f4f;
}

@media only screen and (min-width: 991px) {
  #cat {
    position: relative;
    bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  #cat {
    margin: 20px auto;
  }
}

.cat-area {
  padding: 15px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 17px -2px #777777;
}

@media only screen and (max-width: 991px) {
  .cat-area {
    margin: 20px auto;
  }
}

.cat-area img {
  margin: 10px auto;
}

.cat-area h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #282828;
  text-transform: uppercase;
  margin: 10px auto;
}

.cat-area p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #5f5f5f;
  line-height: 26px;
}

.cat-area .btn {
  width: 100%;
  max-width: 280px;
  margin: 10px auto;
}

/*============================== About Area ==============================*/
.about {
  text-align: left;
  margin: 15px auto;
}

.about h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #7a7a7a;
  margin: 10px auto;
  text-transform: uppercase;
}

.about h3 {
  font-family: "Montserrat", sans-serif;
  font-style: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px auto;
  color: #2b99bd;
}

.about p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #575757;
  line-height: 27px;
  margin: 20px auto;
}

.about .btn {
  margin: 10px auto;
}

/*================= Main Site Map =============*/
.sitemcats {
  background: #cb0000;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  padding: 7px;
}

.sitescats {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.sitescats a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #555555;
  border-bottom: 1px dotted #ccc;
  padding: 7px;
  width: 100%;
}

.sitescats a:hover {
  background: #fff;
  text-decoration: none;
}

/*================= Main Site Map =============*/
/*================= Feature Products =============*/
.ftrbgs {
  padding: 0px;
  margin: 0px;
  background: url('../imgs/parallax-slide1.jpg');
  background-position:center; 
  background-attachment: fixed;
  background-size: cover;
  padding: 20px 15px;
}

.ftrbgs .featurebox {
  margin: 12px 0px 12px 0px;
  width: 100%;
}

.ftrbgs .featurebox h1 {
  font-family: 'Raleway';
  font-size: 30px;
  color: #3d3d3d;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.ftrbgs .featurebox h1 img {
  margin: 0px;
  padding: 0px;
}

.ftrbgs .featurebox h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #e11b21;
  font-weight: 600;
  font-family: 'Raleway';
  text-align: center;
}

/* Our Cetificates */
.cerrtbg {
  background: #f5f5f5;
  margin: 0px;
  padding: 0px;
}

.cerrtbg h2 {
  font-family: 'Raleway';
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #e11b21;
  font-weight: 600;
}

.cerrtbg h3 {
  font-weight: 600;
  text-align: center;
  font-family: 'Raleway';
  font-size: 30px;
  color: #262626;
}

/* Our Cetificates */
.head {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #282828;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 10px auto;
  border-bottom: 1px solid #e0e0e0;
}

.product {
  background: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.product .p-img {
  border: 0px solid #f1f1f1;
  border-bottom: 0;
  padding: 8px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.product .p-img .imgbox {
  height: 276px;
  padding-top: 20px;
}

.product .p-img .newtag {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.product .p-img .newtag img {
  position: absolute;
  top: 9px;
  left: 9px;
}

.product .p-img h1 {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 38px;
  color: #000;
  padding: 0px;
  margin: 0px;
  border-bottom: 0px;
}

.product .p-img h1 a {
  color: #9e9e9e;
  text-decoration: none;
}

.product .p-img h1 a:hover {
  color: #000;
}

.product .p-img h2 {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #e6e6e7;
  color: #e11b21;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

.product .p-img p {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #a1a1a1;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

.product .p-img .detialbtns {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.product .p-img .detialbtns a {
  text-align: center;
  background: #fff;
  width: 130px;
  padding: 8px;
  border-radius: 22px;
  border: 2px solid #e11b21;
  color: #e11b21;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  transition: 0.5s;
}

.product .p-img .detialbtns a:hover {
  border: 2px solid #070707;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}

.product .pro-cap {
  background: #222222;
  padding: 10px 15px;
  text-align: center;
}

.product .pro-cap h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 15px;
  line-height: 27px;
  color: #fff;
}

.product .pro-cap h2 span {
  color: #2b99bd;
}

.owl-demo .item {
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #e6e6e7;
}

.owl-demo .owl-pagination {
  display: none;
}

.owl-demo .owl-buttons {
  /* position: absolute; */
  top: -64px;
  right: 0;
}

.owl-demo .owl-buttons div {
  background: #282828;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0px 12px !important;
}

.owl-demo .owl-buttons div i {
  color: #fff !important;
}

.owl-demo .owl-buttons div:hover {
  background: #2b99bd;
}

#nextbk {
  background: #314777;
  font: normal 14px 'Roboto Condensed', sans-serif;
  padding: 6px 18px 6px 18px;
  text-align: center;
  color: #f1f1f1;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: 0.6s;
}

#nextbk:hover {
  background: #ff1158;
  font: normal 14px 'Roboto Condensed', sans-serif;
  padding: 6px 18px 6px 18px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  color: #f1f1f1;
  text-decoration: none;
}

.whitetxt {
  font-family: tahoma;
  font-size: 11px;
  color: #FAFAFA;
  font-weight: normal;
  text-decoration: none;
}

#paging {
  background: #314777;
  font: normal 14px 'Roboto Condensed', sans-serif;
  padding: 6px 10px 6px 10px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  color: #FAFAFA;
  text-decoration: none;
  transition: 0.6s;
}

#paging:hover {
  background: #ff1158;
  font: normal 14px 'Roboto Condensed', sans-serif;
  padding: 6px 10px 6px 10px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  color: #FAFAFA;
  text-decoration: none;
}

#pagingsel {
  background: #ff1158;
  font-family: tahoma;
  text-align: center;
  height: 22px;
  width: 24px;
  line-height: 20px;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #9e0027;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
}

.whiteheading {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.whiteheadlink {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.whiteheadlink:hover {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

/*================= Detials Pagee Image Box =============*/
.detailhead {
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 21px;
  text-transform: uppercase;
  color: #383838;
  text-decoration: none;
}

.detailsbox {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
  margin-bottom: 20px;
}

.detailsbox .lrg-img {
  border: 0px solid #f1f1f1;
  border-bottom: 0;
  padding: 12px;
  margin: 0 auto;
  text-align: center;
}

.detailsbox .lrg-img img {
  text-align: center;
  margin: 0px auto;
  padding: 0px;
}

.dtlright {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
  padding: 12px;
  margin: 0px;
  margin-bottom: 20px;
}

.dtlright h1 {
  background: #da0606;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.dtlright h2 {
  background: #f1f1f1;
  border-bottom: 1px dotted #ccc;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  padding: 11px;
  color: #787878;
  text-decoration: none;
  text-transform: uppercase;
}

.dtlright h2 select {
  border-radius: 2px;
  border: 1px solid #ccc;
  width: 100%;
  padding: 9px;
  color: #000;
}

.dtlright h2 input {
  background: #dfdfdf;
  padding: 9px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  font: 13px;
  font-family: "Raleway", sans-serif;
  color: #242424;
  text-decoration: none;
  margin-left: 10px;
}

.dtlright h2 .addplus {
  background: url(../imgs/plus.png);
  width: 27px;
  height: 27px;
  border: 0px;
  margin: 0px;
  padding-top: 3px;
  cursor: pointer;
}

.dtlright h2 .addminus {
  background: url(../imgs/minus.png);
  width: 27px;
  height: 27px;
  border: 0px;
  margin: 0px;
  padding-left: 4px;
  padding-top: 3px;
  cursor: pointer;
}

/* inquiry page area */
.inqleftbox {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
  padding: 7px;
  display: inline-flex;
  width: 100%;
  margin: 0px;
  margin-bottom: 8px;
}

.inqleftbox h1 {
  background: #e60000;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 8px;
  color: #fff;
  width: 20%;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .inqleftbox h1 {
    width: 50%;
  }
}

.inqleftbox h2 {
  background: #f1f1f1;
  border-bottom: 1px dotted #ccc;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  width: 80%;
  padding: 8px;
  color: #787878;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .inqleftbox h2 {
    width: 50%;
  }
}

.inqleftbox img {
  background: #f1f1f1;
  border-bottom: 0px dotted #ccc;
  padding: 0px;
  height: 90px;
}

.inqleftbox input {
  background: #dfdfdf;
  padding: 9px;
  border-radius: 1px;
  border: 1px solid #e0e0e0;
  font: 13px;
  font-family: "Raleway", sans-serif;
  color: #242424;
  width: 100%;
  text-decoration: none;
}

.inqleftbox .btn-default {
  border: none;
  border-radius: 0;
  background: #e60000 !important;
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 11px;
  margin: 0px;
  color: #fff;
  margin-top: 10px;
  padding: 8px 30px;
  text-transform: uppercase;
}

.input-body legend {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif !important;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.input-body label {
  font-family: "Open Sans", sans-serif !important;
  display: inline-block;
  max-width: 100%;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
}

.input-body input {
  background: #fff;
  border-bottom: 1px dotted #ccc;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  padding: 8px;
  color: #505050;
  text-decoration: none;
}

.input-body select {
  background: #fff;
  border-bottom: 1px dotted #ccc;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  padding: 8px;
  color: #505050;
  text-decoration: none;
}

/* inquiry page area */
/*================= Newsletter Area =============*/
#newsletter {
  background: url(../imgs/newsletter-bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 15px;
  text-align: center;
}

#newsletter h2 {
  font-family: 'Raleway';
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 10px auto;
  text-transform: uppercase;
}

#newsletter p {
  font-family: "Raleway", sans-serif;
}

#newsletter .input-group {
  max-width: 630px;
  margin: 40px auto;
}

#newsletter .input-group input {
  background: #fff;
  font-family: 'Raleway';
  border: none;
  border-radius: 0;
  padding: 20px 15px !important;
  height: auto;
}

#newsletter .input-group .btn {
  padding: 20px 23px;
}

.news-icon {
  position: relative;
}

.news-icon::before {
  content: '';
  width: 45%;
  height: 1px;
  background: #393939;
  position: absolute;
  top: 60%;
  left: 0;
}

.news-icon::after {
  content: '';
  width: 45%;
  height: 1px;
  background: #393939;
  position: absolute;
  top: 60%;
  right: 0;
}

.news-icon p {
  margin: 20px auto;
}

.social {
  text-align: left !important;
  margin: 0px;
  padding: 0px; 
}

.social h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 10px;
}

.social h1::after {
  content: '';
  width: 85%;
  height: 1px;
  background: #e52227;
  position: absolute;
  top: 10%;
  left: 5%;
}

.social li {
  display: inline-block !important;
  margin-right: 20px !important;
  margin-bottom: 0px; 
}

.social li a {
  display: block !important;
  font-size: 13px !important;
  color: #fff;
  font-weight: 400;
  border: 2px solid #bb0c10;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  background: #e52227 !important;
  text-decoration: none;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.social li a i {
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
  height: 100% !important;
  text-align: center;
}

.social li a:hover {
  background: #000 !important;
  padding-left: 0px;
  color: #fff;
  transition: 0.5s;
  border: 2px solid #000;
  text-align: center;
}

.news-icon img {
  opacity: 0;
}

.news-icon .nw-ic {
  display: table;
  margin: 0 auto;
  position: relative;
}

.news-icon .nw-ic::before {
  content: '';
  z-index: 99;
  background: url(../imgs/newletter-img1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

/*=========================== Footer =====================*/
footer {
  background: #2a2929;
}

.footerlinks {
  margin: 0px;
  padding: 0px;
  border-right: 1px solid #000;
  height: 305px;
}

@media (max-width: 767px) {
  .footerlinks {
    border: 0px;
    border-bottom: 1px solid #000;
  }
}

.footerlinks h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 15px;
}

.footerlinks h1::after {
  content: '';
  width: 85%;
  height: 1px;
  background: #d71f24;
  position: absolute;
  top: 12%;
  left: 5%;
}

.footerlinks li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 25px;
}

.footerlinks li a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #a0a0a0;
  text-align: left;
  display: inline-block;
  width: 0px;
  white-space: nowrap;
  border-bottom: 1px solid transparent; 
  text-decoration: none;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}

.footerlinks li a:hover {
  padding-left: 11px;
  color: #f4f4f4; 
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  border-bottom: 1px solid #d71f24;
  width:86%;
}

.footerlinks td {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #a0a0a0;
  text-align: left;
}

.footerlinks p {
  font-family: 'Raleway';
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  padding-bottom: 10px;
  padding: 0px;
  margin: 0px;
}

.footerlinks p a {
  color: #ccc;
}

.footerlinks p i {
  color: #ccc;
  padding-right: 5px;
}

.redboxfooter {
  border-right: 1px solid #000;
  height: 305px;
}

@media (max-width: 767px) {
  .redboxfooter {
    border: 0px;
    border-bottom: 1px solid #000;
  }
}

.redboxfooter h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 15px;
}

.redboxfooter h1::after {
  content: '';
  width: 85%;
  height: 1px;
  background: #d71f24;
  position: absolute;
  top: 12%;
  left: 5%;
}

.redboxfooter p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.redboxfooter p a {
  color: #fff;
}

.redboxfooter p a:hover {
  color: #fff;
  text-decoration: underline;
}

.redboxfooter input {
  background: #fff;
  border-radius: 20px;
  border: 0px solid #505050;
  padding: 11px;
  padding-left: 20px;
  font-size: 12px;
  margin-bottom: 9px;
  width: 100%;
  font-family: 'Raleway';
  font-weight: normal;
  color: #6b7a8c;
  text-decoration: none;
}

.redboxfooter .btn-default-letter {
  border: none;
  border-radius: 20px;
  background: #d71f24 !important;
  color: #fff !important;
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 12px;
  padding: 12px;
  text-transform: uppercase;
}

/* Copyrights Area */
.copyrightsbx {
  margin: 0px;
  padding: 0px;
  background: #000;
  border-top: 1px solid #505e7e;
}

.copyrightsbx p {
  font-family: Raleway;
  font-weight: 400;
  font-size: 13px;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  color: #8f9cab;
  text-align: center;
  text-decoration: none;
}

/* Copyrights Area */
@media only screen and (min-width: 991px) {
  .btm-icon img {
    float: left;
    margin-right: 25px;
    margin-top: 20px;
  }
  .btm-icon .txt-r {
    float: left;
  }
}

@media only screen and (max-width: 991px) {
  .btm-icon {
    text-align: center;
  }
}

.btm-icon a {
  text-decoration: none;
  color: #fff;
}

.btm-icon h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 5px auto;
}

.btm-icon p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin: 5px auto;
}

.btm-footer {
  background: #222222;
  padding: 40px 0;
  text-align: center;
}

.btm-footer a {
  color: #fff;
  text-decoration: none;
}

.btm-footer ul {
  margin: 10px auto;
  text-align: center;
}

.btm-footer ul li {
  display: inline-block;
  margin-right: 10px;
}

.btm-footer ul li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

/*-----------------------
-----Scrollimations------
------------------------*/
.scrollimation.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.scrollimation.fade-in.in {
  opacity: 1;
}

.scrollimation.scale-in {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57), opacity 0.6s ease-out;
  transition: transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57), opacity 0.6s ease-out;
}

.scrollimation.scale-in.in {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.scrollimation.fade-right {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
  transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-right.in {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.scrollimation.fade-left {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
  transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-left.in {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.scrollimation.fade-up {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
  transition: transform .4s ease-out,opacity .4s ease-in-out;
}

.scrollimation.fade-up.in {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.scrollimation.d1 {
  transition-delay: .2s;
}

.scrollimation.d2 {
  transition-delay: .4s;
}

.scrollimation.d3 {
  transition-delay: .6s;
}

.scrollimation.d4 {
  transition-delay: .8s;
}

.touch .scrollimation.fade-in {
  opacity: 1;
}

.touch .scrollimation.scale-in {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.touch .scrollimation.fade-right {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.touch .scrollimation.fade-left {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.touch .scrollimation.fade-up {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
