/* @font-face {
    font-family: "Proxima Nova";
    src: url('../fonts/proxima-nova-regular.woff?p') format("woff")
} */

body {
  color: #000;
  font-family: sans-serif, Roboto;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  word-wrap: break-word;
}

p:last-child {
  margin-bottom: 0;
}

ul:last-child {
  margin-bottom: 0;
  padding: 6px !important;
}

.nav > li > a > img,
img {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  color: #fff;
  background-color: #c12222;
}

::selection {
  color: #fff;
  background-color: #c12222;
}

.del {
  text-decoration: line-through;
}

.table:last-child {
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima nova, Roboto, sans-serif;
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  /* color: #c12222; */
  color: #c12222;
  -webkit-transition-property: color, border-color, background-color, box-shadow;
  transition-property: color, border-color, background-color, box-shadow;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a:focus,
a:hover {
  color: #c12222;
}

.btn-link {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
  -webkit-transition: color 0.3s, border-color 0.25s,
    background-color 0.25s ease-in-out;
  transition: color 0.3s, border-color 0.25s, background-color 0.25s ease-in-out;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}

.btn-link.active,
.btn-link:focus,
.btn-link:hover {
  color: #c12222;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.btn-link:link,
.btn-link:visited,
a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  outline: 0;
}

.navbar {
  position: relative;
  min-height: 38px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  box-shadow: 0 3px 10px 0 #777;
}

.nav li a:focus,
.nav li a:hover,
.nav li.open > a,
.nav li.open > a:focus,
.nav li.open > a:hover {
  background-color: transparent;
}

.nav li a {
  color: inherit;
}

.nav li a:focus,
.nav li.active > a:focus,
.nav li.open > a:focus {
  color: inherit;
}

.sticky-wrapper {
  /* height: 38px !important; */
}

.header--nav-links li a:hover,
.header--nav-links li.active > a,
.header--nav-links li.active > a:focus,
.header--nav-links li.active > a:hover,
.header--nav-links li.open > a,
.header--nav-links li.open > a:focus,
.header--nav-links li.open > a:hover {
  color: #c12222;
  background-color: #fff;
}

.nav li a:hover,
.nav li.active > a,
.nav li.active > a:focus,
.nav li.active > a:hover,
.nav li.open > a,
.nav li.open > a:focus,
.nav li.open > a:hover {
  color: #c12222;
}

.nav > li {
  float: left;
}

.nav > li > a {
  display: inline-block;
}

.btn {
  padding: 8px 20px;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  border-radius: 20px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

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

.btn-sm {
  padding-top: 3px;
  padding-bottom: 3px;
}

.btn-lg {
  padding: 7px 25px;
  border-radius: 25px;
}

.logo-right-des .btn {
  padding: 8px 10px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.btn-default,
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  color: #c12222;
  background-color: transparent;
  border-color: #c12222;
  font-weight: 700;
}

.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #fff;
  background-color: #c12222;
  border-color: #c12222;
}

.btn-primary,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background-color: #c12222;
  border-color: #c12222;
}

.bg--c-main .btn-primary,
.bg--c-main .btn-primary.disabled.focus,
.bg--c-main .btn-primary.disabled:focus,
.bg--c-main .btn-primary.disabled:hover,
.bg--c-main .btn-primary[disabled].focus,
.bg--c-main .btn-primary[disabled]:focus,
.bg--c-main .btn-primary[disabled]:hover {
  border-color: #fff;
}

.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.nav li a.btn-primary:focus,
.nav li a.btn-primary:hover,
.nav li.active > a.btn-primary,
.nav li.open > a.btn-primary,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #c12222;
  background-color: #fff;
  border-color: #fff;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  height: 40px;
  padding: 7px 20px;
  border-radius: 0;
  box-shadow: none;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  outline: 0;
}

.form-control:focus {
  border-color: #c12222;
  box-shadow: none;
  border: 1px solid #c12222 !important;
}

textarea.form-control {
  height: auto;
  min-height: 100px;
  resize: vertical;
}

select.form-control {
  cursor: pointer;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
  left: 0;
  right: 0;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.float--none {
  float: none;
}

.ml--5 {
  margin-left: 5px;
}

.ml--8 {
  margin-left: 8px;
}

.ml--15 {
  margin-left: 15px;
}

.mr--5 {
  margin-right: 5px;
}

.mr--8 {
  margin-right: 8px;
}

.mr--15 {
  margin-right: 15px;
}

.plr--0 {
  padding-left: 0;
  padding-right: 0;
}

.pr--0 {
  padding-right: 0;
}

.pl--0 {
  padding-left: 0;
}

.pt--10 {
  padding-top: 10px;
}

.pt--20 {
  padding-top: 20px;
}

.pt--30 {
  padding-top: 30px;
}

.pt--40 {
  padding-top: 40px;
}

.pt--50 {
  padding-top: 50px;
}

.pt--60 {
  padding-top: 60px;
}

.pt--70 {
  padding-top: 70px;
}

.pt--80 {
  padding-top: 80px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--100 {
  padding-top: 100px;
}

.pt--130 {
  padding-top: 130px;
}

.pt--150 {
  padding-top: 150px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pb--20 {
  padding-bottom: 20px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--100 {
  padding-bottom: 100px;
}

.pb--130 {
  padding-bottom: 130px;
}

.pb--150 {
  padding-bottom: 150px;
}

.p--80 {
  padding: 80px;
}

.logo-right-des {
  width: 100%;
}

.logo-right-des h1,
.logo-right-des h5 {
  margin-top: 5px;
  color: #626262;
  line-height: 23px;
  font-size: 14px;
}

/* .logo-right-des form {
  margin-top: 20px;
} */

.text-c--main {
  color: #c12222;
}

.bg--img {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.bg--overlay {
  position: relative;
  color: #eee;
  z-index: 0;
}

.bg--overlay:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #060707;
  opacity: 0.5;
  z-index: -1;
}

.bg--overlay-90:before {
  opacity: 0.9;
}

.bg--c-main,
.bg--c-main--a:after,
.bg--c-main--b:before {
  color: #fff;
  background-color: #c12222;
}

.bg--c-lighterblue,
.bg--c-lighterblue--a:after,
.bg--c-lighterblue--b:before {
  background-color: #f8fbff;
}

.bg--c-darkgray,
.bg--c-darkgray--a:after,
.bg--c-darkgray--b:before {
  color: #eee;
  background-color: #393939;
}

.section--divider-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.section--divider-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.gutter--0 {
  margin-left: 0;
  margin-right: 0;
}

.gutter--0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.gutter--10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter--10 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.vc--parent {
  width: 100%;
  height: 100%;
}

.vc--child-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.row--vc > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.row--vb > div {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}

.section--title .h1 {
  margin-top: 4px;
  color: #393939;
  font-weight: 300;
  font-family: serif;
}

.bg--overlay .section--title .h1 {
  color: #fff;
}

.section--title p {
  margin-top: 7px;
  margin-bottom: 3px;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.dropdown-menu .dropdown-menu {
  top: -14px;
  left: 100%;
  margin-top: 0;
  margin-left: 21px;
  box-shadow: -3px 6px 12px rgba(0, 0, 0, 0.15);
}

.dropdown-menu .dropdown-menu:before {
  top: 27px;
  left: -12px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropdown-menu > li + li {
  margin-top: -1px;
}

.dropdown-menu > li > a {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #393939;
  border-style: solid;
  border-width: 2px 4px;
  border-color: #c12222;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  -webkit-transition-property: color, border-color, background-color, padding;
  transition-property: color, border-color, background-color, padding;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:focus,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.open > a,
.dropdown-menu > li.open > a:focus,
.dropdown-menu > li.open > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  padding-left: 25px;
  /* color: #fff !important; */
  background-color: #c12222;
  border-color: #c12222;
}

li.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown-toggle:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 21px;
}

.ui-spinner {
  width: 70px;
  margin: 16px 0;
  background-color: transparent;
  overflow: visible;
}

.ui-spinner.ui-widget {
  border-width: 0;
}

.ui-spinner-input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  color: #c12222;
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
  outline: 0;
}

.ui-spinner .ui-spinner-input {
  font-size: 16px;
  line-height: 26px;
}

.ui-spinner-button {
  top: -16px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  cursor: pointer;
}

.ui-spinner-button:before {
  content: "\f106";
  display: block;
  color: #999;
  width: 30px;
  margin: 0 auto;
  background-color: #f8f8f8;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
}

.ui-spinner-down {
  top: auto;
  bottom: -16px;
}

.ui-spinner-down:before {
  content: "\f107";
}

.owl-dots {
  position: absolute;
  left: 0;
  right: -4px;
  bottom: 30px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 10px 5px 0;
  background-color: #c12222;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.owl-dot.active {
  opacity: 1;
}

#top-product > .owl-nav > div {
  margin-top: -20px;
}

#our-client > .owl-nav > div {
  margin-top: -180px;
}

.owl-nav > div {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  margin-top: -240px;
  color: #fff;
  background-color: rgba(4, 5, 3, 0.34);
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  -webkit-transition-property: color, background, border-color, box-shadow;
  transition-property: color, background, border-color, box-shadow;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 1;
}

.owl-nav > div:hover {
  color: #c12222;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.owl-nav > div.owl-next {
  left: auto;
  right: 10px;
}

.pagination {
  margin: -15px 0 0;
  padding: 0;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
}

.pagination > li {
  display: inline-block;
  margin: 15px 1px 0;
}

.pagination > li.next > a,
.pagination > li.prev > a {
  color: #fff;
  background-color: #c12222;
  border-color: #c12222;
}

.pagination > li > a {
  float: none;
  display: block;
  min-width: 40px;
  padding: 0 2px;
  background-color: transparent;
  border-width: 0;
  color: #393939;
  font-size: 13px;
  line-height: 40px;
  border-radius: 50%;
}

.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover,
.pagination > li:not(.prev):not(.next) > a:active,
.pagination > li:not(.prev):not(.next) > a:active:focus,
.pagination > li > a:focus,
.pagination > li > a:hover {
  color: #c12222;
  background-color: transparent;
}

.pagination > li > a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 50%;
}

.pagination > li.next > a,
.pagination > li.prev > a {
  font-size: 16px;
}

.pagination > li.prev {
  margin-right: 20px;
}

.pagination > li.next {
  margin-left: 20px;
}

.pagination > li.next > a,
.pagination > li.next > a:active,
.pagination > li.next > a:active:focus,
.pagination > li.prev > a,
.pagination > li.prev > a:active,
.pagination > li.prev > a:active:focus {
  color: #fff;
}

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

.content--inner:after {
  clear: both;
}

.content--inner table {
  width: 100%;
  color: #999;
}

.content--inner p + table {
  margin-top: 26px;
}

.content--inner table td,
.content--inner table th {
  padding: 8px 20px;
  border: 1px solid #eee;
  font-weight: 400;
}

.content--inner table th {
  color: #393939;
}

.content--inner figure {
  position: relative;
  padding: 20px 0 0 20px;
  z-index: 0;
}

.content--inner figure + p,
.content--inner p + figure {
  margin-top: 18px;
}

.content--inner figure:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  bottom: 20px;
  border: 1px dotted #000;
  opacity: 0.15;
  z-index: -1;
}

.content--inner blockquote {
  position: relative;
  margin-bottom: 0;
  padding: 33px 0 36px;
  color: #393939;
  border-style: dotted;
  border-width: 1px 0;
  border-color: rgba(0, 0, 0, 0.15);
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  z-index: 0;
}

.content--inner blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 10%;
  color: #eee;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 40px;
  z-index: -1;
}

.content--inner blockquote + p,
.content--inner p + blockquote {
  margin-top: 20px;
}

.content--inner blockquote p {
  max-width: 440px;
  margin: 0 auto;
}

.comment--list {
  position: relative;
  z-index: 0;
}

.comment--respond + .comment--list {
  margin-top: 54px;
}

.post--items + .comment--list {
  margin-top: 20px;
  padding-top: 55px;
}

.post--items + .comment--list:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.comment--list .title {
  margin-bottom: 13px;
}

.comment--list .title .h4 {
  margin-top: -1px;
  color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.comment--items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment--items .comment--items {
  margin-top: 10px;
  margin-left: 100px;
}

.comment--items li + li {
  margin-top: 10px;
}

.comment--item {
  position: relative;
  padding: 30px 30px 30px 40px;
  z-index: 0;
}

.comment--item .img {
  float: left;
  margin-right: 30px;
}

.comment--item .info {
  overflow: hidden;
}

.comment--item .info .header {
  margin-top: 5px;
}

.comment--item .info:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.comment--item .info--left {
  float: left;
}

.comment--item .header .name {
  margin-bottom: 0;
  color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.comment--item .header .datetime {
  margin-top: -2px;
  margin-bottom: 0;
  color: #999;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
}

.comment--item .header .datetime span {
  margin-right: 10px;
}

.comment--item .info--rating,
.comment--item .info--reply {
  float: right;
}

.comment--item .info--rating .nav {
  margin: 0 -4px;
  color: #393939;
  font-size: 0;
  line-height: 0;
  opacity: 0.3;
}

.comment--item .info--rating .nav > li {
  margin: 0 4px;
  font-size: 14px;
  line-height: 24px;
}

.comment--item .info--reply {
  color: #999;
}

.comment--respond {
  position: relative;
  z-index: 0;
}

.comment--list + .comment--respond {
  margin-top: 37px;
}

.post--items + .comment--respond {
  margin-top: 20px;
  padding-top: 55px;
}

.post--items + .comment--respond:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.comment--respond .title {
  margin-bottom: 30px;
}

.comment--respond .title .h4 {
  margin-top: -1px;
  color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.comment--respond .form--inner {
  position: relative;
  padding: 34px 60px 11px;
  z-index: 0;
}

.post--items + .comment--respond .form--inner {
  background-color: #f8f8f8;
}

.comment--respond .form--inner:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.post--items + .comment--respond .form--inner:before {
  opacity: 0;
}

.comment--respond .rating {
  margin-top: 0;
  margin-bottom: 22px;
}

.comment--respond .rating label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  color: #393939;
  font-size: 14px;
  font-weight: 300;
  vertical-align: top;
}

.comment--respond .rating .br-wrapper {
  display: inline-block;
}

.comment--respond .rating .br-widget a {
  display: inline-block;
  margin-right: 9px;
}

.comment--respond .rating .br-widget a:last-child {
  margin-right: 0;
}

.comment--respond .rating .br-widget a:after {
  color: #999;
  font-size: 14px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.comment--respond .rating .br-widget a[data-rating-value="0"] {
  display: none;
}

.comment--respond .rating .br-widget a.br-selected:after {
  color: #c12222;
}

.comment--respond .form-group {
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.comment--respond .form-group:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.comment--respond .form-control {
  background-color: transparent;
  border-width: 0;
}

.comment--respond textarea.form-control {
  min-height: 130px;
  background-color: #f8f8f8;
  border-color: transparent;
}

.post--items + .comment--respond .form-control {
  background-color: #fff;
  border-width: 1px;
  border-color: #eee;
}

.post--items + .comment--respond .form-control:focus {
  border-color: #c12222;
}

.comment--respond .btn {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c12222;
  z-index: 99999;
}

.preloader--spinners {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 90px;
  height: 30px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

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

.preloader--spinner:after,
.preloader--spinner:before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: prelodaerStretch 0.95s infinite ease-in-out;
  animation: prelodaerStretch 0.95s infinite ease-in-out;
}

.preloader--spinner:after {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.preloader--spinner + .preloader--spinner:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.preloader--spinner + .preloader--spinner:after {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

@-webkit-keyframes prelodaerStretch {
  0%,
  100%,
  40% {
    -webkit-transform: translateY(-10px);
  }

  20% {
    -webkit-transform: translateY(-20px);
  }
}

@keyframes prelodaerStretch {
  0%,
  100%,
  40% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }

  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}

.widget + .widget {
  margin-top: 30px;
}

.sidebar .widget + .widget {
  margin-top: 60px;
}

.footer-bg {
  background: #c12222 !important;
}

.footer--widgets .widget + .widget {
  margin-top: 37px;
}

.widget--title {
  margin-top: 7px;
  margin-bottom: 22px;
  color: #eee;
  font-weight: 500;
}

.sidebar .widget--title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 14px;
  color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.sidebar .widget--title:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #c12222;
  opacity: 0.1;
}

.search--widget .form-control {
  border-color: #c12222;
}

.search--widget .input-group-btn .btn {
  border-radius: 0;
}

.search--widget .input-group-btn .btn:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 0;
  border-color: #00122b transparent transparent;
}

.about--widget {
  font-size: 14px;
  line-height: 24px;
}

.about--widget a {
  color: #fff;
}

.about--widget a:hover {
  color: #fff;
}

.about--widget .logo {
  margin-bottom: 10px;
}

.about--widget address {
  margin-bottom: 31px;
}

.about--widget dl {
  margin-bottom: 0;
}

.about--widget dl + dl {
  margin-top: 24px;
}

.about--widget dl dt {
  margin-bottom: 12px;
  color: #eee;
  font-family: proxima nova, Roboto, sans-serif;
  font-weight: 300;
}

.about--widget dl dt .fa {
  min-width: 14px;
  margin-right: 10px;
}

.about--widget dl dd p {
  margin-bottom: 0;
}

.about--widget dl dd p + p {
  margin-top: 5px;
}

.about--widget dl dd span {
  color: #fff;
  font-weight: 700;
}

.links--widget .nav > li {
  float: none;
}

.links--widget .nav > li + li {
  margin-top: 6px;
}

.links--widget .nav > li > a {
  padding: 0;
  color: #fff;
}

address {
  color: #fff;
}

.nav--widget .nav {
  font-size: 0;
  line-height: 0;
  font-weight: 400;
}

.nav--widget .nav > li {
  float: none;
  border-bottom: 1px solid #dcdcdc;
}

.nav--widget .nav > li + li {
  margin-top: 10px;
}

.nav--widget .nav > li > a {
  display: block;
  padding: 8px 0;
}

.nav--widget .nav > li > a:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 60px;
  border-bottom: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.nav--widget .nav > li > a > span {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

.nav--widget .nav > li > a > span.text {
  padding-right: 20px;
  background-color: #fff;
}

.nav--widget .nav > li > a > span.count {
  position: absolute;
  top: 50%;
  right: 0;
  min-width: 30px;
  margin-top: -15px;
  color: #c12222;
  border-radius: 50%;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  z-index: 0;
}

.nav--widget .nav > li > a:hover > span.count {
  color: #fff;
}

.nav--widget .nav > li > a > span.count:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c12222;
  border-radius: 50%;
  opacity: 0.1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.nav--widget .nav > li > a:hover > span.count:before {
  opacity: 1;
}

.newsletter--widget .desc {
  margin-bottom: 16px;
  color: #fff;
}

.newsletter--widget form .form-control {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.newsletter--widget form .btn {
  margin-top: 15px;
  padding: 6px 20px 5px;
}

.tab-nav--widget .nav {
  color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
  font-weight: 300;
}

.tab-nav--widget .nav > li {
  float: none;
}

.tab-nav--widget .nav > li + li {
  margin-top: 1px;
}

.tab-nav--widget .nav > li > a {
  display: block;
  position: relative;
  margin-right: 27px;
  padding: 17px 20px;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition-property: margin, color, background-color;
  transition-property: margin, color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 0;
}

.tab-nav--widget .nav > li.active > a,
.tab-nav--widget .nav > li > a:hover {
  margin-left: 10px;
  margin-right: 17px;
  color: #fff !important;
  background-color: #c12222;
}

.tab-nav--widget .nav > li > a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.tab-nav--widget .nav > li > a:after {
  content: " ";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px;
  border-color: transparent transparent transparent #c12222;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.tab-nav--widget .nav > li.active > a:after,
.tab-nav--widget .nav > li > a:hover:after {
  opacity: 1;
}

.tab-nav--widget .nav > li > a .icon {
  display: inline-block;
  min-width: 28px;
  margin-right: 10px;
  text-align: center;
}

.tab-nav--widget .nav > li.active > a .icon img,
.tab-nav--widget .nav > li > a .icon img + img,
.tab-nav--widget .nav > li > a:hover .icon img {
  display: none;
}

.tab-nav--widget .nav > li.active > a .icon img + img,
.tab-nav--widget .nav > li > a:hover .icon img + img {
  display: inline-block;
}

.cart--widget a {
  display: block;
}

.cart--widget .icon {
  float: left;
  margin-right: 20px;
}

.cart--widget .icon .fa {
  display: block;
  min-width: 95px;
  padding: 15px 0;
  color: #c12222;
  background-color: #f8f8f8;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.cart--widget a:hover .icon .fa {
  color: #fff;
  background-color: #c12222;
}

.cart--widget .info {
  text-align: right;
  overflow: hidden;
}

.cart--widget .info .h4 {
  margin-top: 9px;
  color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.cart--widget a:hover .info .h4 {
  color: #c12222;
}

.cart--widget .info .nav {
  margin: 11px -7.5px 0;
  color: #999;
  font-size: 0;
  line-height: 0;
}

.cart--widget .info .nav > li {
  float: none;
  display: inline-block;
  margin: 0 7.5px;
  font-size: 12px;
  line-height: 22px;
}

.portfolio-info--widget {
  position: relative;
  padding: 37px 30px;
  z-index: 0;
}

.portfolio-info--widget:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.portfolio-info--widget .table {
  color: #999;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.portfolio-info--widget .table tr td,
.portfolio-info--widget .table tr th {
  padding: 0;
  border-width: 0;
}

.portfolio-info--widget .table tr th {
  position: relative;
  padding-right: 10px;
  color: #393939;
  font-weight: 400;
  white-space: nowrap;
  z-index: 0;
}

.portfolio-info--widget .table tr th:after {
  content: ":";
  position: absolute;
  right: 0;
}

.portfolio-info--widget .table tr + tr td,
.portfolio-info--widget .table tr + tr th {
  padding-top: 17px;
}

.portfolio-info--widget .table tr td {
  padding-left: 10px;
}

.portfolio-info--widget .table tr td .tags {
  color: #696969;
}

.portfolio-info--widget .table tr td .tags > li:after {
  content: "|";
  margin: 0 10px;
}

.portfolio-info--widget .table tr td .tags > li:last-child:after {
  display: none;
}

.portfolio-info--widget .table tr td .tags > li > a {
  padding: 0;
}

.portfolio-info--widget .table tr td .social {
  color: #ccc;
}

.portfolio-info--widget .table tr td .social > li {
  margin-right: 20px;
}

.portfolio-info--widget .table tr td .social > li > a {
  padding: 0;
}

.portfolio--related-widget {
  position: relative;
  padding: 35px 30px 31px;
  z-index: 0;
}

.portfolio--related-widget > .title {
  margin-bottom: 12px;
  color: #393939;
  font-size: 16px;
  line-height: 26px;
}

.portfolio--related-widget:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.portfolio--related-widget .portfolio--item .caption--text {
  left: 50px;
  right: 50px;
  bottom: 46px;
}

.portfolio--related-widget .portfolio--item .caption--text .h4 {
  font-size: 16px;
  line-height: 24px;
}

.recent-posts--widget .nav > li + li {
  margin-top: 10px;
}

.recent-posts--widget .nav > li > .info {
  overflow: hidden;
}

.recent-posts--widget .nav > li > .info .title {
  margin-top: 13px;
  margin-bottom: 0;
  color: #393939;
  font-size: 14px;
  line-height: 24px;
}

.recent-posts--widget .nav > li > .info .date {
  margin-bottom: 0;
  color: #999;
  font-size: 12px;
  line-height: 22px;
}

.recent-posts--widget .nav > li > .info .title + .date {
  margin-top: 4px;
}

.tagcloud {
  margin-top: -10px;
  font-size: 0;
  line-height: 0;
}

.tagcloud a {
  display: inline-block;
  position: relative;
  padding: 4px 18px;
  margin-top: 10px;
  margin-right: 10px;
  color: #393939;
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
  z-index: 0;
}

.tagcloud a:focus,
.tagcloud a:hover {
  color: #fff;
}

.tagcloud a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c12222;
  border-radius: 20px;
  opacity: 0.1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.tagcloud a:focus:before,
.tagcloud a:hover:before {
  opacity: 1;
}

.header--section {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.sticky-wrapper {
  height: 51px;
  background: #c12222;
}

.header--topbar {
  padding: 2px 0;
  color: #000;
  font-weight: 400;
  background: linear-gradient(-45deg, #999, #ccc, #ccc, #999) !important;
}

.header--topbar .social {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.header--topbar .social > li > a {
  padding: 3px 17px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.header--topbar .links > li > a {
  padding: 3px 15px;
  color: #000;
}

.header--topbar .links > li > a > .fa {
  font-size: 14px;
}

.header--topbar .links > li > .dropdown-menu {
  left: -22px;
}

.header--topbar .button {
  margin-left: 30px;
}

.header--topbar .button > li > a {
  padding: 3px 25px;
  text-transform: none;
}

.header--navbar {
  padding-top: 0;
  margin-bottom: 0;
  color: #fff;
  border-width: 0;
  border-radius: 0;
  -webkit-transition-property: padding, background-color, box-shadow;
  transition-property: padding, background-color, box-shadow;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.is-sticky .header--navbar {
  left: 0;
  right: 0;
  padding-bottom: 0;
  background: #c12222 url(../img/pattern.png) repeat center center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.header--navbar:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1140px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.is-sticky .header--navbar:before {
  opacity: 0;
}

.header--navbar:after {
  clear: none;
}

.header--navbar .navbar-toggle {
  margin-right: 0;
  padding: 0;
}

.header--navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header--navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 11px;
}

.header--cart-btn {
  margin-left: 40px;
  margin-top: 3px;
}

.header--cart-btn-new {
  margin-left: 15px;
  margin-top: 15px;
}

.desktop {
  width: 350px;
}

.header--cart-btn a {
  background-color: #fff;
  /* margin-right: 15px; */
  border-radius: 25px;
  padding: 5px 15px;
  font-size: 15px;
  box-shadow: 1px 1px 9px 1px #777;
  position: relative;
  display: flex;
}

.header--cart-btn a:focus,
.header--cart-btn a:hover {
  color: #c12222;
}

.header--cart-btn a .fa {
  vertical-align: middle;
  color: #c12222;
  font-size: 21px;
}

.header--cart-btn a span {
  position: relative;
  width: fit-content;
  height: 20px;
  padding: 1px 6px;
  margin-left: 0;
  top: 0;
  right: -12px;
  background-color: #c12222;
  border-radius: 40px;
  text-align: center;
  z-index: 0;
  color: #fff;
  box-shadow: 0 1px 8px 0 #777;
  line-height: 21px;
}

.header--cart-btn a span:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.header--navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.header--nav-links {
  padding-top: 5px;
  padding-bottom: 4px;
  font-family: proxima nova, Roboto, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.header--nav-links > li > a {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
}

.header--nav-links > .dropdown > .dropdown-menu {
  margin-top: 0;
}

.header--nav-links > .dropdown > a:after {
  /* content: "\f107"; */
  margin-left: 5px;
  font-family: FontAwesome;
}

.page--header-breadcrumb .breadcrumb {
  margin-top: 3px;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.page--header-breadcrumb .breadcrumb li + li:before {
  color: inherit;
  content: "\2771";
}

.page--header-breadcrumb .breadcrumb li span {
  color: #c12222;
}

.page--header-breadcrumb .breadcrumb li h5 {
  color: #c12222;
  display: inline;
}

.page--header-title .h1 {
  margin-bottom: 3px;
  font-weight: 300;
}

.page--header-breadcrumb + .page--header-title {
  margin-top: 17px;
}

.page--content-inner .title .h1 {
  margin-bottom: 4px;
  color: #393939;
  font-weight: 300;
}

.page--content-inner .sub-title {
  position: relative;
  margin-bottom: 37px;
  padding-bottom: 19px;
  z-index: 0;
}

.page--content-inner .sub-title .h3 {
  font-size: 21px;
  line-height: 31px;
  font-weight: 300;
}

.page--content-inner .sub-title:before {
  content: " ";
  position: absolute;
  left: 1px;
  right: 0;
  bottom: 0;
  max-width: 150px;
  height: 2px;
  background-color: #c12222;
}

.page--content-inner .desc + .desc {
  margin-top: 33px;
}

.page--content-inner .desc h4 {
  margin: 15px 0;
  color: #393939;
}

.domain-search--form .input-group-addon {
  padding: 0;
  background-color: transparent;
  border-width: 0;
  font-size: 0;
  line-height: 0;
}

.domain-search--form ::-webkit-input-placeholder {
  color: #acacac;
}

.domain-search--form ::-moz-placeholder {
  color: #acacac;
}

.domain-search--form :-ms-input-placeholder {
  color: #acacac;
}

.domain-search--form :-moz-placeholder {
  color: #acacac;
}

.domain-search--form .input-group input.form-control {
  height: 50px;
  padding: 12px 30px;
  color: #222;
  border-color: #c12222;
  text-align: left;
}

.domain-search--form .input-group select {
  display: inline-block;
  min-width: 115px;
  min-height: 50px;
  padding: 15px 15px 14px;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: proxima nova, Roboto, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  outline: 0;
}

.domain-search--form .input-group select option {
  color: #222;
  background-color: #fff;
}

.domain-search--form .input-group button.btn {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
  z-index: 0;
}

.domain-search--form .input-group button.btn:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 25px 0 0;
  border-color: #393939 transparent transparent;
  z-index: -1;
}

.domain-search--form .extras {
  margin: 30px -15px 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.domain-search--form .extras .nav > li {
  float: none;
  display: inline-block;
  margin: 4px 15px 3px;
}

.domain-search--form .extras span {
  display: block;
  position: relative;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  z-index: 0;
}

.domain-search--form .extras span:before {
  content: "\f058";
  display: inline-block;
  margin-right: 10px;
  color: #c12222;
  font-family: FontAwesome;
}

.service--item {
  position: relative;
  padding: 80px 40px;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  z-index: 0;
}

.service--item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.service--item.style--2 {
  padding: 80px 30px;
  border: 1px solid #c12222;
}

.service--item.style--2:hover {
  color: #696969;
  background-color: transparent;
}

.service--item.style--2:hover:before {
  background-color: transparent;
  box-shadow: 0 5px 10px #c12222;
  opacity: 0.1;
}

.services--slider .owl-item.active + .owl-item .service--item:before {
  opacity: 0.05;
}

.services--slider
  .owl-item.active
  + .owl-item
  + .owl-item
  .service--item:before {
  opacity: 0.08;
}

.services--slider
  .owl-item.active
  + .owl-item
  + .owl-item
  + .owl-item
  .service--item:before {
  opacity: 0.15;
}

.service--item .icon {
  margin-bottom: 27px;
}

.service--item .icon img {
  width: auto;
  margin: 0 auto;
}

.service--item .icon img + img,
.service--item.style--2:hover .icon img {
  display: none;
}

.service--item.style--2:hover .icon img + img {
  display: block;
}

.service--item .desc {
  max-width: 280px;
  margin: 11px auto 0;
}

.service--item .action {
  margin-top: 26px;
}

.service--item .action .btn-primary {
  background-color: transparent;
  border-color: #fff;
}

.service--item .action .btn-primary:focus,
.service--item .action .btn-primary:hover {
  background-color: #fff;
}

.service--item.style--2:hover .action .btn-primary {
  color: #fff;
  background-color: #c12222;
  border-color: #c12222;
}

.services--content .img {
  position: relative;
  padding: 30px 30px 0;
  z-index: 0;
}

.services--content .desc + .img,
.services--content .img + .desc {
  margin-top: 23px;
}

.services--content .img:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  border: 1px solid #eee;
  z-index: -1;
}

.services--content .desc blockquote {
  margin-bottom: 0;
  padding-left: 40px;
  color: #999;
  border-color: #c12222;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
}

.services--content .desc blockquote + p,
.services--content .desc p + blockquote {
  margin-top: 16px;
}

.services--content .desc ul {
  list-style: none;
}

.services--content .desc ul > li:before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border: 1px solid #c12222;
  border-radius: 50%;
}

.pricing--section .tab-pane {
  -webkit-transition: opacity 0.35s linear 0.45s;
  transition: opacity 0.35s linear 0.45s;
}

.pricing--nav {
  margin-top: -1px;
  color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 0;
  line-height: 0;
  font-weight: 300;
}

.pricing--nav .nav > li {
  float: none;
  display: inline-block;
  margin-top: 1px;
  vertical-align: top;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}

.pricing--nav .nav > li + li {
  margin-left: 1px;
}

.pricing--nav .nav > li.active,
.pricing--nav .nav > li:hover {
  padding-top: 10px;
}

.pricing--nav .nav > li > a {
  position: relative;
  padding: 18px 30px;
  z-index: 0;
}

.pricing--nav .nav > li.active > a,
.pricing--nav .nav > li > a:hover {
  color: #fff !important;
  background-color: #c12222;
}

.pricing--nav .nav > li > a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.pricing--nav .nav > li > a:after {
  content: " ";
  position: absolute;
  left: 33px;
  bottom: -8px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 4px 7px;
  border-color: #c12222 transparent transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 4;
}

.pricing--nav .nav > li.active > a:after {
  opacity: 1;
}

.pricing--nav .nav > li.active > a > img,
.pricing--nav .nav > li > a:hover > img,
.pricing--nav .nav > li > a > img + img {
  display: none;
}

.pricing--nav .nav > li.active > a > img + img,
.pricing--nav .nav > li > a:hover > img + img {
  display: inline-block;
}

.pricing--nav .nav > li > a > span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
}

.pricing--slider .owl-nav {
  margin-top: 30px;
  text-align: center;
}

.pricing--slider .owl-nav > div {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 10px 5px 0;
  color: #c12222;
  border-color: #c12222;
  line-height: 38px;
}

.pricing--slider .owl-nav > div:hover {
  color: #fff;
  background-color: #c12222;
}

.pricing--item {
  position: relative;
  text-align: center;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  z-index: 0;
}

.pricing--item:before {
  content: " ";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid #c12222;
  opacity: 0.1;
  -webkit-transition-property: background-color, opacity;
  transition-property: background-color, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: -1;
}

.pricing--item.active,
.pricing--item:hover {
  color: #fff;
}

.pricing--item.active:before,
.pricing--item:hover:before {
  background-color: #c12222;
  opacity: 1;
}

.title--big .pricing--item:before {
  top: 85px;
}

.pricing--item .title .h4 {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 11px 5px;
  color: #fff;
  background-color: #c12222;
  border-radius: 50%;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-align: center;
  -webkit-transition-property: color, background-color, box-shadow;
  transition-property: color, background-color, box-shadow;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.pricing--item.active .title .h4,
.pricing--item:hover .title .h4 {
  color: #c12222;
  background-color: #fff;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
}

.title--big .pricing--item .title .h4 {
  width: 150px;
  height: 150px;
}

.pricing--item .price {
  margin-top: 13px;
  color: #393939;
  font-family: Lato, sans-serif;
  font-size: 72px;
  line-height: 82px;
  font-weight: 300;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.pricing--item.active .price,
.pricing--item:hover .price {
  color: #fff;
}

.pricing--item .price small {
  display: inline-block;
  margin-top: -15px;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}

.pricing--item .price + .features {
  margin-top: 21px;
}

.pricing--item .features .h4 {
  margin-top: -19px;
  padding-top: 23px;
  color: #fff;
  font-family: proxima nova, Roboto, sans-serif;
  font-weight: 600;
}

.pricing--heading .features .nav + .h4 {
  margin-top: -18px;
  padding-top: 0;
}

.pricing--heading .features .nav {
  padding: 41px 0;
}

.pricing--item .features .nav + .nav {
  margin-top: 58px;
}

.pricing--item .features .h4 + .nav {
  padding-top: 17px;
}

.pricing--item .features .nav li {
  float: none;
  position: relative;
  z-index: 0;
}

.pricing--item .features .nav li + li {
  margin-top: 8px;
}

.pricing--item .features .nav li:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #c12222;
  opacity: 0;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  z-index: -1;
}

.pricing--item .features .nav li:last-child:before {
  border-bottom-width: 1px;
}

.pricing--item.active .features .nav li:before,
.pricing--item:hover .features .nav li:before {
  border-color: #fff;
}

.features--striped .pricing--item .features .nav li {
  padding-top: 8px;
}

.features--striped .pricing--item .features .nav li:last-child {
  padding-bottom: 5px;
}

.features--striped .pricing--item .features .nav li:before {
  opacity: 0.1;
}

.features--striped .pricing--item .features.bg--c-darkgray .nav li:before {
  border-color: #fff;
}

.pricing--item .action {
  margin-top: 33px;
  padding-bottom: 40px;
}

.pricing--item .action .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.pricing--item.active .action .btn-default,
.pricing--item:hover .action .btn-default {
  color: #fff;
  border-color: #fff;
}

.pricing--item .action .btn-default:hover {
  color: #c12222;
  background-color: #fff;
}

.pricing--table {
  position: relative;
  z-index: 0;
}

.pricing--table:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.pricing--table .table {
  font-family: proxima nova, Roboto, sans-serif;
  word-break: break-all;
}

.pricing--table .table tr {
  color: #393939;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.pricing--table .table tr:hover {
  color: #fff;
  background-color: #c12222;
}

.pricing--table.text-center .table tr td,
.pricing--table.text-center .table tr th {
  text-align: center;
}

.pricing--table .table thead tr th {
  padding: 18px 15px 16px;
  color: #fff;
  background-color: #393939;
  border-width: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  white-space: nowrap;
  text-transform: uppercase;
  vertical-align: middle;
}

.pricing--table .table tbody tr td,
.pricing--table .table tbody tr th {
  position: relative;
  padding: 10px 15px 12px;
  border-width: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: middle;
}

.pricing--table .table tbody tr th {
  color: #c12222;
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.pricing--table .table tbody tr:hover th {
  color: #fff;
}

.pricing--table .table tbody tr td:before,
.pricing--table .table tbody tr th:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #c12222;
  opacity: 0;
  z-index: -1;
}

.pricing--table .table tbody tr + tr td:before,
.pricing--table .table tbody tr + tr th:before {
  opacity: 0.1;
}

.pricing--table .table tbody tr td .btn {
  border-color: #c12222;
  white-space: nowrap;
}

.vps--pricing-slider-wrapper {
  position: relative;
  padding: 70px 130px;
  background-color: #c12222;
  z-index: 0;
}

.vps--pricing-slider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  cursor: pointer;
}

.vps--pricing-slider.ui-widget {
  border-width: 0;
}

.vps--pricing-slider:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  height: 20px;
  background-image: url(img/vps-pricing-img/ruler-pattern.png);
  background-repeat: repeat-x;
  z-index: -1;
}

.vps--pricing-slider-wrapper .ui-slider-next,
.vps--pricing-slider-wrapper .ui-slider-prev {
  display: block;
  position: absolute;
  top: 50%;
  left: 70px;
  width: 30px;
  margin-top: -16px;
  padding: 4px 0 3px 1px;
  color: #c12222;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
  z-index: 0;
}

.vps--pricing-slider-wrapper .ui-slider-next {
  left: auto;
  right: 70px;
}

.vps--pricing-slider.ui-widget {
  border-width: 0;
}

.vps--pricing-slider .ui-slider-handle {
  top: 0;
  margin-left: -18px;
  width: auto;
  height: auto;
  background-color: transparent;
  border-width: 0;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  cursor: pointer;
  outline: 0;
}

.vps--pricing-slider .ui-slider-handle:before {
  content: "\f104 \f105";
  display: block;
  position: absolute;
  top: -13px;
  left: -10px;
  padding-left: 15px;
  color: #fff;
  background-color: #393939;
  border-radius: 15px;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 15px;
}

.vps--pricing-slider .ui-slider-handle span {
  display: block;
  position: absolute;
  top: -60px;
  left: -15px;
  width: 70px;
  padding: 3px 0;
  color: #c12222;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
}

.vps--pricing-slider .ui-slider-handle span:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 6px;
  border-color: #fff transparent transparent;
}

.vps--pricing-slider .ui-slider-range {
  top: -1px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.vps--pricing-feature {
  text-align: center;
  z-index: 0;
}

.vps--pricing-feature .h5 {
  position: relative;
  margin-top: -1px;
  padding-bottom: 17px;
  color: #c12222;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 0;
}

.vps--pricing-feature .h5:after,
.vps--pricing-feature .h5:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  width: 0;
  height: 0;
  margin: 0 auto;
  background-color: transparent !important;
  border-style: solid;
  border-width: 10px 9px;
  border-color: #fff transparent transparent;
  z-index: 1;
}

.vps--pricing-feature .h5:after {
  bottom: -20px;
  border-top-color: #c12222;
  opacity: 0.2;
  z-index: 0;
}

.vps--pricing-feature .h4 {
  position: relative;
  padding-top: 22px;
  color: #393939;
  font-weight: 300;
}

.vps--pricing-feature .h4:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #c12222;
  opacity: 0.2;
  z-index: -1;
}

.vps--pricing-price {
  margin-top: 10px;
  color: #393939;
  font-family: Lato, sans-serif;
  font-size: 72px;
  line-height: 82px;
  font-weight: 300;
  text-align: center;
}

.vps--pricing-price small {
  display: inline-block;
  margin-top: -10px;
  color: #010101;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
}

.vps--pricing-action {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.vps--pricing-action .btn {
  margin: 17px 10px 0;
}

.feature--item {
  padding: 60px 30px 50px;
  color: #393939;
  background-color: #fff;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.feature--item:hover {
  color: #fff;
  background-color: #c12222;
}

.feature--item.style--2,
.feature--item.style--2:hover {
  padding: 0;
  color: #696969;
  background-color: transparent;
}

.feature--item .img {
  display: inline-block;
  width: 100px;
  margin-bottom: 24px;
  background-color: #c12222;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.feature--item:hover .img {
  background-color: #fff;
}

.feature--item .img img + img,
.feature--item:hover .img img {
  display: none;
}

.feature--item:hover .img img + img {
  display: inline-block;
}

.feature--item .icon {
  display: inline-block;
  position: relative;
  min-width: 50px;
  margin-bottom: 13px;
  color: #c12222;
  border-radius: 50%;
  font-size: 18px;
  line-height: 50px;
  z-index: 0;
}

.feature--item .icon:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
}

.feature--item .title .h4 {
  font-size: 20px;
  line-height: 30px;
}

.feature--item.style--2 .title .h4 {
  color: #393939;
  text-transform: uppercase;
}

.feature--item .desc {
  margin-top: 8px;
  padding-bottom: 3px;
}

.portfolio--filter-menu .nav {
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 0;
  line-height: 0;
  font-weight: 300;
}

.portfolio--filter-menu .nav > li {
  float: none;
  display: inline-block;
  position: relative;
  margin-top: 1px;
  margin-right: 1px;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition-property: margin, color, background-color;
  transition-property: margin, color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  vertical-align: top;
  cursor: pointer;
  z-index: 0;
}

.portfolio--filter-menu .nav > li.active,
.portfolio--filter-menu .nav > li:hover {
  margin-top: 10px;
  color: #fff;
  background-color: #c12222;
}

.portfolio--filter-menu .nav > li:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.portfolio--filter-menu .nav > li:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 5px 7px;
  border-color: #c12222 transparent transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.portfolio--filter-menu .nav > li.active:after {
  opacity: 1;
}

.portfolio--filter-menu .nav > li:last-child {
  margin-right: 0;
}

.portfolio--item .img {
  position: relative;
  z-index: 0;
}

.portfolio--item .img img {
  width: 100%;
}

.portfolio--item .caption {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.portfolio--item:hover .caption {
  opacity: 1;
}

.portfolio--item .caption:before {
  content: " ";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background-color: #c12222;
  opacity: 0.9;
  z-index: -1;
}

.portfolio--item .caption--text {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 56px;
}

.portfolio--item .caption--text .fa {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.portfolio--item .caption--text .h4 {
  line-height: 28px;
}

.portfolio--item .caption--text .cat {
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}

.portfolio--details blockquote {
  margin-bottom: 0;
  color: #999;
  border-color: #c12222;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
}

.portfolio--details blockquote + p,
.portfolio--details p + blockquote {
  margin-top: 16px;
}

.product-search-icon {
  color: #000;
  margin-left: 15px;
}

.mb-80 {
  margin-bottom: 80px;
}

.product--img {
  position: relative;
  border: 1px solid #eee;
  z-index: 0;
  text-align: center;
}

.product--img .action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 1;
}

.product--item:hover .product--img .action {
  opacity: 1;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.product--img .action:before {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
  height: auto;
}

.product--img .action--inner {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 39%;
}

.product_hover {
  top: 28% !important;
}

section.page--header--section.team--section.pt--80.pb--80.bg--c-lighterblue {
  padding-top: 70px !important;
}

.product--img .action .buttons {
  margin-top: 25px;
  color: #ccc;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
}

.product--img .action .buttons a {
  padding: 10px 12.5px;
  font-size: 16px;
  line-height: 26px;
}

.product--info {
  padding: 15px;
  background-color: #f8f8f8;
  text-align: center;
}

.product--img .action--inner a {
  color: #c12222;
}

.product--img .action--inner a:hover {
  color: #000 !important;
}

.product--info .name .h4 {
  color: #393939;
  font-weight: 600;
  font-size: 14px;
}

.product--info .price {
  margin-top: 9px;
  color: #393939;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.product--info .price .del {
  margin-left: 25px;
  color: #999;
}

.product--info .rating {
  margin-top: 8px;
}

.product--info .rating .nav {
  font-size: 0;
  line-height: 0;
}

.product--info .rating .nav > li {
  float: none;
  display: inline-block;
  margin: 0 4px;
  color: #c12222;
}

.product--info .rating .nav > li > .fa {
  font-size: 14px;
  line-height: 24px;
}

.product--img.mb--30 {
  margin-bottom: 30px;
}

.product--info {
  padding: 15px;
  background-color: #f8f8f8;
  text-align: center;
  color: #393939;
  vertical-align: middle;
  min-height: 50px;
  line-height: 18px;
  height: 65px;
}

.product--info:hover {
  color: #c12222;
}

.info-card {
  margin: 0;
  -webkit-perspective: 600px;
}

.back,
.front {
  background: #fff;
  transition: -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.front {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.back {
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(-180deg);
}

.info-card:hover .back {
  -webkit-transform: rotateY(0);
}

.info-card:hover .front {
  -webkit-transform: rotateY(180deg);
}

.back-caption {
  padding: 50px 0 !important;
  background-color: #c12222 !important;
}

.card-image {
  width: 175px !important;
  min-height: 175px;
  margin: 0 auto;
}

.thumbnail .caption {
  padding: 3px;
  color: #333;
  background-color: #eee;
}

.back-caption .mb-15 {
  margin-bottom: 15px;
}

.back-caption .m-25 {
  margin: 0 25px;
}

.thumbnail .caption {
  font-weight: 600;
  line-height: 17px;
  height: 52px;
  font-size: 14px;
  text-align: center;
}

.product--img-gallery .tab-content {
  margin-bottom: 10px;
  background: #fafafa;
  text-align: center;
}

.product--img-gallery .owl-carousel {
  padding: 0 40px;
}

.product--img-gallery .owl-carousel a {
  display: block;
  border: 1px solid transparent;
}

.product--img-gallery .owl-carousel a img {
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.product--img-gallery .owl-carousel a.current img {
  border-color: #c12222;
}

.product--img-gallery .owl-nav > div {
  left: 0;
  margin-bottom: 10px;
  color: #999;
  background-color: #fff;
  border-color: #eee;
  border-radius: 0;
  box-shadow: none;
}

.product--img-gallery .owl-nav > div.owl-next {
  left: auto;
  right: 0;
}

.product--img-gallery .owl-nav > div:hover {
  color: #fff;
  background-color: #c12222;
  border-color: #c12222;
}

.product--summery .title .h3 {
  margin-top: -4px;
  color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
  font-weight: 400;
}

.product--summery .info {
  margin-top: 9px;
  font-size: 0;
  line-height: 0;
}

.product--summery .info .fa,
.product--summery .info a {
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
}

.product--summery .info .rating {
  display: inline-block;
  margin: 0 20px 0 -4px;
  padding-right: 16px;
  color: #c12222;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

.product--summery .info .rating .nav > li {
  margin: 0 4px;
}

.product--summery .info .rating .nav > li > a {
  padding: 0;
}

.product--summery .info > .btn-link {
  margin-right: 20px;
  padding-right: 16px;
  border-right: 1px solid #ccc;
}

.product--summery .info > .btn-link:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right-width: 0;
}

.product--summery .desc {
  margin-top: 15px;
  /* border-bottom: solid 1px; */
  padding-bottom: 5px;
}

.product--summery .desc:last-child {
  border-bottom: 0;
}

.product--summery .instock,
.product--summery .price {
  margin-top: 10px;
  margin-bottom: 0;
  color: #c12222;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.product--summery .instock strong,
.product--summery .price strong {
  margin-right: 8px;
  color: #393939;
  font-weight: 400;
}

.product--summery .price .del {
  margin-left: 15px;
  color: #ccc;
}

.product--summery form {
  margin-top: 8px;
  font-size: 0;
  line-height: 0;
}

.product--summery .ui-spinner {
  margin-top: 35px;
  margin-right: 20px;
}

.product--summery .buttons {
  display: inline-flex;
  color: #ccc;
  vertical-align: middle;
}

.product--summery .buttons .btn {
  margin-top: 15px;
  margin-right: 15px;
}

.product--summery .buttons .btn-link {
  margin-top: 15px;
  margin-right: 25px;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
}

.product--summery .buttons .btn-link:last-child {
  margin-right: 0;
}

.product--details-nav .nav {
  margin-bottom: 6px;
  color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 0;
  line-height: 0;
}

.product--details-nav .nav > li {
  display: inline-block;
  vertical-align: top;
}

.product--details-nav .nav > li > a {
  display: block;
  position: relative;
  margin-right: 1px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition-property: margin, color, border-color, background-color;
  transition-property: margin, color, border-color, background-color;
  z-index: 0;
}

.product--details-nav .nav > li.active > a,
.product--details-nav .nav > li > a:hover {
  background-color: #c12222;
}

.product--details-nav .nav > li.active > a,
.product--details-nav .nav > li.active > a:focus,
.product--details-nav .nav > li.active > a:hover,
.product--details-nav .nav > li > a:hover {
  color: #fff;
}

.product--details-nav .nav > li > a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.product--details-nav .nav > li > a:after {
  content: " ";
  position: absolute;
  left: 20px;
  bottom: -10px;
  border-style: solid;
  border-width: 5px 7px;
  border-color: #c12222 transparent transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.product--details-nav .nav > li.active > a:after {
  opacity: 1;
}

.related--products .title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 13px;
  z-index: 0;
}

.related--products .title:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.related--products .title .h4 {
  color: #393939;
  font-size: 16px;
  line-height: 26px;
}

input[type="file"] {
  display: block !important;
  right: 1px;
  top: 1px;
  height: 43px;
  opacity: 0;
  width: 100%;
  background: 0;
  position: absolute;
  overflow: hidden;
  z-index: 2;
}

.control-fileupload {
  display: block;
  border: 1px solid #d6d7d6;
  background: #fff;
  width: 100%;
  height: 43px;
  line-height: 36px;
  padding: 0 10px 2px;
  overflow: hidden;
  position: relative;
}

.control-fileupload input,
.control-fileupload label,
.control-fileupload:before {
  cursor: pointer !important;
}

.control-fileupload:before {
  padding: 8px 25px;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  background-color: #c12222;
  background-repeat: repeat-x;
  border: 0 solid #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  transition: color 0.2s ease;
  content: "Upload";
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
  line-height: 20px;
  text-align: center;
}

.control-fileupload:focus:before,
.control-fileupload:hover:before {
  background-color: #c12222;
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.2s ease-out;
}

.control-fileupload label {
  line-height: 24px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  margin-right: 90px;
  margin-bottom: 0;
  margin-top: 9px;
  cursor: text;
}

.cart--items .table {
  margin-bottom: 0;
}

.cart--items thead {
  color: #fff;
  background-color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

.cart--items thead tr th {
  padding: 16px 20px 14px;
  border-width: 0;
  font-weight: 400;
}

.cart--items tbody tr td,
.cart--items tbody tr th {
  position: relative;
  color: #999;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  vertical-align: middle;
  z-index: 0;
}

.cart--items tbody tr td.empty {
  padding-top: 40px;
  padding-bottom: 20px;
}

.coupon--code {
  max-width: 360px;
}

.coupon--code .input-group {
  position: relative;
  background-color: #f8f8f8;
  border-radius: 25px;
  z-index: 0;
}

.coupon--code .input-group:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #eee;
  border-radius: 25px;
  z-index: -1;
}

.coupon--code .form-control {
  height: 50px;
  padding: 12px 25px;
  background-color: transparent;
  border-width: 0;
  border-radius: 25px;
  vertical-align: middle;
}

.coupon--code .input-group-btn {
  vertical-align: middle;
}

.coupon--code .input-group-btn .btn {
  border-radius: 25px;
}

.coupon--code .input-group-btn .btn:not(:hover):not(:focus) {
  background-color: #fff;
}

.cart--total .table tbody td,
.cart--total .table tbody th {
  padding: 11px 20px;
  border: 1px solid #eee;
  text-align: left;
}

.cart--total .table tbody td + td,
.cart--total .table tbody th + td {
  text-align: right;
}

.cart--total .table tbody td:before {
  display: none;
}

.cart--total .table tbody th {
  color: #393939;
  font-weight: 600;
}

.cart--total .table tfoot td {
  padding: 15px 20px;
  border: 1px solid #eee;
  text-align: center;
}

.checkout--info .title {
  padding: 24px 35px 22px;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.checkout--info .title a {
  color: #fff;
  font-weight: 500;
}

.checkout--info-form form {
  margin-top: 21px;
}

.checkout--info-form p {
  font-size: 14px;
  line-height: 24px;
}

.checkout--info-form label {
  color: #393939;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.checkout--info-form .btn {
  margin-top: 5px;
}

.checkout--info-form .input-group-btn .btn {
  margin-top: 0;
}

.checkout--title {
  position: relative;
  margin-bottom: 20px;
  padding: 14px 25px;
  z-index: 0;
}

.checkout--title:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c12222;
  opacity: 0.1;
  z-index: 0;
}

.checkout--title .h4 {
  color: #393939;
  font-size: 16px;
  line-height: 26px;
}

.checkout--form .form-control {
  height: 45px;
  padding: 10px 25px;
  color: #393939;
  background-color: transparent;
  border-width: 0;
}

.checkout--form .form-control + span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.checkout--form .form-control:focus + span {
  opacity: 1;
}

.checkout--form .form-group {
  position: relative;
  z-index: 0;
}

.checkout--form .checkbox label {
  display: block;
  padding: 0;
}

.checkout--form .checkbox input {
  display: none;
}

.checkout--form .checkbox span {
  display: block;
  position: relative;
  padding-left: 23px;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  z-index: 0;
}

.checkout--form .checkbox span:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border: 1px solid #000;
  opacity: 0.1;
}

.checkout--form .checkbox span:after {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 2px;
  font-family: FontAwesome;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.checkout--form .checkbox input:checked + span:after {
  opacity: 1;
}

.checkout--form .table tr td,
.checkout--form .table tr th {
  position: relative;
  padding: 9px 25px;
  border-width: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.checkout--form .table tr td:before,
.checkout--form .table tr th:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.checkout--form .table tr + tr td:before,
.checkout--form .table tr + tr th:before {
  border-top-width: 0;
}

.checkout--form .table tr td + td:before,
.checkout--form .table tr th + th:before {
  border-left-width: 0;
}

.checkout--form .table tr td + td,
.checkout--form .table tr th + th {
  text-align: right;
}

.checkout--form .table tr td + td {
  color: #999;
  font-weight: 300;
}

.checkout--form .table tr th {
  color: #393939;
  font-weight: 600;
}

.checkout--form .panel-group {
  position: relative;
  margin-bottom: 0;
  padding: 40px 30px;
  z-index: 0;
}

.checkout--form .panel-group:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c12222;
  opacity: 0.1;
  z-index: -1;
}

.checkout--form .panel {
  border-radius: 0;
  background-color: transparent;
  border-width: 0;
  box-shadow: none;
}

.checkout--form .panel + .panel {
  margin-top: 20px;
}

.checkout--form .panel-heading {
  padding: 0;
}

.checkout--form .panel label {
  padding: 0;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
}

.checkout--form .panel input {
  display: none;
}

.checkout--form .panel span {
  display: block;
  position: relative;
  padding-left: 24px;
  z-index: 0;
}

.checkout--form .panel span:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background-color: #fff;
  border: 1px solid #c12222;
  border-radius: 50%;
}

.checkout--form .panel span:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  background-color: #c12222;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.checkout--form .panel input:checked + span:after {
  opacity: 1;
}

.checkout--form .panel-collapse > p {
  margin-top: 8px;
}

.checkout--form .panel-body {
  margin-top: 8px;
  color: #999;
  background-color: #fff;
  border-width: 0 !important;
}

.checkout--form .btn {
  margin-top: 30px;
}

.team--member {
  position: relative;
  margin: 5px 0;
  padding: 10px 20px 20px;
  background-color: #fff;
  z-index: 0;
  min-height: 309px;
  box-shadow: 1px 4px 23px 1px #ddd;
  border-radius: 10px;
}

.role p {
  margin: 0;
}

.team--member:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  -webkit-transition-property: border-color, box-shadow, opacity;
  transition-property: border-color, box-shadow, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: -1;
}

.ceo_detail {
  padding-top: 25px;
}

.name.text-uppercase {
  padding-top: 10px;
}

.team--member:hover:before {
  border-color: transparent;
  box-shadow: 0 0 20px #c12222;
  opacity: 0.05;
}

.team--member .img {
  margin-bottom: 27px;
}

.team--member .img img {
  max-width: 120px;
  margin: 0 auto;
}

.team--member .name .h4 {
  color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
}

.team--member .role {
  margin-top: 8px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

.team--member .social {
  margin: 4px -15px 0;
  color: #999;
  font-size: 0;
  line-height: 0;
}

.team--member .social .nav > li {
  float: none;
  display: inline-block;
}

.team--member .social .nav > li > a {
  padding: 10px 15px 0;
  font-size: 18px;
  line-height: 28px;
}

.team--members .owl-nav {
  margin-top: 25px;
  text-align: center;
}

.team--members .owl-nav > div {
  display: inline-block;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  margin: 10px 5px 0;
  color: #c12222;
  background-color: transparent;
  border-color: #c12222;
}

.team--members .owl-nav > div:hover {
  color: #fff;
  background-color: #c12222;
  box-shadow: none;
}

.testimonial--slider .owl-dots {
  left: auto;
  bottom: 6px;
  background-color: #fff;
}

.testimonial--item .content {
  position: relative;
  padding: 0 80px 53px;
  z-index: 0;
}

.testimonial--item .content:before {
  content: " ";
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.testimonial--item .content:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 25px 0;
  border-color: transparent #696969 transparent transparent;
  z-index: -1;
}

.testimonial--item .img {
  display: inline-block;
  position: relative;
  margin-bottom: 53px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
}

.testimonial--item .img:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: 0 3px 10px #c12222;
  opacity: 0.1;
  z-index: -1;
}

.testimonial--item .img img {
  border-radius: 50%;
}

.testimonial--item blockquote {
  margin: 0;
  padding: 0;
  border-width: 0;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-style: italic;
}

.testimonial--item blockquote:before {
  content: "\f10d";
  display: block;
  margin-bottom: 14px;
  color: #eee;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 40px;
}

.testimonial--item .name {
  position: relative;
  margin-top: 48px;
  padding-bottom: 2px;
  color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 0;
  line-height: 0;
  z-index: 0;
}

.testimonial--item .name:before {
  content: "-";
  display: inline-block;
  margin-top: -2px;
  margin-right: 12px;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
}

.testimonial--item .name p {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
}

.counter--item {
  position: relative;
  padding: 53px 65px 34px 30px;
  color: #393939;
  z-index: 0;
}

.counter--item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 35px;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

.counter--item.style--2 {
  color: #fff;
  padding: 0;
  text-align: center;
}

.counter--item.style--2:before {
  display: none;
}

.counter--item .img {
  position: absolute;
  top: 20px;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #c12222;
  border: 3px solid rgba(255, 255, 255, 0.15);
  line-height: 64px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  text-align: center;
}

.counter--item:hover .img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.counter--item.style--2 .icon {
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 46px;
}

.counter--item .title .h4 {
  max-width: 120px;
  font-weight: 600;
}

.counter--item.style--2 .title .h4 {
  max-width: none;
  font-weight: 400;
}

.counter--item .count {
  margin-top: 15px;
}

.counter--item.style--2 .count {
  margin-top: 11px;
  margin-bottom: 1px;
}

.counter--item .count .h1 {
  color: #c12222;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 900;
}

.counter--item.style--2 .count .h1 {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
}

.affiliate--info-items {
  counter-reset: affiliateItems;
}

.affiliate--info-item {
  position: relative;
  z-index: 0;
}

.affiliate--info-item:before {
  content: counter(affiliateItems);
  counter-increment: affiliateItems;
  position: absolute;
  top: 1px;
  right: 42px;
  color: #f8f8f8;
  font-size: 100px;
  font-weight: 900;
  z-index: 1;
}

.affiliate--info-item:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 60px;
  margin-top: 15px;
  margin-left: -30px;
  border-bottom: 1px dotted #000;
  opacity: 0.1;
}

.affiliate--info-item:last-child:after {
  display: none;
}

.affiliate--info-item-inner {
  position: relative;
  padding: 0 30px 27px;
  z-index: 0;
}

.affiliate--info-item-inner:before {
  content: " ";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.affiliate--info-item .icon {
  display: inline-block;
  min-width: 60px;
  margin-bottom: 14px;
  color: #fff;
  background-color: #c12222;
  border-radius: 50%;
  font-size: 18px;
  line-height: 60px;
}

.affiliate--info-item .title .h4 {
  color: #393939;
  font-size: 16px;
  line-height: 26px;
}

.affiliate--info-item .desc {
  margin-top: 6px;
}

.affiliate-pricing--item {
  text-align: center;
}

.affiliate-pricing--item .h4 {
  padding: 28px 20px 23px;
  color: #fff;
  background-color: #393939;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.affiliate-pricing--item .h3 {
  padding: 27px 10px 25px;
  color: #fff;
  background-color: #c12222;
  font-weight: 900;
}

.faq--items {
  margin-bottom: 0;
}

.faq--item {
  margin-bottom: 0;
  border-width: 0;
  box-shadow: none;
}

.faq--items .faq--item {
  border-radius: 0;
}

.faq--items .faq--item + .faq--item {
  margin-top: 10px;
}

.faq--item .panel-heading {
  padding: 0;
  border-radius: 0;
}

.faq--item .panel-heading a {
  display: block;
  position: relative;
  padding: 13px 29px 13px 12px;
  color: #fff;
  background-color: #c12222;
  font-size: 0;
  line-height: 0;
  z-index: 0;
}

.faq--item .panel-heading a.collapsed {
  color: #393939;
  background-color: #f8fbff;
}

.faq--item .panel-heading a:after,
.faq--item .panel-heading a:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}

.faq--item .panel-heading a.collapsed:after,
.faq--item .panel-heading a.collapsed:before {
  background-color: #393939;
}

.faq--item .panel-heading a.collapsed:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.faq--item .panel-heading a .fa {
  min-width: 18px;
  margin-right: 14px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.faq--item .panel-heading a span {
  font-size: 18px;
  line-height: 28px;
}

.faq--item .panel-body {
  padding: 10px;
  color: #393939;
}

.faq--item .panel-heading + .panel-collapse > .panel-body {
  border-width: 0;
}

.cta--content .title {
  margin-top: 6px;
}

.cta--content .title .h3 {
  line-height: 34px;
}

.cta--content .action {
  margin-top: 25px;
}

.cta--content .note {
  margin-top: 16px;
  margin-bottom: 3px;
}

.cta--content .note small {
  font-size: 14px;
  line-height: 25px;
}

.post--item {
  position: relative;
  z-index: 0;
}

.post--item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  z-index: -1;
}

.post--item:hover:before {
  box-shadow: 0 5px 10px #c12222;
}

.post--items .post--item:before {
  display: none;
  top: -61px;
  border-top: 1px solid #c12222;
  box-shadow: none !important;
}

.post--items .post--item + .post--item {
  margin-top: 121px;
}

.post--items .post--item + .post--item:before {
  display: block;
}

.post--img {
  position: relative;
  font-size: 0;
  line-height: 0;
  z-index: 0;
}

.post--img .date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 20px;
  color: #fff;
  background-color: #c12222;
  font-size: 12px;
  line-height: 22px;
  z-index: 1;
}

.post--img .date .fa {
  font-size: 13px;
  line-height: 23px;
  vertical-align: middle;
}

.post--items .post--img .date {
  padding: 0;
  background-color: transparent;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.post--items .post--img .date a {
  display: inline-block;
  margin-right: 1px;
  padding: 8px 20px;
  color: #fff;
  background-color: #c12222;
}

.post--inner {
  position: relative;
  padding: 23px 20px 25px;
  background-color: #fff;
  z-index: 0;
}

.post--items .post--inner {
  padding: 23px 0 0;
}

.post--inner:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.post--items .post--inner:before {
  display: none;
}

.post--inner .meta {
  margin: -5px -7.5px 17px;
  color: #ccc;
  font-size: 12px;
  font-weight: 400;
}

.post--inner .meta > li {
  padding: 5px 7.5px 0;
}

.post--inner .meta > li > a {
  padding: 0;
}

.post--inner .meta > li > a > .fa {
  margin-right: 8px;
}

.post--single .post--inner .meta > li > a {
  color: #c12222;
}

.post--inner .title .h4 {
  color: #393939;
  font-weight: 400;
}

.post--single .post--inner .title .h4 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 34px;
}

.post--inner .content {
  margin-top: 9px;
}

.post--inner .action {
  margin-top: 26px;
}

.post--inner .action .btn {
  padding: 6px 20px 5px;
  -webkit-transition-property: color, background-color, border-color, box-shadow;
  transition-property: color, background-color, border-color, box-shadow;
}

.post--inner .action .btn:focus,
.post--inner .action .btn:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.post--inner .action .btn-lg {
  padding: 13px 30px;
}

.post--items + .pagination--nav {
  margin-top: 61px;
  position: relative;
}

.post--items + .pagination--nav:before {
  content: " ";
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  border-top: 1px solid #c12222;
  opacity: 0.1;
  z-index: -1;
}

.post--footer {
  position: relative;
  margin-top: 53px;
  padding: 15px 0 10px;
  font-size: 0;
  line-height: 0;
  z-index: 0;
}

.post--footer:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c12222;
  opacity: 0.1;
}

.post--footer > div > p {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 0;
  color: #393939;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  vertical-align: middle;
  text-transform: uppercase;
}

.post--footer .tagcloud {
  display: inline-block;
  margin-top: 6px;
  vertical-align: middle;
}

.post--footer .nav {
  display: inline-block;
  color: #999;
  margin: 4px -10px 0;
  vertical-align: middle;
}

.post--footer .cats--inner {
  color: #333;
}

.post--footer .nav > li {
  padding: 0 10px;
}

.post--footer .nav > li > a {
  margin-top: 10px;
  padding: 0;
  font-size: 15px;
  line-height: 25px;
}

.post--footer .social--inner > li > a {
  min-width: 35px;
  border: 1px solid;
  border-radius: 50%;
  line-height: 33px;
  text-align: center;
}

.post--footer .cats--inner > li:after {
  content: ",";
  font-size: 14px;
  line-height: 24px;
}

.post--footer .cats--inner > li:last-child:after {
  display: none;
}

.post--author {
  position: relative;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
  z-index: 0;
}

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

.post--author .info {
  overflow: hidden;
}

.post--author .info:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c12222;
  opacity: 0.1;
  z-index: -1;
}

.post--author .info .name {
  margin-bottom: 8px;
  color: #333;
  font-weight: 500;
}

.post--author .info .social {
  margin: 6px -10px 0;
  color: #ccc;
}

.post--author .info .social > li > a {
  padding: 0 10px;
}

.contact--info-item {
  text-align: center;
}

.contact--info-item .icon {
  max-width: 100px;
  margin: 0 auto 23px;
  color: #fff;
  background-color: #c12222;
  border-radius: 50%;
  font-size: 25px;
  line-height: 100px;
  text-align: center;
}

.contact--info-item .title .h3 {
  color: #393939;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}

.contact--info-item .info .h4 {
  color: #393939;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.d-flex {
  display: inline-flex;
}

#captImg img {
  width: 100%;
  height: 44px;
  border: 0 solid #000;
  border-radius: 30px;
}

.refreshCaptcha {
  padding: 7px;
  text-align: center;
  vertical-align: middle;
  color: #c12222;
  margin-left: 10px;
  font-size: 25px;
}

.refreshCaptcha:hover {
  color: #000;
}

.refreshCaptcha:focus {
  color: #000;
}

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

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

.mb-10 {
  margin-bottom: 10px;
}

.contact--form {
  position: relative;
  padding-top: 74px;
  background-color: #fff;
  z-index: 1;
  padding-bottom: 74px;
}

.contact--form:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 20px #c12222;
  opacity: 0.1;
  z-index: -1;
}

.contact--form .title {
  margin-bottom: 53px;
}

.contact--form .title .h1 {
  color: #393939;
  font-weight: 300;
}

.contact--form .title p {
  margin-top: 7px;
  font-size: 15px;
  line-height: 24px;
}

.contact--form .alert {
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
}

.contact--form .form-group {
  margin-bottom: 20px;
}

.contact--form .form-control {
  height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f8f8f8;
  border-color: transparent;
  border-width: 1px;
}

.contact--form .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer--section {
  color: #ccc;
}


.coming--soon--section.bg--overlay:before {
  width: 50%;
}

.coming--soon-content .logo {
  margin-bottom: 62px;
}

.coming--soon-content .title p {
  margin-bottom: 11px;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.coming--soon-content .title .h1 {
  color: #fff;
  font-size: 72px;
  line-height: 82px;
  font-weight: 900;
  text-transform: uppercase;
}

.coming--soon-content .sub-title {
  margin-top: 13px;
}

.coming--soon-content .countdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 0;
  line-height: 0;
}

.coming--soon-content .countdown ul:after,
.coming--soon-content .countdown ul:before {
  content: " ";
  display: table;
}

.coming--soon-content .countdown ul:after {
  clear: both;
}

.coming--soon-content .countdown ul li {
  float: left;
  min-width: 110px;
  margin-top: -1px;
  margin-right: -1px;
  padding: 15px 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  text-align: center;
}

.coming--soon-content .countdown ul li:first-child {
  color: #c12222;
  background-color: #fff;
}

.coming--soon-content .countdown ul li strong {
  display: block;
  position: relative;
  font-size: 36px;
  line-height: 46px;
  font-weight: 900;
  z-index: 0;
}

.coming--soon-content .countdown ul li strong:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  border-top: 1px solid #c12222;
  z-index: 1;
}

.coming--soon-content .countdown ul li:first-child strong:before {
  border-color: #fff;
}

.coming--soon-content .countdown ul li span {
  display: block;
  margin-top: -2px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.coming--soon-content .countdown {
  margin-top: 61px;
}

.coming--soon-content .widget {
  margin-top: 57px;
  max-width: 270px;
}

.coming--soon-content .widget--title {
  margin-top: 0;
  color: #fff;
  font-weight: 700;
}

.coming--soon-content form ::-webkit-input-placeholder {
  color: #fff;
}

.coming--soon-content form ::-moz-placeholder {
  color: #fff;
}

.coming--soon-content form :-ms-input-placeholder {
  color: #fff;
}

.coming--soon-content form :-moz-placeholder {
  color: #fff;
}

.coming--soon-content .btn:not(:hover):not(:focus) {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.coming--soon-content .social {
  margin: 74px -10px 0;
}

.coming--soon-content .social .nav > li > a {
  padding: 0 10px;
  color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.coming--soon-content .social .nav > li > a:hover {
  opacity: 0.5;
}

.f0f--content .title {
  margin-bottom: 14px;
}

.f0f--content .title .h1 {
  margin-top: 2px;
  color: #efefef;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 72px;
  line-height: 82px;
  font-weight: 900;
}

.f0f--content .sub-title .h4 {
  color: #393939;
  font-weight: 500;
}

.f0f--content .desc {
  margin-top: 11px;
}

.f0f--content .action {
  position: relative;
  margin-top: 16px;
  padding-top: 31px;
}

.f0f--content .action:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 230px;
  margin: 0 auto;
  border-top: 1px solid #000;
  opacity: 0.1;
}

.login--form .modal-dialog {
  width: 100%;
  max-width: 380px;
  margin-top: 80px;
}

.login--form .modal-content {
  padding: 60px 40px;
  border-width: 0;
  border-radius: 0;
}

.login--form .close {
  float: none;
  position: absolute;
  top: -15px;
  right: -15px;
  min-width: 30px;
  color: #393939;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px #c12222;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  opacity: 1;
  outline: 0;
  z-index: 1;
}

.login--form .modal-body {
  padding: 0;
}

.login--form .modal-body > .row > div {
  padding: 40px 30px;
}

.login--form .title {
  margin-bottom: 21px;
}

.login--form .title .h4 {
  margin-top: -3px;
  color: #c12222;
  font-family: proxima nova, Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.login--form .bg--overlay .title .h4 {
  color: #fff;
}

.login--form .form-control {
  background-color: #f8f8f8;
}

.login--form .form-control:not(:focus) {
  border-color: #e9f2ff;
}

.login--form .help-block {
  margin: 15px 0 31px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.login--form .btn {
  margin-top: 10px;
}

.login--form .btn-primary:not(:hover):not(:focus) {
  background-color: #393939;
  border-color: #393939;
}

#cookieNotify {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
}

#cookieNotify .alert {
  color: #eee;
  margin-bottom: 0;
  border-width: 0;
  border-radius: 0;
}

#cookieNotify .alert:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.95;
  z-index: -1;
}

#cookieNotify .alert .close {
  float: right;
  min-width: 20px;
  margin-top: 4px;
  margin-left: 15px;
  color: #222;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  outline: 0;
  z-index: 1;
}

#cookieNotify .alert p {
  margin-top: 4px;
  overflow: hidden;
}

#backToTop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 999;
}

body.isScrolling #backToTop {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

#backToTop a {
  padding: 12px 17px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.header--middlebar {
  background-color: #fff;
  height: 88;
}

a.navbar-brand img {
  width: 244px;
  margin: 23 auto;
  height: 84px;
}

a.navbar-brand {
  height: auto !important;
  padding: 5px !important;
}

.contact_Detail {
  padding: 5px 0;
  float: right;
}

.sb-search {
  position: relative;
  margin-top: 10px;
  width: 0;
  min-width: 60px;
  height: 60px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: -5px;
  right: -25px;
  border: 0;
  outline: 0;
  background: #c12222;
  width: 100%;
  height: 40px;
  margin: 0;
  z-index: 10;
  padding: 20px 10px 17px;
  font-size: 14px;
  color: #fff;
}

input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.sb-search-input::-webkit-input-placeholder {
  color: #efb480;
}

.sb-search-input:-moz-placeholder {
  color: #efb480;
}

.sb-search-input::-moz-placeholder {
  color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
  color: #efb480;
}

.sb-icon-search,
.sb-search-submit {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #fff;
  opacity: 0;
  color: transparent;
  color: red;
  border: 0;
  outline: 0;
  z-index: -1;
}

.sb-icon-search {
  color: #fff;
  background: #c12222;
  z-index: 90;
  font-size: 17px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
  content: "";
}

.no-js .sb-search,
.sb-search.sb-search-open {
  width: 100%;
}

.no-js .sb-search .sb-icon-search,
.sb-search.sb-search-open .sb-icon-search {
  background: #c12222;
  color: #fff;
  z-index: 11;
}

.working-process-area {
  position: relative;
  display: block;
  padding: 100px 0 60px;
}

.working-process ul li {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.working-process ul li.martop50 {
  margin-top: 50px;
}

.working-process ul li.arrow:before {
  position: absolute;
  top: 38px;
  right: -68px;
  width: 109px;
  height: 44px;
  background-repeat: no-repeat;
  content: "";
}

.working-process ul li.arrow.top:before {
  position: absolute;
  top: -12px;
  right: -68px;
  width: 109px;
  height: 44px;
  background-repeat: no-repeat;
  content: "";
}

.working-process ul li:last-child {
  margin-right: 0;
}

.working-process ul li .single-item .icon-holder {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 24px 0 15px;
  border: 1px solid #c12222;
  transition: all 0.3s ease-in-out 0;
  background-color: #c12222;
}

.working-process ul li:hover .single-item .icon-holder {
  background: #c12222;
  border-color: #c12222;
}

.working-process ul li .single-item .icon-holder span:before {
  color: #222;
  font-size: 30px;
  line-height: 30px;
}

.working-process ul li .single-item .icon-holder .count-box {
  position: absolute;
  top: -1px;
  left: -11px;
  width: 30px;
  height: 30px;
  border: 1px solid #f5f5f4;
  background: #f5f5f4;
  border-radius: 50%;
  transition: all 0.7s ease-in-out 0;
}

.working-process ul li:hover .single-item .icon-holder .count-box {
  background: #fff;
}

.working-process ul li .single-item .icon-holder .count-box p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.working-process img {
  width: 100%;
}

.working-process ul li .single-item .text-holder {
  position: relative;
  display: block;
  margin-top: 40px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  padding: 16px 0 0;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 #f2f2f2;
  -moz-box-shadow: 0 2px 8px 0 #f2f2f2;
  box-shadow: 0 2px 8px 0 #f2f2f2;
}

.working-process ul li .single-item .text-holder .process-head {
  color: #222;
  font-size: 18px;
  margin: 0 0 10px;
}

.working-process ul li .single-item .text-holder span {
  color: #c12222;
  font-size: 15px;
}

.working-process ul li .single-item .text-holder p {
  margin: 13px 0 0;
  color: #222;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.company_img {
  text-align: right;
}

.company_info {
  display: inline-block;
  text-align: left;
}

.company_info h3 {
  font-size: 16px;
  color: #c12222;
  margin: 20px 0 5px;
}

.company_info p {
  font-size: 14px;
  color: #4d4d4d;
}

.company_img img {
  width: 37px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  top: -20px;
}

.process_icon {
  /* font-size: 36px; */
  line-height: 28px;
}

ul.social.nav li a:focus,
ul.social.nav li a:hover {
  color: #c12222;
}

.links--widget ul li a:hover {
  color: #fff;
}

.search {
  display: none;
  background: 0;
  border: 0;
  border-bottom: 2px solid #0090d4;
  outline: 0;
  color: #0090d4;
  font-size: 14px;
  text-align: center;
  transition: all 1s ease;
  float: left;
  padding: 4px 20px;
  margin: 10px;
}

::-webkit-input-placeholder {
  font-size: 15px;
  opacity: 0.5;
  color: #0090d4;
}

.focus {
  width: 80%;
  transition: all 1s ease;
  opacity: 1;
}

.icon {
  width: 2rem;
  height: 40px;
  fill: #0090d4;
}

.icon:hover {
  fill: #0090d4;
  transition: all 1s ease;
}

#magnify {
  background: 0;
  outline: 0;
  border: 0;
  transition: all 1s ease;
  padding-top: 10px;
  padding-right: 0;
}

.text-white {
  color: #fff;
}

.search2 {
  display: none;
}

.searchpro-style h3 {
  color: #c12222;
  text-align: center;
  padding-bottom: 15px;
}

.searchTerm {
  background-color: #eee;
  width: 80%;
  padding: 7px;
  outline: 0;
  color: #c12222;
  margin: 0;
  border: 0;
}

.searchTerm2 {
  float: left;
  width: 80%;
  padding: 2px 10px;
  outline: 0;
  color: #c12222;
  margin: 0;
  border-bottom: 1px solid #c12222;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-top-left-radius: 3em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3em;
}

.searchButton2 {
  position: absolute;
  right: auto;
  top: 6px;
  background: #fff;
  text-align: center;
  color: #c12222;
  cursor: pointer;
  border: #ffdead;
  font-size: 17px;
  padding: 2px 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  border-bottom-left-radius: 0;
}

.searchTerm:focus {
  color: #c12222;
}

section.counter--section.pt--80.pb--50.bg--overlay.bg--img {
  background-size: cover !important;
}

.searchButton {
  width: 40px;
  height: 37px;
  border: 1px solid #00b4cc;
  background: #00b4cc;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}

.header-email {
  padding-left: 0;
}

.headers1-header-right {
  position: relative;
  display: block;
  float: right;
  padding-top: 8px;
}

.headers1-header-right ul {
  position: relative;
  overflow: hidden;
  float: left;
  padding: 10px 0 0;
}

.headers1-header-right ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e9e9e9;
}

.headers1-header-right ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.headers1-header-right ul li .single-item {
  position: relative;
  display: block;
}

.headers1-header-right ul li .single-item .icon {
  width: 35px;
}

.headers1-header-right ul li .single-item .icon,
.headers1-header-right ul li .single-item .text {
  display: table-cell;
  vertical-align: middle;
}

.headers1-header-right ul li .single-item .text p {
  color: #2f2f2f;
  font-size: 16px;
  margin: 0 0 2px;
}

span.icon-stamp img {
  width: 22px;
}

span.icon-shield img {
  width: 22px;
}

.bs-slider {
  overflow: hidden;
  max-height: 500px;
  position: relative;
  background: #000;
  padding-top: 0 !important;
}

.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.bs-slider > .carousel-inner > .item > a > img,
.bs-slider > .carousel-inner > .item > img {
  margin: auto;
  width: 100% !important;
}

.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #fff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: 400;
  background: 0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.control-round:hover .carousel-control {
  opacity: 1;
}

.control-round .carousel-control.left {
  left: 1%;
}

.control-round .carousel-control.right {
  right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0 transparent;
}

.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%;
}

.indicators-line > .carousel-indicators {
  right: 43%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}

.indicators-line > .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}

.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0;
}

.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.slide_style_left {
  text-align: left !important;
}

.slide_style_right {
  text-align: right !important;
}

.slide_style_center {
  text-align: center !important;
}

.slide-text {
  left: 0;
  top: 25%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px;
}

.slide-image {
  top: 7%;
}

.slide-text > h1 {
  padding: 0;
  color: #fff;
  font-size: 70px;
  font-style: normal;
  line-height: 84px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.slide-text > p {
  padding: 0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.slide-text > a.btn-default {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a.btn-primary {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #00bfff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a:active,
.slide-text > a:hover {
  color: #fff;
  background: #222;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-image .img-cust-slider {
  width: 20%;
}

@media (max-width: 1441px) {
  .slide-image .img-cust-slider {
    width: 32%;
  }
}

@media (max-width: 991px) {
  .search2 {
    display: block;
  }

  .slide-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .slide-text > p {
    font-size: 18px;
  }

  .slide-image .img-cust-slider {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .pt--80 {
    padding-top: 15px;
  }

  .pb--80 {
    padding-bottom: 40px;
  }

  .logo-right-des h1,
  .logo-right-des h5 {
    margin-top: 15px;
    color: #626262;
    line-height: 23px;
    font-size: 12px;
  }

  .slide-text {
    padding: 10px 50px;
  }

  .slide-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .slide-text > p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .control-round .carousel-control {
    display: none;
  }

  .m-zeropad {
    padding: 0 !important;
  }

  .refreshCaptcha {
    margin-left: 0;
  }

  .contact--form .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    width: 100%;
  }

  .btn-100 {
    width: 100%;
  }

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

  .faq--item .panel-heading a span {
    font-size: 14px;
    line-height: 23px;
  }

  .slide-image .img-cust-slider {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .header--nav-links > li > a {
    line-height: 22px;
  }

  .logo-right-des h1,
  .logo-right-des h5 {
    margin-top: 5px;
    color: #626262;
    line-height: 16px;
    font-size: 13px;
  }

  .remove-p-xs {
    padding: 0 !important;
  }

  .slide-text {
    padding: 10px 30px;
  }

  .left_main {
    margin: 0 !important;
    padding: 0 0 10px !important;
  }

  .product-left_main {
    margin: 0 !important;
    padding: 0 0 10px !important;
  }

  ol.breadcrumb {
    top: 36px;
  }

  .slide-text h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .slide-text > p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .slide-text > a.btn-default,
  .slide-text > a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
  }

  .indicators-line > .carousel-indicators {
    display: none;
  }

  .contact--form .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    width: 100%;
  }

  .slide-image .img-cust-slider {
    width: 30%;
  }
}

.product--section.pt--70.pb--50 {
  padding-top: 30px !important;
}

.widget.category_sidebar {
  box-shadow: 0 0 10px silver;
}

.category_title {
  color: #fff !important;
  border-bottom: 1px solid #dadada;
  padding: 15px;
  margin: 0 0 15px;
  background-color: #c12222;
  font-size: 15px;
  font-weight: 700;
}

.nav--widget {
  padding: 0 15px 15px;
}

.category_menu {
  width: 17px;
  float: right;
  cursor: pointer;
}

.product--img img {
  width: 170px;
  min-height: 175px;
  margin: 0 auto;
}

span.pro-img img {
  width: 60px;
  border: 1px solid #dcdcdc;
  padding: 5px;
}

.product_image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  width: 25%;
}

.pro_text {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  width: 75%;
}

.pro_text p {
  margin: 0;
  color: #c12222;
  font-size: 12px;
}

.pro_text span {
  font-size: 11px;
}

.best_seller li {
  padding: 0 10px 20px;
}

.left_title {
  margin-top: 4px;
  color: #393939;
  font-weight: 300;
  float: left;
  font-size: 20px;
}

.left_main {
  margin: 0 1px 15px;
  padding: 0;
}

.product-left_main {
  margin: 0 14px;
  padding: 0;
}

.products--section {
  padding-top: 10px !important;
}

.pricing--table img {
  width: 40px;
}

.fancybox_img {
  width: 240px;
  min-height: 220px;
  max-height: 220px;
}

.fancybox_ {
  padding: 10px;
}

img.cart_img {
  padding: 0px;
}

.cart_pro p {
  font-size: 14px;
}

.cart_pro h4 {
  color: #c12222;
}

.checkout--section {
  padding-top: 80px !important;
}

.career--section.pt--80.pb--80 {
  padding-top: 80px !important;
}

.career_html {
  padding: 20px;
  box-shadow: 0 0 10px 0 #bfbfbf;
}

.career_html strong {
  font-size: 16px;
  color: #c12222;
  line-height: 25px;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

#msform fieldset {
  background: #fff;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #c12222;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

#msform .action-button {
  width: 100px;
  background: #c12222;
  font-weight: 700;
  color: #fff;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:focus,
#msform .action-button:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #c12222;
}

#msform .action-button-previous {
  width: 100px;
  background: #c5c5f1;
  font-weight: 700;
  color: #fff;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:focus,
#msform .action-button-previous:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #c5c5f1;
}

.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}

.fs-subtitle {
  font-weight: 400;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  padding-left: 0;
}

#progressbar li {
  list-style-type: none;
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  width: 33.33%;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #333;
  background: #ccc;
  border-radius: 25px;
  margin: 0 auto 10px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}

#progressbar li:first-child:after {
  content: none;
}

#progressbar li.active:after,
#progressbar li.active:before {
  background: #c12222;
  color: #fff;
}

.dme_link {
  margin-top: 30px;
  text-align: center;
}

.dme_link a {
  background: #fff;
  font-weight: 700;
  color: #ee0979;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 12px;
}

.dme_link a:focus,
.dme_link a:hover {
  background: #c5c5f1;
  text-decoration: none;
}

.input_sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.custom-width {
  width: 70% !important;
}

.custom-btn-group {
  margin-top: 15px;
  display: inline-flex;
}

input#colorful {
  width: 60px;
}

.btn-xsm {
  padding: 3.1px 14px;
  background-color: #dfdada;
  margin-left: -1px !important;
  border: 1px solid #dfdada;
}

.btn-xsm,
.cart-btn {
  z-index: 0 !important;
}

.home-cat-box {
  margin-top: 0px !important;
}

.product-captcha .d-flex {
  padding: 0;
}

.product-captcha #uCaptcha {
  width: 75%;
}

.enquiry-title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 7px;
  background-color: #e5efe0;
}

.no-padding {
  padding: 0;
}

.custom-btn-group > .input-group {
  width: 1px;
}

#captchaImg {
  min-width: 55px;
}

#uCaptcha {
  max-width: 100px;
}

#productList thead {
  background-color: #787775;
  color: #ffffff;
}

#productList tbody tr:nth-child(even) {
  background: #f8f8f8;
}

ul#SearchUL,
ul#SearchULMo {
  position: absolute;
  width: 100%;
  padding: 0;
  z-index: 1001;
}

ul#SearchUL {
  top: 37px;
}

ul#SearchULMo {
  top: 35px;
}

#searchbox {
  max-height: 37px;
}

#searchButton {
  cursor: pointer;
}

.follow-section {
  padding: 0 13px !important;
}

.testimonials-member {
  max-width: 100%;
  background-size: cover;
  position: relative;
  transition: 0.5s all;
}

.social-overlay {
  position: absolute;
  background: #000000a8;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.social-media {
  position: relative;
  z-index: 1;
  color: #fff;
  /* margin: 10px 0; */
  padding: 10px;
}

.social-name h4 {
  margin: 3px 0;
}

.testim-author i {
  font-size: 24px;
}

.search-bar {
  position: relative;
}

.search-li a {
  padding-left: 15px !important;
}

.search-li a i {
  padding-right: 20px;
}

#clearBtn {
  display: none;
  background: transparent;
  border: none;
  position: absolute;
  right: 2%;
  z-index: 99999;
  top: 2px;
  color: #555;
  padding: 8px;
}

.social-media {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #000000a8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 1200px) {
  .carousel-container {
    width: 100%;
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .responsive-search a {
    position: relative;
    top: 3.5px;
  }

  li.dropdown:hover > .dropdown-menu {
    display: static;
  }
}

.visitor-details {
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 340px) {
  .header--cart-btn {
    right: 33px !important;
  }
}

td.img-product_list {
  padding: 0px !important;
}

/* New responsive search box */

/* .search-icon {
    font-size: 20px;
    color: #c12222;
    background-color: #fff;
    border: 0;
    outline: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding-left: 4px;
    margin-top: 2px;
}

.search-toggle .search-icon.icon-close {
    display: none;
}

.search-toggle.opened .search-icon.icon-search {
    display: none;
}

.search-toggle.opened .search-icon.icon-close {
    display: block;
}

.search-container {
    position: relative;
    max-height: 0;
    overflow: hidden;
    background-color: #eee;
}

.search-container.opened {
    max-height: 100px;
}

.search-container>input[type="text"] {
    outline: none;
    font-size: 1.6rem;
    margin: 18px;
    width: 300px;
    background-color: inherit;
    border: 0;
}

.search-container .search-icon {
    vertical-align: middle;
}

.searchBox {
    position: relative;
    display: none;
    width: 95%;
}

.search-container {
    position: absolute;
    left: 0px;
    z-index: 2;
    border-radius: 20px;
    background: #fff;
}

.opened input {
    border-radius: 20px;
    border: none;
    padding: 8px 15px;
    color: #000;
}

@media (max-width: 991px) {
    .searchBox {
        display: block;
    }
}

@media (max-width: 768px) {
    .searchBox {
        left: 2%;
    }
}

@media (max-width: 375px) {
    .searchBox {
        left: 3%;
    }
} */

/* New responsive search box close */

/* New Product Card CSS Start */

.ProductCard {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.productDetails {
  width: 100%;
}

.productDetails h4 {
  font-size: 16px !important;
}

.productDetails h4 span {
  color: #000;
  font-size: 14px !important;
}

.productImage {
  min-width: 100px;
  height: 100px;
  position: relative;
  text-align: center;
  margin-right: 10px;
}

.productImage a {
  border: 2px solid #ddd;
}

.productImage img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  max-width: 90px;
  max-height: 90px;
}

.productCardList li {
  list-style: none;
}

.partingLine {
  border-bottom: 0.5px solid #d4d5d9;
  height: 1px;
  padding: 0 12px;
  /* margin: 5px 0; */
  width: 100%;
  float: left;
}

.itemCodeWpBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.itemCodeWpBtn h5 {
  color: #000;
  margin: 10px 0;
}

.whatsappBtn {
  background: transparent;
  border: 2px solid #c12222;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 25px;
  transition: 0.5s all;
}

.whatsappBtn:hover {
  background: #c12222;
  color: #fff;
}

.whatsappBtn i {
  font-size: 16px;
}

.cartCardSection {
  position: sticky;
  top: 5%;
  background: #fff;
}

.emptyCart {
  display: none;
}

.cartListing {
  padding-left: 0 !important;
  overflow: auto;
  max-height: calc(100vh - 350px);
}

.cartListing li {
  list-style: none;
  padding: 5px;
}

.cartProduct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.cartProduct h6 {
  margin-right: 10px;
}

.cartProduct h6 span {
  color: #818181;
}

.totalItems {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-weight: 600;
}

.checkOutBtn button {
  width: 100%;
  background: #c12222;
  color: #fff;
  padding: 8px;
  border: 2px solid #c12222;
  transition: 0.5s all;
}

.checkOutBtn button:hover {
  background: transparent;
  color: #c12222;
}

/* Inrement-decrement button css start */

.cartQuantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.cartQuantity .quantity__minus,
.cartQuantity .quantity__plus {
  display: block;
  width: 22px;
  height: 23px;
  margin: 0;
  background: #c12222;
  text-decoration: none;
  text-align: center;
  line-height: 23px;
}

.cartQuantity .quantity__minus:hover,
.cartQuantity .quantity__plus:hover {
  background: #c12222;
  color: #fff;
}

.cartQuantity .quantity__minus {
  border-radius: 3px 0 0 3px;
}

.cartQuantity .quantity__plus {
  border-radius: 0 3px 3px 0;
}

.cartQuantity .quantity__input {
  width: 32px;
  height: 23px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 2px solid #c12222;
  border-bottom: 2px solid #c12222;
  border-left: 1px solid #c12222;
  border-right: 2px solid #c12222;
  background: #fff;
  color: #8184a1;
}

.cartQuantity .quantity__minus:link,
.cartQuantity .quantity__plus:link {
  color: #fff;
}

.cartQuantity .quantity__minus:visited,
.cartQuantity .quantity__plus:visited {
  color: #fff;
}

/* Inrement-decrement button css end */

@media (max-width: 768px) {
  .cartCard {
    display: none;
  }
}

@media (max-width: 575px) {
  .ProductCard {
    padding: 15px 0;
  }
}

/* New Product Card CSS End */

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.productPageTitle {
  margin-bottom: 15px;
}

.productYtVideo {
  margin-top: 30px;
}

.xzoom-container {
  text-align: center;
}

.productImageGallery {
  max-height: 400px;
  object-fit: contain;
  min-height: 400px;
}

.productCardBtns {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.productCardBtns div,
.productCardBtns button {
  margin: 4px;
}

.productCartBtn {
  position: relative;
}

.product-a {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
}

.productCartBtn .productAddToCartBtn {
  /* display: none; */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  background: #4caf50;
  border: none;
  border-radius: 2px;
  padding: 1px 26px;
  font-size: 12px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  text-transform: uppercase;
  max-height: none;
}

.productPageBtn .productAddToCartBtn {
  background: #f9c100 !important;
  padding: 4px 16px !important;
  border-radius: 20px;
}

.mr--8 {
  margin-right: 8px;
}

.wp--btn {
  background: #25d366;
  padding: 4px 16px;
  color: #fff;
  border-radius: 20px;
}

.br--btn {
  background: #f40f02;
  padding: 4px 16px;
  color: #fff;
  border-radius: 20px;
}

.products-button-group .product-a {
  margin: 0 10px;
}

.products-button-group .productPageBtn {
  margin: 0 10px 0 52px;
}

@media (max-width: 768px) {
  .products-button-group {
    /* flex-direction: column; */
    margin: 0 auto 10px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .products-button-group .product-a {
    margin: 0 10px;
    margin-top: 15px;
  }
}

@media (max-width: 565px) {
  .products-button-group .productPageBtn {
    margin: 20px 52px 10px !important;
  }
}

.display-flex-center {
  padding: 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-tagline h1 {
  font-size: 15px;
  margin-top: 6px;
  color: #656460;
}

.header-tagline h1 span {
  font-weight: 800;
  font-size: 23px;
}

.header-contact {
  display: flex;
  justify-content: flex-end;
}

.cartPageQtyBtn {
  justify-content: flex-start !important;
}

@media (max-width: 768px) {
  .header-contact {
    padding-bottom: 8px;
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .header-tagline h1 {
    font-size: 12px;
  }

  .header-tagline h1 span {
    font-size: 19px;
  }
}

.align-items-center {
  align-items: center;
}

.mobCheckIcon {
  background-color: #4caf50;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  line-height: 17px;
  width: 15px;
  height: 15px;
}

.mModalHead {
  padding: 20px;
  background: #c12222;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.mModalHead h2 {
  margin: 0;
}

.mModalBody {
  padding: 20px;
}

.mModalBody .form-group .intl-tel-input {
  margin-bottom: 6px;
}

.mModalFooter {
  padding: 0 20px 20px;
  text-align: center;
}

.t-c-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

.t-c-box input {
  margin-right: 6px;
}

.mobileModalMain {
  width: 100vw;
  height: 100vh;
  margin: 0;
  display: grid;
  place-content: center;
}
.iti--allow-dropdown {
  width: 100%;
}

/* .otpGroup {
  margin-top: 8px;
}
.otpGroup .otpField {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #cccccc;
  outline: none;
}
.otpGroup .otpField:focus {
  border-color: #c12222;
} */

/* .container {
  padding: 17px;
} */

.text {
  padding: 19px;
}

#visitorCountContainer {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  z-index: 9999; /* Ensure it appears above other content */
}