html {
  font-family: "Roboto", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #464646;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.375em;
  }
}

h3 {
  font-size: 1.5em;
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.875em;
  }
}

h4 {
  font-size: 1.25em;
}
@media (min-width: 992px) {
  h4 {
    font-size: 1.5em;
  }
}

h5 {
  font-size: 1.25em;
  margin: 5px 0;
}

h6 {
  font-size: 1.125em;
  margin: 5px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #464646;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

p {
  font-size: 15px;
  margin: 0 0 1.6em;
  color: #464646;
  line-height: 1.75;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (min-width: 1500px) {
  p {
    font-size: 16px;
    line-height: 1.75;
  }
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@media (max-width: 768px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.pt--5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .pt_sm--5 {
    padding-top: 5px;
  }

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

  .pt_sm--15 {
    padding-top: 15px;
  }

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

  .pt_sm--25 {
    padding-top: 25px;
  }

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

  .pt_sm--35 {
    padding-top: 35px;
  }

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

  .pt_sm--45 {
    padding-top: 45px;
  }

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

  .pt_sm--55 {
    padding-top: 55px;
  }

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

  .pt_sm--65 {
    padding-top: 65px;
  }

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

  .pt_sm--75 {
    padding-top: 75px;
  }

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

  .pt_sm--85 {
    padding-top: 85px;
  }

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

  .pt_sm--95 {
    padding-top: 95px;
  }

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

  .pt_sm--105 {
    padding-top: 105px;
  }

  .pt_sm--110 {
    padding-top: 110px;
  }

  .pt_sm--115 {
    padding-top: 115px;
  }

  .pt_sm--120 {
    padding-top: 120px;
  }

  .pt_sm--125 {
    padding-top: 125px;
  }

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

  .pt_sm--135 {
    padding-top: 135px;
  }

  .pt_sm--140 {
    padding-top: 140px;
  }

  .pt_sm--145 {
    padding-top: 145px;
  }

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

  .pt_sm--155 {
    padding-top: 155px;
  }

  .pt_sm--160 {
    padding-top: 160px;
  }

  .pt_sm--165 {
    padding-top: 165px;
  }

  .pt_sm--170 {
    padding-top: 170px;
  }

  .pt_sm--175 {
    padding-top: 175px;
  }

  .pt_sm--180 {
    padding-top: 180px;
  }

  .pt_sm--185 {
    padding-top: 185px;
  }

  .pt_sm--190 {
    padding-top: 190px;
  }

  .pt_sm--195 {
    padding-top: 195px;
  }

  .pt_sm--200 {
    padding-top: 200px;
  }

  .pt_sm--205 {
    padding-top: 205px;
  }

  .pt_sm--210 {
    padding-top: 210px;
  }

  .pt_sm--215 {
    padding-top: 215px;
  }

  .pt_sm--220 {
    padding-top: 220px;
  }

  .pt_sm--225 {
    padding-top: 225px;
  }

  .pt_sm--230 {
    padding-top: 230px;
  }

  .pt_sm--235 {
    padding-top: 235px;
  }

  .pt_sm--240 {
    padding-top: 240px;
  }

  .pt_sm--245 {
    padding-top: 245px;
  }

  .pt_sm--250 {
    padding-top: 250px;
  }
}
@media (min-width: 768px) {
  .pt_md--5 {
    padding-top: 5px;
  }

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

  .pt_md--15 {
    padding-top: 15px;
  }

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

  .pt_md--25 {
    padding-top: 25px;
  }

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

  .pt_md--35 {
    padding-top: 35px;
  }

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

  .pt_md--45 {
    padding-top: 45px;
  }

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

  .pt_md--55 {
    padding-top: 55px;
  }

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

  .pt_md--65 {
    padding-top: 65px;
  }

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

  .pt_md--75 {
    padding-top: 75px;
  }

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

  .pt_md--85 {
    padding-top: 85px;
  }

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

  .pt_md--95 {
    padding-top: 95px;
  }

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

  .pt_md--105 {
    padding-top: 105px;
  }

  .pt_md--110 {
    padding-top: 110px;
  }

  .pt_md--115 {
    padding-top: 115px;
  }

  .pt_md--120 {
    padding-top: 120px;
  }

  .pt_md--125 {
    padding-top: 125px;
  }

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

  .pt_md--135 {
    padding-top: 135px;
  }

  .pt_md--140 {
    padding-top: 140px;
  }

  .pt_md--145 {
    padding-top: 145px;
  }

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

  .pt_md--155 {
    padding-top: 155px;
  }

  .pt_md--160 {
    padding-top: 160px;
  }

  .pt_md--165 {
    padding-top: 165px;
  }

  .pt_md--170 {
    padding-top: 170px;
  }

  .pt_md--175 {
    padding-top: 175px;
  }

  .pt_md--180 {
    padding-top: 180px;
  }

  .pt_md--185 {
    padding-top: 185px;
  }

  .pt_md--190 {
    padding-top: 190px;
  }

  .pt_md--195 {
    padding-top: 195px;
  }

  .pt_md--200 {
    padding-top: 200px;
  }

  .pt_md--205 {
    padding-top: 205px;
  }

  .pt_md--210 {
    padding-top: 210px;
  }

  .pt_md--215 {
    padding-top: 215px;
  }

  .pt_md--220 {
    padding-top: 220px;
  }

  .pt_md--225 {
    padding-top: 225px;
  }

  .pt_md--230 {
    padding-top: 230px;
  }

  .pt_md--235 {
    padding-top: 235px;
  }

  .pt_md--240 {
    padding-top: 240px;
  }

  .pt_md--245 {
    padding-top: 245px;
  }

  .pt_md--250 {
    padding-top: 250px;
  }
}
@media (min-width: 992px) {
  .pt_lg--5 {
    padding-top: 5px;
  }

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

  .pt_lg--15 {
    padding-top: 15px;
  }

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

  .pt_lg--25 {
    padding-top: 25px;
  }

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

  .pt_lg--35 {
    padding-top: 35px;
  }

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

  .pt_lg--45 {
    padding-top: 45px;
  }

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

  .pt_lg--55 {
    padding-top: 55px;
  }

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

  .pt_lg--65 {
    padding-top: 65px;
  }

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

  .pt_lg--75 {
    padding-top: 75px;
  }

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

  .pt_lg--85 {
    padding-top: 85px;
  }

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

  .pt_lg--95 {
    padding-top: 95px;
  }

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

  .pt_lg--105 {
    padding-top: 105px;
  }

  .pt_lg--110 {
    padding-top: 110px;
  }

  .pt_lg--115 {
    padding-top: 115px;
  }

  .pt_lg--120 {
    padding-top: 120px;
  }

  .pt_lg--125 {
    padding-top: 125px;
  }

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

  .pt_lg--135 {
    padding-top: 135px;
  }

  .pt_lg--140 {
    padding-top: 140px;
  }

  .pt_lg--145 {
    padding-top: 145px;
  }

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

  .pt_lg--155 {
    padding-top: 155px;
  }

  .pt_lg--160 {
    padding-top: 160px;
  }

  .pt_lg--165 {
    padding-top: 165px;
  }

  .pt_lg--170 {
    padding-top: 170px;
  }

  .pt_lg--175 {
    padding-top: 175px;
  }

  .pt_lg--180 {
    padding-top: 180px;
  }

  .pt_lg--185 {
    padding-top: 185px;
  }

  .pt_lg--190 {
    padding-top: 190px;
  }

  .pt_lg--195 {
    padding-top: 195px;
  }

  .pt_lg--200 {
    padding-top: 200px;
  }

  .pt_lg--205 {
    padding-top: 205px;
  }

  .pt_lg--210 {
    padding-top: 210px;
  }

  .pt_lg--215 {
    padding-top: 215px;
  }

  .pt_lg--220 {
    padding-top: 220px;
  }

  .pt_lg--225 {
    padding-top: 225px;
  }

  .pt_lg--230 {
    padding-top: 230px;
  }

  .pt_lg--235 {
    padding-top: 235px;
  }

  .pt_lg--240 {
    padding-top: 240px;
  }

  .pt_lg--245 {
    padding-top: 245px;
  }

  .pt_lg--250 {
    padding-top: 250px;
  }
}
@media (min-width: 1200px) {
  .pt_xl--5 {
    padding-top: 5px;
  }

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

  .pt_xl--15 {
    padding-top: 15px;
  }

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

  .pt_xl--25 {
    padding-top: 25px;
  }

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

  .pt_xl--35 {
    padding-top: 35px;
  }

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

  .pt_xl--45 {
    padding-top: 45px;
  }

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

  .pt_xl--55 {
    padding-top: 55px;
  }

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

  .pt_xl--65 {
    padding-top: 65px;
  }

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

  .pt_xl--75 {
    padding-top: 75px;
  }

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

  .pt_xl--85 {
    padding-top: 85px;
  }

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

  .pt_xl--95 {
    padding-top: 95px;
  }

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

  .pt_xl--105 {
    padding-top: 105px;
  }

  .pt_xl--110 {
    padding-top: 110px;
  }

  .pt_xl--115 {
    padding-top: 115px;
  }

  .pt_xl--120 {
    padding-top: 120px;
  }

  .pt_xl--125 {
    padding-top: 125px;
  }

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

  .pt_xl--135 {
    padding-top: 135px;
  }

  .pt_xl--140 {
    padding-top: 140px;
  }

  .pt_xl--145 {
    padding-top: 145px;
  }

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

  .pt_xl--155 {
    padding-top: 155px;
  }

  .pt_xl--160 {
    padding-top: 160px;
  }

  .pt_xl--165 {
    padding-top: 165px;
  }

  .pt_xl--170 {
    padding-top: 170px;
  }

  .pt_xl--175 {
    padding-top: 175px;
  }

  .pt_xl--180 {
    padding-top: 180px;
  }

  .pt_xl--185 {
    padding-top: 185px;
  }

  .pt_xl--190 {
    padding-top: 190px;
  }

  .pt_xl--195 {
    padding-top: 195px;
  }

  .pt_xl--200 {
    padding-top: 200px;
  }

  .pt_xl--205 {
    padding-top: 205px;
  }

  .pt_xl--210 {
    padding-top: 210px;
  }

  .pt_xl--215 {
    padding-top: 215px;
  }

  .pt_xl--220 {
    padding-top: 220px;
  }

  .pt_xl--225 {
    padding-top: 225px;
  }

  .pt_xl--230 {
    padding-top: 230px;
  }

  .pt_xl--235 {
    padding-top: 235px;
  }

  .pt_xl--240 {
    padding-top: 240px;
  }

  .pt_xl--245 {
    padding-top: 245px;
  }

  .pt_xl--250 {
    padding-top: 250px;
  }
}
.pb--5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .pb_sm--5 {
    padding-bottom: 5px;
  }

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

  .pb_sm--15 {
    padding-bottom: 15px;
  }

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

  .pb_sm--25 {
    padding-bottom: 25px;
  }

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

  .pb_sm--35 {
    padding-bottom: 35px;
  }

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

  .pb_sm--45 {
    padding-bottom: 45px;
  }

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

  .pb_sm--55 {
    padding-bottom: 55px;
  }

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

  .pb_sm--65 {
    padding-bottom: 65px;
  }

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

  .pb_sm--75 {
    padding-bottom: 75px;
  }

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

  .pb_sm--85 {
    padding-bottom: 85px;
  }

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

  .pb_sm--95 {
    padding-bottom: 95px;
  }

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

  .pb_sm--105 {
    padding-bottom: 105px;
  }

  .pb_sm--110 {
    padding-bottom: 110px;
  }

  .pb_sm--115 {
    padding-bottom: 115px;
  }

  .pb_sm--120 {
    padding-bottom: 120px;
  }

  .pb_sm--125 {
    padding-bottom: 125px;
  }

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

  .pb_sm--135 {
    padding-bottom: 135px;
  }

  .pb_sm--140 {
    padding-bottom: 140px;
  }

  .pb_sm--145 {
    padding-bottom: 145px;
  }

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

  .pb_sm--155 {
    padding-bottom: 155px;
  }

  .pb_sm--160 {
    padding-bottom: 160px;
  }

  .pb_sm--165 {
    padding-bottom: 165px;
  }

  .pb_sm--170 {
    padding-bottom: 170px;
  }

  .pb_sm--175 {
    padding-bottom: 175px;
  }

  .pb_sm--180 {
    padding-bottom: 180px;
  }

  .pb_sm--185 {
    padding-bottom: 185px;
  }

  .pb_sm--190 {
    padding-bottom: 190px;
  }

  .pb_sm--195 {
    padding-bottom: 195px;
  }

  .pb_sm--200 {
    padding-bottom: 200px;
  }

  .pb_sm--205 {
    padding-bottom: 205px;
  }

  .pb_sm--210 {
    padding-bottom: 210px;
  }

  .pb_sm--215 {
    padding-bottom: 215px;
  }

  .pb_sm--220 {
    padding-bottom: 220px;
  }

  .pb_sm--225 {
    padding-bottom: 225px;
  }

  .pb_sm--230 {
    padding-bottom: 230px;
  }

  .pb_sm--235 {
    padding-bottom: 235px;
  }

  .pb_sm--240 {
    padding-bottom: 240px;
  }

  .pb_sm--245 {
    padding-bottom: 245px;
  }

  .pb_sm--250 {
    padding-bottom: 250px;
  }
}
@media (min-width: 768px) {
  .pb_md--5 {
    padding-bottom: 5px;
  }

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

  .pb_md--15 {
    padding-bottom: 15px;
  }

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

  .pb_md--25 {
    padding-bottom: 25px;
  }

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

  .pb_md--35 {
    padding-bottom: 35px;
  }

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

  .pb_md--45 {
    padding-bottom: 45px;
  }

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

  .pb_md--55 {
    padding-bottom: 55px;
  }

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

  .pb_md--65 {
    padding-bottom: 65px;
  }

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

  .pb_md--75 {
    padding-bottom: 75px;
  }

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

  .pb_md--85 {
    padding-bottom: 85px;
  }

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

  .pb_md--95 {
    padding-bottom: 95px;
  }

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

  .pb_md--105 {
    padding-bottom: 105px;
  }

  .pb_md--110 {
    padding-bottom: 110px;
  }

  .pb_md--115 {
    padding-bottom: 115px;
  }

  .pb_md--120 {
    padding-bottom: 120px;
  }

  .pb_md--125 {
    padding-bottom: 125px;
  }

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

  .pb_md--135 {
    padding-bottom: 135px;
  }

  .pb_md--140 {
    padding-bottom: 140px;
  }

  .pb_md--145 {
    padding-bottom: 145px;
  }

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

  .pb_md--155 {
    padding-bottom: 155px;
  }

  .pb_md--160 {
    padding-bottom: 160px;
  }

  .pb_md--165 {
    padding-bottom: 165px;
  }

  .pb_md--170 {
    padding-bottom: 170px;
  }

  .pb_md--175 {
    padding-bottom: 175px;
  }

  .pb_md--180 {
    padding-bottom: 180px;
  }

  .pb_md--185 {
    padding-bottom: 185px;
  }

  .pb_md--190 {
    padding-bottom: 190px;
  }

  .pb_md--195 {
    padding-bottom: 195px;
  }

  .pb_md--200 {
    padding-bottom: 200px;
  }

  .pb_md--205 {
    padding-bottom: 205px;
  }

  .pb_md--210 {
    padding-bottom: 210px;
  }

  .pb_md--215 {
    padding-bottom: 215px;
  }

  .pb_md--220 {
    padding-bottom: 220px;
  }

  .pb_md--225 {
    padding-bottom: 225px;
  }

  .pb_md--230 {
    padding-bottom: 230px;
  }

  .pb_md--235 {
    padding-bottom: 235px;
  }

  .pb_md--240 {
    padding-bottom: 240px;
  }

  .pb_md--245 {
    padding-bottom: 245px;
  }

  .pb_md--250 {
    padding-bottom: 250px;
  }
}
@media (min-width: 992px) {
  .pb_lg--5 {
    padding-bottom: 5px;
  }

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

  .pb_lg--15 {
    padding-bottom: 15px;
  }

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

  .pb_lg--25 {
    padding-bottom: 25px;
  }

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

  .pb_lg--35 {
    padding-bottom: 35px;
  }

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

  .pb_lg--45 {
    padding-bottom: 45px;
  }

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

  .pb_lg--55 {
    padding-bottom: 55px;
  }

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

  .pb_lg--65 {
    padding-bottom: 65px;
  }

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

  .pb_lg--75 {
    padding-bottom: 75px;
  }

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

  .pb_lg--85 {
    padding-bottom: 85px;
  }

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

  .pb_lg--95 {
    padding-bottom: 95px;
  }

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

  .pb_lg--105 {
    padding-bottom: 105px;
  }

  .pb_lg--110 {
    padding-bottom: 110px;
  }

  .pb_lg--115 {
    padding-bottom: 115px;
  }

  .pb_lg--120 {
    padding-bottom: 120px;
  }

  .pb_lg--125 {
    padding-bottom: 125px;
  }

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

  .pb_lg--135 {
    padding-bottom: 135px;
  }

  .pb_lg--140 {
    padding-bottom: 140px;
  }

  .pb_lg--145 {
    padding-bottom: 145px;
  }

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

  .pb_lg--155 {
    padding-bottom: 155px;
  }

  .pb_lg--160 {
    padding-bottom: 160px;
  }

  .pb_lg--165 {
    padding-bottom: 165px;
  }

  .pb_lg--170 {
    padding-bottom: 170px;
  }

  .pb_lg--175 {
    padding-bottom: 175px;
  }

  .pb_lg--180 {
    padding-bottom: 180px;
  }

  .pb_lg--185 {
    padding-bottom: 185px;
  }

  .pb_lg--190 {
    padding-bottom: 190px;
  }

  .pb_lg--195 {
    padding-bottom: 195px;
  }

  .pb_lg--200 {
    padding-bottom: 200px;
  }

  .pb_lg--205 {
    padding-bottom: 205px;
  }

  .pb_lg--210 {
    padding-bottom: 210px;
  }

  .pb_lg--215 {
    padding-bottom: 215px;
  }

  .pb_lg--220 {
    padding-bottom: 220px;
  }

  .pb_lg--225 {
    padding-bottom: 225px;
  }

  .pb_lg--230 {
    padding-bottom: 230px;
  }

  .pb_lg--235 {
    padding-bottom: 235px;
  }

  .pb_lg--240 {
    padding-bottom: 240px;
  }

  .pb_lg--245 {
    padding-bottom: 245px;
  }

  .pb_lg--250 {
    padding-bottom: 250px;
  }
}
@media (min-width: 1200px) {
  .pb_xl--5 {
    padding-bottom: 5px;
  }

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

  .pb_xl--15 {
    padding-bottom: 15px;
  }

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

  .pb_xl--25 {
    padding-bottom: 25px;
  }

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

  .pb_xl--35 {
    padding-bottom: 35px;
  }

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

  .pb_xl--45 {
    padding-bottom: 45px;
  }

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

  .pb_xl--55 {
    padding-bottom: 55px;
  }

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

  .pb_xl--65 {
    padding-bottom: 65px;
  }

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

  .pb_xl--75 {
    padding-bottom: 75px;
  }

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

  .pb_xl--85 {
    padding-bottom: 85px;
  }

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

  .pb_xl--95 {
    padding-bottom: 95px;
  }

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

  .pb_xl--105 {
    padding-bottom: 105px;
  }

  .pb_xl--110 {
    padding-bottom: 110px;
  }

  .pb_xl--115 {
    padding-bottom: 115px;
  }

  .pb_xl--120 {
    padding-bottom: 120px;
  }

  .pb_xl--125 {
    padding-bottom: 125px;
  }

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

  .pb_xl--135 {
    padding-bottom: 135px;
  }

  .pb_xl--140 {
    padding-bottom: 140px;
  }

  .pb_xl--145 {
    padding-bottom: 145px;
  }

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

  .pb_xl--155 {
    padding-bottom: 155px;
  }

  .pb_xl--160 {
    padding-bottom: 160px;
  }

  .pb_xl--165 {
    padding-bottom: 165px;
  }

  .pb_xl--170 {
    padding-bottom: 170px;
  }

  .pb_xl--175 {
    padding-bottom: 175px;
  }

  .pb_xl--180 {
    padding-bottom: 180px;
  }

  .pb_xl--185 {
    padding-bottom: 185px;
  }

  .pb_xl--190 {
    padding-bottom: 190px;
  }

  .pb_xl--195 {
    padding-bottom: 195px;
  }

  .pb_xl--200 {
    padding-bottom: 200px;
  }

  .pb_xl--205 {
    padding-bottom: 205px;
  }

  .pb_xl--210 {
    padding-bottom: 210px;
  }

  .pb_xl--215 {
    padding-bottom: 215px;
  }

  .pb_xl--220 {
    padding-bottom: 220px;
  }

  .pb_xl--225 {
    padding-bottom: 225px;
  }

  .pb_xl--230 {
    padding-bottom: 230px;
  }

  .pb_xl--235 {
    padding-bottom: 235px;
  }

  .pb_xl--240 {
    padding-bottom: 240px;
  }

  .pb_xl--245 {
    padding-bottom: 245px;
  }

  .pb_xl--250 {
    padding-bottom: 250px;
  }
}
.pl--5 {
  padding-left: 5px;
}

.pl--10 {
  padding-left: 10px;
}

.pl--15 {
  padding-left: 15px;
}

.pl--20 {
  padding-left: 20px;
}

.pl--25 {
  padding-left: 25px;
}

.pl--30 {
  padding-left: 30px;
}

.pl--35 {
  padding-left: 35px;
}

.pl--40 {
  padding-left: 40px;
}

.pl--45 {
  padding-left: 45px;
}

.pl--50 {
  padding-left: 50px;
}

.pl--55 {
  padding-left: 55px;
}

.pl--60 {
  padding-left: 60px;
}

.pl--65 {
  padding-left: 65px;
}

.pl--70 {
  padding-left: 70px;
}

.pl--75 {
  padding-left: 75px;
}

.pl--80 {
  padding-left: 80px;
}

.pl--85 {
  padding-left: 85px;
}

.pl--90 {
  padding-left: 90px;
}

.pl--95 {
  padding-left: 95px;
}

.pl--100 {
  padding-left: 100px;
}

.pl--105 {
  padding-left: 105px;
}

.pl--110 {
  padding-left: 110px;
}

.pl--115 {
  padding-left: 115px;
}

.pl--120 {
  padding-left: 120px;
}

.pl--125 {
  padding-left: 125px;
}

.pl--130 {
  padding-left: 130px;
}

.pl--135 {
  padding-left: 135px;
}

.pl--140 {
  padding-left: 140px;
}

.pl--145 {
  padding-left: 145px;
}

.pl--150 {
  padding-left: 150px;
}

.pl--155 {
  padding-left: 155px;
}

.pl--160 {
  padding-left: 160px;
}

.pl--165 {
  padding-left: 165px;
}

.pl--170 {
  padding-left: 170px;
}

.pl--175 {
  padding-left: 175px;
}

.pl--180 {
  padding-left: 180px;
}

.pl--185 {
  padding-left: 185px;
}

.pl--190 {
  padding-left: 190px;
}

.pl--195 {
  padding-left: 195px;
}

.pl--200 {
  padding-left: 200px;
}

.pl--205 {
  padding-left: 205px;
}

.pl--210 {
  padding-left: 210px;
}

.pl--215 {
  padding-left: 215px;
}

.pl--220 {
  padding-left: 220px;
}

.pl--225 {
  padding-left: 225px;
}

.pl--230 {
  padding-left: 230px;
}

.pl--235 {
  padding-left: 235px;
}

.pl--240 {
  padding-left: 240px;
}

.pl--245 {
  padding-left: 245px;
}

.pl--250 {
  padding-left: 250px;
}

@media (min-width: 576px) {
  .pl_sm--5 {
    padding-left: 5px;
  }

  .pl_sm--10 {
    padding-left: 10px;
  }

  .pl_sm--15 {
    padding-left: 15px;
  }

  .pl_sm--20 {
    padding-left: 20px;
  }

  .pl_sm--25 {
    padding-left: 25px;
  }

  .pl_sm--30 {
    padding-left: 30px;
  }

  .pl_sm--35 {
    padding-left: 35px;
  }

  .pl_sm--40 {
    padding-left: 40px;
  }

  .pl_sm--45 {
    padding-left: 45px;
  }

  .pl_sm--50 {
    padding-left: 50px;
  }

  .pl_sm--55 {
    padding-left: 55px;
  }

  .pl_sm--60 {
    padding-left: 60px;
  }

  .pl_sm--65 {
    padding-left: 65px;
  }

  .pl_sm--70 {
    padding-left: 70px;
  }

  .pl_sm--75 {
    padding-left: 75px;
  }

  .pl_sm--80 {
    padding-left: 80px;
  }

  .pl_sm--85 {
    padding-left: 85px;
  }

  .pl_sm--90 {
    padding-left: 90px;
  }

  .pl_sm--95 {
    padding-left: 95px;
  }

  .pl_sm--100 {
    padding-left: 100px;
  }

  .pl_sm--105 {
    padding-left: 105px;
  }

  .pl_sm--110 {
    padding-left: 110px;
  }

  .pl_sm--115 {
    padding-left: 115px;
  }

  .pl_sm--120 {
    padding-left: 120px;
  }

  .pl_sm--125 {
    padding-left: 125px;
  }

  .pl_sm--130 {
    padding-left: 130px;
  }

  .pl_sm--135 {
    padding-left: 135px;
  }

  .pl_sm--140 {
    padding-left: 140px;
  }

  .pl_sm--145 {
    padding-left: 145px;
  }

  .pl_sm--150 {
    padding-left: 150px;
  }

  .pl_sm--155 {
    padding-left: 155px;
  }

  .pl_sm--160 {
    padding-left: 160px;
  }

  .pl_sm--165 {
    padding-left: 165px;
  }

  .pl_sm--170 {
    padding-left: 170px;
  }

  .pl_sm--175 {
    padding-left: 175px;
  }

  .pl_sm--180 {
    padding-left: 180px;
  }

  .pl_sm--185 {
    padding-left: 185px;
  }

  .pl_sm--190 {
    padding-left: 190px;
  }

  .pl_sm--195 {
    padding-left: 195px;
  }

  .pl_sm--200 {
    padding-left: 200px;
  }

  .pl_sm--205 {
    padding-left: 205px;
  }

  .pl_sm--210 {
    padding-left: 210px;
  }

  .pl_sm--215 {
    padding-left: 215px;
  }

  .pl_sm--220 {
    padding-left: 220px;
  }

  .pl_sm--225 {
    padding-left: 225px;
  }

  .pl_sm--230 {
    padding-left: 230px;
  }

  .pl_sm--235 {
    padding-left: 235px;
  }

  .pl_sm--240 {
    padding-left: 240px;
  }

  .pl_sm--245 {
    padding-left: 245px;
  }

  .pl_sm--250 {
    padding-left: 250px;
  }
}
@media (min-width: 768px) {
  .pl_md--5 {
    padding-left: 5px;
  }

  .pl_md--10 {
    padding-left: 10px;
  }

  .pl_md--15 {
    padding-left: 15px;
  }

  .pl_md--20 {
    padding-left: 20px;
  }

  .pl_md--25 {
    padding-left: 25px;
  }

  .pl_md--30 {
    padding-left: 30px;
  }

  .pl_md--35 {
    padding-left: 35px;
  }

  .pl_md--40 {
    padding-left: 40px;
  }

  .pl_md--45 {
    padding-left: 45px;
  }

  .pl_md--50 {
    padding-left: 50px;
  }

  .pl_md--55 {
    padding-left: 55px;
  }

  .pl_md--60 {
    padding-left: 60px;
  }

  .pl_md--65 {
    padding-left: 65px;
  }

  .pl_md--70 {
    padding-left: 70px;
  }

  .pl_md--75 {
    padding-left: 75px;
  }

  .pl_md--80 {
    padding-left: 80px;
  }

  .pl_md--85 {
    padding-left: 85px;
  }

  .pl_md--90 {
    padding-left: 90px;
  }

  .pl_md--95 {
    padding-left: 95px;
  }

  .pl_md--100 {
    padding-left: 100px;
  }

  .pl_md--105 {
    padding-left: 105px;
  }

  .pl_md--110 {
    padding-left: 110px;
  }

  .pl_md--115 {
    padding-left: 115px;
  }

  .pl_md--120 {
    padding-left: 120px;
  }

  .pl_md--125 {
    padding-left: 125px;
  }

  .pl_md--130 {
    padding-left: 130px;
  }

  .pl_md--135 {
    padding-left: 135px;
  }

  .pl_md--140 {
    padding-left: 140px;
  }

  .pl_md--145 {
    padding-left: 145px;
  }

  .pl_md--150 {
    padding-left: 150px;
  }

  .pl_md--155 {
    padding-left: 155px;
  }

  .pl_md--160 {
    padding-left: 160px;
  }

  .pl_md--165 {
    padding-left: 165px;
  }

  .pl_md--170 {
    padding-left: 170px;
  }

  .pl_md--175 {
    padding-left: 175px;
  }

  .pl_md--180 {
    padding-left: 180px;
  }

  .pl_md--185 {
    padding-left: 185px;
  }

  .pl_md--190 {
    padding-left: 190px;
  }

  .pl_md--195 {
    padding-left: 195px;
  }

  .pl_md--200 {
    padding-left: 200px;
  }

  .pl_md--205 {
    padding-left: 205px;
  }

  .pl_md--210 {
    padding-left: 210px;
  }

  .pl_md--215 {
    padding-left: 215px;
  }

  .pl_md--220 {
    padding-left: 220px;
  }

  .pl_md--225 {
    padding-left: 225px;
  }

  .pl_md--230 {
    padding-left: 230px;
  }

  .pl_md--235 {
    padding-left: 235px;
  }

  .pl_md--240 {
    padding-left: 240px;
  }

  .pl_md--245 {
    padding-left: 245px;
  }

  .pl_md--250 {
    padding-left: 250px;
  }
}
@media (min-width: 992px) {
  .pl_lg--5 {
    padding-left: 5px;
  }

  .pl_lg--10 {
    padding-left: 10px;
  }

  .pl_lg--15 {
    padding-left: 15px;
  }

  .pl_lg--20 {
    padding-left: 20px;
  }

  .pl_lg--25 {
    padding-left: 25px;
  }

  .pl_lg--30 {
    padding-left: 30px;
  }

  .pl_lg--35 {
    padding-left: 35px;
  }

  .pl_lg--40 {
    padding-left: 40px;
  }

  .pl_lg--45 {
    padding-left: 45px;
  }

  .pl_lg--50 {
    padding-left: 50px;
  }

  .pl_lg--55 {
    padding-left: 55px;
  }

  .pl_lg--60 {
    padding-left: 60px;
  }

  .pl_lg--65 {
    padding-left: 65px;
  }

  .pl_lg--70 {
    padding-left: 70px;
  }

  .pl_lg--75 {
    padding-left: 75px;
  }

  .pl_lg--80 {
    padding-left: 80px;
  }

  .pl_lg--85 {
    padding-left: 85px;
  }

  .pl_lg--90 {
    padding-left: 90px;
  }

  .pl_lg--95 {
    padding-left: 95px;
  }

  .pl_lg--100 {
    padding-left: 100px;
  }

  .pl_lg--105 {
    padding-left: 105px;
  }

  .pl_lg--110 {
    padding-left: 110px;
  }

  .pl_lg--115 {
    padding-left: 115px;
  }

  .pl_lg--120 {
    padding-left: 120px;
  }

  .pl_lg--125 {
    padding-left: 125px;
  }

  .pl_lg--130 {
    padding-left: 130px;
  }

  .pl_lg--135 {
    padding-left: 135px;
  }

  .pl_lg--140 {
    padding-left: 140px;
  }

  .pl_lg--145 {
    padding-left: 145px;
  }

  .pl_lg--150 {
    padding-left: 150px;
  }

  .pl_lg--155 {
    padding-left: 155px;
  }

  .pl_lg--160 {
    padding-left: 160px;
  }

  .pl_lg--165 {
    padding-left: 165px;
  }

  .pl_lg--170 {
    padding-left: 170px;
  }

  .pl_lg--175 {
    padding-left: 175px;
  }

  .pl_lg--180 {
    padding-left: 180px;
  }

  .pl_lg--185 {
    padding-left: 185px;
  }

  .pl_lg--190 {
    padding-left: 190px;
  }

  .pl_lg--195 {
    padding-left: 195px;
  }

  .pl_lg--200 {
    padding-left: 200px;
  }

  .pl_lg--205 {
    padding-left: 205px;
  }

  .pl_lg--210 {
    padding-left: 210px;
  }

  .pl_lg--215 {
    padding-left: 215px;
  }

  .pl_lg--220 {
    padding-left: 220px;
  }

  .pl_lg--225 {
    padding-left: 225px;
  }

  .pl_lg--230 {
    padding-left: 230px;
  }

  .pl_lg--235 {
    padding-left: 235px;
  }

  .pl_lg--240 {
    padding-left: 240px;
  }

  .pl_lg--245 {
    padding-left: 245px;
  }

  .pl_lg--250 {
    padding-left: 250px;
  }
}
@media (min-width: 1200px) {
  .pl_xl--5 {
    padding-left: 5px;
  }

  .pl_xl--10 {
    padding-left: 10px;
  }

  .pl_xl--15 {
    padding-left: 15px;
  }

  .pl_xl--20 {
    padding-left: 20px;
  }

  .pl_xl--25 {
    padding-left: 25px;
  }

  .pl_xl--30 {
    padding-left: 30px;
  }

  .pl_xl--35 {
    padding-left: 35px;
  }

  .pl_xl--40 {
    padding-left: 40px;
  }

  .pl_xl--45 {
    padding-left: 45px;
  }

  .pl_xl--50 {
    padding-left: 50px;
  }

  .pl_xl--55 {
    padding-left: 55px;
  }

  .pl_xl--60 {
    padding-left: 60px;
  }

  .pl_xl--65 {
    padding-left: 65px;
  }

  .pl_xl--70 {
    padding-left: 70px;
  }

  .pl_xl--75 {
    padding-left: 75px;
  }

  .pl_xl--80 {
    padding-left: 80px;
  }

  .pl_xl--85 {
    padding-left: 85px;
  }

  .pl_xl--90 {
    padding-left: 90px;
  }

  .pl_xl--95 {
    padding-left: 95px;
  }

  .pl_xl--100 {
    padding-left: 100px;
  }

  .pl_xl--105 {
    padding-left: 105px;
  }

  .pl_xl--110 {
    padding-left: 110px;
  }

  .pl_xl--115 {
    padding-left: 115px;
  }

  .pl_xl--120 {
    padding-left: 120px;
  }

  .pl_xl--125 {
    padding-left: 125px;
  }

  .pl_xl--130 {
    padding-left: 130px;
  }

  .pl_xl--135 {
    padding-left: 135px;
  }

  .pl_xl--140 {
    padding-left: 140px;
  }

  .pl_xl--145 {
    padding-left: 145px;
  }

  .pl_xl--150 {
    padding-left: 150px;
  }

  .pl_xl--155 {
    padding-left: 155px;
  }

  .pl_xl--160 {
    padding-left: 160px;
  }

  .pl_xl--165 {
    padding-left: 165px;
  }

  .pl_xl--170 {
    padding-left: 170px;
  }

  .pl_xl--175 {
    padding-left: 175px;
  }

  .pl_xl--180 {
    padding-left: 180px;
  }

  .pl_xl--185 {
    padding-left: 185px;
  }

  .pl_xl--190 {
    padding-left: 190px;
  }

  .pl_xl--195 {
    padding-left: 195px;
  }

  .pl_xl--200 {
    padding-left: 200px;
  }

  .pl_xl--205 {
    padding-left: 205px;
  }

  .pl_xl--210 {
    padding-left: 210px;
  }

  .pl_xl--215 {
    padding-left: 215px;
  }

  .pl_xl--220 {
    padding-left: 220px;
  }

  .pl_xl--225 {
    padding-left: 225px;
  }

  .pl_xl--230 {
    padding-left: 230px;
  }

  .pl_xl--235 {
    padding-left: 235px;
  }

  .pl_xl--240 {
    padding-left: 240px;
  }

  .pl_xl--245 {
    padding-left: 245px;
  }

  .pl_xl--250 {
    padding-left: 250px;
  }
}
.pr--5 {
  padding-right: 5px;
}

.pr--10 {
  padding-right: 10px;
}

.pr--15 {
  padding-right: 15px;
}

.pr--20 {
  padding-right: 20px;
}

.pr--25 {
  padding-right: 25px;
}

.pr--30 {
  padding-right: 30px;
}

.pr--35 {
  padding-right: 35px;
}

.pr--40 {
  padding-right: 40px;
}

.pr--45 {
  padding-right: 45px;
}

.pr--50 {
  padding-right: 50px;
}

.pr--55 {
  padding-right: 55px;
}

.pr--60 {
  padding-right: 60px;
}

.pr--65 {
  padding-right: 65px;
}

.pr--70 {
  padding-right: 70px;
}

.pr--75 {
  padding-right: 75px;
}

.pr--80 {
  padding-right: 80px;
}

.pr--85 {
  padding-right: 85px;
}

.pr--90 {
  padding-right: 90px;
}

.pr--95 {
  padding-right: 95px;
}

.pr--100 {
  padding-right: 100px;
}

.pr--105 {
  padding-right: 105px;
}

.pr--110 {
  padding-right: 110px;
}

.pr--115 {
  padding-right: 115px;
}

.pr--120 {
  padding-right: 120px;
}

.pr--125 {
  padding-right: 125px;
}

.pr--130 {
  padding-right: 130px;
}

.pr--135 {
  padding-right: 135px;
}

.pr--140 {
  padding-right: 140px;
}

.pr--145 {
  padding-right: 145px;
}

.pr--150 {
  padding-right: 150px;
}

.pr--155 {
  padding-right: 155px;
}

.pr--160 {
  padding-right: 160px;
}

.pr--165 {
  padding-right: 165px;
}

.pr--170 {
  padding-right: 170px;
}

.pr--175 {
  padding-right: 175px;
}

.pr--180 {
  padding-right: 180px;
}

.pr--185 {
  padding-right: 185px;
}

.pr--190 {
  padding-right: 190px;
}

.pr--195 {
  padding-right: 195px;
}

.pr--200 {
  padding-right: 200px;
}

.pr--205 {
  padding-right: 205px;
}

.pr--210 {
  padding-right: 210px;
}

.pr--215 {
  padding-right: 215px;
}

.pr--220 {
  padding-right: 220px;
}

.pr--225 {
  padding-right: 225px;
}

.pr--230 {
  padding-right: 230px;
}

.pr--235 {
  padding-right: 235px;
}

.pr--240 {
  padding-right: 240px;
}

.pr--245 {
  padding-right: 245px;
}

.pr--250 {
  padding-right: 250px;
}

@media (min-width: 576px) {
  .pr_sm--5 {
    padding-right: 5px;
  }

  .pr_sm--10 {
    padding-right: 10px;
  }

  .pr_sm--15 {
    padding-right: 15px;
  }

  .pr_sm--20 {
    padding-right: 20px;
  }

  .pr_sm--25 {
    padding-right: 25px;
  }

  .pr_sm--30 {
    padding-right: 30px;
  }

  .pr_sm--35 {
    padding-right: 35px;
  }

  .pr_sm--40 {
    padding-right: 40px;
  }

  .pr_sm--45 {
    padding-right: 45px;
  }

  .pr_sm--50 {
    padding-right: 50px;
  }

  .pr_sm--55 {
    padding-right: 55px;
  }

  .pr_sm--60 {
    padding-right: 60px;
  }

  .pr_sm--65 {
    padding-right: 65px;
  }

  .pr_sm--70 {
    padding-right: 70px;
  }

  .pr_sm--75 {
    padding-right: 75px;
  }

  .pr_sm--80 {
    padding-right: 80px;
  }

  .pr_sm--85 {
    padding-right: 85px;
  }

  .pr_sm--90 {
    padding-right: 90px;
  }

  .pr_sm--95 {
    padding-right: 95px;
  }

  .pr_sm--100 {
    padding-right: 100px;
  }

  .pr_sm--105 {
    padding-right: 105px;
  }

  .pr_sm--110 {
    padding-right: 110px;
  }

  .pr_sm--115 {
    padding-right: 115px;
  }

  .pr_sm--120 {
    padding-right: 120px;
  }

  .pr_sm--125 {
    padding-right: 125px;
  }

  .pr_sm--130 {
    padding-right: 130px;
  }

  .pr_sm--135 {
    padding-right: 135px;
  }

  .pr_sm--140 {
    padding-right: 140px;
  }

  .pr_sm--145 {
    padding-right: 145px;
  }

  .pr_sm--150 {
    padding-right: 150px;
  }

  .pr_sm--155 {
    padding-right: 155px;
  }

  .pr_sm--160 {
    padding-right: 160px;
  }

  .pr_sm--165 {
    padding-right: 165px;
  }

  .pr_sm--170 {
    padding-right: 170px;
  }

  .pr_sm--175 {
    padding-right: 175px;
  }

  .pr_sm--180 {
    padding-right: 180px;
  }

  .pr_sm--185 {
    padding-right: 185px;
  }

  .pr_sm--190 {
    padding-right: 190px;
  }

  .pr_sm--195 {
    padding-right: 195px;
  }

  .pr_sm--200 {
    padding-right: 200px;
  }

  .pr_sm--205 {
    padding-right: 205px;
  }

  .pr_sm--210 {
    padding-right: 210px;
  }

  .pr_sm--215 {
    padding-right: 215px;
  }

  .pr_sm--220 {
    padding-right: 220px;
  }

  .pr_sm--225 {
    padding-right: 225px;
  }

  .pr_sm--230 {
    padding-right: 230px;
  }

  .pr_sm--235 {
    padding-right: 235px;
  }

  .pr_sm--240 {
    padding-right: 240px;
  }

  .pr_sm--245 {
    padding-right: 245px;
  }

  .pr_sm--250 {
    padding-right: 250px;
  }
}
@media (min-width: 768px) {
  .pr_md--5 {
    padding-right: 5px;
  }

  .pr_md--10 {
    padding-right: 10px;
  }

  .pr_md--15 {
    padding-right: 15px;
  }

  .pr_md--20 {
    padding-right: 20px;
  }

  .pr_md--25 {
    padding-right: 25px;
  }

  .pr_md--30 {
    padding-right: 30px;
  }

  .pr_md--35 {
    padding-right: 35px;
  }

  .pr_md--40 {
    padding-right: 40px;
  }

  .pr_md--45 {
    padding-right: 45px;
  }

  .pr_md--50 {
    padding-right: 50px;
  }

  .pr_md--55 {
    padding-right: 55px;
  }

  .pr_md--60 {
    padding-right: 60px;
  }

  .pr_md--65 {
    padding-right: 65px;
  }

  .pr_md--70 {
    padding-right: 70px;
  }

  .pr_md--75 {
    padding-right: 75px;
  }

  .pr_md--80 {
    padding-right: 80px;
  }

  .pr_md--85 {
    padding-right: 85px;
  }

  .pr_md--90 {
    padding-right: 90px;
  }

  .pr_md--95 {
    padding-right: 95px;
  }

  .pr_md--100 {
    padding-right: 100px;
  }

  .pr_md--105 {
    padding-right: 105px;
  }

  .pr_md--110 {
    padding-right: 110px;
  }

  .pr_md--115 {
    padding-right: 115px;
  }

  .pr_md--120 {
    padding-right: 120px;
  }

  .pr_md--125 {
    padding-right: 125px;
  }

  .pr_md--130 {
    padding-right: 130px;
  }

  .pr_md--135 {
    padding-right: 135px;
  }

  .pr_md--140 {
    padding-right: 140px;
  }

  .pr_md--145 {
    padding-right: 145px;
  }

  .pr_md--150 {
    padding-right: 150px;
  }

  .pr_md--155 {
    padding-right: 155px;
  }

  .pr_md--160 {
    padding-right: 160px;
  }

  .pr_md--165 {
    padding-right: 165px;
  }

  .pr_md--170 {
    padding-right: 170px;
  }

  .pr_md--175 {
    padding-right: 175px;
  }

  .pr_md--180 {
    padding-right: 180px;
  }

  .pr_md--185 {
    padding-right: 185px;
  }

  .pr_md--190 {
    padding-right: 190px;
  }

  .pr_md--195 {
    padding-right: 195px;
  }

  .pr_md--200 {
    padding-right: 200px;
  }

  .pr_md--205 {
    padding-right: 205px;
  }

  .pr_md--210 {
    padding-right: 210px;
  }

  .pr_md--215 {
    padding-right: 215px;
  }

  .pr_md--220 {
    padding-right: 220px;
  }

  .pr_md--225 {
    padding-right: 225px;
  }

  .pr_md--230 {
    padding-right: 230px;
  }

  .pr_md--235 {
    padding-right: 235px;
  }

  .pr_md--240 {
    padding-right: 240px;
  }

  .pr_md--245 {
    padding-right: 245px;
  }

  .pr_md--250 {
    padding-right: 250px;
  }
}
@media (min-width: 992px) {
  .pr_lg--5 {
    padding-right: 5px;
  }

  .pr_lg--10 {
    padding-right: 10px;
  }

  .pr_lg--15 {
    padding-right: 15px;
  }

  .pr_lg--20 {
    padding-right: 20px;
  }

  .pr_lg--25 {
    padding-right: 25px;
  }

  .pr_lg--30 {
    padding-right: 30px;
  }

  .pr_lg--35 {
    padding-right: 35px;
  }

  .pr_lg--40 {
    padding-right: 40px;
  }

  .pr_lg--45 {
    padding-right: 45px;
  }

  .pr_lg--50 {
    padding-right: 50px;
  }

  .pr_lg--55 {
    padding-right: 55px;
  }

  .pr_lg--60 {
    padding-right: 60px;
  }

  .pr_lg--65 {
    padding-right: 65px;
  }

  .pr_lg--70 {
    padding-right: 70px;
  }

  .pr_lg--75 {
    padding-right: 75px;
  }

  .pr_lg--80 {
    padding-right: 80px;
  }

  .pr_lg--85 {
    padding-right: 85px;
  }

  .pr_lg--90 {
    padding-right: 90px;
  }

  .pr_lg--95 {
    padding-right: 95px;
  }

  .pr_lg--100 {
    padding-right: 100px;
  }

  .pr_lg--105 {
    padding-right: 105px;
  }

  .pr_lg--110 {
    padding-right: 110px;
  }

  .pr_lg--115 {
    padding-right: 115px;
  }

  .pr_lg--120 {
    padding-right: 120px;
  }

  .pr_lg--125 {
    padding-right: 125px;
  }

  .pr_lg--130 {
    padding-right: 130px;
  }

  .pr_lg--135 {
    padding-right: 135px;
  }

  .pr_lg--140 {
    padding-right: 140px;
  }

  .pr_lg--145 {
    padding-right: 145px;
  }

  .pr_lg--150 {
    padding-right: 150px;
  }

  .pr_lg--155 {
    padding-right: 155px;
  }

  .pr_lg--160 {
    padding-right: 160px;
  }

  .pr_lg--165 {
    padding-right: 165px;
  }

  .pr_lg--170 {
    padding-right: 170px;
  }

  .pr_lg--175 {
    padding-right: 175px;
  }

  .pr_lg--180 {
    padding-right: 180px;
  }

  .pr_lg--185 {
    padding-right: 185px;
  }

  .pr_lg--190 {
    padding-right: 190px;
  }

  .pr_lg--195 {
    padding-right: 195px;
  }

  .pr_lg--200 {
    padding-right: 200px;
  }

  .pr_lg--205 {
    padding-right: 205px;
  }

  .pr_lg--210 {
    padding-right: 210px;
  }

  .pr_lg--215 {
    padding-right: 215px;
  }

  .pr_lg--220 {
    padding-right: 220px;
  }

  .pr_lg--225 {
    padding-right: 225px;
  }

  .pr_lg--230 {
    padding-right: 230px;
  }

  .pr_lg--235 {
    padding-right: 235px;
  }

  .pr_lg--240 {
    padding-right: 240px;
  }

  .pr_lg--245 {
    padding-right: 245px;
  }

  .pr_lg--250 {
    padding-right: 250px;
  }
}
@media (min-width: 1200px) {
  .pr_xl--5 {
    padding-right: 5px;
  }

  .pr_xl--10 {
    padding-right: 10px;
  }

  .pr_xl--15 {
    padding-right: 15px;
  }

  .pr_xl--20 {
    padding-right: 20px;
  }

  .pr_xl--25 {
    padding-right: 25px;
  }

  .pr_xl--30 {
    padding-right: 30px;
  }

  .pr_xl--35 {
    padding-right: 35px;
  }

  .pr_xl--40 {
    padding-right: 40px;
  }

  .pr_xl--45 {
    padding-right: 45px;
  }

  .pr_xl--50 {
    padding-right: 50px;
  }

  .pr_xl--55 {
    padding-right: 55px;
  }

  .pr_xl--60 {
    padding-right: 60px;
  }

  .pr_xl--65 {
    padding-right: 65px;
  }

  .pr_xl--70 {
    padding-right: 70px;
  }

  .pr_xl--75 {
    padding-right: 75px;
  }

  .pr_xl--80 {
    padding-right: 80px;
  }

  .pr_xl--85 {
    padding-right: 85px;
  }

  .pr_xl--90 {
    padding-right: 90px;
  }

  .pr_xl--95 {
    padding-right: 95px;
  }

  .pr_xl--100 {
    padding-right: 100px;
  }

  .pr_xl--105 {
    padding-right: 105px;
  }

  .pr_xl--110 {
    padding-right: 110px;
  }

  .pr_xl--115 {
    padding-right: 115px;
  }

  .pr_xl--120 {
    padding-right: 120px;
  }

  .pr_xl--125 {
    padding-right: 125px;
  }

  .pr_xl--130 {
    padding-right: 130px;
  }

  .pr_xl--135 {
    padding-right: 135px;
  }

  .pr_xl--140 {
    padding-right: 140px;
  }

  .pr_xl--145 {
    padding-right: 145px;
  }

  .pr_xl--150 {
    padding-right: 150px;
  }

  .pr_xl--155 {
    padding-right: 155px;
  }

  .pr_xl--160 {
    padding-right: 160px;
  }

  .pr_xl--165 {
    padding-right: 165px;
  }

  .pr_xl--170 {
    padding-right: 170px;
  }

  .pr_xl--175 {
    padding-right: 175px;
  }

  .pr_xl--180 {
    padding-right: 180px;
  }

  .pr_xl--185 {
    padding-right: 185px;
  }

  .pr_xl--190 {
    padding-right: 190px;
  }

  .pr_xl--195 {
    padding-right: 195px;
  }

  .pr_xl--200 {
    padding-right: 200px;
  }

  .pr_xl--205 {
    padding-right: 205px;
  }

  .pr_xl--210 {
    padding-right: 210px;
  }

  .pr_xl--215 {
    padding-right: 215px;
  }

  .pr_xl--220 {
    padding-right: 220px;
  }

  .pr_xl--225 {
    padding-right: 225px;
  }

  .pr_xl--230 {
    padding-right: 230px;
  }

  .pr_xl--235 {
    padding-right: 235px;
  }

  .pr_xl--240 {
    padding-right: 240px;
  }

  .pr_xl--245 {
    padding-right: 245px;
  }

  .pr_xl--250 {
    padding-right: 250px;
  }
}
.mt--5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mt_sm--5 {
    margin-top: 5px;
  }

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

  .mt_sm--15 {
    margin-top: 15px;
  }

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

  .mt_sm--25 {
    margin-top: 25px;
  }

  .mt_sm--30 {
    margin-top: 30px;
  }

  .mt_sm--35 {
    margin-top: 35px;
  }

  .mt_sm--40 {
    margin-top: 40px;
  }

  .mt_sm--45 {
    margin-top: 45px;
  }

  .mt_sm--50 {
    margin-top: 50px;
  }

  .mt_sm--55 {
    margin-top: 55px;
  }

  .mt_sm--60 {
    margin-top: 60px;
  }

  .mt_sm--65 {
    margin-top: 65px;
  }

  .mt_sm--70 {
    margin-top: 70px;
  }

  .mt_sm--75 {
    margin-top: 75px;
  }

  .mt_sm--80 {
    margin-top: 80px;
  }

  .mt_sm--85 {
    margin-top: 85px;
  }

  .mt_sm--90 {
    margin-top: 90px;
  }

  .mt_sm--95 {
    margin-top: 95px;
  }

  .mt_sm--100 {
    margin-top: 100px;
  }

  .mt_sm--105 {
    margin-top: 105px;
  }

  .mt_sm--110 {
    margin-top: 110px;
  }

  .mt_sm--115 {
    margin-top: 115px;
  }

  .mt_sm--120 {
    margin-top: 120px;
  }

  .mt_sm--125 {
    margin-top: 125px;
  }

  .mt_sm--130 {
    margin-top: 130px;
  }

  .mt_sm--135 {
    margin-top: 135px;
  }

  .mt_sm--140 {
    margin-top: 140px;
  }

  .mt_sm--145 {
    margin-top: 145px;
  }

  .mt_sm--150 {
    margin-top: 150px;
  }

  .mt_sm--155 {
    margin-top: 155px;
  }

  .mt_sm--160 {
    margin-top: 160px;
  }

  .mt_sm--165 {
    margin-top: 165px;
  }

  .mt_sm--170 {
    margin-top: 170px;
  }

  .mt_sm--175 {
    margin-top: 175px;
  }

  .mt_sm--180 {
    margin-top: 180px;
  }

  .mt_sm--185 {
    margin-top: 185px;
  }

  .mt_sm--190 {
    margin-top: 190px;
  }

  .mt_sm--195 {
    margin-top: 195px;
  }

  .mt_sm--200 {
    margin-top: 200px;
  }

  .mt_sm--205 {
    margin-top: 205px;
  }

  .mt_sm--210 {
    margin-top: 210px;
  }

  .mt_sm--215 {
    margin-top: 215px;
  }

  .mt_sm--220 {
    margin-top: 220px;
  }

  .mt_sm--225 {
    margin-top: 225px;
  }

  .mt_sm--230 {
    margin-top: 230px;
  }

  .mt_sm--235 {
    margin-top: 235px;
  }

  .mt_sm--240 {
    margin-top: 240px;
  }

  .mt_sm--245 {
    margin-top: 245px;
  }

  .mt_sm--250 {
    margin-top: 250px;
  }
}
@media (min-width: 768px) {
  .mt_md--5 {
    margin-top: 5px;
  }

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

  .mt_md--15 {
    margin-top: 15px;
  }

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

  .mt_md--25 {
    margin-top: 25px;
  }

  .mt_md--30 {
    margin-top: 30px;
  }

  .mt_md--35 {
    margin-top: 35px;
  }

  .mt_md--40 {
    margin-top: 40px;
  }

  .mt_md--45 {
    margin-top: 45px;
  }

  .mt_md--50 {
    margin-top: 50px;
  }

  .mt_md--55 {
    margin-top: 55px;
  }

  .mt_md--60 {
    margin-top: 60px;
  }

  .mt_md--65 {
    margin-top: 65px;
  }

  .mt_md--70 {
    margin-top: 70px;
  }

  .mt_md--75 {
    margin-top: 75px;
  }

  .mt_md--80 {
    margin-top: 80px;
  }

  .mt_md--85 {
    margin-top: 85px;
  }

  .mt_md--90 {
    margin-top: 90px;
  }

  .mt_md--95 {
    margin-top: 95px;
  }

  .mt_md--100 {
    margin-top: 100px;
  }

  .mt_md--105 {
    margin-top: 105px;
  }

  .mt_md--110 {
    margin-top: 110px;
  }

  .mt_md--115 {
    margin-top: 115px;
  }

  .mt_md--120 {
    margin-top: 120px;
  }

  .mt_md--125 {
    margin-top: 125px;
  }

  .mt_md--130 {
    margin-top: 130px;
  }

  .mt_md--135 {
    margin-top: 135px;
  }

  .mt_md--140 {
    margin-top: 140px;
  }

  .mt_md--145 {
    margin-top: 145px;
  }

  .mt_md--150 {
    margin-top: 150px;
  }

  .mt_md--155 {
    margin-top: 155px;
  }

  .mt_md--160 {
    margin-top: 160px;
  }

  .mt_md--165 {
    margin-top: 165px;
  }

  .mt_md--170 {
    margin-top: 170px;
  }

  .mt_md--175 {
    margin-top: 175px;
  }

  .mt_md--180 {
    margin-top: 180px;
  }

  .mt_md--185 {
    margin-top: 185px;
  }

  .mt_md--190 {
    margin-top: 190px;
  }

  .mt_md--195 {
    margin-top: 195px;
  }

  .mt_md--200 {
    margin-top: 200px;
  }

  .mt_md--205 {
    margin-top: 205px;
  }

  .mt_md--210 {
    margin-top: 210px;
  }

  .mt_md--215 {
    margin-top: 215px;
  }

  .mt_md--220 {
    margin-top: 220px;
  }

  .mt_md--225 {
    margin-top: 225px;
  }

  .mt_md--230 {
    margin-top: 230px;
  }

  .mt_md--235 {
    margin-top: 235px;
  }

  .mt_md--240 {
    margin-top: 240px;
  }

  .mt_md--245 {
    margin-top: 245px;
  }

  .mt_md--250 {
    margin-top: 250px;
  }
}
@media (min-width: 992px) {
  .mt_lg--5 {
    margin-top: 5px;
  }

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

  .mt_lg--15 {
    margin-top: 15px;
  }

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

  .mt_lg--25 {
    margin-top: 25px;
  }

  .mt_lg--30 {
    margin-top: 30px;
  }

  .mt_lg--35 {
    margin-top: 35px;
  }

  .mt_lg--40 {
    margin-top: 40px;
  }

  .mt_lg--45 {
    margin-top: 45px;
  }

  .mt_lg--50 {
    margin-top: 50px;
  }

  .mt_lg--55 {
    margin-top: 55px;
  }

  .mt_lg--60 {
    margin-top: 60px;
  }

  .mt_lg--65 {
    margin-top: 65px;
  }

  .mt_lg--70 {
    margin-top: 70px;
  }

  .mt_lg--75 {
    margin-top: 75px;
  }

  .mt_lg--80 {
    margin-top: 80px;
  }

  .mt_lg--85 {
    margin-top: 85px;
  }

  .mt_lg--90 {
    margin-top: 90px;
  }

  .mt_lg--95 {
    margin-top: 95px;
  }

  .mt_lg--100 {
    margin-top: 100px;
  }

  .mt_lg--105 {
    margin-top: 105px;
  }

  .mt_lg--110 {
    margin-top: 110px;
  }

  .mt_lg--115 {
    margin-top: 115px;
  }

  .mt_lg--120 {
    margin-top: 120px;
  }

  .mt_lg--125 {
    margin-top: 125px;
  }

  .mt_lg--130 {
    margin-top: 130px;
  }

  .mt_lg--135 {
    margin-top: 135px;
  }

  .mt_lg--140 {
    margin-top: 140px;
  }

  .mt_lg--145 {
    margin-top: 145px;
  }

  .mt_lg--150 {
    margin-top: 150px;
  }

  .mt_lg--155 {
    margin-top: 155px;
  }

  .mt_lg--160 {
    margin-top: 160px;
  }

  .mt_lg--165 {
    margin-top: 165px;
  }

  .mt_lg--170 {
    margin-top: 170px;
  }

  .mt_lg--175 {
    margin-top: 175px;
  }

  .mt_lg--180 {
    margin-top: 180px;
  }

  .mt_lg--185 {
    margin-top: 185px;
  }

  .mt_lg--190 {
    margin-top: 190px;
  }

  .mt_lg--195 {
    margin-top: 195px;
  }

  .mt_lg--200 {
    margin-top: 200px;
  }

  .mt_lg--205 {
    margin-top: 205px;
  }

  .mt_lg--210 {
    margin-top: 210px;
  }

  .mt_lg--215 {
    margin-top: 215px;
  }

  .mt_lg--220 {
    margin-top: 220px;
  }

  .mt_lg--225 {
    margin-top: 225px;
  }

  .mt_lg--230 {
    margin-top: 230px;
  }

  .mt_lg--235 {
    margin-top: 235px;
  }

  .mt_lg--240 {
    margin-top: 240px;
  }

  .mt_lg--245 {
    margin-top: 245px;
  }

  .mt_lg--250 {
    margin-top: 250px;
  }
}
@media (min-width: 1200px) {
  .mt_xl--5 {
    margin-top: 5px;
  }

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

  .mt_xl--15 {
    margin-top: 15px;
  }

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

  .mt_xl--25 {
    margin-top: 25px;
  }

  .mt_xl--30 {
    margin-top: 30px;
  }

  .mt_xl--35 {
    margin-top: 35px;
  }

  .mt_xl--40 {
    margin-top: 40px;
  }

  .mt_xl--45 {
    margin-top: 45px;
  }

  .mt_xl--50 {
    margin-top: 50px;
  }

  .mt_xl--55 {
    margin-top: 55px;
  }

  .mt_xl--60 {
    margin-top: 60px;
  }

  .mt_xl--65 {
    margin-top: 65px;
  }

  .mt_xl--70 {
    margin-top: 70px;
  }

  .mt_xl--75 {
    margin-top: 75px;
  }

  .mt_xl--80 {
    margin-top: 80px;
  }

  .mt_xl--85 {
    margin-top: 85px;
  }

  .mt_xl--90 {
    margin-top: 90px;
  }

  .mt_xl--95 {
    margin-top: 95px;
  }

  .mt_xl--100 {
    margin-top: 100px;
  }

  .mt_xl--105 {
    margin-top: 105px;
  }

  .mt_xl--110 {
    margin-top: 110px;
  }

  .mt_xl--115 {
    margin-top: 115px;
  }

  .mt_xl--120 {
    margin-top: 120px;
  }

  .mt_xl--125 {
    margin-top: 125px;
  }

  .mt_xl--130 {
    margin-top: 130px;
  }

  .mt_xl--135 {
    margin-top: 135px;
  }

  .mt_xl--140 {
    margin-top: 140px;
  }

  .mt_xl--145 {
    margin-top: 145px;
  }

  .mt_xl--150 {
    margin-top: 150px;
  }

  .mt_xl--155 {
    margin-top: 155px;
  }

  .mt_xl--160 {
    margin-top: 160px;
  }

  .mt_xl--165 {
    margin-top: 165px;
  }

  .mt_xl--170 {
    margin-top: 170px;
  }

  .mt_xl--175 {
    margin-top: 175px;
  }

  .mt_xl--180 {
    margin-top: 180px;
  }

  .mt_xl--185 {
    margin-top: 185px;
  }

  .mt_xl--190 {
    margin-top: 190px;
  }

  .mt_xl--195 {
    margin-top: 195px;
  }

  .mt_xl--200 {
    margin-top: 200px;
  }

  .mt_xl--205 {
    margin-top: 205px;
  }

  .mt_xl--210 {
    margin-top: 210px;
  }

  .mt_xl--215 {
    margin-top: 215px;
  }

  .mt_xl--220 {
    margin-top: 220px;
  }

  .mt_xl--225 {
    margin-top: 225px;
  }

  .mt_xl--230 {
    margin-top: 230px;
  }

  .mt_xl--235 {
    margin-top: 235px;
  }

  .mt_xl--240 {
    margin-top: 240px;
  }

  .mt_xl--245 {
    margin-top: 245px;
  }

  .mt_xl--250 {
    margin-top: 250px;
  }
}
.mb--5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mb_sm--5 {
    margin-bottom: 5px;
  }

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

  .mb_sm--15 {
    margin-bottom: 15px;
  }

  .mb_sm--20 {
    margin-bottom: 20px;
  }

  .mb_sm--25 {
    margin-bottom: 25px;
  }

  .mb_sm--30 {
    margin-bottom: 30px;
  }

  .mb_sm--35 {
    margin-bottom: 35px;
  }

  .mb_sm--40 {
    margin-bottom: 40px;
  }

  .mb_sm--45 {
    margin-bottom: 45px;
  }

  .mb_sm--50 {
    margin-bottom: 50px;
  }

  .mb_sm--55 {
    margin-bottom: 55px;
  }

  .mb_sm--60 {
    margin-bottom: 60px;
  }

  .mb_sm--65 {
    margin-bottom: 65px;
  }

  .mb_sm--70 {
    margin-bottom: 70px;
  }

  .mb_sm--75 {
    margin-bottom: 75px;
  }

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

  .mb_sm--85 {
    margin-bottom: 85px;
  }

  .mb_sm--90 {
    margin-bottom: 90px;
  }

  .mb_sm--95 {
    margin-bottom: 95px;
  }

  .mb_sm--100 {
    margin-bottom: 100px;
  }

  .mb_sm--105 {
    margin-bottom: 105px;
  }

  .mb_sm--110 {
    margin-bottom: 110px;
  }

  .mb_sm--115 {
    margin-bottom: 115px;
  }

  .mb_sm--120 {
    margin-bottom: 120px;
  }

  .mb_sm--125 {
    margin-bottom: 125px;
  }

  .mb_sm--130 {
    margin-bottom: 130px;
  }

  .mb_sm--135 {
    margin-bottom: 135px;
  }

  .mb_sm--140 {
    margin-bottom: 140px;
  }

  .mb_sm--145 {
    margin-bottom: 145px;
  }

  .mb_sm--150 {
    margin-bottom: 150px;
  }

  .mb_sm--155 {
    margin-bottom: 155px;
  }

  .mb_sm--160 {
    margin-bottom: 160px;
  }

  .mb_sm--165 {
    margin-bottom: 165px;
  }

  .mb_sm--170 {
    margin-bottom: 170px;
  }

  .mb_sm--175 {
    margin-bottom: 175px;
  }

  .mb_sm--180 {
    margin-bottom: 180px;
  }

  .mb_sm--185 {
    margin-bottom: 185px;
  }

  .mb_sm--190 {
    margin-bottom: 190px;
  }

  .mb_sm--195 {
    margin-bottom: 195px;
  }

  .mb_sm--200 {
    margin-bottom: 200px;
  }

  .mb_sm--205 {
    margin-bottom: 205px;
  }

  .mb_sm--210 {
    margin-bottom: 210px;
  }

  .mb_sm--215 {
    margin-bottom: 215px;
  }

  .mb_sm--220 {
    margin-bottom: 220px;
  }

  .mb_sm--225 {
    margin-bottom: 225px;
  }

  .mb_sm--230 {
    margin-bottom: 230px;
  }

  .mb_sm--235 {
    margin-bottom: 235px;
  }

  .mb_sm--240 {
    margin-bottom: 240px;
  }

  .mb_sm--245 {
    margin-bottom: 245px;
  }

  .mb_sm--250 {
    margin-bottom: 250px;
  }
}
@media (min-width: 768px) {
  .mb_md--5 {
    margin-bottom: 5px;
  }

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

  .mb_md--15 {
    margin-bottom: 15px;
  }

  .mb_md--20 {
    margin-bottom: 20px;
  }

  .mb_md--25 {
    margin-bottom: 25px;
  }

  .mb_md--30 {
    margin-bottom: 30px;
  }

  .mb_md--35 {
    margin-bottom: 35px;
  }

  .mb_md--40 {
    margin-bottom: 40px;
  }

  .mb_md--45 {
    margin-bottom: 45px;
  }

  .mb_md--50 {
    margin-bottom: 50px;
  }

  .mb_md--55 {
    margin-bottom: 55px;
  }

  .mb_md--60 {
    margin-bottom: 60px;
  }

  .mb_md--65 {
    margin-bottom: 65px;
  }

  .mb_md--70 {
    margin-bottom: 70px;
  }

  .mb_md--75 {
    margin-bottom: 75px;
  }

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

  .mb_md--85 {
    margin-bottom: 85px;
  }

  .mb_md--90 {
    margin-bottom: 90px;
  }

  .mb_md--95 {
    margin-bottom: 95px;
  }

  .mb_md--100 {
    margin-bottom: 100px;
  }

  .mb_md--105 {
    margin-bottom: 105px;
  }

  .mb_md--110 {
    margin-bottom: 110px;
  }

  .mb_md--115 {
    margin-bottom: 115px;
  }

  .mb_md--120 {
    margin-bottom: 120px;
  }

  .mb_md--125 {
    margin-bottom: 125px;
  }

  .mb_md--130 {
    margin-bottom: 130px;
  }

  .mb_md--135 {
    margin-bottom: 135px;
  }

  .mb_md--140 {
    margin-bottom: 140px;
  }

  .mb_md--145 {
    margin-bottom: 145px;
  }

  .mb_md--150 {
    margin-bottom: 150px;
  }

  .mb_md--155 {
    margin-bottom: 155px;
  }

  .mb_md--160 {
    margin-bottom: 160px;
  }

  .mb_md--165 {
    margin-bottom: 165px;
  }

  .mb_md--170 {
    margin-bottom: 170px;
  }

  .mb_md--175 {
    margin-bottom: 175px;
  }

  .mb_md--180 {
    margin-bottom: 180px;
  }

  .mb_md--185 {
    margin-bottom: 185px;
  }

  .mb_md--190 {
    margin-bottom: 190px;
  }

  .mb_md--195 {
    margin-bottom: 195px;
  }

  .mb_md--200 {
    margin-bottom: 200px;
  }

  .mb_md--205 {
    margin-bottom: 205px;
  }

  .mb_md--210 {
    margin-bottom: 210px;
  }

  .mb_md--215 {
    margin-bottom: 215px;
  }

  .mb_md--220 {
    margin-bottom: 220px;
  }

  .mb_md--225 {
    margin-bottom: 225px;
  }

  .mb_md--230 {
    margin-bottom: 230px;
  }

  .mb_md--235 {
    margin-bottom: 235px;
  }

  .mb_md--240 {
    margin-bottom: 240px;
  }

  .mb_md--245 {
    margin-bottom: 245px;
  }

  .mb_md--250 {
    margin-bottom: 250px;
  }
}
@media (min-width: 992px) {
  .mb_lg--5 {
    margin-bottom: 5px;
  }

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

  .mb_lg--15 {
    margin-bottom: 15px;
  }

  .mb_lg--20 {
    margin-bottom: 20px;
  }

  .mb_lg--25 {
    margin-bottom: 25px;
  }

  .mb_lg--30 {
    margin-bottom: 30px;
  }

  .mb_lg--35 {
    margin-bottom: 35px;
  }

  .mb_lg--40 {
    margin-bottom: 40px;
  }

  .mb_lg--45 {
    margin-bottom: 45px;
  }

  .mb_lg--50 {
    margin-bottom: 50px;
  }

  .mb_lg--55 {
    margin-bottom: 55px;
  }

  .mb_lg--60 {
    margin-bottom: 60px;
  }

  .mb_lg--65 {
    margin-bottom: 65px;
  }

  .mb_lg--70 {
    margin-bottom: 70px;
  }

  .mb_lg--75 {
    margin-bottom: 75px;
  }

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

  .mb_lg--85 {
    margin-bottom: 85px;
  }

  .mb_lg--90 {
    margin-bottom: 90px;
  }

  .mb_lg--95 {
    margin-bottom: 95px;
  }

  .mb_lg--100 {
    margin-bottom: 100px;
  }

  .mb_lg--105 {
    margin-bottom: 105px;
  }

  .mb_lg--110 {
    margin-bottom: 110px;
  }

  .mb_lg--115 {
    margin-bottom: 115px;
  }

  .mb_lg--120 {
    margin-bottom: 120px;
  }

  .mb_lg--125 {
    margin-bottom: 125px;
  }

  .mb_lg--130 {
    margin-bottom: 130px;
  }

  .mb_lg--135 {
    margin-bottom: 135px;
  }

  .mb_lg--140 {
    margin-bottom: 140px;
  }

  .mb_lg--145 {
    margin-bottom: 145px;
  }

  .mb_lg--150 {
    margin-bottom: 150px;
  }

  .mb_lg--155 {
    margin-bottom: 155px;
  }

  .mb_lg--160 {
    margin-bottom: 160px;
  }

  .mb_lg--165 {
    margin-bottom: 165px;
  }

  .mb_lg--170 {
    margin-bottom: 170px;
  }

  .mb_lg--175 {
    margin-bottom: 175px;
  }

  .mb_lg--180 {
    margin-bottom: 180px;
  }

  .mb_lg--185 {
    margin-bottom: 185px;
  }

  .mb_lg--190 {
    margin-bottom: 190px;
  }

  .mb_lg--195 {
    margin-bottom: 195px;
  }

  .mb_lg--200 {
    margin-bottom: 200px;
  }

  .mb_lg--205 {
    margin-bottom: 205px;
  }

  .mb_lg--210 {
    margin-bottom: 210px;
  }

  .mb_lg--215 {
    margin-bottom: 215px;
  }

  .mb_lg--220 {
    margin-bottom: 220px;
  }

  .mb_lg--225 {
    margin-bottom: 225px;
  }

  .mb_lg--230 {
    margin-bottom: 230px;
  }

  .mb_lg--235 {
    margin-bottom: 235px;
  }

  .mb_lg--240 {
    margin-bottom: 240px;
  }

  .mb_lg--245 {
    margin-bottom: 245px;
  }

  .mb_lg--250 {
    margin-bottom: 250px;
  }
}
@media (min-width: 1200px) {
  .mb_xl--5 {
    margin-bottom: 5px;
  }

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

  .mb_xl--15 {
    margin-bottom: 15px;
  }

  .mb_xl--20 {
    margin-bottom: 20px;
  }

  .mb_xl--25 {
    margin-bottom: 25px;
  }

  .mb_xl--30 {
    margin-bottom: 30px;
  }

  .mb_xl--35 {
    margin-bottom: 35px;
  }

  .mb_xl--40 {
    margin-bottom: 40px;
  }

  .mb_xl--45 {
    margin-bottom: 45px;
  }

  .mb_xl--50 {
    margin-bottom: 50px;
  }

  .mb_xl--55 {
    margin-bottom: 55px;
  }

  .mb_xl--60 {
    margin-bottom: 60px;
  }

  .mb_xl--65 {
    margin-bottom: 65px;
  }

  .mb_xl--70 {
    margin-bottom: 70px;
  }

  .mb_xl--75 {
    margin-bottom: 75px;
  }

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

  .mb_xl--85 {
    margin-bottom: 85px;
  }

  .mb_xl--90 {
    margin-bottom: 90px;
  }

  .mb_xl--95 {
    margin-bottom: 95px;
  }

  .mb_xl--100 {
    margin-bottom: 100px;
  }

  .mb_xl--105 {
    margin-bottom: 105px;
  }

  .mb_xl--110 {
    margin-bottom: 110px;
  }

  .mb_xl--115 {
    margin-bottom: 115px;
  }

  .mb_xl--120 {
    margin-bottom: 120px;
  }

  .mb_xl--125 {
    margin-bottom: 125px;
  }

  .mb_xl--130 {
    margin-bottom: 130px;
  }

  .mb_xl--135 {
    margin-bottom: 135px;
  }

  .mb_xl--140 {
    margin-bottom: 140px;
  }

  .mb_xl--145 {
    margin-bottom: 145px;
  }

  .mb_xl--150 {
    margin-bottom: 150px;
  }

  .mb_xl--155 {
    margin-bottom: 155px;
  }

  .mb_xl--160 {
    margin-bottom: 160px;
  }

  .mb_xl--165 {
    margin-bottom: 165px;
  }

  .mb_xl--170 {
    margin-bottom: 170px;
  }

  .mb_xl--175 {
    margin-bottom: 175px;
  }

  .mb_xl--180 {
    margin-bottom: 180px;
  }

  .mb_xl--185 {
    margin-bottom: 185px;
  }

  .mb_xl--190 {
    margin-bottom: 190px;
  }

  .mb_xl--195 {
    margin-bottom: 195px;
  }

  .mb_xl--200 {
    margin-bottom: 200px;
  }

  .mb_xl--205 {
    margin-bottom: 205px;
  }

  .mb_xl--210 {
    margin-bottom: 210px;
  }

  .mb_xl--215 {
    margin-bottom: 215px;
  }

  .mb_xl--220 {
    margin-bottom: 220px;
  }

  .mb_xl--225 {
    margin-bottom: 225px;
  }

  .mb_xl--230 {
    margin-bottom: 230px;
  }

  .mb_xl--235 {
    margin-bottom: 235px;
  }

  .mb_xl--240 {
    margin-bottom: 240px;
  }

  .mb_xl--245 {
    margin-bottom: 245px;
  }

  .mb_xl--250 {
    margin-bottom: 250px;
  }
}
.mr--5 {
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mr_sm--5 {
    margin-right: 5px;
  }

  .mr_sm--10 {
    margin-right: 10px;
  }

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

  .mr_sm--20 {
    margin-right: 20px;
  }

  .mr_sm--25 {
    margin-right: 25px;
  }

  .mr_sm--30 {
    margin-right: 30px;
  }

  .mr_sm--35 {
    margin-right: 35px;
  }

  .mr_sm--40 {
    margin-right: 40px;
  }

  .mr_sm--45 {
    margin-right: 45px;
  }

  .mr_sm--50 {
    margin-right: 50px;
  }

  .mr_sm--55 {
    margin-right: 55px;
  }

  .mr_sm--60 {
    margin-right: 60px;
  }

  .mr_sm--65 {
    margin-right: 65px;
  }

  .mr_sm--70 {
    margin-right: 70px;
  }

  .mr_sm--75 {
    margin-right: 75px;
  }

  .mr_sm--80 {
    margin-right: 80px;
  }

  .mr_sm--85 {
    margin-right: 85px;
  }

  .mr_sm--90 {
    margin-right: 90px;
  }

  .mr_sm--95 {
    margin-right: 95px;
  }

  .mr_sm--100 {
    margin-right: 100px;
  }

  .mr_sm--105 {
    margin-right: 105px;
  }

  .mr_sm--110 {
    margin-right: 110px;
  }

  .mr_sm--115 {
    margin-right: 115px;
  }

  .mr_sm--120 {
    margin-right: 120px;
  }

  .mr_sm--125 {
    margin-right: 125px;
  }

  .mr_sm--130 {
    margin-right: 130px;
  }

  .mr_sm--135 {
    margin-right: 135px;
  }

  .mr_sm--140 {
    margin-right: 140px;
  }

  .mr_sm--145 {
    margin-right: 145px;
  }

  .mr_sm--150 {
    margin-right: 150px;
  }

  .mr_sm--155 {
    margin-right: 155px;
  }

  .mr_sm--160 {
    margin-right: 160px;
  }

  .mr_sm--165 {
    margin-right: 165px;
  }

  .mr_sm--170 {
    margin-right: 170px;
  }

  .mr_sm--175 {
    margin-right: 175px;
  }

  .mr_sm--180 {
    margin-right: 180px;
  }

  .mr_sm--185 {
    margin-right: 185px;
  }

  .mr_sm--190 {
    margin-right: 190px;
  }

  .mr_sm--195 {
    margin-right: 195px;
  }

  .mr_sm--200 {
    margin-right: 200px;
  }

  .mr_sm--205 {
    margin-right: 205px;
  }

  .mr_sm--210 {
    margin-right: 210px;
  }

  .mr_sm--215 {
    margin-right: 215px;
  }

  .mr_sm--220 {
    margin-right: 220px;
  }

  .mr_sm--225 {
    margin-right: 225px;
  }

  .mr_sm--230 {
    margin-right: 230px;
  }

  .mr_sm--235 {
    margin-right: 235px;
  }

  .mr_sm--240 {
    margin-right: 240px;
  }

  .mr_sm--245 {
    margin-right: 245px;
  }

  .mr_sm--250 {
    margin-right: 250px;
  }
}
@media (min-width: 768px) {
  .mr_md--5 {
    margin-right: 5px;
  }

  .mr_md--10 {
    margin-right: 10px;
  }

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

  .mr_md--20 {
    margin-right: 20px;
  }

  .mr_md--25 {
    margin-right: 25px;
  }

  .mr_md--30 {
    margin-right: 30px;
  }

  .mr_md--35 {
    margin-right: 35px;
  }

  .mr_md--40 {
    margin-right: 40px;
  }

  .mr_md--45 {
    margin-right: 45px;
  }

  .mr_md--50 {
    margin-right: 50px;
  }

  .mr_md--55 {
    margin-right: 55px;
  }

  .mr_md--60 {
    margin-right: 60px;
  }

  .mr_md--65 {
    margin-right: 65px;
  }

  .mr_md--70 {
    margin-right: 70px;
  }

  .mr_md--75 {
    margin-right: 75px;
  }

  .mr_md--80 {
    margin-right: 80px;
  }

  .mr_md--85 {
    margin-right: 85px;
  }

  .mr_md--90 {
    margin-right: 90px;
  }

  .mr_md--95 {
    margin-right: 95px;
  }

  .mr_md--100 {
    margin-right: 100px;
  }

  .mr_md--105 {
    margin-right: 105px;
  }

  .mr_md--110 {
    margin-right: 110px;
  }

  .mr_md--115 {
    margin-right: 115px;
  }

  .mr_md--120 {
    margin-right: 120px;
  }

  .mr_md--125 {
    margin-right: 125px;
  }

  .mr_md--130 {
    margin-right: 130px;
  }

  .mr_md--135 {
    margin-right: 135px;
  }

  .mr_md--140 {
    margin-right: 140px;
  }

  .mr_md--145 {
    margin-right: 145px;
  }

  .mr_md--150 {
    margin-right: 150px;
  }

  .mr_md--155 {
    margin-right: 155px;
  }

  .mr_md--160 {
    margin-right: 160px;
  }

  .mr_md--165 {
    margin-right: 165px;
  }

  .mr_md--170 {
    margin-right: 170px;
  }

  .mr_md--175 {
    margin-right: 175px;
  }

  .mr_md--180 {
    margin-right: 180px;
  }

  .mr_md--185 {
    margin-right: 185px;
  }

  .mr_md--190 {
    margin-right: 190px;
  }

  .mr_md--195 {
    margin-right: 195px;
  }

  .mr_md--200 {
    margin-right: 200px;
  }

  .mr_md--205 {
    margin-right: 205px;
  }

  .mr_md--210 {
    margin-right: 210px;
  }

  .mr_md--215 {
    margin-right: 215px;
  }

  .mr_md--220 {
    margin-right: 220px;
  }

  .mr_md--225 {
    margin-right: 225px;
  }

  .mr_md--230 {
    margin-right: 230px;
  }

  .mr_md--235 {
    margin-right: 235px;
  }

  .mr_md--240 {
    margin-right: 240px;
  }

  .mr_md--245 {
    margin-right: 245px;
  }

  .mr_md--250 {
    margin-right: 250px;
  }
}
@media (min-width: 992px) {
  .mr_lg--5 {
    margin-right: 5px;
  }

  .mr_lg--10 {
    margin-right: 10px;
  }

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

  .mr_lg--20 {
    margin-right: 20px;
  }

  .mr_lg--25 {
    margin-right: 25px;
  }

  .mr_lg--30 {
    margin-right: 30px;
  }

  .mr_lg--35 {
    margin-right: 35px;
  }

  .mr_lg--40 {
    margin-right: 40px;
  }

  .mr_lg--45 {
    margin-right: 45px;
  }

  .mr_lg--50 {
    margin-right: 50px;
  }

  .mr_lg--55 {
    margin-right: 55px;
  }

  .mr_lg--60 {
    margin-right: 60px;
  }

  .mr_lg--65 {
    margin-right: 65px;
  }

  .mr_lg--70 {
    margin-right: 70px;
  }

  .mr_lg--75 {
    margin-right: 75px;
  }

  .mr_lg--80 {
    margin-right: 80px;
  }

  .mr_lg--85 {
    margin-right: 85px;
  }

  .mr_lg--90 {
    margin-right: 90px;
  }

  .mr_lg--95 {
    margin-right: 95px;
  }

  .mr_lg--100 {
    margin-right: 100px;
  }

  .mr_lg--105 {
    margin-right: 105px;
  }

  .mr_lg--110 {
    margin-right: 110px;
  }

  .mr_lg--115 {
    margin-right: 115px;
  }

  .mr_lg--120 {
    margin-right: 120px;
  }

  .mr_lg--125 {
    margin-right: 125px;
  }

  .mr_lg--130 {
    margin-right: 130px;
  }

  .mr_lg--135 {
    margin-right: 135px;
  }

  .mr_lg--140 {
    margin-right: 140px;
  }

  .mr_lg--145 {
    margin-right: 145px;
  }

  .mr_lg--150 {
    margin-right: 150px;
  }

  .mr_lg--155 {
    margin-right: 155px;
  }

  .mr_lg--160 {
    margin-right: 160px;
  }

  .mr_lg--165 {
    margin-right: 165px;
  }

  .mr_lg--170 {
    margin-right: 170px;
  }

  .mr_lg--175 {
    margin-right: 175px;
  }

  .mr_lg--180 {
    margin-right: 180px;
  }

  .mr_lg--185 {
    margin-right: 185px;
  }

  .mr_lg--190 {
    margin-right: 190px;
  }

  .mr_lg--195 {
    margin-right: 195px;
  }

  .mr_lg--200 {
    margin-right: 200px;
  }

  .mr_lg--205 {
    margin-right: 205px;
  }

  .mr_lg--210 {
    margin-right: 210px;
  }

  .mr_lg--215 {
    margin-right: 215px;
  }

  .mr_lg--220 {
    margin-right: 220px;
  }

  .mr_lg--225 {
    margin-right: 225px;
  }

  .mr_lg--230 {
    margin-right: 230px;
  }

  .mr_lg--235 {
    margin-right: 235px;
  }

  .mr_lg--240 {
    margin-right: 240px;
  }

  .mr_lg--245 {
    margin-right: 245px;
  }

  .mr_lg--250 {
    margin-right: 250px;
  }
}
@media (min-width: 1200px) {
  .mr_xl--5 {
    margin-right: 5px;
  }

  .mr_xl--10 {
    margin-right: 10px;
  }

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

  .mr_xl--20 {
    margin-right: 20px;
  }

  .mr_xl--25 {
    margin-right: 25px;
  }

  .mr_xl--30 {
    margin-right: 30px;
  }

  .mr_xl--35 {
    margin-right: 35px;
  }

  .mr_xl--40 {
    margin-right: 40px;
  }

  .mr_xl--45 {
    margin-right: 45px;
  }

  .mr_xl--50 {
    margin-right: 50px;
  }

  .mr_xl--55 {
    margin-right: 55px;
  }

  .mr_xl--60 {
    margin-right: 60px;
  }

  .mr_xl--65 {
    margin-right: 65px;
  }

  .mr_xl--70 {
    margin-right: 70px;
  }

  .mr_xl--75 {
    margin-right: 75px;
  }

  .mr_xl--80 {
    margin-right: 80px;
  }

  .mr_xl--85 {
    margin-right: 85px;
  }

  .mr_xl--90 {
    margin-right: 90px;
  }

  .mr_xl--95 {
    margin-right: 95px;
  }

  .mr_xl--100 {
    margin-right: 100px;
  }

  .mr_xl--105 {
    margin-right: 105px;
  }

  .mr_xl--110 {
    margin-right: 110px;
  }

  .mr_xl--115 {
    margin-right: 115px;
  }

  .mr_xl--120 {
    margin-right: 120px;
  }

  .mr_xl--125 {
    margin-right: 125px;
  }

  .mr_xl--130 {
    margin-right: 130px;
  }

  .mr_xl--135 {
    margin-right: 135px;
  }

  .mr_xl--140 {
    margin-right: 140px;
  }

  .mr_xl--145 {
    margin-right: 145px;
  }

  .mr_xl--150 {
    margin-right: 150px;
  }

  .mr_xl--155 {
    margin-right: 155px;
  }

  .mr_xl--160 {
    margin-right: 160px;
  }

  .mr_xl--165 {
    margin-right: 165px;
  }

  .mr_xl--170 {
    margin-right: 170px;
  }

  .mr_xl--175 {
    margin-right: 175px;
  }

  .mr_xl--180 {
    margin-right: 180px;
  }

  .mr_xl--185 {
    margin-right: 185px;
  }

  .mr_xl--190 {
    margin-right: 190px;
  }

  .mr_xl--195 {
    margin-right: 195px;
  }

  .mr_xl--200 {
    margin-right: 200px;
  }

  .mr_xl--205 {
    margin-right: 205px;
  }

  .mr_xl--210 {
    margin-right: 210px;
  }

  .mr_xl--215 {
    margin-right: 215px;
  }

  .mr_xl--220 {
    margin-right: 220px;
  }

  .mr_xl--225 {
    margin-right: 225px;
  }

  .mr_xl--230 {
    margin-right: 230px;
  }

  .mr_xl--235 {
    margin-right: 235px;
  }

  .mr_xl--240 {
    margin-right: 240px;
  }

  .mr_xl--245 {
    margin-right: 245px;
  }

  .mr_xl--250 {
    margin-right: 250px;
  }
}
.ml--5 {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .ml_sm--5 {
    margin-left: 5px;
  }

  .ml_sm--10 {
    margin-left: 10px;
  }

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

  .ml_sm--20 {
    margin-left: 20px;
  }

  .ml_sm--25 {
    margin-left: 25px;
  }

  .ml_sm--30 {
    margin-left: 30px;
  }

  .ml_sm--35 {
    margin-left: 35px;
  }

  .ml_sm--40 {
    margin-left: 40px;
  }

  .ml_sm--45 {
    margin-left: 45px;
  }

  .ml_sm--50 {
    margin-left: 50px;
  }

  .ml_sm--55 {
    margin-left: 55px;
  }

  .ml_sm--60 {
    margin-left: 60px;
  }

  .ml_sm--65 {
    margin-left: 65px;
  }

  .ml_sm--70 {
    margin-left: 70px;
  }

  .ml_sm--75 {
    margin-left: 75px;
  }

  .ml_sm--80 {
    margin-left: 80px;
  }

  .ml_sm--85 {
    margin-left: 85px;
  }

  .ml_sm--90 {
    margin-left: 90px;
  }

  .ml_sm--95 {
    margin-left: 95px;
  }

  .ml_sm--100 {
    margin-left: 100px;
  }

  .ml_sm--105 {
    margin-left: 105px;
  }

  .ml_sm--110 {
    margin-left: 110px;
  }

  .ml_sm--115 {
    margin-left: 115px;
  }

  .ml_sm--120 {
    margin-left: 120px;
  }

  .ml_sm--125 {
    margin-left: 125px;
  }

  .ml_sm--130 {
    margin-left: 130px;
  }

  .ml_sm--135 {
    margin-left: 135px;
  }

  .ml_sm--140 {
    margin-left: 140px;
  }

  .ml_sm--145 {
    margin-left: 145px;
  }

  .ml_sm--150 {
    margin-left: 150px;
  }

  .ml_sm--155 {
    margin-left: 155px;
  }

  .ml_sm--160 {
    margin-left: 160px;
  }

  .ml_sm--165 {
    margin-left: 165px;
  }

  .ml_sm--170 {
    margin-left: 170px;
  }

  .ml_sm--175 {
    margin-left: 175px;
  }

  .ml_sm--180 {
    margin-left: 180px;
  }

  .ml_sm--185 {
    margin-left: 185px;
  }

  .ml_sm--190 {
    margin-left: 190px;
  }

  .ml_sm--195 {
    margin-left: 195px;
  }

  .ml_sm--200 {
    margin-left: 200px;
  }

  .ml_sm--205 {
    margin-left: 205px;
  }

  .ml_sm--210 {
    margin-left: 210px;
  }

  .ml_sm--215 {
    margin-left: 215px;
  }

  .ml_sm--220 {
    margin-left: 220px;
  }

  .ml_sm--225 {
    margin-left: 225px;
  }

  .ml_sm--230 {
    margin-left: 230px;
  }

  .ml_sm--235 {
    margin-left: 235px;
  }

  .ml_sm--240 {
    margin-left: 240px;
  }

  .ml_sm--245 {
    margin-left: 245px;
  }

  .ml_sm--250 {
    margin-left: 250px;
  }
}
@media (min-width: 768px) {
  .ml_md--5 {
    margin-left: 5px;
  }

  .ml_md--10 {
    margin-left: 10px;
  }

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

  .ml_md--20 {
    margin-left: 20px;
  }

  .ml_md--25 {
    margin-left: 25px;
  }

  .ml_md--30 {
    margin-left: 30px;
  }

  .ml_md--35 {
    margin-left: 35px;
  }

  .ml_md--40 {
    margin-left: 40px;
  }

  .ml_md--45 {
    margin-left: 45px;
  }

  .ml_md--50 {
    margin-left: 50px;
  }

  .ml_md--55 {
    margin-left: 55px;
  }

  .ml_md--60 {
    margin-left: 60px;
  }

  .ml_md--65 {
    margin-left: 65px;
  }

  .ml_md--70 {
    margin-left: 70px;
  }

  .ml_md--75 {
    margin-left: 75px;
  }

  .ml_md--80 {
    margin-left: 80px;
  }

  .ml_md--85 {
    margin-left: 85px;
  }

  .ml_md--90 {
    margin-left: 90px;
  }

  .ml_md--95 {
    margin-left: 95px;
  }

  .ml_md--100 {
    margin-left: 100px;
  }

  .ml_md--105 {
    margin-left: 105px;
  }

  .ml_md--110 {
    margin-left: 110px;
  }

  .ml_md--115 {
    margin-left: 115px;
  }

  .ml_md--120 {
    margin-left: 120px;
  }

  .ml_md--125 {
    margin-left: 125px;
  }

  .ml_md--130 {
    margin-left: 130px;
  }

  .ml_md--135 {
    margin-left: 135px;
  }

  .ml_md--140 {
    margin-left: 140px;
  }

  .ml_md--145 {
    margin-left: 145px;
  }

  .ml_md--150 {
    margin-left: 150px;
  }

  .ml_md--155 {
    margin-left: 155px;
  }

  .ml_md--160 {
    margin-left: 160px;
  }

  .ml_md--165 {
    margin-left: 165px;
  }

  .ml_md--170 {
    margin-left: 170px;
  }

  .ml_md--175 {
    margin-left: 175px;
  }

  .ml_md--180 {
    margin-left: 180px;
  }

  .ml_md--185 {
    margin-left: 185px;
  }

  .ml_md--190 {
    margin-left: 190px;
  }

  .ml_md--195 {
    margin-left: 195px;
  }

  .ml_md--200 {
    margin-left: 200px;
  }

  .ml_md--205 {
    margin-left: 205px;
  }

  .ml_md--210 {
    margin-left: 210px;
  }

  .ml_md--215 {
    margin-left: 215px;
  }

  .ml_md--220 {
    margin-left: 220px;
  }

  .ml_md--225 {
    margin-left: 225px;
  }

  .ml_md--230 {
    margin-left: 230px;
  }

  .ml_md--235 {
    margin-left: 235px;
  }

  .ml_md--240 {
    margin-left: 240px;
  }

  .ml_md--245 {
    margin-left: 245px;
  }

  .ml_md--250 {
    margin-left: 250px;
  }
}
@media (min-width: 992px) {
  .ml_lg--5 {
    margin-left: 5px;
  }

  .ml_lg--10 {
    margin-left: 10px;
  }

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

  .ml_lg--20 {
    margin-left: 20px;
  }

  .ml_lg--25 {
    margin-left: 25px;
  }

  .ml_lg--30 {
    margin-left: 30px;
  }

  .ml_lg--35 {
    margin-left: 35px;
  }

  .ml_lg--40 {
    margin-left: 40px;
  }

  .ml_lg--45 {
    margin-left: 45px;
  }

  .ml_lg--50 {
    margin-left: 50px;
  }

  .ml_lg--55 {
    margin-left: 55px;
  }

  .ml_lg--60 {
    margin-left: 60px;
  }

  .ml_lg--65 {
    margin-left: 65px;
  }

  .ml_lg--70 {
    margin-left: 70px;
  }

  .ml_lg--75 {
    margin-left: 75px;
  }

  .ml_lg--80 {
    margin-left: 80px;
  }

  .ml_lg--85 {
    margin-left: 85px;
  }

  .ml_lg--90 {
    margin-left: 90px;
  }

  .ml_lg--95 {
    margin-left: 95px;
  }

  .ml_lg--100 {
    margin-left: 100px;
  }

  .ml_lg--105 {
    margin-left: 105px;
  }

  .ml_lg--110 {
    margin-left: 110px;
  }

  .ml_lg--115 {
    margin-left: 115px;
  }

  .ml_lg--120 {
    margin-left: 120px;
  }

  .ml_lg--125 {
    margin-left: 125px;
  }

  .ml_lg--130 {
    margin-left: 130px;
  }

  .ml_lg--135 {
    margin-left: 135px;
  }

  .ml_lg--140 {
    margin-left: 140px;
  }

  .ml_lg--145 {
    margin-left: 145px;
  }

  .ml_lg--150 {
    margin-left: 150px;
  }

  .ml_lg--155 {
    margin-left: 155px;
  }

  .ml_lg--160 {
    margin-left: 160px;
  }

  .ml_lg--165 {
    margin-left: 165px;
  }

  .ml_lg--170 {
    margin-left: 170px;
  }

  .ml_lg--175 {
    margin-left: 175px;
  }

  .ml_lg--180 {
    margin-left: 180px;
  }

  .ml_lg--185 {
    margin-left: 185px;
  }

  .ml_lg--190 {
    margin-left: 190px;
  }

  .ml_lg--195 {
    margin-left: 195px;
  }

  .ml_lg--200 {
    margin-left: 200px;
  }

  .ml_lg--205 {
    margin-left: 205px;
  }

  .ml_lg--210 {
    margin-left: 210px;
  }

  .ml_lg--215 {
    margin-left: 215px;
  }

  .ml_lg--220 {
    margin-left: 220px;
  }

  .ml_lg--225 {
    margin-left: 225px;
  }

  .ml_lg--230 {
    margin-left: 230px;
  }

  .ml_lg--235 {
    margin-left: 235px;
  }

  .ml_lg--240 {
    margin-left: 240px;
  }

  .ml_lg--245 {
    margin-left: 245px;
  }

  .ml_lg--250 {
    margin-left: 250px;
  }
}
@media (min-width: 1200px) {
  .ml_xl--5 {
    margin-left: 5px;
  }

  .ml_xl--10 {
    margin-left: 10px;
  }

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

  .ml_xl--20 {
    margin-left: 20px;
  }

  .ml_xl--25 {
    margin-left: 25px;
  }

  .ml_xl--30 {
    margin-left: 30px;
  }

  .ml_xl--35 {
    margin-left: 35px;
  }

  .ml_xl--40 {
    margin-left: 40px;
  }

  .ml_xl--45 {
    margin-left: 45px;
  }

  .ml_xl--50 {
    margin-left: 50px;
  }

  .ml_xl--55 {
    margin-left: 55px;
  }

  .ml_xl--60 {
    margin-left: 60px;
  }

  .ml_xl--65 {
    margin-left: 65px;
  }

  .ml_xl--70 {
    margin-left: 70px;
  }

  .ml_xl--75 {
    margin-left: 75px;
  }

  .ml_xl--80 {
    margin-left: 80px;
  }

  .ml_xl--85 {
    margin-left: 85px;
  }

  .ml_xl--90 {
    margin-left: 90px;
  }

  .ml_xl--95 {
    margin-left: 95px;
  }

  .ml_xl--100 {
    margin-left: 100px;
  }

  .ml_xl--105 {
    margin-left: 105px;
  }

  .ml_xl--110 {
    margin-left: 110px;
  }

  .ml_xl--115 {
    margin-left: 115px;
  }

  .ml_xl--120 {
    margin-left: 120px;
  }

  .ml_xl--125 {
    margin-left: 125px;
  }

  .ml_xl--130 {
    margin-left: 130px;
  }

  .ml_xl--135 {
    margin-left: 135px;
  }

  .ml_xl--140 {
    margin-left: 140px;
  }

  .ml_xl--145 {
    margin-left: 145px;
  }

  .ml_xl--150 {
    margin-left: 150px;
  }

  .ml_xl--155 {
    margin-left: 155px;
  }

  .ml_xl--160 {
    margin-left: 160px;
  }

  .ml_xl--165 {
    margin-left: 165px;
  }

  .ml_xl--170 {
    margin-left: 170px;
  }

  .ml_xl--175 {
    margin-left: 175px;
  }

  .ml_xl--180 {
    margin-left: 180px;
  }

  .ml_xl--185 {
    margin-left: 185px;
  }

  .ml_xl--190 {
    margin-left: 190px;
  }

  .ml_xl--195 {
    margin-left: 195px;
  }

  .ml_xl--200 {
    margin-left: 200px;
  }

  .ml_xl--205 {
    margin-left: 205px;
  }

  .ml_xl--210 {
    margin-left: 210px;
  }

  .ml_xl--215 {
    margin-left: 215px;
  }

  .ml_xl--220 {
    margin-left: 220px;
  }

  .ml_xl--225 {
    margin-left: 225px;
  }

  .ml_xl--230 {
    margin-left: 230px;
  }

  .ml_xl--235 {
    margin-left: 235px;
  }

  .ml_xl--240 {
    margin-left: 240px;
  }

  .ml_xl--245 {
    margin-left: 245px;
  }

  .ml_xl--250 {
    margin-left: 250px;
  }
}
.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33.33%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.max-width--600 {
  max-width: 600px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .max-width--600 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .max-width--600 {
    max-width: 100%;
  }
}
.h-100 {
  height: 100%;
}

.h-75 {
  height: 75%;
}

.h-50 {
  height: 50%;
}

.h-25 {
  height: 25%;
}

.h-33 {
  height: 33.33%;
}

.h-10 {
  height: 10%;
}

.section-header .sub-titletop {
  font-size: 14px;
  color: #464646;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-header .title {
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
}
@media (min-width: 992px) {
  .section-header .title {
    font-size: 30px;
  }
}
.section-header .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.section-header .title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: white;
  border: 1px solid #eee;
  padding: 5px 45px;
  border-radius: 45px;
  font-weight: 300;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.section-header .sub-title {
  font-size: 16px;
  line-height: 29px;
  color: #464646;
  max-width: 850px;
  margin: auto;
}

.about-section {
  position: relative;
  background-color: #f4f4f4;
}
.about-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 113px;
  height: 152px;
  background-image: url(../images/left-leave.png);
  background-size: cover;
  display: none;
}
@media (min-width: 768px) {
  .about-section:after {
    display: block;
  }
}
.about-section:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 113px;
  height: 152px;
  background-image: url(../images/right-leave.png);
  background-size: cover;
  display: none;
}
@media (min-width: 768px) {
  .about-section:before {
    display: block;
  }
}

@media (min-width: 992px) {
  .translatetop50 {
    transform: translateY(-50px);
  }
}

.af-item {
  background-color: white;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px 50px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .af-item {
    margin-bottom: 0;
    padding: 50px 20px 20px 20px;
  }
}
.af-item .icon {
  background-color: none;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  margin-bottom: 20px;
  display: inline-block;
}
.af-item h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.af-item p {
  font-size: 14px;
}
.af-item .af-btn {
  font-size: 14px;
  padding: 8px 26px;
  border-radius: 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.af-item:hover .icon img {
  animation: heartBeat 1.5s infinite;
}

.col-md-6:nth-child(1) .af-item .icon {
  background-color: none;
}
.col-md-6:nth-child(1) .af-item:hover .af-btn {
  background-color: #de152a;
  color: white;
}
.col-md-6:nth-child(2) .af-item .icon {
  background-color:none;
}
.col-md-6:nth-child(2) .af-item:hover .af-btn {
  background-color: #de152a;
  color: white;
}
.col-md-6:nth-child(3) .af-item .icon {
  background-color: none;
}
.col-md-6:nth-child(3) .af-item:hover .af-btn {
  background-color: #de152a;
  color: white;
}
.col-md-6:nth-child(4) .af-item .icon {
  background-color: none;
}
.col-md-6:nth-child(4) .af-item:hover .af-btn {
  background-color: #de152a;
  color: white;
}

.about-image img {
  max-width: 90%;
}

.product-sliding-container {
  overflow: hidden;
  padding: 60px 0px 0px 0px;
  position: relative;
}
@media (min-width: 768px) {
  .product-sliding-container {
    padding: 30px 30px 0px 30px;
  }
}
@media (min-width: 992px) {
  .product-sliding-container {
    padding: 30px 30px 70px 30px;
  }
}
@media (min-width: 1200px) {
  .product-sliding-container {
    padding: 30px 30px 70px 30px;
  }
}

@media (min-width: 992px) {
  .psc-left .psc-item {
    display: flex;
    align-items: center;
  }
}
.psc-left .psc-item .psc-thumb {
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-30px);
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .psc-left .psc-item .psc-thumb {
    width: 52%;
    order: 1;
    transform: translateX(30px);
  }
}
.psc-left .psc-item .psc-thumb img {
  width: 100%;
}
.psc-left .psc-item .psc-content {
  width: 90%;
  margin: auto;
  padding: 35px 20px 40px 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-80px);
  position: relative;
  z-index: 1;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .psc-left .psc-item .psc-content {
    width: 48%;
    order: 2;
    transform: translateX(-50px);
    transform: translateY(0px);
    padding: 40px 40px 40px 60px;
  }
}
.psc-left .psc-item .psc-content .psc-content-inner {
  position: relative;
  z-index: 2;
}
.psc-left .psc-item .psc-content .catagory {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}
.psc-left .psc-item .psc-content .catagory:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 2px;
  margin-top: -1px;
  background-color: #acacac;
}
.psc-left .psc-item .psc-content h4 {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .psc-left .psc-item .psc-content h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
.psc-left .psc-item .psc-content p {
  font-size: 14px;
  color: #444444;
  line-height: 30px;
  max-width: 360px;
}
@media (min-width: 992px) {
  .psc-left .psc-item .psc-content p {
    font-size: 16px;
    line-height: 36px;
  }
}
.psc-left .psc-item .psc-content .psc-btn {
  padding: 12px 30px;
  border-radius: 40px;
  background: #de152a;
  font-size: 14px;
  color: white;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .psc-left .psc-item .psc-content .psc-btn {
    padding: 15px 40px;
  }
}
.psc-left .psc-item .psc-content .psc-btn:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.psc-left .psc-item .psc-content:after {
  content: "";
  position: absolute;
  right: -120px;
  top: -100px;
  width: 300px;
  height: 300px;
  border: 70px solid #f5f5f5;
  border-radius: 50%;
}
.psc-left .psc-controller {
  position: absolute;
  left: 50%;
  width: 200px;
  height: 60px;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 9;
}
@media (min-width: 992px) {
  .psc-left .psc-controller {
    left: 58%;
    transform: translateX(0%);
  }
}
.psc-left .psc-controller .swiper-pagination-fraction {
  bottom: 14px;
  font-size: 14px;
  z-index: 1;
}
.psc-left .psc-controller .psc-button-next, .psc-left .psc-controller .psc-button-prev {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f3f3f3;
  color: #000;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.psc-left .psc-controller .psc-button-next:active, .psc-left .psc-controller .psc-button-next:focus, .psc-left .psc-controller .psc-button-next:hover, .psc-left .psc-controller .psc-button-prev:active, .psc-left .psc-controller .psc-button-prev:focus, .psc-left .psc-controller .psc-button-prev:hover {
  background-color: white;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.psc-left .psc-controller .psc-button-next {
  left: 0;
}
.psc-left .psc-controller .psc-button-prev {
  right: 0;
}

@media (min-width: 992px) {
  .psc-right .psc-item {
    display: flex;
    align-items: center;
  }
}
.psc-right .psc-item .psc-thumb {
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .psc-right .psc-item .psc-thumb {
    width: 52%;
    order: 2;
    transform: translateX(-30px);
  }
}
.psc-right .psc-item .psc-thumb img {
  width: 100%;
}
.psc-right .psc-item .psc-content {
  width: 90%;
  margin: auto;
  padding: 35px 20px 40px 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-80px);
  position: relative;
  z-index: 1;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .psc-right .psc-item .psc-content {
    width: 48%;
    order: 1;
    transform: translateX(50px);
    transform: translateY(0px);
    padding: 40px 40px 40px 60px;
  }
}
.psc-right .psc-item .psc-content .psc-content-inner {
  position: relative;
  z-index: 2;
}
.psc-right .psc-item .psc-content .catagory {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}
.psc-right .psc-item .psc-content .catagory:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 2px;
  margin-top: -1px;
  background-color: #acacac;
}
.psc-right .psc-item .psc-content h4 {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .psc-right .psc-item .psc-content h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
.psc-right .psc-item .psc-content p {
  font-size: 14px;
  color: #444444;
  line-height: 30px;
  max-width: 360px;
}
@media (min-width: 992px) {
  .psc-right .psc-item .psc-content p {
    font-size: 16px;
    line-height: 36px;
  }
}
.psc-right .psc-item .psc-content .psc-btn {
  padding: 12px 30px;
  border-radius: 40px;
  background:#de152a;
  font-size: 14px;
  color: white;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .psc-right .psc-item .psc-content .psc-btn {
    padding: 15px 40px;
  }
}
.psc-right .psc-item .psc-content .psc-btn:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.psc-right .psc-item .psc-content:after {
  content: "";
  position: absolute;
  left: -120px;
  top: -100px;
  width: 300px;
  height: 300px;
  border: 70px solid #f5f5f5;
  border-radius: 50%;
}
.psc-right .psc-controller {
  position: absolute;
  right: 50%;
  width: 200px;
  height: 60px;
  bottom: 10px;
  transform: translateX(50%);
  z-index: 9;
}
@media (min-width: 992px) {
  .psc-right .psc-controller {
    right: 58%;
    transform: translateX(0%);
  }
}
.psc-right .psc-controller .swiper-pagination-fraction {
  bottom: 14px;
  font-size: 14px;
  z-index: 1;
}
.psc-right .psc-controller .psc-button-next, .psc-right .psc-controller .psc-button-prev {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f3f3f3;
  color: #000;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.psc-right .psc-controller .psc-button-next:active, .psc-right .psc-controller .psc-button-next:focus, .psc-right .psc-controller .psc-button-next:hover, .psc-right .psc-controller .psc-button-prev:active, .psc-right .psc-controller .psc-button-prev:focus, .psc-right .psc-controller .psc-button-prev:hover {
  background-color: white;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.psc-right .psc-controller .psc-button-next {
  left: 0;
}
.psc-right .psc-controller .psc-button-prev {
  right: 0;
}

.product-filter-section {
  background-color: #f4f4f4;
  position: relative;
}
.product-filter-section .patarn-image1 {
  position: absolute;
  left: 20px;
  top: -2%;
  width: 80px;
  display: none;
}
.product-filter-section .patarn-image1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .product-filter-section .patarn-image1 {
    top: -6%;
    width: 150px;
    /*display: block;*/
  }
}
.product-filter-section .patarn-image2 {
  position: absolute;
  right: 20px;
  top: -3%;
  width: 83px;
  display: none;
}
.product-filter-section .patarn-image2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .product-filter-section .patarn-image2 {
    top: -8%;
    width: 150px;
    /*display: block;*/
  }
}
.product-filter-section .patarn-image3 {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100px;
  display: none;
}
.product-filter-section .patarn-image3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .product-filter-section .patarn-image3 {
    width: 200px;
    bottom: 10px;
    display: block;
  }
}

.product-filter-catagory li {
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: #464646;
  background-color: white;
  margin: 4px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-filter-catagory li {
    padding: 10px 45px;
  }
}
.product-filter-catagory li.active, .product-filter-catagory li:hover {
  background:#de152a;
  color: white;
}

.filter-checkbox {
  max-width: 940px;
  width: 100%;
  margin: auto;
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.checkbox-item {
  position: relative;
  cursor: pointer;
  width: 50%;
  padding: 5px 5px;
}
@media (min-width: 768px) {
  .checkbox-item {
    width: 33.3%;
  }
}
@media (min-width: 992px) {
  .checkbox-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .checkbox-item {
    width: 12.5%;
  }
}
.checkbox-item input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.checkbox-item .checkbox {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
}
.checkbox-item .checkbox:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 0px;
  width: 60%;
  height: 85%;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transform: rotate(30deg);
  opacity: 0;
}
.checkbox-item input[type=checkbox]:checked ~ .checkbox {
  border-color: #878aa0;
}
.checkbox-item input[type=checkbox]:checked ~ .checkbox:after {
  opacity: 1;
  border-color: #878aa0;
}
.checkbox-item .label {
  font-size: 13px;
  color: #464646;
  text-transform: uppercase;
  margin-left: 3px;
}

.filter-product-container {
  overflow: hidden;
  position: relative;
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .filter-product-container {
    padding: 60px 15px;
  }
}
.filter-product-container .swiper-pagination {
  bottom: 0;
}
.filter-product-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(top left, #878aa0, #878aa0);
  background-image: -o-linear-gradient(top left, #878aa0, #878aa0);
  background-image: linear-gradient(to bottom right, #878aa0, #878aa0);
}
@media (min-width: 992px) {
  .filter-product-container .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
  }
}
.filter-product-container .swiper-pagination .swiper-pagination-bullet-active {
  background-image: -webkit-linear-gradient(top left, #de152a, #de152a);
  background-image: -o-linear-gradient(top left, #de152a, #de152a);
  background:#de152a,);
}

.product-item {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  min-height: 400px;
}
@media (min-width: 992px) {
  .product-item {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.product-item .product-thumb {
  overflow: hidden;
}
.product-item .product-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-item .product-content {
  padding: 20px 20px;
}
.product-item .product-content .product-name a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.product-item .product-content .product-btn {
  padding: 8px 36px;
  border-radius: 20px;
  border-radius: 40px;
  background-image: -webkit-linear-gradient(top left, #878aa0, #878aa0);
  background-image: -o-linear-gradient(top left, #878aa0, #878aa0);
  background-image: linear-gradient(to bottom right, #878aa0, #878aa0);
  font-size: 13px;
  color: white;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-item:hover .product-thumb img {
  transform: scale(1.1);
}
.product-item:hover .product-content .product-btn {
  background-image: -webkit-linear-gradient(top left, #de152a, #ac0314);
  background-image: -o-linear-gradient(top left, #de152a, #ac0314);
  background: #de152a;
}

.download-catalogue-section {
  background-image: url(../images/download-catalogue-bg.png);
}
.download-catalogue-section .dcs-content {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
}
.download-catalogue-section .dcs-content h4 {
  color: white;
  font-size: 24px;
  margin-bottom: 20;
}
.download-catalogue-section .dcs-content p {
  font-size: 18px;
  line-height: 26px;
  color: white;
  margin-bottom: 20;
}
.download-catalogue-section .dcs-content .dcs-btn {
  padding: 17px 55px;
  font-size: 16px;
  font-weight: 500;
  background-color: white;
  color: #333;
  border-radius: 40px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.download-catalogue-section .dcs-content .dcs-btn:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.newsleter-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 70px 30px;
}

.newsletter-content h4 {
  font-size: 24px;
  color: #292a2e;
  line-height: 40px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .newsletter-content h4 {
    font-size: 30px;
  }
}

.newsletter-form {
  max-width: 370px;
  width: 90%;
  margin: auto;
}
.newsletter-form input {
  width: 100%;
  padding: 12px 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d32e3e;
  border-radius: 0px;
  margin-bottom: 35px;
  text-align: center;
}
.newsletter-form input::placeholder {
  color: #999eb0;
  opacity: 0.5;
}
.newsletter-form input:active, .newsletter-form input:focus {
  outline: none;
}
.newsletter-form button {
  font-size: 16px;
  border: none;
  outline: none;
  background-image: -webkit-linear-gradient(top left, #de152a, #ac0314);
  background-image: -o-linear-gradient(top left, #de152a, #ac0314);
  background:#de152a;
  color: white;
  border-radius: 50px;
  padding: 15px 45px;
  box-shadow: 0 35px 40px 0 rgba(222, 21, 42, 0.1);
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsletter-form button:active, .newsletter-form button:focus {
  outline: none;
}
.newsletter-form button:hover {
  box-shadow: 0 5px 40px 0 rgba(222, 21, 42, 0.1);
  transform: translateY(-5px);
}

.page-header {
  background-image: url(../images/page-header-bg.jpg);
  padding-top: 10px;
  min-height: 70px;
  position: relative;
  background-size: 100%;
}

@media (min-width: 400px) {
    .page-header {
        min-height: 80px;
    }
}
@media (min-width: 576px) {
    .page-header {
        min-height: 90px;
        padding-top: 20px;
    }
}
@media (min-width: 768px) {
    .page-header {
        min-height: 100px;
    }
}
@media (min-width: 992px) {
    .page-header {
        min-height: 200px;
        padding-top: 60px;
        background-size: 100% 100%;
    }
}
@media (min-width: 1200px) {
    .page-header {
        min-height: 250px;
        padding-top: 100px;
    }
}
@media (min-width: 1440px) {
    .page-header {
        min-height: 300px;
        padding-top: 100px;
    }
}
.page-header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.68);
}
.page-header .container {
    position: relative;
    z-index: 1;
}
.page-header .page-header-content {
  max-width: 400px;
  transform: translateY(-20px);
  /*position: relativ;*/
}
.page-header .page-header-content h3 {
  font-size: 24px;
  color: white;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0px;
}

@media (min-width: 990px) {
  .page-header .page-header-content h3{
      font-size: 30px;
      line-height: 60px;
  }
}
.page-header .page-header-content p {
  color: white;
  font-size: 14px;
  line-height: 23px;
}
.page-header .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 0;
}
.page-header .breadcrumb li {
  padding-top: 2px;
  padding-right: 20px;
  position: relative;
}
.page-header .breadcrumb li:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #8f8f8f;
}
.page-header .breadcrumb li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.page-header .breadcrumb li:last-child {
  padding: 4px 7px;
  background-color: #dd0f24;
  color: white;
  font-size: 12px;
}
.page-header .breadcrumb li:last-child:after {
  display: none;
}
.page-header.style2 {
  background-image: none;
  padding-top: 30px;
}
@media (max-width: 990px) {
    .page-header-content p {
        display: none;
    }
  .page-header .page-header-content h3{
      font-size: 2vw;
  }
  .page-header .breadcrumb li {
      line-height: 1.5vw;
      font-size: 1.5vw;
  }
  .page-header .breadcrumb li a {
      font-size: inherit;
  }
  .page-header .breadcrumb li:last-child {
      padding: 1px 3px;
      background-color: #dd0f24;
      color: white;
      font-size: 2vw;
    }
    .page-header .page-header-content {
        max-width: 400px;
        transform: translateY(0px);
    }
    .page-header .breadcrumb {
        padding-bottom: 0px;
    }
}

@media (max-width: 576px) {
  .page-header .page-header-content h3{
      font-size: 3vw;
  }
  .page-header .breadcrumb li {
      line-height: 2vw;
      font-size: 2vw;
  }
  .page-header .breadcrumb li:last-child {
      font-size: 2vw;
    }
}
@media (max-width: 400px) {
  .page-header .page-header-content h3{
      font-size: 3.5vw;
  }
  .page-header .breadcrumb li {
      line-height: 2.5vw;
      font-size: 2.5vw;
  }
  .page-header .breadcrumb li:last-child {
      font-size: 2.5vw;
    }
}

.select-item {
  background-color: white;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  margin: 5px;
  position: relative;
}
.select-item span {
  font-size: 14px;
  line-height: 20px;
  color: #ccc;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.select-item select {
  width: 100%;
  padding: 12px 50px 12px 90px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  font-size: 14px;
}
.select-item select:focus, .select-item select:active {
  outline: none;
}

.page-content .product-item {
  margin-bottom: 30px;
}

.rflpagination {
  padding-left: 0;
  list-style: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.rflpagination li {
  display: none;
}
@media (min-width: 576px) {
  .rflpagination li {
    display: inline-block;
  }
}
.rflpagination li a {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  line-height: 34px;
  text-align: center;
  margin: 3px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rflpagination li a.active, .rflpagination li a:hover {
  background-color: white;
  border-color: #ed1c24;
  color: #ed1c24;
}
.rflpagination li:first-child {
  float: left;
  display: inline-block;
}
.rflpagination li:first-child a {
  width: 100px;
  display: flex;
  align-items: center;
}
.rflpagination li:first-child a i {
  width: 34px;
  height: 34px;
  background-image: linear-gradient(to bottom right, #de152a, #ac0314);
  color: white;
  text-align: center;
  line-height: 34px;
}
.rflpagination li:first-child a span {
  display: block;
  width: 66px;
  background-image: linear-gradient(to bottom right, #de152a, #ac0314);
  color: white;
}
.rflpagination li:last-child {
  float: right;
  display: inline-block;
}
.rflpagination li:last-child a {
  width: 100px;
  display: flex;
  align-items: center;
}
.rflpagination li:last-child a i {
  width: 34px;
  height: 34px;
  background-image: linear-gradient(to bottom right, #de152a, #ac0314);
  color: white;
  text-align: center;
  line-height: 34px;
}
.rflpagination li:last-child a span {
  display: block;
  width: 66px;
  background-image: linear-gradient(to bottom right, #de152a, #ac0314);
  color: white;
}

.product-popup .tab-content {
  width: 100%;
}
.product-popup .tab-content .tab-pane {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.product-popup .tab-content .tab-pane img {
  width: 100%;
}
.product-popup .tab-content .tab-pane .zoom {
  width: 100%;
  height: 100%;
  display: block;
}
.product-popup .nav {
  margin-top: 20px;
}
.product-popup .nav a {
  display: block;
  width: 33.3%;
}
.product-popup .nav a img {
  width: 100%;
}

.prodcut-details-info .catagory {
  font-size: 14px;
  color: #cccccc;
}
.prodcut-details-info .product-name {
  font-size: 24px;
  font-weight: 400;
  color: #363636;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.prodcut-details-info .p-desc {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.prodcut-details-info p {
  font-size: 14px;
}
.prodcut-details-info ul li {
  font-size: 14px;
}
.prodcut-details-info ul li strong {
  width: 70px;
  font-weight: 700;
  display: inline-block;
}
/*.prodcut-details-info .price {
  font-size: 28px;
  color: #ed1c24;
  font-weight: 700;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  padding: 15px 0;
  margin: 15px 0;
}
.prodcut-details-info .price strike {
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
  color: #d7d7d7;
}*/
.prodcut-details-info .color-variation {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
}
.prodcut-details-info .color-variation h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.prodcut-details-info .color-variation a {
  width: 23px;
  height: 23px;
  border: 3px solid #ededed;
  border-radius: 50%;
  background-color: white;
  display: inline-block;
}
.prodcut-details-info .color-variation a:nth-child(2) {
  background-color: #f06eaa;
}
.prodcut-details-info .color-variation a:nth-child(3) {
  background-color: #8dc63f;
}
.prodcut-details-info .color-variation a:nth-child(4) {
  background-color: #a049a0;
}
.prodcut-details-info .color-variation a:nth-child(5) {
  background-color: #fff;
}
.prodcut-details-info .buy-othoba {
  padding: 11px 35px;
  font-size: 12px;
  color: #fff;
  background: #de152a;
 *background-image: linear-gradient(to bottom right, #de152a, #ac0314);
  border-radius: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.prodcut-details-info .buy-othoba span {
  display: block;
  animation: 1.5s pulse infinite;
}
.prodcut-details-info .buy-othoba i {
  color: white;
  margin-right: 5px;
  font-size: 20px;
}
.prodcut-details-info .buy-othoba:hover {
  transform: translateY(-5px);
}
.prodcut-details-info .offer {
  padding: 12px 30px;
  font-size: 16px;
  color: #fff;
  background-image: linear-gradient(to bottom right, #de152a, #ac0314);
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right:10px;
}
.prodcut-details-info .offer span {
  display: block;
  animation: 1s zoomIn infinite;
}

.prodcut-details-info .tag-area {
  margin-bottom: 20px;
}
.prodcut-details-info .tag-area h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.prodcut-details-info .tag-area a {
  font-size: 14px;
  transition: 0.3s ease;
}
.prodcut-details-info .tag-area a:hover {
  color: #ed1c24;
}
.prodcut-details-info .share-area {
  margin-bottom: 20px;
}
.prodcut-details-info .share-area h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.prodcut-details-info .share-area a .fa-facebook-f {
  width: 35px;
  height: 35px;
  background-color: #4267b2;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: white;
  display: inline-block;
  margin: 2px;
}
.prodcut-details-info .share-area a .fa-facebook-f:hover {
	background-color: #ed1c24;
}
.prodcut-details-info .share-area a .fa-twitter {
  width: 35px;
  height: 35px;
  background-color: #50abf1;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: white;
  display: inline-block;
  margin: 2px;
}
.prodcut-details-info .share-area a .fa-twitter:hover {
	background-color: #ed1c24;
}
.prodcut-details-info .share-area a .fa-linkedin-in {
  width: 35px;
  height: 35px;
  background-color: #0077b7;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: white;
  display: inline-block;
  margin: 2px;
}
.prodcut-details-info .share-area a .fa-linkedin-in:hover {
	background-color: #ed1c24;
}
.prodcut-details-info .share-area a .fa-blogger-b {
  width: 35px;
  height: 35px;
  background-color: #ff7043;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: white;
  display: inline-block;
  margin: 2px;
}
.prodcut-details-info .share-area a .fa-blogger-b:hover {
	background-color: #ed1c24;
}
.prodcut-details-info .share-area a .fa-pinterest {
  width: 35px;
  height: 35px;
  background-color: #bd071d;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: white;
  display: inline-block;
  margin: 2px;
}
.prodcut-details-info .share-area a .fa-pinterest:hover {
	background-color: #ed1c24;
}
.prodcut-details-info .share-area a i {
  border-radius: 10%;
}
.product-addi-info {
  padding-top: 100px;
}
.product-addi-info .product-addi-info-tab {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.product-addi-info .product-addi-info-tab li {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .product-addi-info .product-addi-info-tab li {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .product-addi-info .product-addi-info-tab li {
    margin-right: 60px;
  }
}
.product-addi-info .product-addi-info-tab li a {
  font-size: 16px;
  color: #363636;
  font-family: var(--font-family-poppins);
  font-weight: 500;
  position: relative;
}
@media (min-width: 1200px) {
  .product-addi-info .product-addi-info-tab li a {
    font-size: 18px;
  }
}
.product-addi-info .product-addi-info-tab li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 0%;
  height: 2px;
  background-color: #ed1c24;
  transition: all 0.5s ease;
}
.product-addi-info .product-addi-info-tab li a.active {
  color: #ed1c24;
}
.product-addi-info .product-addi-info-tab li a.active:after {
  width: 100%;
}
.product-addi-info .tab-content h5 {
  font-weight: 700;
}
.product-addi-info .addinfo-list {
  padding: 30px 0;
  list-style-type: none;
}
.product-addi-info .addinfo-list li {
  padding-left: 30px;
  position: relative;
  line-height: 2.5;
}
.product-addi-info .addinfo-list li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background-color: #8dc63f;
}

.related-product h4 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.outlet-area {
  position: fixed;
  right: -100px;
  top: 50vh;
  margin-top: -130px;
  width: 100px;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media (min-width: 768px) {
  .outlet-area {
    display: block;
  }
}
.outlet-area.open {
  right: 0;
}

.rfl-outlet-title {
  display: inline-block;
  background-color: #de152a;
  transform: rotate(-90deg);
  position: absolute;
  padding: 7px 15px;
  width: 125px;
  border-radius: 30px;
  left: -80px;
  top: 50%;
  cursor: pointer;
  margin-top: -7px;
}
.rfl-outlet-title h2 {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin: 0;
}

.rfl-outlet-content {
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  overflow: hidden;
}
.rfl-outlet-content .rfl-outlet-item {
  margin-bottom: 10px;
  text-align: center;
  display: block;
  padding: 10px;
}
.rfl-outlet-content .rfl-outlet-item img {
  margin-bottom: 7px;
}
.rfl-outlet-content .rfl-outlet-item span {
  font-size: 11px;
  font-weight: 700;
  display: block;
}
.rfl-outlet-content .rfl-outlet-item:hover {
  background-color: #d7061c;
}
.rfl-outlet-content .rfl-outlet-item:hover span {
  color: white;
}
.rfl-outlet-content .rfl-outlet-item:first-child {
  padding-top: 20px;
}
.rfl-outlet-content .rfl-outlet-item:last-child {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.search {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search input {
  width: 100%;
  padding: 17px 50px 17px 38px;
  background-color: #dd152a;
  border: none;
  color: #fff;
  border-radius: 30px;
}
.search input:focus,
.search input:active {
  border: 1px solid #940413;
  outline: none;
}
.search input::placeholder {
  color: #fff;
}
.search .search-close {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -11px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
}
.search .search-close:focus, .search .search-close:active {
  outline: none;
}

.search-open .search {
  transform: scaleY(1);
}

.barcode-tbl {
  max-width: 950px;
  width: 100%;
  margin: auto;
}
.barcode-tbl tr {
  border: 1px solid #ccc;
}
.barcode-tbl th {
  padding: 13px 20px;
  border-right: 1px solid #ccc;
}
.barcode-tbl td {
  text-align: center;
  border-right: 1px solid #ccc;
}
.barcode-tbl td:last-child {
  border-right: none;
}

.client-section .section-title {
  font-size: 30px;
  font-weight: 400;
}
.client-section .section-title span {
  font-weight: 700;
}

.client-logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.client-logo-list .client-item {
  min-width: 200px;
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 15px;
}
.client-logo-list .client-item img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 80%;
}

.bgclr1 {
  background-color: #f9f9f9;
}

.static-page p {
  line-height: 2.1;
}
.static-page ul {
  list-style: none;
  padding-left: 30px;
}
.static-page ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.8;
}
.static-page ul li:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: -30px;
  top: 3px;
  background-image: url(../images/checkbox.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-area {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.06);
}

.contact-info-area {
  background-color: #dd0f24;
}

.contact-form {
  padding: 40px 20px;
  text-align: right;
}
@media (min-width: 992px) {
  .contact-form {
    padding: 60px;
  }
}
.contact-form input, .contact-form textarea {
  width: 100%;
  outline: none;
  padding: 13px 20px;
  margin-bottom: 35px;
  border: 1px solid #ececec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.contact-form input:active, .contact-form input:focus, .contact-form textarea:active, .contact-form textarea:focus {
  border-color: #dd0f24;
}
.contact-form textarea {
  margin-bottom: 60px;
  min-height: 100px;
}
.contact-form .submit {
  width: 144px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin-bottom: 0;
  background-color: #dd0f24;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-form .submit:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-info {
  padding: 40px 60px;
}

.contact-item .contact-icon {
  float: left;
  color: white;
  font-size: 20px;
}
.contact-item .contact-content {
  margin-left: 40px;
}
.contact-item .contact-content .name {
  font-size: 16px;
  color: white;
  margin-bottom: 10px;
  font-weight: 600;
}
.contact-item .contact-content p {
  margin-bottom: 0;
  color: white;
  line-height: 1.7;
}

.post-item {
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.post-item .post-thumb {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.post-item .post-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-item .post-thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.post-item .post-content {
  padding: 30px;
}
.post-item .post-content .title a {
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-item .post-content .title a:hover {
  color: #d9091e;
}
.post-item .post-content .excerpt {
  margin-bottom: 15px;
}
.post-item .post-content .meta-post {
  margin-bottom: 7px;
}
.post-item:hover .post-thumb img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.post-item:hover .post-thumb:after {
  opacity: 1;
}

.meta-post {
  padding: 10px 0;
  margin-bottom: 0;
}
.meta-post li {
  margin-right: 10px;
  font-weight: 400;
  color: #8a8a8a;
}
.meta-post li i, .meta-post li span {
  margin-right: 6px;
  color: #8a8a8a;
}
.meta-post li a {
  color: #8a8a8a;
}
.meta-post li a:hover {
  color: #d9091e;
}
.meta-post li .admin {
  color: black;
}
.meta-post li:last-child {
  margin-right: 0;
}

.entry-content {
  background-color: white;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.entry-content .entry-header img {
  width: 100%;
}
.entry-content .post-content {
  padding: 20px 30px;
}
.entry-content .post-content .title {
  font-size: 20px;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .entry-content .post-content .title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .entry-content .post-content .title {
    font-size: 36px;
  }
}
.entry-content blockquote {
  padding: 55px 20px 55px 50px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .entry-content blockquote {
    padding: 55px 65px 55px 100px;
  }
}
.entry-content blockquote p {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #222;
}
.entry-content blockquote .b-au {
  color: #d9091e;
  font-weight: 400;
}
.entry-content blockquote .b-au span {
  color: #a6a6a6;
  margin-left: 7px;
}
.entry-content blockquote .qoute-icon {
  position: absolute;
  left: 10px;
  top: 40px;
  font-size: 56px;
  color: #d9091e;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (min-width: 768px) {
  .entry-content blockquote .qoute-icon {
    left: 35px;
  }
}

.entry-footer {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding-top: 60px;
  padding-bottom: 60px;
}
.entry-footer .tags li:first-child {
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}
.entry-footer .tags li {
  margin: 10px 5px;
}
.entry-footer .tags li a {
  padding: 5px 20px;
  border: 1px solid #ececec;
  background-color: #fafafa;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.entry-footer .tags li a:hover {
  background-color: #ff6360;
  border-color: #ff6360;
  color: white;
}
.entry-footer .like-share li {
  margin: 0 40px;
}
.entry-footer .like-share li:first-child {
  padding-left: 0;
}
.entry-footer .like-share li:first-child a {
  color: #d9091e;
}
.entry-footer .like-share li:last-child {
  padding-right: 0;
}
.entry-footer .like-share li a {
  font-size: 20px;
  color: #222;
}

.comments-list {
  padding: 0;
  list-style: none;
  background-color: white;
}
.comments-list .comments {
  margin-bottom: 20px;
  list-style: none;
}
.comments-list .comments .thumb {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .comments-list .comments .thumb {
    display: block;
  }
}
.comments-list .comments .content {
  background-color: transparent;
  border-bottom: 1px solid #ececec;
  display: table;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.comments-list .comments .content .comment-heading {
  position: relative;
}
.comments-list .comments .content .comment-heading .name {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.comments-list .comments .content .comment-heading span {
  font-size: 13px;
  color: #959494;
  display: block;
  font-weight: 600;
}
.comments-list .comments .content .comment-heading p {
  font-size: 14px;
}
.comments-list .comments .content .comment-heading .reply {
  position: absolute;
  right: 0;
  top: -6px;
  border: 1px solid #4e5a62;
  padding: 2px 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.comments-list .comments .content .comment-heading .reply:hover {
  background-color: #d9091e;
  border-color: #d9091e;
  color: white;
}
.comments-list .comments .content p {
  margin-bottom: 0px;
}
.comments-list .comments .content .comment-reply-link {
  background-color: black;
  padding: 3px 10px;
  float: right;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.comments-list .comments .content .comment-reply-link:hover {
  background-color: #d9091e;
}
.comments-list .comments .comment-sub-list {
  padding: 0;
  margin-left: 20px;
  list-style: none;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .comments-list .comments .comment-sub-list {
    margin-left: 70px;
  }
}
.comments-list .comments .comment-sub-list li {
  padding-left: 0;
}

.mas-section {
  background-color: white;
  padding: 30px;
  margin-bottom: 50px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.mas-section .section-title {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}
.mas-section .section-title span {
  color: #d9091e;
}
.mas-section .section-title p {
  margin-top: 7px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #7a7878;
}
.mas-section .section-title p > span {
  color: #d9091e;
}

.comment-response {
  background-color: white;
}
.comment-response form label {
  color: #646568;
  font-size: 13px;
  font-weight: 500;
}
.comment-response form input {
  padding: 15px 25px;
  border: 1px solid #ececec;
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
}
.comment-response form input:focus, .comment-response form input:active {
  outline: none;
  border: 1px solid #d9091e;
}
.comment-response form textarea {
  padding: 30px;
  min-height: 200px;
  width: 100%;
  border: 1px solid #ececec;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
.comment-response form textarea:focus, .comment-response form textarea:active {
  outline: none;
  border: 1px solid #d9091e;
}
.comment-response form input[type=submit] {
  background-color: transparent;
  margin-top: 20px;
  padding: 13px 55px;
  margin-bottom: 0;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ececec;
  font-weight: 500;
}
.comment-response form input[type=submit]:hover {
  background-color: #d9091e;
  color: white;
  border-color: #d9091e;
}

.latest-item-section {
  background-color: #f7f7f7;
}

.to-top {
  width: 35px;
  height: 35px;
  background-color: #d9091e;
  color: white;
  text-align: center;
  line-height: 39px;
  font-size: 15px;
  position: fixed;
  bottom: -50px;
  right: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 30px;
  z-index: 99;
}
.to-top:hover {
  color: white;
}
.to-top.fixed-totop {
  bottom: 50px;
}
@media (min-width: 768px) {
  .to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.filter-input-radio-group {
  /* This is the checked state */
  /* active state i.e. displayed while the mouse is being pressed down */
  /* the shadow; displayed while the element is in focus */
}
.filter-input-radio-group .filter-custom-radio {
  width: 50%;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .filter-input-radio-group .filter-custom-radio {
    width: 33.3%;
  }
}
@media (min-width: 992px) {
  .filter-input-radio-group .filter-custom-radio {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .filter-input-radio-group .filter-custom-radio {
    width: 12.5%;
  }
}
.filter-input-radio-group .custom-control-label {
  font-size: 14px;
  line-height: 25px;
  margin-left: 30px;
}
.filter-input-radio-group .filter-custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.filter-input-radio-group .filter-custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.filter-input-radio-group .filter-custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #de152a;
  border-radius: 100%;
  border-color: #de152a;
}
.filter-input-radio-group .filter-custom-radio .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #de152a;
  border-radius: 100%;
  border-color: #de152a;
}
.filter-input-radio-group .filter-custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 21, 42, 0.25);
}
.filter-input-radio-group .filter-custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  display: none;
}

.container-sm {
  max-width: 960px;
  margin: auto;
}

.faq {
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0px 10px 0 rgba(34, 34, 34, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.faq:last-child {
  margin-bottom: 0;
}
.faq .faq-header {
  box-shadow: 0 0px 10px 0 rgba(34, 34, 34, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.faq .faq-header .btn-link {
  width: 100%;
  padding: 20px 50px 22px 80px;
  text-align: left;
  background-color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #273167;
  border: none;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1500px) {
  .faq .faq-header .btn-link {
    font-size: 18px;
  }
}
.faq .faq-header .btn-link .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #de152a;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -15px;
}
.faq .faq-header .btn-link .icon i {
  line-height: 30px;
  color: #fff;
}
.faq .faq-header .btn-link .fa-minus {
  display: block;
}
.faq .faq-header .btn-link .fa-plus {
  display: none;
}
.faq .faq-header .btn-link.collapsed {
  color: #273167;
}
.faq .faq-header .btn-link.collapsed .icon {
  background-color: #ebebeb;
}
.faq .faq-header .btn-link.collapsed .icon .fa-minus {
  display: none;
}
.faq .faq-header .btn-link.collapsed .icon .fa-plus {
  display: block;
}
.faq .faq-body {
  padding: 20px 30px 20px 40px;
}
.faq .faq-body p {
  font-size: 14px;
  line-height: 2.2;
}
@media (min-width: 1500px) {
  .faq .faq-body p {
    font-size: 16px;
    line-height: 2.25;
  }
}
.faq .faq-body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .faq .faq-body {
    padding: 60px 90px 60px 100px;
  }
}

.sitemap-page h1 {
  font-size: 30px;
}
@media (min-width: 992px) {
  .sitemap-page h1 {
    font-size: 50px;
  }
}
.sitemap-page h5 {
  margin-bottom: 20px;
}
.sitemap-page ul li {
  line-height: 2.5;
}
.sitemap-page a {
  text-decoration: underline;
}
.sitemap-page a:hover {
  color: #de152a;
}

.album-item {
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.album-item .album-thumb {
  overflow: hidden;
}
.album-item .album-thumb img {
  width: 100%;
  transition: all 0.3s ease;
}
.album-item h5 {
  padding: 12px 20px;
  font-size: 20px;
}
.album-item h5 a {
  color: #333;
}
.album-item:hover .album-thumb img {
  transform: scale(1.1);
}
.album-item:hover h5 a {
  color: #de152a;
}

.gallery-item {
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.gallery-item .gallery-thumb {
  overflow: hidden;
  position: relative;
}
.gallery-item .gallery-thumb img {
  width: 100%;
  transition: all 0.3s ease;
}
.gallery-item .gallery-thumb .plus-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease;
}
.gallery-item .gallery-thumb .plus-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #fff;
}
.gallery-item .gallery-thumb .plus-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #fff;
  transform: rotate(-90deg);
}
.gallery-item .gallery-thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 21, 42, 0.6);
  opacity: 0;
  transition: all 0.3s ease;
}
.gallery-item:hover .gallery-thumb img {
  transform: scale(1.1);
}
.gallery-item:hover .gallery-thumb:after {
  opacity: 1;
}
.gallery-item:hover .gallery-thumb .plus-icon {
  transform: scale(1);
}

.video-gallery-item {
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.video-gallery-item .video-gallery-thumb {
  overflow: hidden;
  position: relative;
}
.video-gallery-item .video-gallery-thumb img {
  width: 100%;
  transition: all 0.3s ease;
}
.video-gallery-item .video-gallery-thumb .play-button {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 18px;
  color: #de152a;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s ease;
}
.video-gallery-item .video-gallery-thumb .play-button:hover {
  background-color: #de152a;
  color: white;
}
.video-gallery-item .video-gallery-thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(140, 43, 146, 0.6);
  opacity: 0;
  transition: all 0.3s ease;
}
.video-gallery-item:hover .video-gallery-thumb img {
  transform: scale(1.1);
}
.video-gallery-item:hover .video-gallery-thumb:after {
  opacity: 1;
}

.lightcase-open body {
  overflow: visible;
}

.media-page .post-content {
  padding: 10px 20px !important;
}
.media-page .post-content .title {
  font-size: 18px;
}

.catalog-page .row {
  margin-left: -15px;
  margin-right: -15px;
}

.catalog-item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
}
.catalog-item a {
  text-decoration: none;
}
.catalog-item img {
  width: 100%;
}
.catalog-item .catalog-thumb a {
  position: relative;
  overflow: hidden;
  display: block;
}
.catalog-item .catalog-thumb a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 21, 42, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-item .catalog-thumb a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-item .catalog-content h5 a {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 12px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-item .catalog-content h5 a:hover {
  color: #de152a;
}
.catalog-item:hover .catalog-thumb a:after {
  opacity: 1;
}
.catalog-item:hover .catalog-thumb a img {
  transform: scale(1.1);
}
.catalog-item:hover .catalog-content h5 a {
  color: #de152a;
}

.client-logo-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.client-logo-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.client-logo-container .swiper-pagination .swiper-pagination-bullet-active {
  background-image: linear-gradient(to bottom right, #de152a, #ac0314);
}

.client-logo-container .client-item {
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 15px;
}

.client-logo-container .client-item img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



.view_thumb .img_large {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.view_thumb .imgs_thumb {
  display: flex;
}
.view_thumb .imgs_thumb a {
  width: 25%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
}
.view_thumb .imgs_thumb a img {
  width: 90%;
}

.event-item {
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.event-item .event-thumb {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.event-item .event-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-item .event-thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.event-item .event-content {
  padding: 20px;
}
.event-item .event-content .title a {
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-item .event-content .title a:hover {
  color: #d9091e;
}
.event-item .event-content .excerpt {
  margin-bottom: 15px;
}
.event-item .event-content .event-info li {
  font-size: 14px;
  line-height: 2;
}
.event-item .event-content .event-info li b {
  font-weight: 500;
  width: 45px;
  display: inline-block;
}
.event-item .event-content .event-info li span {
  margin-left: 10px;
}
.event-item .event-content .event-footer {
  width: 100%;
  margin-top: 10px;
}
.event-item .event-content .event-footer .price {
  font-size: 20px;
  font-weight: 700;
  color: #de152a;
}
.event-item .event-content .event-footer .buy {
  background-color: #de152a;
  padding: 5px 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-item .event-content .event-footer .buy:hover {
  transform: translateY(-5px);
}
.event-item:hover .event-thumb img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.event-item:hover .event-thumb:after {
  opacity: 1;
}

.view-more {
  padding: 13px 40px;
  border-radius: 5px;
  background:#de152a;
  font-size: 14px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.view-more:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  color: white;
}
@media (min-width: 992px) {
  .view-more {
    padding: 18px 58px;
    font-size: 16px;
  }
}

.blog-btn {
  padding: 13px 25px;
  border-radius: 40px;
  background:#de152a;
  font-size: 14px;
  color: white;
  display: inline-block;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-btn:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  color: white;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.menu-bar {
  width: 40px;
  height: 35px;
  background-color: #d9091e;
  border-radius: 3px 3px 3px 3px;
  position: relative;
  right: 0px;
  top: 0;
}
.menu-bar span {
  position: absolute;
  width: 65%;
  height: 2px;
  top: 50%;
  left: 7px;
  margin-top: -1px;
  background-color: white;
}
.menu-bar span:first-child {
  margin-top: -8px;
}
.menu-bar span:last-child {
  margin-top: 6px;
}

.nav-menu li a {
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 17px;
  display: block;
}
@media (min-width: 992px) {
  .nav-menu li a {
    padding: 29px 8px;
  }
}
@media (min-width: 1200px) {
  .nav-menu li a {
    padding: 29px 17px;
  }
}
.nav-menu li a i {
  margin-left: 3px;
}
.nav-menu li a:hover {
  color: #d7061c;
}
.nav-menu li.active > a {
  color: #d7061c;
}

.nav-menu li.dropdown {
  position: relative;
}
.nav-menu li.dropdown .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  background-color: white;
  padding: 5px 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  z-index: 99;
}
.nav-menu li.dropdown .submenu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background-image:#de152a;
}
.nav-menu li.dropdown .submenu li a {
  font-size: 85%;
  display: flex;
  padding: 12px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  justify-content: space-between;
  align-items: center;
}
.nav-menu li.dropdown .submenu li:last-child a {
  border-bottom: none;
}
.nav-menu li.dropdown .submenu li:hover > a {
  background-image:#de152a;
  color: white;
}
.nav-menu li.dropdown .submenu li:hover > a i {
  transform: rotate(-90deg);
}
.nav-menu li.dropdown .submenu .submenu {
  left: 100%;
  top: -5px;
}
.nav-menu li.dropdown .submenu > li:hover > .submenu {
  transform: scaleY(1);
}
.nav-menu li.dropdown:hover > .submenu {
  transform: scaleY(1);
}

.menu-action {
  padding-left: 0;
  margin-bottom: 0;
}
.menu-action .search-option {
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 17px;
  cursor: pointer;
}
.menu-action .shop .shop-btn {
  padding: 10px 20px;
  background: #de152a;
  color: white;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
.menu-action .shop .shop-btn i {
  font-size: 20px;
  margin-right: 7px;
}
.menu-action .shop .shop-btn:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.menu-action .global a {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.header-top .social-media-list li a.facebook {
  background-color: #62626200;
}
.header-top .social-media-list li a.youtube {
  background-color: #62626200;
}
.header-top .social-media-list li a.instagram {
  background-color: #62626200;
}
.header-top .social-media-list li a.linkedin {
  background-color: #62626200;
}
.header-top .social-media-list li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #464646;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.header-top .social-media-list li a:hover {
  background-color: #62626200;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  color:#c20b1e;
}
.header.style3 .header-top .social-media-list li a {
  color: #fff;
}
.header.style3 .header-top .social-media-list li a:hover {
  background-color: #62626200;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  color:#c20b1e;
}
.header-top {
    background-color: rgb(255 255 255 / 52%);
    padding: 1px 0;
    border-bottom: 1px solid #9a969633;
    display: none;
}
.header-top .site-info li {
  margin-right: 20px;
  font-weight: 400;
}
.header-top .site-info li:last-child {
  margin-right: 0;
}
.header-top .site-info li i {
  margin-right: 7px;
  color: rgba(222,21,42,1);
}
.axsis-main-menu-area {
  padding: 10px 0;
}
.header.style3 .header-top {
   background-color: rgb(255 255 255 / 0%);
}
.header.style3 .header-top .site-info li a {
  color: white;
}
.header.style2 {
  position: static;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 0px;
}
.header.style2 .fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}
.mobile-menu-open {
    overflow: hidden;
}
@media (min-width: 992px) {
  .header.style2 {
    padding: 0;
  }
  .header .container {
    max-width: 1250px;
  }
  .header-top {
    display: block;
  }
}

.megamenu-contaier {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: white;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

.mega {
  position: relative;
}
.mega .col-lg-10, .mega .mega-menu {
  position: initial;
}

.mega-heading {
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dcdcdc;
}
.mega-heading .nav a {
  padding: 16px 30px;
}
@media (min-width: 1200px) {
  .mega-heading .nav a {
    padding: 16px 50px;
  }
}
.mega-heading .nav a.active {
  background-color: #d7061c;
  color: white;
}

.mega-content {
  padding: 50px;
  height: 450px;
  overflow-y: auto;
}

.mega-catagory-item {
  margin-bottom: 30px;
}
.mega-catagory-item h6 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mega-catagory-item ul li a {
  font-size: 14px;
  padding: 4px;
  padding-left: 0;
  color: #383838;
  font-weight: 400;
  display: block;
}
.mega-catagory-item ul li a:hover {
  color: #d7061c;
}

.mega-menu:hover .megamenu-contaier {
  transform: scaleY(1);
}

.header.style3 .nav-menu > li > a {
  color: white;
}
.header.style3 .nav-menu > li:hover > a {
  color: #d7061c;
}
.header.style3 .nav-menu > li.active > a {
  color: #d7061c;
}
.header.style3 .menu-action .search-option {
  color: white;
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100vh;
  background-color: #333;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-menu-container .global a {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.mobile-menu-container .mobile-search {
  padding: 0 15px;
  position: relative;
}
.mobile-menu-container .mobile-search form {
  position: relative;
}
.mobile-menu-container .mobile-search form input {
  width: 100%;
  padding: 8px 15px;
  border: none;
  border-radius: 3px;
  font-size: 13px;
}
.mobile-menu-container .mobile-search form button {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -8px;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 13px;
}
.mobile-menu-container .mobile-menu {
  padding: 30px 0;
}
.mobile-menu-container .mobile-menu ul li a {
  padding: 12px 30px;
  color: white;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile-menu-container .mobile-menu ul li a i {
  font-size: 18px;
}
.mobile-menu-container .mobile-menu ul li:last-child a {
  border-bottom: none;
}
.mobile-menu-container .close-btn {
  width: 30px;
  height: 30px;
  border-radius: 0px 3px 3px 0px;
  position: relative;
}
.mobile-menu-container .close-btn span {
  position: absolute;
  width: 70%;
  height: 2px;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  background-color: white;
  transform-origin: middle;
}
.mobile-menu-container .close-btn span:first-child {
  transform: rotate(-45deg);
}
.mobile-menu-container .close-btn span:last-child {
  transform: rotate(45deg);
}
.mobile-menu-container .mobile-menu-header {
  padding: 3px 15px;
  margin-bottom: 20px;
  background-color: #222;
}
.mobile-menu-container .mobile-menu-header .logo {
  width: 30px;
}
.mobile-menu-container .mobile-menu-header .logo a {
  margin: 0;
}
.mobile-menu-container .mobile-menu-header .logo a img {
  width: 100%;
}
.mobile-menu-container .mobile-menu-wrapper {
  height: calc(100vh - 130px);
  overflow-y: auto;
}

.mobile-dropdown {
  position: relative;
}
.mobile-dropdown .mobile-submenu {
  list-style: none;
  display: none;
  padding-left: 10px;
}
.mobile-dropdown .mobile-submenu .mega-catagory-item {
  margin-bottom: 20px;
}
.mobile-dropdown .mobile-submenu .mega-catagory-item h6 {
  color: white;
  font-size: 14px;
}
.mobile-dropdown .mobile-submenu .mega-catagory-item ol {
  padding-left: 0;
}
.mobile-dropdown .mobile-submenu .mega-catagory-item ol li a {
  padding: 5px 0;
  border-bottom: none;
}
.mobile-dropdown > a {
  position: relative;
}
.mobile-dropdown > a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-dropdown.open > a:after {
  transform: rotate(45deg);
}

.mobile-menu-open .mobile-menu-container {
  left: 0;
}
.mobile-menu-open:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1000%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.mobile-menu-container .outlet-area-mm {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  padding: 0 25px;
}

.mobile-menu-container .outlet-area-mm .rfl-outlet-content-mm {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mobile-menu-container .outlet-area-mm .rfl-outlet-content-mm .buy-online {
  padding: 12px 30px;
  font-size: 14px;
  border-radius: 30px;
  background-image:#de152a;
  color: white;
}

.mobile-menu-container .share-area a i {
  width: 35px;
  height: 35px;
  background-color: #4c68d7;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: white;
  display: inline-block;
  margin: 2px;
}
.mobile-menu-container .share-area a .fa-facebook-f {
  width: 35px;
  height: 35px;
  background-color: #4267b2;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: white;
  display: inline-block;
  margin: 2px;
}
.mobile-menu-container .share-area a .fa-facebook-f:hover {
  background-color: #ed1c24;
}
.mobile-menu-container .share-area a .fa-youtube {
  width: 35px;
  height: 35px;
  background-color: #FF0000;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: white;
  display: inline-block;
  margin: 2px;
}
.mobile-menu-container .share-area a .fa-youtube:hover {
  background-color: #ae0a0a;
}
.mobile-menu-container .share-area a .fa-twitter {
  width: 35px;
  height: 35px;
  background-color: #50abf1;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: white;
  display: inline-block;
  margin: 2px;
}
.mobile-menu-container .share-area a .fa-twitter:hover {
  background-color: #ed1c24;
}
.mobile-menu-container .share-area a .fa-linkedin-in {
  width: 35px;
  height: 35px;
  background-color: #0077b7;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: white;
  display: inline-block;
  margin: 2px;
}
.mobile-menu-container .share-area a .fa-linkedin-in:hover {
  background-color: #ed1c24;
}
.mobile-menu-container .share-area a .fa-blogger-b {
  width: 35px;
  height: 35px;
  background-color: #ff7043;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: white;
  display: inline-block;
  margin: 2px;
}
.mobile-menu-container .share-area a .fa-blogger-b:hover {
  background-color: #ed1c24;
}
.mobile-menu-container .share-area a .fa-pinterest {
  width: 35px;
  height: 35px;
  background-color: #bd071d;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: white;
  display: inline-block;
  margin: 2px;
}
.mobile-menu-container .share-area a .fa-pinterest:hover {
  background-color: #ed1c24;
}
.mobile-menu-container .share-area a i {
  border-radius: 50%;
}



.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 10px;
}

.noUi-horizontal .noUi-handle {
  width: 6px;
  height: 15px;
  border-radius: 3px;
  left: -4px;
  top: -3px;
  background-color: #363636;
}

/* Styling;
 */
.noUi-background {
  background: #f2f2f2;
}

.noUi-connect {
  background: #ed1c24;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 6px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

.price-range-form {
  padding: 20px;
}

.slider-labels {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.slider-labels .caption {
  width: 70%;
}
.slider-labels .caption strong {
  color: #ccc;
  font-weight: 400 !important;
  font-size: 14px;
}
.slider-labels .caption span {
  color: #555555;
  font-weight: 400;
  font-size: 14px;
}
.slider-labels .submit {
  border: 1px solid #434343;
  padding: 4px 18px;
  background-color: white;
  color: #464646;
}
.slider-labels .submit:hover {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: white;
}

.banner-section {
  height: 100vh;
 *background-image: url(../images/banner/banner-bg.jpg);
  background-size: cover;
  overflow: hidden;
}

.banner-content {
  text-align: center;
}
@media (min-width: 768px) {
  .banner-content {
    text-align: left;
  }
}
.banner-content h2 {
  font-size: 24px;
  line-height: 1.33;
  color: #464646;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .banner-content h2 {
    font-size: 36px;
  }
}
.banner-content p {
  font-size: 14px;
  line-height: 24px;
  color: #464646;
  margin-bottom: 20px;
}
.banner-content .banner-btn {
  padding: 12px 30px;
  border-radius: 30px;
  background:#de152a;
  font-size: 13px;
  font-weight: 700;
  color: white;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .banner-content .banner-btn {
    padding: 19px 50px;
  }
}
.banner-content .banner-btn:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.video-bg {
  position: relative;
  width: 100%;
  height: 100vh;
}
.video-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
  z-index: 1;
}
.video-bg .video {
    position: absolute;
    left: 50%;
    top: 0;
    width: 125%;
    height: 100%;
    transform: translateX(-50%);
}
.video-bg .banner-content {
  position: relative;
  z-index: 2;
}
.video-bg .banner-content h2 {
  color: white;
}
.video-bg .banner-content p {
  color: white;
}
@media (max-width: 1500px) {
  .video-bg .video {
    position: absolute;
    left: 50%;
    top: 0;
    width: 150%;
    height: 100%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) {
  .video-bg .video {
    position: absolute;
    left: 50%;
    top: 0;
    width: 217%;
    height: 100%;
    transform: translateX(-50%);
  }
}
.footer-logo-area {
  position: relative;
  background-color: #2a2b2f;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
}
.footer-logo-area .footer-logo-content {
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.footer-logo-area .footer-logo-content .footer-logo {
  margin-bottom: 20px;
  display: block;
}
.footer-logo-area .footer-logo-content p {
  color: #a9a9a9;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-main {
  background-color: #2a2b2f;
}
.footer-main .widget-title {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
.footer-main address, .footer-main ul li, .footer-main ul li a {
  font-size: 14px;
  color: #a9a9a9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-main ul li {
  line-height: 2.2;
}
.footer-main ul li a:hover {
  color: white;
}

.footer-bottom {
  background-color: #2a2b2f;
  
}
.footer-bottom .border-top {
  border-top: 1px solid #3c3d40 !important;
  padding: 20px 0;
}
.footer-bottom p {
  margin-bottom: 0;
  color:#a9a9a9;
}
.footer-bottom p i {
  margin: 0 4px;
}
.footer-bottom .social-media-list li a {
  padding: 5px 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color:#a9a9a9;
}
.footer-bottom .social-media-list li a:hover {
  color: white;
}

.footer-widget {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-widget {
    text-align: left;
  }
}

.sidebar .sidebar-widget {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.sidebar .sidebar-widget .widget-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px;
  background-color: #f5f5f5;
}
.sidebar .sidebar-widget .widget-wrapper {
  background-color: white;
}

.catagory-menu {
  padding-left: 0;
  list-style: none;
}
.catagory-menu > .catagory-dropdown {
  padding: 0px 20px;
  border-bottom: 1px solid #f2f2f2;
}
.catagory-menu .catagory-dropdown > a {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  text-transform: uppercase;
}
.catagory-menu .catagory-dropdown > a .plus-minus {
  width: 21px;
  height: 21px;
  background-image:#de152a;
  border-radius: 3px;
  position: relative;
}
.catagory-menu .catagory-dropdown > a .plus-minus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 1px;
  background-color: #b7b7b7;
  margin-left: -4.5px;
  margin-top: -0.5px;
}
.catagory-menu .catagory-dropdown > a .plus-minus:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 1px;
  background-color: #b7b7b7;
  margin-left: -4.5px;
  margin-top: -0.5px;
  transform-origin: middle;
}
.catagory-menu .catagory-dropdown .catagory-submenu {
  list-style: none;
  display: none;
  padding: 0 15px;
}
.catagory-menu .catagory-dropdown .catagory-submenu > li > a {
  padding: 10px 0px;
  font-size: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.catagory-menu .catagory-dropdown .catagory-submenu li:last-child a {
  border-bottom: none;
}
.catagory-menu .catagory-dropdown .catagory-submenu .filter-checkbox {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
  padding: 0;
}
.catagory-menu .catagory-dropdown .catagory-submenu .filter-checkbox .checkbox-item {
  width: 100%;
  padding: 5px 0px;
}
.catagory-menu .catagory-dropdown .catagory-submenu .filter-checkbox .checkbox-item .label {
  font-size: 14px;
  text-transform: capitalize;
}
.catagory-menu .catagory-dropdown .catagory-submenu .filter-checkbox .checkbox-item input[type=checkbox]:checked ~ .checkbox {
  border-color: #e5493a;
}
.catagory-menu .catagory-dropdown .catagory-submenu .filter-checkbox .checkbox-item input[type=checkbox]:checked ~ .checkbox:after {
  opacity: 1;
  border-color: #e5493a;
}
.catagory-menu .catagory-dropdown .catagory-submenu .filter-checkbox .checkbox-item input[type=checkbox]:checked ~ .label {
  color: #e5493a;
}
.catagory-menu .catagory-dropdown .catagory-submenu .open > a {
  border-bottom: none;
}
.catagory-menu .catagory-dropdown.open > a {
  border-bottom: none;
}
.catagory-menu .catagory-dropdown.open > a > .plus-minus {
  background-image:#de152a;
}
.catagory-menu .catagory-dropdown.open > a > .plus-minus:after {
  background-color: white;
}
.catagory-menu .catagory-dropdown.open > a > .plus-minus:before {
  transform: rotate(90deg);
  background-color: white;
}
.catagory-menu .catagory-dropdown.open > .catagory-submenu {
  display: block;
}

.rflfilter-accordion .rfl-card {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
.rflfilter-accordion .rfl-card-header button {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #e5493a;
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 1;
}
.rflfilter-accordion .rfl-card-header button:hover, .rflfilter-accordion .rfl-card-header button:focus, .rflfilter-accordion .rfl-card-header button:active {
  text-decoration: none;
}
.rflfilter-accordion .rfl-card-header button .plus-minus {
  width: 21px;
  height: 21px;
  background-image:#de152a;
  border-radius: 3px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.rflfilter-accordion .rfl-card-header button .plus-minus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 1px;
  background-color: white;
  margin-left: -4.5px;
  margin-top: -0.5px;
}
.rflfilter-accordion .rfl-card-header button .plus-minus:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 1px;
  background-color: white;
  margin-left: -4.5px;
  margin-top: -0.5px;
  transform-origin: middle;
}
.rflfilter-accordion .rfl-card-header button.collapsed {
  color: #464646;
}
.rflfilter-accordion .rfl-card-header button.collapsed .plus-minus {
  background-image: linear-gradient(to bottom right, #f2f2f2, #f2f2f2);
}
.rflfilter-accordion .rfl-card-header button.collapsed .plus-minus:after {
  background-color: #b7b7b7;
}
.rflfilter-accordion .rfl-card-header button.collapsed .plus-minus:before {
  transform: rotate(90deg);
  background-color: #b7b7b7;
}
.rflfilter-accordion .rfl-card-body .filter-checkbox {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
}
.rflfilter-accordion .rfl-card-body .filter-checkbox .checkbox-item {
  width: 100%;
}
.rflfilter-accordion .rfl-card-body .filter-checkbox .checkbox-item .label {
  font-size: 14px;
  text-transform: capitalize;
}
.rflfilter-accordion .rfl-card-body .filter-checkbox .checkbox-item input[type=checkbox]:checked ~ .checkbox {
  border-color: #e5493a;
}
.rflfilter-accordion .rfl-card-body .filter-checkbox .checkbox-item input[type=checkbox]:checked ~ .checkbox:after {
  opacity: 1;
  border-color: #e5493a;
}
.rflfilter-accordion .rfl-card-body .filter-checkbox .checkbox-item input[type=checkbox]:checked ~ .label {
  color: #e5493a;
}

.hot-collection {
  display: block;
}
.hot-collection img {
  width: 100%;
}

.small-post-list {
  padding: 10px 15px;
}

.small-post-item {
  padding: 10px 0;
  border-bottom: 1px solid #f3f3f3;
}
.small-post-item .thumb {
  width: 55px;
}
.small-post-item .thumb img {
  width: 100%;
}
.small-post-item .content {
  width: calc(100% - 55px);
  padding-left: 15px;
}
.small-post-item .content .name {
  font-size: 14px;
  margin-bottom: 3px;
}
.small-post-item .content .price {
  font-size: 16px;
  font-weight: 700;
  color: #555555;
}
.small-post-item .content .price strike {
  font-weight: 400;
  font-size: 12px;
  color: #d7d7d7;
}
.small-post-item:first-child {
  padding-top: 0;
}
.small-post-item:last-child {
  border-bottom: none;
}

.page-content {
  position: relative;
}

a.drawer {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -40px;
  top: 0px;
  background: #ED1C24;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
}
a.drawer i {
  color: white;
  line-height: 40px;
}
a.drawer .right {
  display: block;
}
a.drawer .left {
  display: none;
}

.sidebar {
  width: 250px;
  position: absolute;
  left: -250px;
  top: 0;
  z-index: 2;
  padding: 0;
  background-color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .sidebar {
    width: auto;
    position: static;
    padding: 0 15px;
    background-color: transparent;
  }
}

.page-content.open-sidebar a.drawer .right {
  display: none;
}
.page-content.open-sidebar a.drawer .left {
  display: block;
}
.page-content.open-sidebar .sidebar {
  left: 0;
}

.sidebar .searh-widget {
  border-radius: 40px;
}
.sidebar .widget {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.sidebar .widget .widget-wrapper {
  padding: 0 25px;
}
.sidebar .search-form {
  width: 100%;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.sidebar .search-form input {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.sidebar .search-form input:active, .sidebar .search-form inputfocus, .sidebar .search-form input:hover {
  border-color: #de152a;
}
.sidebar .search-form i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
}
.sidebar .widget-title {
  background-color: #f8f8f8;
  padding: 15px 20px;
  color: #464646;
}

.catagory-list {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.catagory-list li a {
  background-color: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catagory-list li a .count {
  background-color: #f5f5f5;
  padding: 3px 5px;
  color: #464646;
  border-radius: 1px;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catagory-list li a:hover {
  color: #de152a;
}
.catagory-list li a:hover .count {
  background-color: #de152a;
  color: #fff;
}
.catagory-list li:last-child a {
  border-bottom: none;
}

.latest-news-list .post-item {
  box-shadow: none;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0;
}
.latest-news-list .post-item .post-thumb {
  width: 65px;
  height: 65px;
  overflow: hidden;
  position: relative;
}
.latest-news-list .post-item .post-thumb img {
  width: 100%;
}
.latest-news-list .post-item .post-content {
  width: calc(100% - 65px);
  padding: 0 0 0 10px;
}
.latest-news-list .post-item .post-content .title {
  font-size: 14px;
  color: #464646;
  line-height: 18px;
  margin-bottom: 6px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.latest-news-list .post-item .post-content .meta-post {
  margin-bottom: 0;
  padding: 0;
}
.latest-news-list .post-item .post-content .meta-post li {
  font-size: 12px;
}
.latest-news-list .post-item:hover .post-thumb:after {
  opacity: 1;
}
.latest-news-list .post-item:hover .title {
  color: #de152a;
}

.tag-list {
  padding: 25px 0;
}
.tag-list li {
  display: inline-block;
}
.tag-list li a {
  display: inline-block;
  padding: 10px 25px;
  font-size: 12px;
  border: 1px solid #ebebeb;
  color: #464646;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.tag-list li a:hover {
  background-color: #de152a;
  color: #fff;
  border-color: #de152a;
}



.glove a {
    font-size: 24px;
    color: #d9091e;
}
.video-bg .banner-content > div {
    display: none;
}

@media only screen and (min-width: 576px) {
    .filter-product-container .swiper-slide {
        max-width: 277px;
        margin: auto;
    }
    .video-bg .banner-content >div {
        display: block;
    }
}
@media only screen and (max-width: 990px) {
    .filter-product-container {
        padding-bottom: 50px;
    }
}

.filter-product-container .product-item {
    max-width: 247px;
    margin: auto;
}

.header.style3 .menu-action .global a {
    color: white;
}
.header.style3 .menu-action .global a:hover {
    color: #d7061c;
}

@media only screen and (max-width: 990px) {
    .video-bg {
        max-height: 550px;
    }
}

@media only screen and (max-width: 768) {
    .video-bg {
        max-height: 438px;
    }
}

@media only screen and (max-width: 576px) {
    .video-bg {
        max-height: 355px;
    }
}






.map-section {
  background-color: #f9f9f9;
}
.showroom-list {
  /*margin-top: 30px;*/
}
.showroom-list .contentreloader{
  max-height: 410px;
  overflow-y: auto;
}

.nearest-shop-item {
  display: flex;
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}

.nearest-shop-item .map-icon {
  width: 50px;
}
.nearest-shop-item .map-icon i {
  font-size: 40px;
  color: #de152a;
}
.nearest-shop-item .nearest-shop-content {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.nearest-shop-item .nearest-shop-content h5 {
  font-size: 16px;
}
.nearest-shop-item .nearest-shop-content p {
  font-size: 14px;
  margin-bottom: 10px;
}

.map-details {
  margin-top: 35px;
}
.map-details .lock {
  border: 5px solid white;
}


/*store-locator*/
.store-locator {
  margin-bottom: 60px;
  padding: 40px 30px;
  background-color: white;
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.07);
}
.store-locator form select,
.store-locator form input {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #dad9d9;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
  font-size: 14px;
  background-color: white;
}

.store-locator form select:focus,
.store-locator form input:focus {
  outline: none;
  border: 1px solid #de152a;
  box-shadow: 0 0 20px 0 rgba(222,21,42,0.1);
}

.store-locator-header h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.banner-section .video {
  display: none;
}
.banner-section.video-bg .video {
  display: block;
}

@media only screen and (max-width: 767px) {
  .store-locator .col-md-4 {
    margin-bottom: 20px;
  }
}


/* popup box css */
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 99999;
  }
  .popup-overlay {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    cursor: crosshair;
  }
  .popup .popup-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    height: 100%;
  }
  .popup .popupbox {
    max-width: 750px;
    width: 100%;
    position: relative;
    z-index: 999999;
  }

  .popupbox .popup-close {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 2;
    border: none;
    background: none;
    outline: none;
  }

  @media (max-width: 1200px) {
   .popup {
        padding: 100px;
   }
}

@media (max-width: 500px) {
   .popup {
        padding: 10px;
   }
}




/*  marquee */
.footer-bootom-margin {
    margin-bottom: 20px;
}

.pagewrapper {
    padding-bottom: 0px;
}

.close {
    opacity: 1;
}

.mar-container {
    position: fixed;
    bottom: 0;
    z-index: 1111;
    max-width: 30em;
    background: #182a61;
    box-shadow: 0 0 2em 0.5em rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: 100%;
}

.mar-container.short {
    max-width: 100%;
    background: #dcdcdc;
}

.mar-block {
    display: inline-block;
    margin: 8px 0;
    padding-left: 100%;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

@keyframes  marquee {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-120%, 0);
    }
}

.mar-container .animate {
    animation: marquee 12s linear 1s infinite;
}

.animate.quick {
    animation-duration: 8s;
}

footer.footer-area .footer-bottom{
    padding-bottom: 40px;
}

a.search-close i {
  color: white;
  font-size: 18px;
}

a.drawer {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -40px;
  top: 0px;
  background: #ED1C24;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
}
a.drawer i {
  color: white;
  line-height: 40px;
}
a.drawer .right {
  display: block;
}
a.drawer .left {
  display: none;
}
.nearest-shop-item:hover{
    background: #de152a;
    color: white;
}
.nearest-shop-item:hover .map-icon i {
    color: white;
}

.nearest-shop-item:hover .nearest-shop-content h5,
.nearest-shop-item:hover .nearest-shop-content p,
.nearest-shop-item:hover .nearest-shop-content span,
.nearest-shop-item:hover .map-icon i {
    color: white;
}

.mt-1, .my-1 {
    margin-top: .25rem!important;
    padding: 10px 20px;
    background:#de152a;
    color: white;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}



/*  custom page-header */
.page-header-custom {
    position: relative;
}
.page-header-custom .page-header-image img {
    width: 100%;
}
.page-header-custom .page-header-content-area {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}
.page-header-custom .page-header-content {
    max-width: 400px;
    margin-bottom: 30px;
}
.page-header-custom .page-header-content h3 {
    font-size: 30px;
    color: white;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
}
.page-header-custom .page-header-content p {
    color: white;
}
.page-header-custom .breadcrumb {
    background-color: transparent;
    padding-left: 0;
    margin-bottom: 0;
}
.page-header-custom .breadcrumb li {
    padding-top: 2px;
    padding-right: 20px;
    position: relative;
}
.page-header-custom .breadcrumb li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}
.page-header-custom .breadcrumb li:last-child {
    padding: 4px 7px;
    background-color: #dd0f24;
    color: white;
    font-size: 12px;
}
.page-header-custom .breadcrumb li:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #8f8f8f;
}
.page-header-custom .breadcrumb li:last-child:after {
    display: none;
}
.page-header-custom:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.68);
}

@media (max-width: 990px) {
   .page-header-custom .page-header-content {
        margin-bottom: 0px;
    }
    .page-header-custom .page-header-content h3 {
        font-size: 24px;
    }
    .page-header-custom .page-header-content p {
        display: none;
    }
    .video-bg .banner-content p {
        display: none;
    }
}

@media (max-width: 576px) {
    .page-header-custom .page-header-content h3 {
        font-size: 20px;
    }
}
.nav-menu li.dropdown .submenu li:hover > a {
    background:#de152a;
    color: white;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #de152a;
    border-color: #de152a;
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #de152a;
    border-color: #de152a;
}

.page-item.disabled .page-link {
    color: #de152a;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #d1091d;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #de152a;
    background-color: #fff;
    border: 1px solid #de152a;
}
.more-btn {
    padding: 10px 20px;
    background: #de152a;
    color: white;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}
.hidden {
    display: none;
}
#seo-content-text .h-less-text,#seo-content-text .h-long-text{
    font-size: 16px;
    line-height: 29px;
    color: #444444;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
#seo-content-text .view-more:hover {
    box-shadow: 0 5px 40px 0 rgba(222, 21, 42, 0.1);
    transform: translateY(-5px);
}
#seo-content-text .view-more {
    font-size: 12px;
    border: none;
    outline: none;
    background-image: -webkit-linear-gradient(top left, #de152a, #ac0314);
    background-image: -o-linear-gradient(top left, #de152a, #ac0314);
    background: #de152a;
    color: white;
    border-radius: 50px;
    padding: 9px 17px;
    margin-top: 21px;
    box-shadow: 0 35px 40px 0 rgba(222, 21, 42, 0.1);
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

