@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/remixicon@4.7.0/fonts/remixicon.min.css');

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --primary: #e2000f;
  --secondary: #2f2482;
  --lightgray: #eee;
  --white: #fff;
  --gray: #555;
  --textcolor: #342c67;
  --bodytext: "Space Grotesk", sans-serif;
}

body, html {
  font-size: 18px;
  line-height: 1.4em;
  font-family: var(--bodytext);
  font-weight: 400;
  color: var(--secondary);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

h2, h3, h4, h5, strong {
  font-weight: 600;
  color: var(--secondary);
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 92%;
  max-width: 1200px;
  z-index: 1
}

.text-center {
  text-align: center
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px
}

.bigfont {
  font-size: 1.2em;
  letter-spacing: 1px
}

.uppercase {
  text-transform: uppercase
}

.hidden {
  display: none !important
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table
}

.col12 {
  width: 48%
}

.col23 {
  width: 65.333%
}

.col13 {
  width: 30.666%
}

.col14 {
  width: 23%
}

.col40 {
  width: 40%
}

.col60 {
  width: 60%
}

.spaceTop {
  padding-top: 70px
}

.spaceBottom {
  padding-bottom: 70px
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.itemcenter {
  align-items: center
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center
}

.contentright {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5, h6 {
  font-size: 1em;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 15px;
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 15px;
}

.content a {
  color: #3d29bd;
  text-decoration: none;
  cursor: pointer;
}

.content a:hover {
  color: var(--primary);
}

table th a, .content th a {
  color: var(--gray);
}

.content ol, .content ul {
  margin: 15px 0 15px 5px;
}

.content ol li, .content ul li {
  margin-bottom: 8px;
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.content ol ul li {
  list-style-type: lower-alpha;
}

.content ol ul {
  margin-top: 10px;
}

table {
  margin: 10px 0;
  font-size: 0.9em;
  color: var(--textcolor);
  background: var(--white);
}

table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--textcolor);
  color: var(--white);
  font-weight: 600;
  border: 1px solid var(--gray);
}

table tr td {
  padding: 6px 10px;
  border: 1px solid #b8b8b8;
  background-color: #f1efff;
}

table tr:nth-child(even) td {
  background-color: #fff;
}

table a {
  word-break: break-word;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid #edbdbd;
}

/* ~~~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  width: 100%;
  z-index: 10;
  border-top: 5px solid var(--primary);
  /* box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1); */
}

.logo {
  padding: 10px 0;
  width: 240px
}

.logo:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  bottom: 0;
  background: #ffebeb;
  z-index: -1;
  right: -10%;
  opacity: 0.35;
  -moz-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}

.logo img {
  width: 100%;
}

.callus {
  position: relative;
  padding: 10px 50px 10px 10px;
  color: var(--white);
  font-weight: 600;
  font-size: 1.1em;
  text-decoration: none;
}

.callus strong {
  color: var(--white);
}

.callus:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary);
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.callus:hover::after {
  background-color: var(--secondary);
}

.callus .icon {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.3em;
}

.callus small {
  display: block;
  font-size: 65%;
  line-height: 1.3;
}

.banner, .banner img, .logo {
  position: relative
}

.banner {
  width: 100%;
  max-height: 650px;
  overflow: hidden
}

.banner img {
  width: 100%
}

.shape {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  display: block;
}

.shape svg {
  width: 100%;
  height: 100%;
  fill: white;
}

.homebanner .slick-dots {
  bottom: 45px;
  width: inherit;
  right: 20px;
  z-index: 3;
}

.homebanner.slick-dotted.slick-slider {
  margin: 0;
}

.homebanner .slick-dots li button:before {
  font-size: 12px;
}

.homebanner .slick-slide img {
  width: 100%;
  display: inline-block;
}

.homebanner .slick-dots button, .homebanner .slick-dots li, .homebanner .slick-dots li button:before {
  width: 7px;
  height: 7px;
}

.homebanner .slick-dots button {
  border-radius: 100%;
  background-color: #e7e7e7;
  text-indent: -9999px;
}

.homebanner .slick-dots li.slick-active button {
  background-color: var(--primary);
  width: 14px;
  height: 14px;
}

.welcomeWrap .col12, .visionwrap .col12 {
  position: relative;
}

.welcomeWrap img {
  background-color: white;
  box-shadow: 5px 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 60%;
  margin-bottom: 20px;
}

.welcomeWrap img:last-child {
  width: 44%;
  position: absolute;
  bottom: -40px;
  right: 20px;
}

.welcomeWrap {
  background-image: url(../images/bnr-bg.png);
  background-position: center;
  background-size: cover;
}

.welcomeWrap .wlcText h1 {
  font-weight: 500;
  line-height: 1.1;
}

.boxeswrap {
  background-image: url(../images/background.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.boxes {
  gap: 20px;
}

.boxes>* {
  position: relative;
  width: calc(33.33% - 17px);
  padding: 30px;
  color: var(--white);
  border-radius: 8px;
  background-color: var(--secondary);
}

.boxes>* h2 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 3em;
  font-family: "Corinthia", cursive;
  color: var(--white);
}

.boxes>* h3 {
  font-weight: 500;
}

.boxes>*:first-child h4 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.3em;
  color: var(--white);
}

.boxes>*:not(:first-child) {
  color: var(--secondary);
  background-color: #f8f7ff;
  border: 4px solid transparent;
}

.boxes>*:not(:first-child):hover {
  background-color: var(--white);
  border-color: var(--lightgray);
  border: 4px solid #ffced1;
}

.boxes>* .icon {
  position: absolute;
  top: -4px;
  right: -4px;
  padding: 15px;
  background-color: #ffced1;
  line-height: 1;
  font-size: 1.5em;
  font-weight: 700;
  border-radius: 0 8px 0 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.boxes>*:hover .icon {
  color: var(--white);
  top: -5px;
  right: -5px;
  border-radius: 8px;
  background-color: var(--primary);
}

.boxes>* .more {
  padding: 5px;
  border-top: 1px solid var(--gray);
  display: inline-block;
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
}

.visionwrap .col12 {
  position: relative;
}

.visionwrap .col12.visionimg:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 80%;
  background: #2F2482;
  background: linear-gradient(0deg, rgba(47, 36, 130, 0) 0%, rgb(226 0 15 / 34%) 100%);
  top: 10px;
  right: 0;
  z-index: -1;
  border-radius: 15px;
}

.visionwrap .col12.visionimg img {
  border-radius: 15px;
  margin-top: 70px;
  max-width: 500px;
  width: 100%;
}

.footer {
  position: relative;
  background: var(--secondary);
  color: var(--white);
  font-size: 0.9em;
  padding: 10px 0;
}

.footer .shape {
  transform: rotate(180deg);
  top: -48px;
}

.footer .shape svg {
  fill: #282d92;
}

.footer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/ocean-bg.jpg) bottom center repeat-x;
  background-size: contain;
  opacity: .15;
}

.footer a {
  color: var(--white);
}

.footer a:hover {
  color: var(--primary);
}

.footer>.container .col13 {
  margin: 15px 0;
}

.footer #email, .contactInfo #emails>p {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer>.container .col13 h4 {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--white);
}

.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 10px;
  margin-top: 10px;
  font-size: .9em
}

.contactInfo #emails>p {
  margin-bottom: 3px;
}

.contactInfo #emails>p:last-child {
  margin-bottom: 15px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.bnrinn {
  max-height: 550px;
}

.pgtitle {
  position: relative;
  margin-bottom: 35px;
}

.pgtitle h1 {
  margin-top: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #c8c8c8;
  font-weight: 500;
  line-height: 1;
}

.pgtitle h1:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: var(--primary);
  left: 0;
  bottom: -2px;
}

.content {
  padding: 20px 30px 90px 30px;
  position: relative;
  min-height: 400px;
  margin-top: -60px;
  background: var(--white);
  border-radius: 10px 10px 0 0;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.threecolumn {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.breadcrumbs {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
  font-size: .9em;
  color: var(--textcolor);
}

.breadcrumbs a {
  color: var(--textcolor);
}

.breadcrumbs span {
  margin: 0 3px;
}

.breadcrumbs a.active {
  color: var(--primary);
  text-decoration: none;
}

.rightimg {
  float: right;
  margin: 10px 0px 20px 50px;
  max-width: 35%;
}

.leftimg img, .rightimg img {
  background-color: #fff;
  padding: 10px !important;
  border-radius: 20px;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn a {
  position: relative;
  display: inline-block;
  color: var(--white);
  padding: 10px 16px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  background-color: var(--primary);
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn a::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--secondary);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.btn a:hover:before {
  width: 100%;
}

.btn a:hover {
  color: var(--white)
}

.productsTypes a {
  border: 1px solid #d1d1d1;
  margin-top: 50px;
  margin-bottom: 30px;
  border-radius: 7px;
}

.productsTypes a h2 {
  background: #f5f5f5;
  display: inline-block;
  font-size: 1.25em;
  padding: 10px;
  margin: 0;
  top: -26px;
  position: relative;
  left: 20px;
  color: var(--secondary);
  border-radius: 7px;
}

.productsTypes a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.productsTypes a .text-center {
  padding-bottom: 30px;
}

.productBoxes {
  gap: 20px;
}

.productBoxes>* {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  width: calc(33.33% - 15px);
  box-shadow: 5px 0 10px 3px rgba(0, 0, 0, 0.1);
}

/* ~~~~~~~~~~~~~~~ */
.productShades {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.productShades>* p {
  margin-bottom: 3px;
}

.productShades.plainShade span {
  width: 100%;
  max-width: 160px;
  height: 40px;
  display: inline-block;
  margin-top: 7px;
}

.productBoxes .text {
  padding: 20px;
}

.accordion>h3 {
  position: relative;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 10px 40px 10px 10px;
  background-color: #f9f9f9;
  margin: 10px 0 0;
  font-size: 1em;
  border-radius: 7px
}

.ui-accordion-header-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--secondary);
  right: 10px;
  top: 50%;
  margin-top: -10px;
  border-radius: 10px
}

.ui-accordion-header-icon:after, .ui-accordion-header-icon:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  right: 5px;
  top: 9px;
}

.ui-accordion-header-icon:after {
  width: 2px;
  height: 10px;
  right: 9px;
  top: 5px;
}

.accordion>h3.ui-accordion-header-active {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 7px 7px 0 0;
}

.accordion>h3.ui-accordion-header-active .ui-accordion-header-icon {
  background-color: var(--lightgray);
}

.accordion>h3.ui-accordion-header-active .ui-accordion-header-icon:before {
  background-color: var(--secondary);
}

.accordion>h3.ui-accordion-header-active .ui-accordion-header-icon:after {
  display: none;
}

.acc-news .ui-accordion-content, .accordion .ui-accordion-content {
  border: 1px solid #ddd;
  padding: 15px 15px 5px;
  overflow: hidden;
  border-radius: 0 0 7px 7px;
  background-color: #f9f8ff;
}

.fulltable {
  width: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.menu, .menu>li, .flex, .menu>li>a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu>li {
  align-items: center;
  position: relative;
  margin: 0 12px;
}

.menu li a {
  color: var(--textcolor);
  margin: 0;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.menu>li>a {
  color: var(--secondary);
  position: relative;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
  padding: 10px 0;
}

.menu>li:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 30px;
  background-color: var(--secondary);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu>li:hover>a, .menu>li.active>a {
  color: var(--primary);
}

.menu>li:hover:after, .menu>li.active:after {
  opacity: 1;
  width: 100%;
  background-color: var(--primary);
}

.menu ul {
  width: 200px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 5px 5px 10px 10px;
  border-top: 4px solid var(--primary);
  background-color: var(--white);
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: 100%;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li:last-child>ul {
  left: inherit;
  right: 0;
}

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 8px 15px;
  line-height: 1.3em;
  font-size: 0.85em;
}

.menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  background-color: #e3e8f9;
  color: var(--secondary);
}

/* Mobile */
#menu-trigger {
  display: none;
  position: absolute;
  z-index: 11;
  width: 30px;
  height: 34px;
  margin: auto;
  cursor: pointer;
  right: 0;
}

#menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menu-trigger span {
  top: 50%;
  margin: -1px auto auto;
  display: block;
  font-size: 0px;
}

#menu-trigger span:after {
  top: 10px;
  content: "";
}

#menu-trigger span:before {
  top: -10px;
  content: "";
}

.mobimenu #menu-trigger span {
  background-color: transparent;
}

.mobimenu #menu-trigger span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  top: 0;
  left: 0;
}

.mobimenu #menu-trigger span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: 0;
  left: 0;
}

@-webkit-keyframes pull-up {
  0% {
    transform: translate(0, 30px)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes pull-up {
  0% {
    transform: translate(0, 30px)
  }

  100% {
    transform: translate(0, 0)
  }
}

@media screen and (max-width:1199px) {
  .breadcrumbs {
    position: relative;
    background-color: #e4e4e4;
  }
}

@media screen and (max-width:1023px) {
  body, html {
    font-size: 16px
  }

  .logo {
    width: 170px;
  }

  .homebanner .slick-dots {
    bottom: 30px;
  }

  .pgtitle h1 {
    font-size: 1.4em;
  }

  .callus {
    padding: 10px 20px 10px 10px;
    font-size: 0.9em;
  }

  .productShades {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width:767px) {
  .spaceBottom {
    padding-bottom: 30px;
  }

  .spaceTop {
    padding-top: 30px;
  }

  .callus {
    margin-right: 40px;
  }

  .welcomeWrap img:last-child {
    bottom: -10px;
  }

  .boxes>* {
    width: calc(50% - 17px);
  }

  .productShades {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .col12, .col13, .col23, .col40 {
    width: 100%
  }

  .col12+*, .col13+.col23, .col23+.col13 {
    margin-top: 20px
  }

  .twocolumn, .threecolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit
  }

  .leftimg, .rightimg {
    float: none;
    margin: 0 0 20px;
    max-width: initial
  }

  .leftimg img, .rightimg iframe, .rightimg img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0
  }

  .menu li a {
    position: relative;
  }

  .menu>li.open li.open>a>.arrow:after, .menu>li.open>a>.arrow:after, .menu>li:hover>ul, .menu>li>a:after, .mobimenu .nav, .nav, .menu>li:after {
    display: none;
  }

  #menu-trigger, .menu, .mobimenu .nav {
    display: block;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #fff;
    width: 260px;
    border-radius: 0 0 7px 7px;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: none;
    width: inherit;
    padding-left: 20px;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    border-radius: 0;
    border-top: 1px solid #eee;
  }

  .menu>li {
    margin: 0;
    padding-left: 0;
    display: block;
    border-bottom: 1px solid rgba(177, 175, 175, .2);
    padding-right: 0;
  }

  .menu>li>a {
    line-height: 1.3em;
    border: none;
  }

  .menu li a {
    display: block;
    margin-right: 40px;
    padding: 10px 10px 10px 15px;
    color: var(--gray);
    text-align: left;
  }

  .menu li ul li:hover ul li:hover>a, .menu li ul li:hover>a, .menu li.active li.active li.active>a, .menu li.active li.active>a, .menu li:hover li:hover>a, .menu li:hover li>a:hover, .menu ul li:hover li:hover>a:hover, .menu>li.active>a, .menu>li:hover>a {
    color: var(--primary);
  }

  .menu li .arrow {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background-color: var(--primary);
    cursor: pointer;
  }

  .menu li .arrow:after, .menu li .arrow:before {
    left: 50%;
    top: 50%;
    content: " ";
    height: 2px;
    width: 12px;
    position: absolute;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }

  .menu li .arrow:after {
    width: 2px;
    height: 12px;
    margin-top: -5px
  }

  .menu li .arrow:before {
    margin-left: -5px;
  }
}

@media screen and (max-width:599px) {
  .boxes>* {
    width: 100%;
  }

  .footer:after {
    background-size: cover;
  }
}

@media screen and (max-width:479px) {
  .logo {
    width: 100%;
    max-width: 250px;
    margin: auto;
  }

  #menu-trigger {
    bottom: 10px;
  }
}