s@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

body p,
body a,
body li {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;

}

body h2 {

  font-family: "Poppins", sans-serif !important;
  font-size: 42px !important;

}

body h3 {

  font-family: "Poppins", sans-serif !important;
  font-size: 36px !important;

}

.feature-img img {
  max-width: 400px !important;
}

.boxshadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px !important;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}

input[type=text],
input[type=email] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}

/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Karla", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Quicksand", Helvetica, sans-serif;
}

h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}

h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}

h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}

h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p {
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}

/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

/* Header
-------------------------------------------------------------- */
.site-title a {
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}

.site-title a:hover {}

.site-description {
  font-style: italic;
}

header {
  padding: 20px 0;
  background: transparent;
  margin: 20px auto;
}

header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}

header #brand {
  margin: 1em 0;
}

header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}

header #brand h1 a {
  color: #565656;
  text-decoration: none;
}

header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}

header nav {
  font-family: "Quicksand", Helvetica, sans-serif;
}

.menu-main-nav-container,
.menu-main-container {
  float: right;
}

header nav ul {
  list-style: none;
  margin: 0;
}

header nav ul li {
  float: left;
  margin: 2px 10px 0 0;
}

header nav ul li a {
  color: #888888;
  font-size: 14px;
}

/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
}

article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

article .title a {
  text-decoration: none;
  color: #404040;
}

article .title a:hover {
  color: #007998;
}

article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Karla", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

article .post-meta a {
  color: #888888;
  text-decoration: none;
}

article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}

article .the-content a {
  font-weight: 900;
  text-decoration: none;
}

article .the-content p {
  color: #191919;
  text-align: justify;
}

article .the-content img {
  width: 100%;
  height: auto;
}

article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}

article .meta div {
  margin: 1px auto;
}

article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}

article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}

/* Page loop styling */
.page article {
  border-bottom: none;
}

.page article .title {
  margin-bottom: 40px;
}

/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}

#pagination .past-page {
  float: right;
  width: 49%;
  text-align: right;
}

#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}

.next-page a,
.past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}

/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}

.commentlist {
  list-style: none;
  margin: 0;
}

.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment .children {
  margin-top: 40px;
}

.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}

.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment-author .says {
  display: none;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}

#respond {
  margin-bottom: 80px;
}

#respond>h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

#respond form label {
  color: #888888;
}

footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}

/* Misc & mixens
-------------------------------------------------------------- */
.site-footer {}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.clear {
  clear: both;
}

/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

/* Those wide screens above 1280px */
@media only screen and (min-width: 1281px) {
  body {
    font-size: 2.5em;
    line-height: 1.5em;
  }

  article .title {
    font-size: 1.8em;
    line-height: 1.5em;
  }

  article .post-meta {
    font-size: 0.7em;
    line-height: 1em;
  }

  .menu-main-nav-container a,
  .side-title,
  .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }

  #sidebar {
    font-size: 0.7em;
    line-height: 1.5em;
  }

  #sidebar h3 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .side-title {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .side-title {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .side-title {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  body,
  article .post-meta {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  article .title {
    font-size: 2em;
    line-height: 1.5em;
  }

  .site-title {
    font-size: 10px !important;
    line-height: 50px;
  }

  .menu-main-nav-container a,
  .side-title,
  .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  body,
  article .post-meta {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  article .title {
    font-size: 2em;
    line-height: 1.5em;
  }

  .site-title {
    font-size: 6px !important;
    line-height: 30px;
  }

  .menu-main-nav-container a,
  .side-title,
  .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }
}

.site-title a {
  display: none;
}

#sidebar {
  display: none !important;
}

#Subheader {
  display: none !important;
}

#Content {
  padding-top: 0px !important;
}


#Header {

  min-height: 0px !important;
}

.row-fluid #content {
  width: 100% !important;
}

.header-banner {
  padding: 400px 0px;
}

.Welcome-to-UK .vc_column-inner {
  padding-top: 0px !important;

}

.Welcome-to-UK h1 {
  font-family: Poppins !important;
  padding: 50px 0px !important;
  font-size: 55px;


}

.Welcome-to-UK p {
  font-size: 18px;
  color: black;
}

.Welcome-to-UK-pargraph {
  padding-bottom: 30px;
  font-family: poppins !important;
}

.Welcome-to-UK-pargraph .wpb_wrapper br{
  display: none;
}

.Product-Features h2 {
  font-family: Poppins !important;
  font-weight: 500 !important;
  font-size: 35px;
}

.Product-Features-icon .vc_column-inner {
  border: solid 2px #DF1A1D;
  border-radius: 12px;
}

.Product-Features-icon .wpb_wrapper {
  display: flex !important;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 0px;


}

.Product-Features .wpb_wrapper h2 {
  padding: 40px 0px;
}

.Product-Features-icon img {
  min-height: 100px;
  object-fit: cover !important;
}

.Product-Features-icon p {
  color: black;
  font-weight: 600;
  font-size: 20px;
  font-family: "Outfit", sans-serif;

}

.Product-Features-icon p span {
  color: #DF1A1D;
}

.Why-Choose-Us h2 {
  font-family: Poppins !important;
  font-weight: 500 !important;
  padding-top: 40px;
  font-size: 35px;


}

.Why-Choose-Us .wpb_wrapper>div {

  margin-bottom: 0px !important;
  padding: 3px 0px;

}

.Why-Choose-Us p {
  color: black;
  font-size: 18px;
  padding: 20px 0px;
}

.row-fluid .offset2:first-child {
  margin-left: 0px !important;
}

.Why-Choose-Us-row-one .vc_column-inner {
  background: #0000001A;
  border-radius: 30px;
}

.Why-Choose-Us-row-one .wpb_wrapper {
  font-family: poppins !important;
}

.Why-Choose-Us-row-one .vc_column-inner img {
  height: 95px;
  object-fit: contain;
}

.Why-Choose-Us-row-one p {
  padding: 15px 15px;
}

.Quality-Standards .vc_column-inner {
  background: #DF1A1D;
}

.Quality-Standards .vc_column-inner p {
  color: white;
  font-family: Poppins !important;

}

.Quality-Standards {
  position: relative;
}

.Quality-Standards-first {
  position: absolute;
  top: 150px;
  font-family: poppins !important;

}

.faq-question .wpb_wrapper h2 {
  font-family: Poppins !important;
  font-weight: 500 !important;
  padding: 40px 0px;
  font-size: 35px;
}

.faq-question-part {
  background-color: #F7F7F7;

}

.faq-question-part h4 {
  font-size: 20px;
  font-family: Poppins !important;
}

.faq-question-part p {
  font-size: 20px;
}

.faq-question-part .vc_toggle_title {
  font-family: Poppins !important;
  font-weight: 500 !important;
  padding: 15px;
  font-size: 25px;

}

.vc_toggle_content p {
  padding: 15px !important;
}

.wpb_wrapper .faq .question .title.wpb_toggle {
  color: black;
  font-weight: 400;
  font-size: 18px;

}

.faq .question.active p:last-child {
  color: black;
  font-weight: 400;
  font-size: 18px;
}

.wpb_wrapper .faq {
  margin-bottom: 25px !important;
}

.faq .question:before {
  border: none !important;
}

.faq .question:after {
  background: none !important;
}

.Acrylic-Crockery h2 {
  font-family: Poppins !important;
  font-weight: 500 !important;
  font-size: 35px;
}

.Acrylic-Crockery .wpb_text_column p br{
  display: none !important;
}

.Acrylic-Crockery p {
  font-family: Poppins !important;
  font-weight: 500 !important;
  color: black;
  padding-top: 20px;
  font-size: 15px;

}

.products-image {
  padding: 40px 0px;
}

.products-image img {
  height: 280px !important;
  border-radius: 10px;
}

.wpb_wrapper>div {
  margin-bottom: 0px !important;
}

.products-image {
  padding: 30px 0px !important;

}

.Bone-China h2 {
  font-family: Poppins !important;
  font-weight: 500 !important;
  color: black;
  font-size: 35px;
}

.Bone-China p {
  font-family: Poppins !important;
  font-weight: 500 !important;
  color: black;
  font-size: 15px;
  padding-top: 20px;
}

.Melamine h2 {
  font-family: Poppins !important;
  font-weight: 500 !important;
  color: black;
  font-size: 35px;
}

.Melamine p {
  font-family: Poppins !important;
  font-weight: 500 !important;
  color: black;
  font-size: 15px;
  padding-top: 20px;
}

.Melamine .wpb_text_column .wpb_wrapper p br{
  display: none !important;
}

.contact-form {
  padding: 50px 0px;
}

.contact-form .wsf-field {
  border: #0000004D !important;
  background-color: #F7F7F7 !important;
}


.contact-page h2 {
  font-family: Poppins !important;
  font-weight: 500 !important;
  color: black;
  padding-top: 70px;
  font-size: 35px;
}

.contact-page p {
  font-family: Poppins !important;
  font-weight: 500 !important;
  color: black;
  font-size: 12px;
  line-height: 1.8;
  font-size: 15px;
  padding: 20px 0px;
}

body .contact-page .wpb_wrapper  a{
  color: black !important;
  font-weight: 600;
}

.contact-page .wpb_text_column p br{
  display: none;
}


.phone-option {
  padding-top: 40px;
  padding-left: 50px;
}

.phone-option p {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
}

.phone-option i {
  font-size: 20px;
}



.email-option {
  padding-left: 50px;
}

.email-option p {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
}

.email-option i {
  font-size: 20px;
}

.location-option {
  padding-left: 50px;
  padding-top: 5px;

}

.location-option p {
  display: flex;
  align-items: start;
  gap: 10px;
  line-height: 1.8;
}

.location-option i {
  font-size: 20px;

}

.About-UK-Plastic h1 {
  font-family: Poppins !important;
  font-weight: 500 !important;
  color: black;
  padding: 50px 0px;
  font-size: 55px;
}

.About-UK-Plastic p {
  color: black;
  font-weight: 500;
  font-family: poppins;
  font-size: 18px;
}

.About-UK-Plastic-second-part .wpb_text_column .wpb_wrapper p br{
  display: none !important;
}


.About-UK-Plastic-pargraph p {
  color: black;
  font-weight: 500;
  font-family: poppins;
  padding: 20px 0px;
  font-size: 18px;
}

.About-UK-Plastic-pargraph .wpb_text_column  p br{
  display: none;
}

.Why-Choose-about-page {
  padding: 50px 0px;
}

.Why-Choose-about-page h2 {
  font-family: Poppins !important;
  font-weight: 500 !important;
  color: black;
}

.Why-Choose-about-page p {
  font-family: Poppins !important;
  font-weight: 500 !important;
  color: black;
  padding: 20px 0px;
}

.Quality-Standards-first p {
  font-size: 18px;
  color: black;
  padding: 15px 15px;
  font-family: Poppins !important;
}

.Why-Choose-Us-row-one p {
  font-size: 18px;
  color: black;
  padding: 15px 15px;
}

.Why-Choose-Us-row-one .wpb_text_column p br{
  display: none;
}

.Quality-Standards p {
  font-family: Poppins !important;
}

.Why-Choose-Us-row-one .wpb_wrapper p {
  font-family: Poppins !important;
}

.main-fluid .site-header,
.post .title {
  display: none !important;
}

#masthead {
  margin: 0px !important;
}

.site-header {
  padding: 0px !important;
  position: relative;
  z-index: 99;
}

.navbar-brand img {
  max-width: 100px !important;
}

body .header-banner {
  background-position: top !important;
  margin-top: -180px !important;
}

#navbarSupportedContent {
  justify-content: center !important;
}

.bg-red {
  background-color: #DF1A1D !important;
  padding: 10px 0px !important;

}

.navbar-nav li a {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 18px !important;
  padding: 0px 25px !important;
}

.top-bar .row {
  margin: 0px !important;
}

.topmail,
.topphn {
  position: relative;
  font-size: 18px !important;
  text-decoration: none !important;
  color: #fff !important;
  padding-left: 25px !important;
  font-family: "Poppins", sans-serif;

}

.topmail::before {
  content: '\f0e0';
  font-family: fontawesome;
  color: #fff !important;
  font-size: 18px !important;
  position: absolute;
  left: 0px !important;
}

.topphn::before {
  content: '\f095';
  font-family: fontawesome;
  color: #fff !important;
  font-size: 18px !important;
  position: absolute;
  left: 0px !important;
}

.contact_section .custom-html-widget {
  text-align: center !important;
}

.site-footer {
  background-color: #DF1A1D !important;
  padding: 50px 0px !important;
  padding-bottom: 20px !important;
}

.site-footer .menu {
  margin: 0px !important;
  list-style: none;
  text-align: left;
}

.site-footer .menu li a {
  color: #fff !important;
  font-size: 18px !important;
  text-decoration: none !important;
}

.copyright p,
.copyright a {
  color: #fff !important;
  margin: 0px !important;
  font-size: 16px !important;
  margin-top: 25px !important;
}

.footer-icons {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 20px;
}

.f-cons {
  text-align: left !important;
}

.footer-icons li {
  font-size: 18px !important;
  color: #fff !important;
  padding-left: 30px !important;
  position: relative;
  text-align: left !important;
  margin: 10px 0px !important;
}

.leftpad h4 {
  padding: 0px !important;
}

.testimonial_heading {
  font-size: 50px !important;
  font-family: "Poppins", sans-serif !important;
  text-align: center !important;
}

.testimonial_heading span {
  color: #DF1A1D !important;
}

.menu-list .footer-widget-title {
  text-align: left;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
  font-family: "Poppins", sans-serif !important;
  margin: 15px 0px !important;
}

.phn::before {
  content: '\f095';
  font-family: fontawesome;
  color: #fff !important;
  font-size: 18px !important;
  position: absolute;
  left: 0px !important;
}

.font-15 p {
  font-size: 15px !important;
}

.small-heading {
  color: #DF1A1D;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px;
  background: #DF1A1D33;
}

.mail::before {
  content: '\f0e0';
  font-family: fontawesome;
  color: #fff !important;
  font-size: 18px !important;
  position: absolute;
  left: 0px !important;
}

.address::before {
  content: '\f3c5';
  font-family: fontawesome;
  color: #fff !important;
  font-size: 18px !important;
  position: absolute;
  left: 0px !important;
}

.custom-slick-slider .slick-slide-item {
  margin: 0px 5px !important;
}

.custom-slick-slider .slick-slide-item img {
  border-radius: 10px !important;
  min-height: 305px;
}

body .slick-prev:before,
.slick-next:before {
  color: #DF1A1D !important;
  font-size: 25px !important;
}


.testimonial-slider .slick-slide {
  transition: all 0.4s ease;
}

.testimonial-slider .slick-center {
  opacity: 1;
  transform: scale(1.05);
}

.testimonial-slider {
  padding: 40px 0;
}

.testimonial-slider {
  position: relative;
  padding: 40px 0;
}

/* Left Fade */
.testimonial-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  /* control fade width */
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0));
}

/* Right Fade */
.testimonial-slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  /* control fade width */
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to left, #fff 40%, rgba(255, 255, 255, 0));
}

.vc_toggle_icon {
  position: absolute !important;
  top: 40%;
  right: 10px !important;
}

.vc_do_toggle {
  position: relative !important;
  margin: 20px 0px !important;
}

body .overlay-banner {
  position: relative;
  padding: 225px 0px!important;
  padding-bottom: 100px !important;

}


.overlay-banner h2 {
  color: #fff !important;
  font-size: 50px !important;
  font-family: "Outfit", sans-serif !important;
  font-weight: 600 !important;

}

.overlay-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  top: 0px;
}
.post{
  margin: 0px !important;
}
.wpb_gmaps_widget  .wpb_wrapper{
  padding: 0px !important;
}
#wsf-1-field-7{
    background: #F7F7F7;
    color: #000;
    border: 1px solid #00000033;
}

@media(max-width: 768px) {

  body h1 {
    font-size: 36px !important;
  }

  body h2 {
    font-size: 32px !important;
  }

  .Product-Features-icon .wpb_wrapper {
    flex-direction: column !important;
  }

  .Product-Features-icon p {
    text-align: center !important;
  }

  .mobwidth {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .mobwidth .vc_column-inner {
    padding: 0px !important;
  }

  body .header-banner {
    margin-top: -280px !important;
  }

  .slick-prev {
    position: absolute;
    left: 10px !important;
    z-index: 999 !important;
  }

  .slick-next {
    position: absolute;
    right: 10px !important;
  }

  .Quality-Standards-first {
    top: 0;
    bottom: 0;

  }
 body  .overlay-banner{
        margin-top: -240px !important;
  }

  .products-image img {
    margin-bottom: 15px !important;

  }

  .menu-list .footer-widget-title {
    padding-left: 0px !important;
  }

  .site-footer {
    padding: 50px 20px !important;
  }

  .navbar-toggler:hover .navbar-collapse {
    display: block !important;
   
  }
  .navbar-toggler{
     background: #fff !important;
    padding: 10px !important;
  }

  body .header-banner {
    margin-top: -510px ;
  }

  body .header-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
  }
  body .overlay-banner{
    padding: 300px 0px !important;
    padding-bottom: 100px !important;
  }

  .navbar-nav {
    width: 100%;
    justify-content: center;
    gap: 30px !important;
    align-items: center;
  }
  .navbar .container-fluid{
    justify-content: end !important;
  }

  body .contact_section .widget_text .textwidget a{
    color: white;
    text-decoration: none;
  }

