/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat);
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}



/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
  color:red;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on img inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*Global Font Family*/
/*Global Font Sizes*/
/*Global Font Weight*/
/*Global Colors*/
body,
html {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
fn,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  font-family: 'Montserrat', sans-serif;
}
.container {
  width: 1024px;
  max-width: 100%;
}
h1 {
  color: #df121b;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
}
h2 {
  color: #df121b;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
}
h3 {
  color: #df121b;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}
h4 {
  color: #df121b;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
}
h5 {
  color: #df121b;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}
h6 {
  color: #52585b;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
}
a {
  color: #df121b;
}
a:focus,
a:hover {
  color: #FFFFFF;
}

a:focus, a:hover {
    color: #333;
    text-decoration: none !important;
}
.style25 a:focus, .style25 a:hover {
     color: #df121b;
}
p {
  color: #52585b;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
b {
  font-weight: 700;
}
ul.lists {
  font-size: 14px;
  list-style: none;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
}
ul.lists li {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
}
ul.lists li:before {
  content: "•";
  color: #52585b;
  position: absolute;
  line-height: 0;
  left: 0;
  font-size: 15px;
  top: 11px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.clear-padding {
  padding-left: 0;
  padding-right: 0;
}
.clear-padding-left {
  padding-left: 0;
}
.clear-padding-right {
  padding-left: 0;
}
.no-line-br {
  display: inline-block;
}
.bold {
  font-weight: 700;
}
.clearfix {
  clear: both;
}
.click-here {
  text-decoration: underline;
  font-weight: 700;
  color: #52585b;
}
.click-here:hover {
  text-decoration: underline;
  font-weight: 700;
  color: #fb694f !important;
}
.bttn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.bttn.red {
  color: white;
  background-color: #df121b;
  border: 1px solid #c71018;
  line-height: 24px;
  font-size: 18px;
  padding: 14px 20px;
}
.bttn.normal {
  color: #52585b;
  line-height: 24px;
  font-size: 18px;
  padding: 14px 20px;
  background-color: #f6f7f8;
  border: 1px solid #d4d7d8;
  border-width: 1px;
}
.bttn.normal.back img {
  margin-right: 5px;
  margin-top: -2px;
}
.bttn.hover-red {
  background: #FFF;
  color: #52585b;
}
.bttn.hover-normal {
  background: #df121b;
  color: #FFF;
}
.bttn.active-red {
  background: #FFF;
  color: #52585b;
}
.bttn.active-normal {
  background: #df121b;
  color: #FFF;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 1px;
  background: #df121b;
}
/* Icons */
@font-face {
  font-family: "Flaticon";
  src: url("font/Flaticon.eot");
  src: url("font/Flaticon.eot?#iefix") format("embedded-opentype"), url("font/Flaticon.woff") format("woff"), url("font/Flaticon.ttf") format("truetype"), url("font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("font/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 80px;
  font-style: normal;
  margin-left: 5px;
}
.flaticon-usp-3:before {
  content: "\f100";
}
.flaticon-usp-1:before {
  content: "\f101";
}
.flaticon-usp-2:before {
  content: "\f102";
}
/*Media Quires*/
@media screen and (max-width: 1199px) {
  /*Write css here Medium devices or liquid responsive design - Optional */
}
@media screen and (max-width: 1024px) {
  /*Write css here for Ipad Landscape*/
}
@media screen and (max-width: 991px) {
  /*Write css here for Ipad Potrait*/
}
@media screen and (max-width: 767px) {
  /*Write css here for Mobile Landscape & Potrait	*/
}
@media (max-width: 767px) and (orientation: landscape) {
  /*Write css here for Mobile Landscape*/
}
@media screen and (max-width: 320px) {
  /*Write css here for Iphone 5s*/
}

.cat img {
    cursor:pointer;
}
header {
  position: relative;
  z-index: 10;
}
section {
  margin-top: 25px;
}

.ckprev {
    margin-top:16px !important;
}
.navbar-brand {
  padding-top: 0;
  padding-left: 0;
}
.nav li a {
  color: #FFF;
  padding-top: 25px;
}
.nav li a:focus,
.nav li a:hover {
  color: #52585b;
  font-weight: 600;
  text-decoration: underline;
  background-color: transparent !important;
}
li.login-bu a b {
  border: 1px solid white;
  border-radius: 7px;
  padding: 5px 10px;
}
/* Solid class attached on scroll past first section */
.navbar.solid {
  background-color: #df121b;
  transition: background-color 1s ease 0s;
  box-shadow: 0 0 4px grey;
  height: 75px;
}
.navbar.solid .navbar-brand {
  color: white;
  transition: color 1s ease 0s;
  padding-top: 5px;
}
.navbar.solid .navbar-nav > li > a {
  color: white;
  transition: color 1s ease 0s;
}
section.banner {
  margin-top: 0px;
}
.sliderbg {
  background: url("../img/slider-bg.png") no-repeat top right;
  min-height: 702px;
  background-position: 256px;
}
.slider-bg:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 460px;
  height: 531px;
  background: url("../img/slider-bg-r.png") top right repeat-x;
}
.slid-wr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-text {
  margin-top: 175px;
}
.slider-text h1 {
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 23px;
}
button.sliderbu {
  background: #df121b;
  border-radius: 27.5px;
  width: 200px;
  height: 45px;
  overflow: hidden;
  border: none;
  color: white;
}


button.sliderbut {
  background: #df121b;
  border-radius: 27.5px;
  width: 200px;
  height: 45px;
  overflow: hidden;
  border: none;
  color: white;
}
.slider-text h6 {
  max-width: 318px;
  margin-bottom: 24px;
}
.slid-wr {
  margin-top: 175px;
  max-width: 500px;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.owl-carousel {
  list-style: none;
  padding: 0;
}
.owl-item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-theme .owl-controls .owl-page span {
  width: 6px;
  height: 6px;
  margin: 5px 3px;
  background: #ffffff;
}
@media screen and (max-width: 640px) {
  .wrapper {
    width: 100%;
  }
}


#subhd,#subhdid,#wdthh,#hgtt {

    display:none;
}

.head {
  color: #df121b;
  font-size: 35px;
  line-height: 65px;
  text-align: center;
  font-weight: 100;
}
.box-usp {
  background: #FFF;
  border: 1px solid #52585b;
  min-height: 462px; /*405px;*/
  padding: 30px 17px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 20px 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.box-usp i {
  padding: 40px 0;
  font-size: 45px;
  color: #df121b;
}
.box-usp h4,
.box-usp p {
  padding: 15px 0 10px 10px;
}
.box-usp:hover {
  background: #df121b;
  transition: all ease 0.3s;
  animation-duration: 0.25s;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}
.box-usp:hover h4,
.box-usp:hover p,
.box-usp:hover i {
  color: #FFF;
}
.all-products {
  background: url("../img/bg-sec-2.svg") top right no-repeat;
}
.box-pro {
  background: #FFF;
  border: 1px solid #52585b;
  min-height: 270px;
  padding: 30px 17px ;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 20px 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
  display: table;
}
.box-pro h4 {
  font-weight: 600;
  padding-bottom: 15px;
}
.box-pro img {
  max-width: 200px;
  display: table-cell;
}
.box-pro:hover {
  border: 2px solid #df121b;
  transition: all ease 0.3s;
  animation-duration: 0.25s;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}
.testimonials {
  background: url("../img/testibg.png") top left no-repeat;
}
.testi-box {
  padding-top: 75px;
  padding-bottom: 150px;
}
.testi-box .testi-box-text {
  padding-top: 150px;
}
.testi-box .testi-box-text h1 {
  color: white;
  line-height: 45px;
}
.testi-box .testi-box-text h6 {
  color: white;
  padding-bottom: 25px;
}
.testi-box .testi-box-boxes .card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 1rem;
  position: relative;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 25px;
}
.testi-box .testi-box-boxes .card p {
  font-size: 12px;
}
.testi-box .testi-box-boxes .card b {
  font-size: 18px;
  font-weight: bold;
}
.footer-top {
  background: url("../img/footer-top.png") top left no-repeat;
  height: 302px;
  padding: 100px 150px;
  padding-left: 95px;
  position: relative;
  bottom: -78px;
}
.footer-top h5 {
  color: #52585b;
  padding-bottom: 20px;
}
footer {
  background: #df121b;
  padding-top: 100px;
  color: #FFF;
}
footer h6 {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #fff;
}
footer p {
  color: #fff;
  padding: 15px 0;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 0;
}
footer ul li i {
  display: inline;
}
footer ul li i img {
  height: 12px;
  margin-right: 10px;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  text-decoration: underline;
  font-weight: bold;
}
.copy {
  background: #df121b;
}
.copy p {
  text-align: center;
  font-size: 12px;
}
.banner-inner {
  background: #df121b;
  margin-top: 0px;
}
.banner-inner .header-inner {
  height: 250px;
}
.banner-inner .header-inner h1 {
  position: relative;
  top: 70%;
  transform: translateY(-50%);
  color: #FFF;
  margin-left: 20px;
}
.banner-inner .header-inner h4 {
  margin-top: 15px;
}
.pretitle {
  color: #87959c;
  letter-spacing: 5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.about {
  margin-top: 40px;
}
.about .about2-left-side {
  border-right: 3px solid #df121b;
}
.about .about2-left-side h3 {
  font-size: 35px;
  margin-right: 25px;
}
.about h4 {
  color: #52585b;
  margin-top: 40px;
}
.cnt-copy {
  padding-top: 45px;
}
.cnt-copy h6 {
  color: #52585b;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.cnt-copy p {
  line-height: 27px;
}
.sidebar {
  background: #e0e0e0;
  margin-top: 45px;
  /*height: 400vh;*/
}
.sidebar h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
}
.blog-sidebar .aside-widget {
  margin-top: 15px;
}
.sidebar h4 {
  color: #202020;
  font-size: 15px;
  border-bottom: 2px solid #efefef;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 10px;
}
.blog-sidebar .popular-categories ul {
  padding-left: 0;
  list-style: none;
}
.blog-sidebar .popular-categories ul li {
  margin-bottom: 14px;
  font-size: 14px;
}
.blog-sidebar .popular-categories ul li a {
  color: #202020;
}
.link-hover::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  margin-top: -2px;
  background-color: #87959c;
}
.contact h4::after,
.portfolio-single-aside h4::after,
.blog-sidebar h4::after {
  display: block;
  content: '';
  width: 34px;
  height: 2px;
  background-color: #df121b;
  position: absolute;
  bottom: -2px;
}


.contact h6::after,
.portfolio-single-aside h6::after,
.blog-sidebar h6::after {
  display: block;
  content: '';
  width: 34px;
  height: 2px;
  background-color: #df121b;
  position: absolute;
  bottom: -2px;
}

.widget5-inner {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 9px;
  margin-top: 66px;

      min-height: 519px;
}
.widget5-inner h6 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
.widget5-inner p {
  padding: 5px 0 15px 0;
}
.widget5-inner ul {
  margin: 0px;
  padding: 0 18px;
  text-align: left;
}
.widget5-inner ul li {
  padding-bottom: 5px;
}
.signup-button {
  margin-top: 30px;
  line-height: 41px;
  width: 143px;
}
a.signup-button,
input.signup-button {
  color: #202020;
  font-size: 14px;
  display: inline-block;
  line-height: 52px;
  width: 230px;
  text-align: center;
  border-radius: 26px;
  text-decoration: none;
  border: 1px solid #df121b;
}
.signup-button:hover {
  background-color: #df121b;
  transition: all 0.3s ease;
  color: #fff;
}

button:focus {
    outline:0 !important;
}
.portfolio-nav,
.portfolio-pagination,
.blog-pagination {
  padding-left: 0;
  list-style: none;
}
.portfolio-nav {
  margin: 90px 0 30px;
}
.portfolio-nav li,
.portfolio-pagination li,
.blog-pagination li {
  display: inline-block;
  margin-bottom: 4px;
}
.portfolio-nav li a,
.portfolio-pagination li a.pagination-prev,
.portfolio-pagination li a.pagination-next,
.blog-pagination li a.pagination-prev,
.blog-pagination li a.pagination-next {
  padding: 0 30px;
}
.portfolio-nav li a,
.portfolio-pagination li a,
.blog-pagination li a {
  line-height: 42px;
  border-radius: 21px;
  border: 1px solid #e2ebf1;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #474747;
  transition: all 0.3s ease;
}
.portfolio-nav li a:hover,
.portfolio-pagination li a:hover,
.blog-pagination li a:hover {
  background-color: #df121b;
  color: #52585b;
  text-decoration: none;
  transition: all 0.3s ease;
}
.container-fluid.portfolio-browse {
  padding: 0;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.oti {

    z-index:-1;
}
.container-fluid.portfolio-browse .col-sm-6 {
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 0;
}
.container-fluid.portfolio-browse .col-sm-6 a img {
  width: 100%;
  height: auto;
  /*min-height: 255px;*/
}
.portfolio-browse a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: -6px;
  width: 100%;
}
.portfolio-browse a:hover::before {
  top: 0;
  transition: all 0.3s ease;
}
.portfolio-browse a::before {
  color: #fff;
  padding-top: 28%;
  position: absolute;
  font-size: 26px;
  font-family: 'FontAwesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f16d";
  width: 100%;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  top: -100%;
  transition: all 0.3s ease;
}
.portfolio-browse:not(.active) {
  display: none;
}
.clear {
  clear: both;
}

.ld {

    display:none;
}
.activemenu {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}
.pushtop-30 {
  margin-top: 90px;
}
.service2-background {
  background-image: url(../img/fototrans.jpg);
  background-size: cover;
  border-radius: 8px;
  color: #fff;
  padding: 50px 0;
  height: 459px;
  border: 1px solid #edecec;
}
.service2 h3 {
  font-weight: 400;
  color: #202020;
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 600;
}
.google-map {
  width: 100%;
  height: 500px;
  margin-top: 90px;
  margin-bottom: 45px;
}
.contact .sidebar {
  height: 100vh;
}
.contact h3 {
  font-weight: 600;
  font-size: 24px;
  color: #df121b;
  margin-top: 45px;
  margin-bottom: 25px;
}
.contact label {
  font-size: 13px;
  color: #171717;
  position: relative;
}
.contact label,
.contact textarea,
.contact input:not([type='submit']) {
  width: 100%;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
.contact input:not([type='submit']),
.contact textarea {
  font-style: italic;
  font-size: 13px;
  color: #5f5f5f;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.contact label,
.contact textarea,
.contact input:not([type='submit']) {
  width: 100%;
}
.contact h4 {
  color: #df121b;
  font-size: 15px;
  border-bottom: 2px solid #efefef;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: 600;
}


.contact h6 {
  color: #df121b;
  font-size: 12px;
  border-bottom: 2px solid #efefef;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 6px;
  font-weight: 600;
}


/* product styles */
.wrapper-pro {
  display: table;
  height: 100%;
  width: 100%;
}
.content-product {
  margin-top: 100px;
}
.card {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.25s;
}

.udfcard {
     box-shadow:none;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-card {
  width: 100%;
  height: 256px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  overflow: hidden;
}

.ldfcard {
  width: 100%;
  height: 150px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  overflow: hidden;
}
.img-responsive {
    display: inline-block;
}
.img-card img {
  width: 100%;
  height: 256px;
  /*object-fit: cover;*/
  object-fit: contain;
  transition: all .25s ease;
}
.img-card .ldfimg {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: all .25s ease;
}
.card-content {
  padding: 15px;
  text-align: left;
}

.ldfcontent {
     padding: 3px;
}
.card-title {
  margin-top: 0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
  background: #df121b;
  color: #FFF;
}
.card-read-more a {
  text-decoration: none !important;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}
.labels {
  text-align: right;
  margin-top: 10px;
  font-weight: 600;
}
.form-control {
  height: 40px;
  border-radius: 2px;
  max-width: 70%;
}
.clear-10 {
  clear: both;
  margin: 15px 0;
      overflow: hidden;
}
.clear-50 {
  clear: both;
  margin: 80px 0;
}
.radios {
  border: 1px solid #9494946b;
  border-left: none;
  background: #f7f7f7;
  text-align: left;
  font-weight: bold;
  padding: 10px;
}
.input-group {
  max-width: 80%;
}
#myform {
  padding: 5px 0;
  margin: 1%;
}
.qty {
  width: 40px;
  height: 25px;
  text-align: center;
}
input.qtyplus {
  width: 25px;
  height: 25px;
}
input.qtyminus {
  width: 25px;
  height: 25px;
}

input.qtypls {
  width: 25px;
  height: 25px;
}
input.qtymins {
  width: 25px;
  height: 25px;
}

.side-pro-menu {
  height: 100vh;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
}
.side-pro-menu h5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.side-pro-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-pro-menu ul li {
  padding: 10px;
}
.side-pro-menu ul li a {
  color: #52585b;
}
.side-pro-menu ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #df121b;
}
.pro-landing {
  margin-top: 20px;
}
.pro-landing-banner {
  margin-bottom: 20px;
}
.pro-landing-banner .img-h {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .slider-bg:after {
    width: 0;
  }
}
@media (max-width: 991px) {
  .sliderbg {
    background: none;
  }
  .slider-bg:after {
    width: 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
    background: #df121b;
    width: 300px;
    float: right;
  }
  .slider-text {
    margin-top: 90px;
    width: 100%;
  }
  .slider-text h6 {
    max-width: 100%;
  }
  .slider-slides {
    margin-top: 20px;
    width: 100%;
    background: #df121b;
  }
  .slider-slides .slid-wr {
    max-width: 100%;
    padding-top: 25px;
    margin-top: 0;
  }
  .head {
    line-height: 35px;
  }
  .testi-box {
    padding-bottom: 0px;
  }
  .navbar.solid .navbar-toggle .icon-bar {
    background: white;
  }
  .navbar.solid {
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .box-pro {
    display: inherit;
  }
  .clear-padding-right {
    padding-left: 15px;
  }
  .box-pro img {
    max-width: 100%;
    display: block;
  }
  .testi-box {
    padding-bottom: 0px;
  }
  .footer-top {
    padding: 60px 0px 80px 65px;
    bottom: -50px;
  }
  .footer-top .sliderbu {
    margin-top: 21px;
  }
  .navbar-brand > img {
    width: 200px;
    padding-top: 10px;
  }
}
.nav-tabs {
  margin-bottom: 15px;
}
.sign-with {
  margin-top: 25px;
  padding: 20px;
}
.nav-tabs > li > a {
  color: #df121b;
}
.supcls {

    color:#fff;
        font-size: 12px;
}
#rrr {
    font-size: 12px;
  
    color: aliceblue;
    font-weight:bold;
   
    vertical-align: top;
}
.errmsg {
    color:red;
}
.col-sm-12 .errmsg
{text-align :center}


.col-sm-10 #ButtonLogin
{text-align :center}

@media screen and (max-width: 846px) {

    .labels {

        text-align:left;
        width:30%;
        float:left;
    }

    .col-sm-8 {
        width:65%
    }

    .clear-padding-left {
        margin-top:10px;
    }
}