<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.filtering .slick-slide {
  display: block;
  border-right: 0;
  margin: 0 10px 0 0;
}

.filtering .slick-next {
  right: 43px;
  top: -52px;
}

.filtering .slick-prev {
  left: 1030px;
  top: -52px;
}

.filtering .slick-prev::before {
  content: url(../images/left-arrow-min.png);
}

.filtering .slick-next::before {
  content: url(../images/right-arrow-min.png);
}

.slick-slide {
  display: block;
  border-right: 1px solid #e1e1e1;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.tabcontent {
  overflow-y: hidden !important;
  height: 0 !important;
}

.showtab {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: auto !important;
}

.activetab {
  color: #000 !important;
  background-color: #ffd200 !important;
}

.slick-loading .slick-list {
  background: #fff url(../images/loader.gif) center center no-repeat;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 54px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: -53px;
}

.tabs-box .slick-prev {
  left: -2px;
  z-index: 9;
  top: 188px;
}

.tabs-box .slick-next {
  right: -2px;
  top: 185px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -52px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 -2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 13px;
  height: 14px;
  content: "Ã¢â‚¬Â¢";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

button,
hr,
input {
  overflow: visible;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
footer,
header,
menu,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a,
.brand a:visited {
  color: #fff;
  text-decoration: none;
}

nav {
  float: right;
}

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

nav ul li {
  float: left;
  position: relative;
}

nav ul li a,
nav ul li a:hover,
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " Ã¢â€“Â¾";
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
}

.side-menu-two {
  display: none;
}
.sticky2 .logo .logo-black {
  display: block !important;
}
.sticky2 .logo-white {
  display: none !important;
}
.sticky2 #nav ul li a {
  color: #333;
}
.sticky2 {
  background: #fff;
}
.menuIcon {
    background-image: url(../images/menu-white.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 23px;
    height: 21px;
}
.sticky2 #nav ul li a {
  color: #333;
}
.sticky2 #nav ul li:nth-child(6) a {
  color: #fff;
}
.product-secq {
  padding: 100px 0 55px 0;
  background: #5189c5;
}
.product-secq .text-holderq {
  text-align: center;
}
.product-secq .text-holderq h1 {
  color: #fff;
  font-size: 60px;
  margin: 0;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 17px;
}
.product-secq .text-holderq h1:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 4px;
  left: 0;
  background: #fff;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.product-secq .text-holderq p {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.imagesandtext-secq {
  background: #fff;
}
.imagesandtext-secq .img-holderq {
  position: relative;
}
/*.imagesandtext-secq .img-holderq:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 70%;
    height: 10%;
    background: #979faa;
}*/
.imagesandtext-secq .text-11 {
  margin: 20px 0 0;
  text-align: center;
}
.imagesandtext-secq .text-11 p {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 27px;
  text-align: left;
}
.imagesandtext-secq .text-11 h3 {
  color: #5189c5;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 25px;
  text-align: left;
}
.imagesandtext-secq .text-11 p strong {
  color: #5189c5;
  font-weight: 600;
  text-transform: uppercase;
}
.imagesandtext-secq .text-11 h4 {
  color: #5189c5;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 25px;
  font-style: italic;
}
.flex-books {
  display: flex;
  margin-bottom: 30px;
}
.flex-books .box {
  width: 60%;
  padding-right: 30px;
}
.flex-books .box.img-box {
  width: 40%;
  padding-right: 0;
}
.flex-books .box img {
  width: 100%;
  display: block;
  height: auto;
}
.imagesandtext-secq .text-11 span {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 20px;
}

.imagesandtext-secq .text-11 ul {
  padding-left: 24px;
}
.imagesandtext-secq .text-11 ul li {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.imagesandtext-secq h5 {
  background: -moz-linear-gradient( top, rgba(79, 136, 196, 1) 0%, rgba(105, 157, 206, 1) 25%, rgba(130, 178, 219, 1) 47%, rgba(67, 127, 189, 1) 48%, rgba(55, 117, 182, 1) 99%, rgba(55, 117, 182, 0.06) 100% );
  background: -webkit-linear-gradient( top, rgba(79, 136, 196, 1) 0%, rgba(105, 157, 206, 1) 25%, rgba(130, 178, 219, 1) 47%, rgba(67, 127, 189, 1) 48%, rgba(55, 117, 182, 1) 99%, rgba(55, 117, 182, 0.06) 100% );
  background: linear-gradient( to bottom, rgba(79, 136, 196, 1) 0%, rgba(105, 157, 206, 1) 25%, rgba(130, 178, 219, 1) 47%, rgba(67, 127, 189, 1) 48%, rgba(55, 117, 182, 1) 99%, rgba(55, 117, 182, 0.06) 100% );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f88c4', endColorstr='#0f3775b6',GradientType=0 );
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-radius: 30px;
  padding: 5px 0px;
  font-weight: 600;
  margin: 0 0 25px;
  padding: 7px 40px;
}
.imagesandtext-secq .text-11 ul li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: -22px;
  background: #5189c5;
  border-radius: 100%;
  top: 12px;
}

.headin-bgq {
  font-weight: 700;
  font-style: italic;
  font-size: 29px;
  color: #fff;
  padding: 2px 0 0 27px;
  background-size: 100% 130%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.headin-bgq h3 {
  margin: 0;
  padding: 8px 0;
  font-size: 48px;
}
.headin-bgq p {
  color: #000;
  margin: 13px 0 0 -26px;
  font-size: 12px;
}
.imagesandtext-secq .text-11 ul li {
  color: #5189c5;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.imagesandtext-secq a.more-btn {
  background: -moz-linear-gradient(
    top,
    rgba(79, 136, 196, 1) 0%,
    rgba(105, 157, 206, 1) 25%,
    rgba(130, 178, 219, 1) 47%,
    rgba(67, 127, 189, 1) 48%,
    rgba(55, 117, 182, 1) 99%,
    rgba(55, 117, 182, 0.06) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(79, 136, 196, 1) 0%,
    rgba(105, 157, 206, 1) 25%,
    rgba(130, 178, 219, 1) 47%,
    rgba(67, 127, 189, 1) 48%,
    rgba(55, 117, 182, 1) 99%,
    rgba(55, 117, 182, 0.06) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(79, 136, 196, 1) 0%,
    rgba(105, 157, 206, 1) 25%,
    rgba(130, 178, 219, 1) 47%,
    rgba(67, 127, 189, 1) 48%,
    rgba(55, 117, 182, 1) 99%,
    rgba(55, 117, 182, 0.06) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f88c4', endColorstr='#0f3775b6',GradientType=0 );
  width: 300px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-radius: 30px;
  padding: 5px 0px;
  font-weight: 600;
  margin: 0 auto;
}
.imagesandtext-secq .text-11 a {
  width: auto;
  display: inline-block;
  padding: 7px 40px;
  margin: 0 0 25px;
}
.img-holderq img {
  width: 100%;
  display: block;
  height: auto;
}
.imagesandtext-secq .main-11 {
  background: url(images/Layer77.png);
  padding: 0 0 50px;
  background-size: 100% 52%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.imagesandtext-secq a#get-a-quote {
  transform: translate(0px, -30px);
}
.shadow11 {
  box-shadow: 0px 7px 16px -6px rgba(0, 0, 0, 0.75);
  padding: 20px 42px 30px;
  border-radius: 13px;
  position: relative;
  background: #fff;
}

.shadow11:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
  top: -29px;
}
.form-mainqa .row-box {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 16px 0;
  align-items: center;
}
.form-mainqa .row-box.color {
  background: #5e89c0;
}
.shadow11.padding2 {
  padding: 19px 0px 30px;
}
.form-mainqa .row-box label {
  color: #5e89c0;
  font-size: 22px;
  font-family: sans-serif;
  font-weight: bold;
  margin-right: 15px;
  min-width: 216px;
  text-align: right;
}
.form-mainqa .row-box.color label {
  color: #fff;
}

.form-mainqa .row-box select,
.form-mainqa .row-box input {
  max-width: 370px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  outline: none;
  width: 100%;
  color: #000000;
  font-weight: bold;
  /* text-transform: capitalize; */
  text-align-last: center;
}

.form-mainqa div.other input {
  max-width: 370px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  outline: none;
  width: 100%;
  color: #000000;
  font-weight: bold;
  text-transform: capitalize;
  text-align-last: center;
}
div.other {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  margin-left: 174px;
}
div#stock_other input {
  padding: 0 15px;
}
.form-mainqa .row-box.top-text {
  align-items: flex-start;
  border-top: 10px solid #5e89c0;
  padding-left: 32px;
}

.form-mainqa .input-fourqa {
  max-width: 400px;
  width: 100%;
}
.form-mainqa .row-box.top-text input {
  max-width: 370px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  outline: none;
  width: 100%;
  color: #000000;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 7px;
}
.form-mainqa .row-box.top-text textarea {
  max-width: 370px;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  outline: none;
  width: 100%;
  color: #000000;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 7px;
  padding: 12px 0;
}
.flex-nember img {
  width: 110px;
  margin-right: 10px;
}
.flex-nember {
  display: flex;
  max-width: 370px;
  width: 100%;
}

input.prpbtn {
  background: -moz-linear-gradient(
    top,
    rgba(79, 136, 196, 1) 0%,
    rgba(105, 157, 206, 1) 25%,
    rgba(130, 178, 219, 1) 47%,
    rgba(67, 127, 189, 1) 48%,
    rgba(55, 117, 182, 1) 99%,
    rgba(55, 117, 182, 0.06) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(79, 136, 196, 1) 0%,
    rgba(105, 157, 206, 1) 25%,
    rgba(130, 178, 219, 1) 47%,
    rgba(67, 127, 189, 1) 48%,
    rgba(55, 117, 182, 1) 99%,
    rgba(55, 117, 182, 0.06) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(79, 136, 196, 1) 0%,
    rgba(105, 157, 206, 1) 25%,
    rgba(130, 178, 219, 1) 47%,
    rgba(67, 127, 189, 1) 48%,
    rgba(55, 117, 182, 1) 99%,
    rgba(55, 117, 182, 0.06) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f88c4', endColorstr='#0f3775b6',GradientType=0 );
  width: 250px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 25px;
  border-radius: 13px;
  padding: 13px 0px;
  font-weight: 600;
  margin: 0 auto;
  transform: translate(28px, 0px);
  border: none;
}

.imagesandtext-secq .main-11.main-22 {
  background: none;
  text-align: center;
  padding-bottom: 0;
}
.imagesandtext-secq .main-11.main-22 .shadow11 h3 {
  text-align: center;
  font-size: 118pt;
  line-height: 150px;
  margin: 0 0 80px;
  color: #5e89c0;
  font-style: italic;
}
.imagesandtext-secq .main-11.main-22 p {
  color: #575757;
  font-size: 26px;
  margin-bottom: 60px;
  line-height: 32px;
}

.imagesandtext-secq .main-11.main-22 p a {
  color: #575757;
  font-weight: bold;
}
.imagesandtext-secq .main-11.main-22 span {
  color: #575757;
  font-weight: bold;
  font-size: 26px;
  text-align: right;
  display: block;
  margin-right: 120px;
}

.imagesandtext-secq .main-11.main-22 .shadow11 {
  box-shadow: 0px -6px 16px -6px rgba(0, 0, 0, 0.75);
  border-radius: 0;
  padding: 20px 42px 200px;
}
.product-secq.product-secq2 {
  padding: 229px 0 55px 0;
}
.product-slider img {
  display: block;
  height: auto;
  max-height: 98px;
  width: 100%;
}

.product-slider {
  background: #7db6ec;
  margin: 0 -42px;
  padding: 0 75px;
}
.product-slider .slick-slide {
  margin: 18px 27px;
  border-right: transparent;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: -2px 2px 21px -6px rgba(0, 0, 0, 0.73);
  -webkit-box-shadow: -2px 2px 21px -6px rgba(0, 0, 0, 0.73);
  -moz-box-shadow: -2px 2px 21px -6px rgba(0, 0, 0, 0.73);
}
.product-slider .slick-next:after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 70px;
  color: #fff;
}
.product-slider .slick-prev:after {
  font-family: FontAwesome;
  content: "\f104";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 70px;
  color: #fff;
}
.product-slider .slick-next,
.product-slider .slick-prev {
  top: 50%;
}
.product-slider .slick-next {
  right: -65px;
}
.product-slider .slick-prev {
  right: auto;
  left: -65px;
}
.lightboxOverlay {
  position: fixed !important;
  width: 100% !important;
}

.lb-outerContainer {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95% !important;
  max-width: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lb-dataContainer {
  width: 95% !important;
  max-width: 850px !important;
  top: 14px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -0);
  /*height: 100%;*/
}
.lb-data .lb-close {
  opacity: 1 !important;
}
.lb-data {
  color: #fff !important;
}
.lb-data .lb-number {
  color: #fff !important;
}
.lightbox .lb-image {
  max-width: 850px important;
}

.lb-data .lb-close {
  position: fixed;
  right: -39px;
  top: 76px;
}
.lb-data .lb-details {
  width: 99% !important;
  position: fixed;
  justify-content: center;
  top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  height: 50px;
}

@media only screen and (max-width: 1200px) {
  .imagesandtext-secq .main-11.main-22 .shadow11 h3 {
    font-size: 90pt;
    margin: 0 0 50px;
  }
  .imagesandtext-secq .main-11.main-22 .shadow11 {
    padding: 20px 42px 150px;
  }
  .lightbox .lb-image {
    width: 100% !important;
  }
  .lb-data .lb-details {
    top: 5px;
  }
  .lb-data .lb-close {
    top: 52px;
  }
}

@media only screen and (max-width: 1024px) {
  .headin-bgq h3 {
    font-size: 39px;
  }
  .imagesandtext-secq h5 {
    font-size: 20px;
}



}

@media only screen and (max-width: 991px) {
  .product-slider img {
    min-height: 72px;
    height: 72px;
  }

  .imagesandtext-secq .main-11.main-22 .shadow11 h3 {
    font-size: 60pt;
    line-height: 80px;
  }
  .imagesandtext-secq .main-11.main-22 p {
    font-size: 18px;
  }
  .imagesandtext-secq .main-11.main-22 span {
    font-size: 18px;
    margin-right: 60px;
  }

  .imagesandtext-secq .main-11.main-22 .shadow11 {
    padding: 20px 42px 100px;
  }

  .side-menu-one {
    display: none;
  }

  .side-menu-two {
    display: block;
  }

  .side-menu-two a {
    color: #fff;
    font-size: 29px;
    right: 0;
    top: 19px;
  }

  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }

  #nav ul {
    display: none;
  }
  .product-secq.product-secq2 {
    padding: 170px 0 55px 0;
  }
}

@media screen and (max-width: 768px) {
  .form-mainqa .row-box.top-text {
    padding-left: 0;
  }
  .imagesandtext-secq .main-11.main-22 .shadow11 h3 {
    font-size: 42pt;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .imagesandtext-secq .main-11.main-22 p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .imagesandtext-secq .main-11.main-22 span {
    font-size: 16px;
  }
  .product-secq.product-secq2 {
    padding: 150px 0 55px 0;
  }

  .lb-data .lb-close {
    right: -3px;
    top: 13px;
  }
  .imagesandtext-secq h5 {
    font-size: 18px;
}
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 29px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.3s ease-in-out;
}

#nav-toggle span:before {
  top: -4px;
  transform: rotate(91deg);
}

#nav-toggle span:after {
  bottom: 4px;
  transform: rotate(180deg);
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

@font-face {
  font-family: "FontAwesome";
  src: url("font/fontawesome-webfont.eot?v=4.7.0");
  src: url("font/fontawesome-webfont.eot?#iefix&amp;v=4.7.0")
      format("embedded-opentype"),
    url("font/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("font/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("font/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-angle-double-up:before {
  content: "\f102";
} /*style .css stat here*/
.progress {
  display: none;
  position: relative;
  margin: 20px;
  width: 400px;
  background-color: #ddd;
  border: 1px solid #00f;
  padding: 1px;
  left: 15px;
  border-radius: 3px;
}

.progress-bar {
  background-color: green;
  width: 0%;
  height: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.percent {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -20px;
  -webkit-border-radius: 4px;
}

#outputImage {
  display: none;
}

.error {
  color: #ad7b7b;
  background: #ffb3b3;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px;
  border-radius: 3px;
  border: #f1a8a8 1px solid;
}

li {
  list-style-type: none;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #95989a;
  background: #114891;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  margin: 0;
  width: 100%;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.sticky {
  background: #fff;
}

#header {
  padding: 0 0 8px 0;
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
}

#header .container {
  max-width: 100%;
}

.sticky .logo-white {
  display: none !important;
}

#header .logo {
  max-width: 290px;
  margin: 0;
  float: left;
  position: absolute;
  top: 6px;
  left: 19px;
}

#header .logo img {
  width: 100%;
  display: block;
  height: auto;
}

#header .logo .logo-black {
  display: none;
}

.sticky .logo .logo-black {
  display: block !important;
}

.sticky #nav ul li a {
  color: #333;
}

.sticky #nav ul li:nth-child(6) a {
  color: #fff;
}

.sticky #nav {
  margin: 18px 0 0 0;
}

.sticky .menu_icon {
  top: 22px;
}

#nav {
  max-width: 752px;
  overflow: hidden;
  float: right;
  margin: 35px 0 0 0;
  padding: 0 34px 0 0;
  width: 90%;
}

#nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}

#nav ul li a:hover {
  text-decoration: underline;
}

#nav ul li:nth-child(6) a {
  background: #1b88d1;
  padding: 0 15px;
  height: 35px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

#header #nav ul li:nth-child(8) a {
  font-size: 25px;
  cursor: pointer;
}

#nav ul li:nth-child(6) a i {
  margin: 0 7px 0 0;
}

#menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background: #000;
  padding: 7px 0 0 0;
  overflow-x: scroll;
  display: none;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu ul li {
  margin: 0 10px;
  list-style: none;
  display: block;
  line-height: 25px;
  border-bottom: 1px solid #666;
}

#menu ul li.active {
  background: #fbce52;
}

#menu ul li a {
  padding: 0 0;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  text-decoration: none;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.1s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.1s;
  -ms-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.1s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}

#menu ul li:hover {
  border-bottom: 1px solid #fff;
}

#menu ul li a:hover {
  color: #fff;
}

.menu_icon {
  position: fixed;
  right: 20px;
  top: 39px;
  width: 30px;
  height: 18px;
}

p {
  color: #fff;
}

section.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

section.modalWindow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999 !important;
  width: 100%;
  background: #000000d4;
  cursor: default;
  bottom: 0;
  right: 0;
  visibility: visible;
}

section.modal.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 997;
  cursor: pointer;
}

section.modalWindow section.modalWrapper {
  text-align: left;
  line-height: 20px !important;
  height: 300px;
  padding: 0 12px;
}

.closeBtn {
  position: absolute;
  right: 24px;
  top: 13px;
  cursor: pointer;
  font-size: 31px;
}

.scrollTop {
  position: fixed;
  bottom: 48px;
  background-color: #1b88d1ad;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  right: 90px;
  border: 2px solid #fff;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
}

.scrollTop:hover {
  webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

.modalWrapper input {
  width: 100%;
  margin: 12em 0 0 0;
  height: 47px;
  border-radius: 11px;
  -webkit-box-shadow: -2px -1px 55px -1px rgba(232, 232, 232, 1);
  -moz-box-shadow: -2px -1px 55px -1px rgba(232, 232, 232, 1);
  box-shadow: -2px -1px 55px -1px rgba(232, 232, 232, 1);
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #757575;
  background: #000c;
  outline: 0;
}

.video {
  position: fixed;
  width: 100%;
  z-index: -99;
  overflow: hidden;
  display: block;
  top: 0;
}

.video video {
  width: 100%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #025cd3;
  opacity: 0.6;
}

.banner {
  margin: 104px 0 0 0;
}

.banner .absolute {
  text-align: center;
}

.banner .absolute h1 {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 45px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}

.banner .absolute ul li:last-child a {
  color: #fff;
  border-color: #f2da00;
  border: 3px solid #f2da00;
  background: red;
}

.banner .absolute ul li:last-child a:hover {
  color: #f2da00;
  border: 3px solid #fff;
  background: red;
}

.banner .absolute ul li a {
  color: #f2da00;
  border: 3px solid #f2da00;
  background-color: #1b88d1;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-radius: 5px;
  padding: 11px 29px;
  margin: 23px 0;
  display: inline-block;
}

.banner .absolute ul li a:hover {
  color: #1b88d1;
  border-color: red;
  border: 3px solid #d00;
  background: #f2da00;
  transform: scale(0.9);
  transition-duration: 0.9s;
}

.gq-message {
  color: #000;
}

.slider {
  width: 88%;
  margin: 0 auto;
}

.slider img {
  width: 100%;
  height: auto;
  display: block;
}

.slider .slick-slide {
  border-right: none;
}

.banner-two {
  margin: 10px 0 0 0;
}

.banner-two img {
  display: block;
  width: 100%;
  height: auto;
}

.sec-john {
  background: #f6f6f6;
  padding: 41px 0 41px 0;
}

.sec-john .container {
  max-width: 1275px;
}

.sec-john .main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-john .main-box:nth-child(1) {
  padding: 0 0 67px 0;
}

.sec-john .main-box .img-box {
  width: 23%;
  border-radius: 192px;
}

.sec-john .main-box .img-box img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 192px;
}

.sec-john .main-box .text-holder {
  width: 74%;
}

.sec-john .main-box .text-holder h1 {
  font-weight: 700;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 37px;
  margin: 0 0 9px 0;
}

.sec-john .main-box .text-holder h3 {
  color: #333;
  font-style: italic;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 23px;
  margin: 0 0 8px 0;
}

.sec-john .main-box .text-holder p {
  color: gray;
  font-size: 15px;
  margin: 0 0 8px 0;
  line-height: 22px;
}

.sec-john .main-box .text-holder p a {
  color: #337ab7;
}

.sec-john .main-box .text-holder p a:hover {
  text-decoration: underline;
}

.block {
  height: 5em;
  line-height: 5em;
  width: 10em;
  background: #464646;
  color: #fdfdfd;
  text-align: center;
  margin: 1em auto;
  text-shadow: 0 0 1px #333;
}

.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

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

  80% {
    -webkit-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  60% {
    -moz-transform: translateX(20px);
  }

  80% {
    -moz-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

  80% {
    -o-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    transform: translateX(20px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

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

  80% {
    -webkit-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  60% {
    -moz-transform: translateX(-20px);
  }

  80% {
    -moz-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  60% {
    -o-transform: translateX(-20px);
  }

  80% {
    -o-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    transform: translateX(-20px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  50% {
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }

  50% {
    -moz-transform: scale(1.05);
  }

  70% {
    -moz-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }

  50% {
    -o-transform: scale(1.05);
  }

  70% {
    -o-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeBgColor {
  0% {
    background: 0 0;
  }

  70% {
    background: 0 0;
  }

  100% {
    background: #464646;
  }
}

@-o-keyframes fadeBgColor {
  0% {
    background: 0 0;
  }

  70% {
    background: 0 0;
  }

  100% {
    background: #464646;
  }
}

@keyframes fadeBgColor {
  0% {
    background: 0 0;
  }

  70% {
    background: 0 0;
  }

  100% {
    background: #464646;
  }
}

.animated.animationDelay {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animated.animationDelayMed {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated.animationDelayLong {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}

.animated.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  -moz-animation-name: fadeBgColor;
  -o-animation-name: fadeBgColor;
  animation-name: fadeBgColor;
}

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp;
}

.video-Perez {
  position: relative;
}

.video-Perez .overly {
  background-color: #e8d000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-Perez video {
  width: 100%;
}

.sec-Perez {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
}

.sec-Perez .main-box {
  display: flex;
  justify-content: space-between;
}

.sec-Perez .container {
  max-width: 900px;
}

.sec-Perez .main-box .coloum {
  width: 38%;
}

.sec-Perez .main-box .coloum .img-box {
  border-radius: 100%;
}

.sec-Perez .main-box .coloum .img-box img {
  border-radius: 100%;
  width: 100%;
  display: block;
  height: auto;
}

.sec-Perez .main-box .coloum h3 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  margin: 19px 0 18px 0;
}

.sec-Perez .main-box .coloum h4 {
  color: #333;
  font-size: 24px;
  font-style: italic;
  font-weight: 200;
  margin: 0 0 10px 0;
}

.sec-Perez .main-box .coloum p {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  margin: 0 0 11px 0;
}

.video-product {
  position: relative;
  margin: -5px 0 0 0;
}

.video-product .overly {
  background-color: #8224e3;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec-product {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 37px 0 0 0;
}

.sec-product h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 72px;
  margin: 0 0 40px 0;
  text-align: center;
}

.sec-product .main-box {
  display: flex;
  justify-content: space-around;
}

.sec-product .main-box .coloum {
  width: 50%;
}

.sec-product .main-box .coloum ul li {
  display: block;
  text-align: center;
  margin: 25px 0;
}

.sec-product .main-box .coloum ul li a {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.sec-product .container {
  max-width: 1304px;
}

.video-rush {
  position: relative;
  max-height: 564px;
}

.video-rush video {
  width: 100%;
}

.video-rush .overly {
  background-color: #d00;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-rush .overly-yellow {
  background-color: #f4d000;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-rush .absolut {
  position: absolute;
  width: 100%;
  top: 10px;
  padding: 37px 0 0 0;
}

.video-rush .absolut h4 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 72px;
  text-align: center;
  margin: 0 0 7px 0;
}

.video-rush .absolut .main-box {
  text-align: center;
  max-width: 706px;
  margin: 0 auto;
}

.video-rush .absolut .main-box img {
  width: 100%;
  display: block;
  height: auto;
}

.video-rush .absolut .bg-two {
  text-align: center;
  margin: 0 auto;
  max-width: 1025px;
}

.video-rush .absolut .bg-two img {
  width: 100%;
  display: block;
  height: auto;
}

.video-rush img {
  width: 100%;
  display: block;
  height: auto;
}

.just-sec {
  max-height: 736px;
  overflow: hidden;
}

.equip-sec {
  position: relative;
  background: url(images/SM74.jpg) no-repeat center center;
  background-size: 100%;
  background-attachment: fixed;
  text-align: center;
  padding: 82px 0;
}

.equip-sec h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 72px;
  margin: 0;
  color: #fff;
}

.equip-sec .text-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 41px;
}

.tabs-sec {
  background: #fff;
  overflow: hidden;
  padding: 38px 0;
}

ul.tabs {
  margin: 0;
  padding: 0 0 0 10px;
  float: left;
  list-style: none;
  border-bottom: 1px solid #808080a6;
  width: 100%;
  height: 50px;
}

ul.tabs li {
  float: left;
  cursor: pointer;
  padding: 7px 13px;
  line-height: 31px;
  overflow: hidden;
  position: relative;
  background-color: #5472d2;
  color: #fff;
  margin: 0 3px;
}

ul.tabs li:hover {
  background-color: #ccc;
  color: #333;
}

ul.tabs li.active {
  border: 1px solid #80808094;
  display: block;
  background: #fff;
  border-bottom: 0;
  background-color: #fff;
  color: #666;
}

.tab_container {
  border: 1px solid #808080a6;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

.tab_content h2 {
  font-weight: 700;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
}

.tab_content .tab-ul {
  padding: 0 0 0 43px;
}

.tab_content .tab-ul li {
  color: gray;
  font-size: 14px;
  position: relative;
  display: block;
  margin: 8px 0;
}

.tab_content .tab-ul li:before {
  content: "\2713";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #000;
  font-size: 13px;
  padding-right: 0.5em;
  position: absolute;
  top: -2px;
  left: -17px;
}

.contact-sec {
  background: #f6f6f6;
  padding: 32px 0;
}

.contact-sec h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #007ed3;
  font-size: 72px;
  text-align: center;
  margin: 0 0 22px 0;
}

.contact-sec .main-box .row {
  margin: 0 0 16px 0;
}

.contact-sec .main-box .row label {
  display: block;
  margin: 0 0 4px 0;
  width: 100%;
  color: gray;
  font-size: 14px;
  font-weight: 700;
}

.contact-sec .main-box .row input {
  border: 1px solid gray;
  width: 100%;
  outline: 0;
  height: 45px;
  padding: 0 0 0 12px;
  color: gray;
}

.contact-sec .main-box .row select {
  border: 1px solid gray;
  color: gray;
  width: 100%;
  outline: 0;
  height: 45px;
  padding: 0 0 0 6px;
}

.contact-sec .main-box .row textarea {
  border: 1px solid gray;
  width: 100%;
  height: 200px;
  padding: 10px;
  color: gray;
}

.contact-sec .main-box .botton-input input {
  background: #1b88d1;
  color: #fff;
  border: 3px solid #1b88d1;
  width: 92px;
  height: 38px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 4px;
}

.contact-sec .main-box .botton-input input:hover {
  color: #1b88d1;
  background: 0 0;
}

#footer {
  font-size: 15px;
  padding: 15px 0;
  background-color: #1d1d1d;
}

#footer p {
  text-align: center;
  margin: 0;
}

.page-content {
  background: #f6f6f6;
  padding: 74px 0;
}

.content-header {
  position: static !important;
  overflow: hidden;
  padding: 0 0 14px 0 !important;
}

.page-content .main-box form .row {
  margin: 0 0 10px 0;
}

.page-content .main-box form .row label {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-weight: 700;
  display: block;
}

.page-content .main-box form .row input {
  border-radius: 4px;
  margin-top: 5px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 50px;
  width: 100%;
}

.page-content .main-box form .row:nth-child(4) input {
  border: none;
  padding: 0;
  color: #333;
  font-weight: 700;
  font-size: 16px;
}

.page-content .main-box form .last-row input {
  background: #1b88d1;
  border: 2px solid #1b88d1;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 9px 30px 9px 30px;
  border-radius: 5px;
}

.page-content .main-box form .last-row label {
  display: block;
  font-size: 15px;
  color: #333;
  margin: 0 0 24px 0;
}

.content-header .side-menu-one a {
  position: static;
}

.modal {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 0;
  width: 550px;
  height: 500px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  right: 0;
  margin: 0 auto;
  background: url(images/loader.gif);
  background-size: 20%;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  position: fixed;
  top: 5%;
  background: 0 0;
  background-position: center;
  background-size: 100% 100%;
  border: 8px solid #fff;
}

.modal-content,
.modal-header {
  padding: 1em;
  position: absolute;
  bottom: 4px;
  width: 100%;
}

.modal-content .modal-toggle-two,
.modal-header {
  width: 221px;
  display: block;
  height: 30px;
  float: left;
}

.modal-content .modal-toggle-three,
.modal-header {
  width: 138px;
  display: block;
  height: 30px;
  float: right;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -18px;
  background: 0 0;
  border: 0;
  cursor: pointer;
  outline: 0;
  background: #000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 0 2px 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content &gt; :first-child {
  margin-top: 0;
}

.modal-content &gt; :last-child {
  margin-bottom: 0;
}

.popup-two {
  position: fixed;
  max-width: 750px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  color: #fff;
  background: #fff;
  transition: all 0.3s 0.12s;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
}

.popup-two-show {
  background: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  top: 96%;
}

.popup-two .modal-content {
  width: 100%;
  background: #fff;
  padding: 0;
}

.popup-two .modal-content .close {
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 30px;
  background: 0 0;
  border: none;
  outline: 0;
  color: gray;
  cursor: pointer;
}

.popup-two .modal-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  padding: 17px 0 16px 20px;
  margin: 0;
}

.popup-two .modal-content form {
  padding: 0 20px;
  margin: 12px 0 0 0;
  height: 400px;
  overflow-y: scroll;
}

.popup-two .modal-content label {
  width: 100%;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px 0;
  overflow: hidden;
}

.popup-two .modal-content .coloum {
  float: left;
  width: 50%;
}

.popup-two .modal-content .coloum:nth-child(2) {
  background: url(images/BannerStandsPic.jpg);
  width: 41%;
  height: 472px;
  float: right;
  margin: 0 27px 0 0;
  background-position: 100% 100%;
}

.popup-two .modal-content .row {
  margin: 0 0 13px 0;
}

.popup-two .modal-content .row select {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #808080a6;
  outline: 0;
}

.popup-two .modal-content .row input {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #808080a6;
  outline: 0;
  padding: 0 8px;
}

.popup-two .modal-content .row textarea {
  width: 100%;
  height: 250px;
  border-radius: 6px;
  border: 1px solid #808080a6;
  outline: 0;
  padding: 10px 8px;
}

.popup-two .modal-content .row .button {
  background: #1b88d1;
  width: 90px;
  height: 35px;
  border: 3px solid #1b88d1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.popup-two .modal-content .row .button:hover {
  background: 0 0;
  color: #1b88d1;
}

.popup-two .modal-footer {
  padding: 10px 0;
  border-top: 1px solid #00000052;
}

.popup-two .modal-footer .footer-close {
  position: static;
  float: right;
  margin: 0 13px 6px 0;
  font-size: 22px;
  border: 1px solid #00000057;
  padding: 2px 9px;
  color: #00000073;
  cursor: pointer;
}

.popup-three {
  position: fixed;
  max-width: 100%;
  top: -100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  color: #fff;
  background: #fff;
  transition: all 0.3s 0.12s;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
  width: 750px;
}

.popup-three-show {
  background: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  top: 10%;
  border-radius: 8px;
}

.popup-three .header {
  background: url(images/bgimg-hading.webp);
  font-weight: 700;
  font-style: italic;
  font-size: 29px;
  color: #fff;
  padding: 2px 0 0 27px;
  background-size: 100% 130%;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.popup-three .header h3 {
  margin: 0;
}

.popup-three .header .closed-three {
  position: absolute;
  right: 0;
  top: -6px;
  background: 0 0;
  border: none;
  font-size: 37px;
  outline: 0;
  cursor: pointer;
}

.popup-three .footer {
  cursor: pointer;
  background: url(images/footer-img.webp);
  padding: 12px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.popup-three .footer .qabtn {
  padding: 7px 11px 6px 11px !important;
  background-color: #fff;
  font-weight: 700;
  color: #3e8fcc;
  font-size: 20px;
  text-transform: uppercase;
  float: right;
  margin: 0 17px 0 0;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.bg-color {
  font-weight: 700;
  font-style: italic;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 29px !important;
  color: #fff;
  padding: 2px 0 0 27px;
  background-size: 100% 130% !important;
  background-repeat: no-repeat;
  text-transform: uppercase !important;
}

.modal-pead {
  padding: 0 !important;
}

#infoModal .modal-footer {
  padding: 10px !important;
}

.bgcolor-two {
  padding: 2px 26px 0 12px !important;
  background: #ebeced;
  background: -moz-linear-gradient(left, #ebeced 0, #ebeced 100%);
  background: -webkit-linear-gradient(left, #ebeced 0, #ebeced 100%);
  background: #ffff;
}

.bg-footer {
  background-size: 100% 100% !important;
}

.modal-dialog {
  width: 750px !important;
}

.qabtn {
  padding: 6px 11px 5px 11px !important;
  background-color: #fff !important;
  font-weight: 700 !important;
  color: #3e8fcc !important;
  font-size: 18px !important;
  text-transform: uppercase;
}

.closed {
  margin: 8px 21px 0 0 !important;
  font-size: 30px !important;
}

.qa-main-one {
  padding: 20px 30px;
  color: #000;
  height: 302px;
  overflow-y: scroll;
}

.qa-main-one p {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  font-family: Lato;
  font-weight: 500;
}

#hero {
  opacity: 1 !important;
}

.wpb-js-composer
  .vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
  padding-bottom: 20px !important;
}

.qa-main-one .main-flex {
  margin: 25px 0 0 10px;
}

.qa-main-one .flex {
  margin: 10px 0;
}

.qa-main-one .flex ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}

.qa-main-one .flex ul li {
  list-style-type: none;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 15px;
  width: 55%;
  position: relative;
  padding: 0 0 0 16px;
  font-family: Lato;
  font-weight: 600;
}

.qa-main-one .flex ul .margin-mai {
  margin: -24px 0 0 0;
}

.qa-main-one .flex ul li:nth-child(2) {
  padding: 0 0 0 16px;
  width: 52%;
}

.qa-main-one .bkl ul li:nth-child(2) {
  width: 54%;
}

.qa-main-one .flex ul li i {
  font-size: 6px;
  margin: 0 4px 0 0;
}

.qa-main-one .bin-flex ul li {
  width: 100%;
}

.qa-main-one .last ul li {
  width: 100%;
  justify-content: center;
}

.qa-main-one .carmagnet ul li:nth-child(2) {
  width: 60%;
}

.qa-main-one .cata-last ul li {
  width: 100%;
}

.qa-main-one .envl ul li:nth-child(2) {
  width: 67%;
}

.qa-main-one .ltrhead ul li:nth-child(2) {
  display: block;
}

.qa-main-one .mag ul li:nth-child(2) {
  width: 60%;
}

.qa-main-one .pocket ul li:nth-child(2) {
  width: 45%;
}

.qa-main-one .stic li:nth-child(1) {
  margin: 20px 0 0 0;
  display: block;
}

.qa-main-one .ticket li:nth-child(2) {
  width: 65% !important;
}

.qa-main-one .flex ul li:before {
  content: "\f046";
  font-family: FontAwesome;
  font-size: 15px;
  top: 0;
  left: -7px;
  color: #3a89cb;
}

.qa-main-one .flex ul li i {
  color: #fff;
}

.press-sec {
  text-align: center;
  background: #0f61aa;
  padding: 18px 0 35px;
}

.press-sec p {
  color: #fff;
  font-size: 27px;
}

.press-sec strong {
  color: #fff;
  font-size: 32px;
}

.press-sec a {
  color: #000;
  font-size: 27px;
  font-weight: 700;
}

.press-sec a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1330px) {
  #nav {
    max-width: 670px;
    margin: 23px 0 0 0;
  }

  #header .logo {
    max-width: 250px;
  }

  .menu_icon {
    top: 26px;
  }

  .video-Perez {
    height: 763px;
    background: #eedc4d;
  }
}

@media screen and (max-width: 1024px) {
  .video-Perez video {
    width: 1400px;
    height: 100%;
    margin: 0 0 0 -260px;
  }

  .sticky2 {
    height: 70px;
  }
  .sticky2 .side-menu-two a i {
    color: #000;
  }
  .sticky2 #nav-toggle span:after {
    background: #000;
  }
  .sticky2 #nav-toggle span:before {
    background: #000;
  }
  .product-secq .text-holderq h1 {
    font-size: 38px;
  }
  .imagesandtext-secq a.more-btn {
    width: 220px;
    font-size: 20px;
  }
  .imagesandtext-secq .text-11 ul li {
    font-size: 22px;
  }
  .imagesandtext-secq .text-11 a {
    width: auto;
    display: inline-block;
    padding: 7px 40px;
    margin: 0 0 25px;
  }
}

@media screen and (max-width: 992px) {
  .headin-bgq h3 {
    padding: 9px 0;
    font-size: 24px;
  }
  .content-header .menu_icon {
    position: absolute;
    right: 23px !important;
  }

  .content-header {
    height: 68px;
  }

  .banner-two {
    margin: 197px 0 0 0;
  }

  #nav ul {
    display: none;
  }

  .banner .absolute h1 {
    font-size: 34px;
  }

  .banner .absolute ul li a {
    width: 100%;
    margin: 6px 0;
  }

  .banner .absolute ul li {
    width: 100%;
  }

  .sec-john .main-box {
    display: block;
  }

  .sec-john .main-box .img-box {
    width: 50%;
    margin: 0 auto;
  }

  .sec-john .main-box .text-holder h1 {
    margin: 23px 0 9px 0;
  }

  .sec-john .main-box .text-holder {
    width: 100%;
  }

  .sec-Perez .main-box {
    flex-direction: column;
  }

  .sec-Perez .main-box .coloum {
    width: 100%;
  }

  .sec-Perez .main-box .coloum .img-box {
    width: 50%;
    margin: 0 auto;
  }

  .video-Perez {
    height: 1799px;
  }

  .video-Perez video {
    margin: -505px 0 0 -260px;
  }

  .video-rush .absolut .main-box img {
    width: 79%;
    margin: 0 auto;
  }

  .contact-sec .main-box .botton-input input {
    width: 100%;
  }

  .sec-product h3 {
    font-size: 50px;
    margin: 0 0 10px 0;
  }

  .video-rush .absolut h4 {
    font-size: 50px;
  }

  .equip-sec h2 {
    font-size: 50px;
  }

  .contact-sec h2 {
    font-size: 50px;
  }

  .banner .absolute {
    opacity: 1 !important;
  }

  .banner .absolute ul {
    margin: 0 0 18px 0;
  }

  .video-Perez {
    height: 1779px;
  }

  .tabs {
    display: none;
  }

  .tab_drawer_heading {
    background-color: #5472d2;
    color: #fff;
    border-top: 0.5px solid #8080806e;
    margin: 0;
    padding: 10px 9px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 41px;
    border-bottom: 0.5px solid #fff;
  }

  .d_active {
    color: #fff;
    background: #f8f8f8;
    color: #666;
    height: 41px;
    padding: 9px 0 0 9px;
    border-top: 0.5px solid #8080806e;
    border-bottom: 0.5px solid #8080806e;
  }

  .tab_content {
    background: #f8f8f8;
  }

  .tab_container {
    border: 1px solid #8080806e;
  }

  nav ul li {
    display: block;
    text-align: center;
    margin: 6px 0;
  }

  #nav ul {
    position: absolute;
    left: 0;
    top: 63px;
    background: #1b88d1;
    padding: 22px 0;
  }

  #nav ul li a {
    font-size: 17px;
    width: 100%;
    display: block;
    padding: 8px 0;
  }

  #header .logo {
    margin: 4px 0 0 61px;
  }

  #nav ul li:nth-child(6) a {
    padding: 10px 15px;
    text-align: center;
    display: block;
  }

  #nav ul li a:hover {
    background: #f2da00e0;
  }

  #nav ul li:nth-child(6) a:hover {
    background: #f2da00e0;
  }

  #nav-toggle span {
    background: 0 0;
  }

  .sticky .side-menu-two a i {
    color: #000;
  }

  .sticky #nav-toggle span:after {
    background: #000;
  }

  .sticky #nav-toggle span:before {
    background: #000;
  }

  .sticky {
    height: 66px;
  }

  .sticky #nav ul li:nth-child(6) a {
    color: #333;
  }

  .modalWrapper input {
    margin: 6em 0 0 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .headin-bgq h3 {
    padding: 4px 0;
  }
  .headin-bgq {
    padding: 2px 0 0 13px;
  }
  .flex-books {
    display: block;
}
.flex-books .box,
.flex-books .box.img-box {
  width: 100%;
}
.imagesandtext-secq a.more-btn {
  font-size: 18px;
}
.imagesandtext-secq .text-11 h3 {
font-size: 18px;
}
.imagesandtext-secq .text-11 h4 {
font-size: 18px;
}
.imagesandtext-secq .text-11 span {
font-size: 18px;
}
.headin-bgq p {
  margin: 13px 0 0 -14px;
}



}

@media screen and (max-width: 639px) {
  .headin-bgq h3 {
    font-size: 16px;
    padding: 5px 0;
  }

  .product-slider .slick-prev:after {
    font-size: 40px;
  }
  .product-slider .slick-next:after {
    font-size: 40px;
  }
  .product-slider {
    padding: 0 50px;
  }
  .product-slider .slick-next {
    right: -35px;
  }
  .product-slider .slick-prev {
    left: -35px;
  }
  .product-slider .slick-slide {
    margin: 18px 12px;
  }
  .form-mainqa .row-box {
    align-items: center;
    flex-direction: column;
    padding: 16px 15px;
  }
  .form-mainqa .row-box label {
    margin-bottom: 9px;
  }
  .form-mainqa .row-box label {
    min-width: 100%;
    text-align: center;
  }
  .form-mainqa .row-box.top-text {
    align-items: center;
  }
  .form-mainqa .input-fourqa {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  input.prpbtn {
    transform: translate(0px, 0px);
  }

  .headin-bgq {
    padding: 2px 0 0 12px;
  }
  .headin-bgq p {
    margin: 17px 0 0 -10px;
    font-size: 14px;
}
  .headin-bgq h3 {
    font-size: 22px;
    padding: 8px 0;
  }
  .headin-bgq h3 {
    padding: 2px 0;
  }
  .headin-bgq {
    background-size: 122% 112%;
  }
  .banner .absolute .big-logo img {
    width: 100%;
    height: auto;
    display: block;
  }

  .slider {
    width: 100%;
  }

  .sec-john .main-box .img-box {
    width: 74%;
  }

  .sec-Perez .main-box .coloum .img-box {
    width: 74%;
  }

  .video-Perez .overly {
    top: -11px;
  }

  .video-Perez {
    height: 1826px;
  }

  .sec-product h3 {
    font-size: 40px;
  }

  .sec-product .main-box {
    flex-direction: column;
  }

  .sec-product .main-box .coloum {
    width: 100%;
  }

  .video-product {
    height: 1830px;
  }

  .video-product .video-bg {
    height: 1830px;
  }

  .video-rush .absolut {
    top: -23px;
  }

  .equip-sec h2 {
    font-size: 40px;
    margin: 20px 0 0 0;
  }

  .video-rush .absolut h4 {
    font-size: 40px;
  }

  .contact-sec h2 {
    font-size: 40px;
  }

  .page-content .main-box form .row input {
    min-height: 40px;
  }

  .page-content .main-box form .row:nth-child(4) input {
    font-size: 13px;
  }

  .scrollTop {
    right: 40px;
  }

  .popup-three .header h3 {
    font-size: 37px;
  }

  .qa-main-one .flex ul {
    display: block;
  }

  .qa-main-one .flex ul li {
    width: 100%;
    margin-bottom: 11px;
    padding: 0;
  }

  .qa-main-one .flex ul li:nth-child(2) {
    width: 100%;
    padding: 0;
  }

  .qa-main-one .last ul li {
    justify-content: left;
  }

  .qa-main-one {
    padding: 20px 10px;
  }

  .qa-main-one p {
    font-size: 15px;
  }

  .shadow11 {
    padding: 0px 22px 30px;
  }
  .imagesandtext-secq .text-11 ul li {
    font-size: 20px;
  }
  .product-secq .text-holderq h1 {
    margin-bottom: 11px;
  }
  div#stock_other {
    margin-left: 0;
    padding: 0 15px;
  }

.imagesandtext-secq .text-11 p {
  font-size: 24px;
}
.imagesandtext-secq a.more-btn {
font-size: 14px;
}
.imagesandtext-secq h5 {
  font-size: 14px;
}

}

@media screen and (max-width: 479px) {
  .headin-bgq p {
    margin: 6px 0 0 -10px;
    font-size: 9px;
}
  .imagesandtext-secq .main-11.main-22 .shadow11 h3 {
    font-size: 31pt;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .imagesandtext-secq .main-11.main-22 p {
    margin-bottom: 10px;
  }
  .imagesandtext-secq .main-11.main-22 span {
    text-align: center;
    margin: 0;
  }
  .product-secq.product-secq2 {
    padding: 120px 0 55px 0;
  }
  .lightbox .lb-image {
    width: 100% !important;
  }

  .headin-bgq h3 {
    font-size: 12px;
    padding: 2px 0;
  }
  .product-secq .text-holderq h1 {
    font-size: 30px;
  }
  .product-secq .text-holderq h1 {
    padding-bottom: 10px;
    margin-bottom: 7px;
  }
  .shadow11 {
    padding: 0px 10px 30px;
  }
  .imagesandtext-secq a.more-btn {
    width: 196px;
    font-size: 17px;
    padding: 8px 0;
  }
  .imagesandtext-secq .text-11 ul li {
    font-size: 18px;
  }
  .imagesandtext-secq .text-11 ul li:after {
    top: 6px;
  }
  .imagesandtext-secq .text-11 p {
    line-height: 26px;
    margin: 0px 0 15px;
  }
  .imagesandtext-secq a#get-a-quote {
    transform: translate(0px, -17px);
  }
  .product-slider .slick-slide a {
    outline: none;
  }

  .popup-three .header h3 {
    font-size: 25px;
  }

  #header .logo {
    max-width: 184px;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .banner .absolute h1 {
    font-size: 24px;
  }

  .banner {
    margin: 70px 0 0 0;
  }

  .banner .absolute ul li a {
    padding: 9px 29px;
  }

  .banner .absolute ul li a {
    font-size: 16px;
  }

  .sec-john .main-box .text-holder h1 {
    font-size: 25px;
  }

  .sec-Perez .main-box .coloum h3 {
    font-size: 25px;
  }

  .sec-Perez .main-box .coloum h3 {
    margin: 19px 0 5px 0;
  }

  .video-Perez {
    height: 1776px;
  }

  .sec-product .main-box .coloum ul li {
    margin: 14px 0;
  }

  .sec-product .main-box .coloum ul li a {
    font-size: 22px;
  }

  .video-rush .absolut h4 {
    font-size: 30px;
  }

  .video-rush .absolut .main-box img {
    width: 73%;
  }

  .equip-sec h2 {
    font-size: 25px;
    margin: 20px 0 0 0;
  }

  .tab_content .tab-ul {
    padding: 0 0 0 20px;
  }

  .contact-sec h2 {
    font-size: 25px;
  }

  .contact-sec .main-box .row textarea {
    height: 131px;
  }

  .video-product {
    height: 1273px;
  }

  .page-content {
    padding: 34px 0;
  }

  .page-content .main-box form .row label {
    font-size: 12px;
  }
  .imagesandtext-secq .text-11 a {
    width: auto;
    padding: 7px 40px;
}


}

.image-loader {
  width: 100%;
  height: 100%;
}

.pstatic {
  position: static;
  padding: 0;
}

.modal-inner-anchor {
  position: absolute;
  bottom: 18px;
  width: 100%;
}

#rchars1 {
  color: #000;
}

#ptel {
  padding: 13px 300px 28px;
}
</pre></body></html>