@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,900|Permanent+Marker|Playfair+Display:400,400i,700,700i,900,900i|Montserrat:300,300i,400,400i,500,500i,600,700,700i,800|Open+Sans:400|Roboto:400,400i,500,500i,700,700i,900|Reenie+Beanie");
.color-dark {
  color: #222222 !important;
}

/*================================================ 
 font-family: 'Poppins', sans-serif;
 font-family: 'Permanent Marker', cursive;
 font-family: 'Playfair Display', serif;
 font-family: 'Montserrat', sans-serif;
  font-family: 'Roboto', sans-serif;
 =================================================*/
@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    max-width: 320px;
  }
}
/**
 * Reset Styels
 */
* {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

a {
  color: #ca3c08;
  text-decoration: none;
}

a:visited {
  color: #ac0404;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: #ea9629;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/**
 * Typography
 */
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  overflow: hidden;
  overflow-y: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  color: #333333;
  font-weight: 400;
}

a {
  transition: all 0.4s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "louis_george_caferegular";
  line-height: 1.3;
  color: #222222;
}

h1,
.h1 {
  font-size: 42px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
.h1 {
    font-size: 38px;
  }

  h2,
.h2 {
    font-size: 28px;
  }

  h3,
.h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 36px;
  }

  h2,
.h2 {
    font-size: 26px;
  }

  h3,
.h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  h1,
.h1 {
    font-size: 34px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 700;
}

h4,
.h4,
h5,
.h5 {
  font-weight: 600;
}

h6,
.h6 {
  font-weight: 500;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:visited {
  color: inherit;
}

input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #eee;
  transition: all 0.4s ease-out 0s;
  color: #333333;
}
input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #0038E3;
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
}

input,
select {
  height: 40px;
  padding: 0 15px;
}

/*============================
 * Button
================================*/
a.bk-btn,
button.bk-btn {
  padding: 0 36px;
  height: 55px;
  line-height: 55px;
  border-width: 0;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
}
a.bk-btn.theme-btn,
button.bk-btn.theme-btn {
  background-color: #0038E3;
}
a.bk-btn:hover,
button.bk-btn:hover {
  transform: translateY(-3px);
}

.button-group .spacing {
  height: 46px;
}

a.brook-btn,
button.brook-btn {
  color: #fff;
  border-width: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  font-weight: 600;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border-style: solid;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a.brook-btn.text-dark,
button.brook-btn.text-dark {
  color: #001029;
}
a.brook-btn.text-theme,
button.brook-btn.text-theme {
  color: #0038E3;
}
a.brook-btn.text-white,
button.brook-btn.text-white {
  color: #ffffff;
}
a.brook-btn.space-between,
button.brook-btn.space-between {
  margin: 5px;
}
a.brook-btn.with-no-shadow,
button.brook-btn.with-no-shadow {
  box-shadow: none;
}
a.brook-btn.bk-btn-theme,
button.brook-btn.bk-btn-theme {
  background: #0038E3;
}
a.brook-btn.bk-btn-theme-2,
button.brook-btn.bk-btn-theme-2 {
  background: #0069FF;
}
a.brook-btn.bk-btn-yellow,
button.brook-btn.bk-btn-yellow {
  background: #FCB72B;
}
a.brook-btn.red-color-2,
button.brook-btn.red-color-2 {
  background: #F23E20;
}
a.brook-btn.bk-btn-secondary,
button.brook-btn.bk-btn-secondary {
  background: #899664;
}
a.brook-btn.bk-btn-white,
button.brook-btn.bk-btn-white {
  background: #ffffff;
  color: #222222;
}
a.brook-btn.bk-btn-pink,
button.brook-btn.bk-btn-pink {
  background: #f55d4e;
}
a.brook-btn.bk-btn-red,
button.brook-btn.bk-btn-red {
  background: #F0263F;
}
a.brook-btn.red-color-5,
button.brook-btn.red-color-5 {
  background: #d0021b;
}
a.brook-btn.color-green,
button.brook-btn.color-green {
  background: #899664;
}
a.brook-btn.color-green-2,
button.brook-btn.color-green-2 {
  background: #88db5e;
}
a.brook-btn.brown-3,
button.brook-btn.brown-3 {
  background: #CAC0B3;
}
a.brook-btn.red-color-3,
button.brook-btn.red-color-3 {
  background: #F55D4E;
}
a.brook-btn.red-color-3:hover,
button.brook-btn.red-color-3:hover {
  background: #F55D4E;
  color: #fff;
}
a.brook-btn.bk-btn-dark,
button.brook-btn.bk-btn-dark {
  background: #222222;
}
a.brook-btn.bk-btn-dark:hover,
button.brook-btn.bk-btn-dark:hover {
  background: #0038E3;
  color: #ffffff;
}
a.brook-btn.bk-btn-dark.red-color-3:hover,
button.brook-btn.bk-btn-dark.red-color-3:hover {
  background: #F55D4E !important;
  color: #fff;
}
a.brook-btn.bk-btn-gradient-pink,
button.brook-btn.bk-btn-gradient-pink {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(150deg, #FF3F85 40%, #FAA720 85%);
}
a.brook-btn.bk-btn-theme-border,
button.brook-btn.bk-btn-theme-border {
  border-width: 1px;
  background: transparent;
  border-color: #0038E3;
  color: #0038E3;
}
a.brook-btn.bk-btn-theme-border:hover,
button.brook-btn.bk-btn-theme-border:hover {
  background: #0038E3;
  border-color: #0038E3;
  color: #ffffff;
}
a.brook-btn.bk-btn-secondary-border,
button.brook-btn.bk-btn-secondary-border {
  border-width: 1px;
  background: #ffffff;
  border-color: #899664;
  color: #899664;
}
a.brook-btn.bk-btn-secondary-border:hover,
button.brook-btn.bk-btn-secondary-border:hover {
  background: #899664;
  border-color: #899664;
  color: #ffffff;
}
a.brook-btn.bk-btn-white-border,
button.brook-btn.bk-btn-white-border {
  border-width: 1px;
  background: transparent;
  border-color: #ddd;
  color: #222222;
}
a.brook-btn.bk-btn-white-border:hover,
button.brook-btn.bk-btn-white-border:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #222222;
}
a.brook-btn.bk-btn-pink-border,
button.brook-btn.bk-btn-pink-border {
  border-width: 1px;
  background: #ffffff;
  border-color: #f55d4e;
  color: #f55d4e;
}
a.brook-btn.bk-btn-pink-border:hover,
button.brook-btn.bk-btn-pink-border:hover {
  background: #f55d4e;
  border-color: #f55d4e;
  color: #ffffff;
}
a.brook-btn.btn-rounded,
button.brook-btn.btn-rounded {
  border-radius: 6px;
}
a.brook-btn.btn-rectangle,
button.brook-btn.btn-rectangle {
  border-radius: 0;
}
a.brook-btn.btn-bullet,
button.brook-btn.btn-bullet {
  border-radius: 500px;
}
a.brook-btn.btn-xs-size,
button.brook-btn.btn-xs-size {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
a.brook-btn.btn-sm-size,
button.brook-btn.btn-sm-size {
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}
a.brook-btn.btn-sd-size,
button.brook-btn.btn-sd-size {
  padding: 0 36px;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
}
a.brook-btn.btn-lg-size,
button.brook-btn.btn-lg-size {
  padding: 0 40px;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
}
a.brook-btn:hover,
button.brook-btn:hover {
  transform: translateY(-3px);
}

a.moredetails-btn {
  font-weight: 600;
  font-size: 14px;
  color: #222;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a.moredetails-btn.font-16 {
  font-size: 16px;
}
a.moredetails-btn:hover {
  color: #0038E3;
}
a.moredetails-btn i {
  padding-left: 20px !important;
  color: #0038E3;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a.moredetails-btn.red-color i {
  color: #F0263F;
}
a.moredetails-btn.red-color:hover {
  color: #F0263F;
}
a.moredetails-btn.yellow-color-2 i {
  color: #F8A440;
}
a.moredetails-btn.yellow-color-2:hover {
  color: #F8A440;
}

.view-more-btn.heding-color a span {
  color: #222222;
}
.view-more-btn.headingfont a span {
  font-family: "louis_george_caferegular";
}
.view-more-btn.font-18 a {
  font-size: 18px;
}
.view-more-btn.font-700 a {
  font-weight: 700;
}
.view-more-btn.font-600 a {
  font-weight: 600;
}
.view-more-btn a {
  font-size: 14px;
}
.view-more-btn a span {
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-more-btn a span.btn-arrow {
  transition: all 0.5s !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 73px;
  height: 2px;
  background: currentColor;
  margin-left: 14px;
  color: #FCB72B;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.view-more-btn a span.btn-arrow::before {
  content: "";
  position: absolute;
  right: 1px;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  top: -6px;
}
.view-more-btn a:hover span.btn-arrow {
  transform: translateX(100%);
}
.view-more-btn.brown-color a span.btn-arrow {
  background: #CE8F4F;
  color: #CE8F4F;
}

/* ========================
    Slider Video Play 
=========================*/
.yu2fvl {
  z-index: 9999;
  top: 0;
}

.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}

.yu2fvl-overlay {
  z-index: 9998;
  background: #000;
  opacity: 0.8;
}

.yu2fvl-close {
  position: absolute;
  top: 1px;
  left: 100%;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #f10 !important;
  background-color: #f10 !important;
  color: #ffffff;
  border: 0;
  background: none;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yu2fvl-close {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .yu2fvl-close {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%;
  }

  .video h2 {
    color: #ffffff;
    font-size: 32px;
  }
  .video h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
/*==========================
 * Section Title
============================*/
.section-title h3 {
  color: #0038E3;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.43;
  font-family: "Poppins", sans-serif;
  margin-bottom: 39px;
}
@media only screen and (max-width: 767px) {
  .section-title h3 {
    margin-bottom: 16px;
  }
}
.section-title h2 {
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 0;
  word-wrap: break-word;
  max-width: 100%;
  color: #222222;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 38px;
  }
  .section-title h2 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
  }
  .section-title h2 br {
    display: none;
  }
}
.section-title.white-text h3 {
  color: #ffffff;
}
.section-title.white-text h2 {
  color: #ffffff;
}
.section-title--2 h2 {
  font-size: 48px;
  line-height: 1.32;
  font-weight: 700;
  color: #222222;
  font-family: "louis_george_caferegular";
}
.section-title.normal-text h2 {
  font-weight: 400;
}

/* Title SEparator */
.title-separator {
  display: block;
  line-height: 0px;
}
.title-separator::after {
  content: "";
  display: inline-block;
  height: 3px;
  border-radius: 3px;
}
.title-separator.w--80::after {
  width: 80px;
}
.title-separator.w--90::after {
  width: 90px;
}
.title-separator.w--100::after {
  width: 100px;
}
.title-separator.color-red::after {
  background: #F0263F;
}
.title-separator.color-blue::after {
  background: #0038E3;
}

/*=====================================
Creative Agency Section Title 
=======================================*/
.theme-creative {
  background-color: #FE378C;
  font-style: italic;
  font-weight: 700;
  background-color: #FE378C;
  background-image: linear-gradient(-133deg, #FE5B34 0, #FE378C 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section-title--between {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section-title--between .title h3 {
  font-size: 48px;
  line-height: 1.21;
  color: #fff;
  margin-bottom: 0;
  word-wrap: break-word;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
}
.section-title--between .title h3 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
}
.section-title--between .section-btn a.button-text {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  line-height: 1.2;
}
.section-title--between .section-btn a.button-text i {
  padding-left: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 12px;
}
.section-title--between .section-btn a.button-text:hover i {
  transform: translate(5px, 0);
}

.title--creative h3.heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.43;
  margin-bottom: 0;
  word-wrap: break-word;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 34px;
  color: #ffffff;
}
.title--creative h2 {
  font-size: 48px;
  line-height: 1.21;
  color: #fff !important;
  max-width: 470px;
  font-family: "Montserrat", sans-serif;
}
.title--creative h2 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .title--creative h2 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title--creative h2 br {
    display: none;
  }
}
.title--creative p {
  font-size: 18px;
  line-height: 1.67;
  color: #ffffff;
  margin-bottom: 45px;
  word-wrap: break-word;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  margin-top: 30px;
}

/*==========================
 Slick Arrow Style 
=============================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-slide img {
  display: inline-block;
}

.slick-arrow-center {
  position: relative;
}
.slick-arrow-center .slick-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  left: -70px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 2;
}
.slick-arrow-center .slick-btn::before {
  display: none;
}
.slick-arrow-center .slick-btn i {
  background: transparent;
  color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-arrow-center .slick-btn {
    left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-arrow-center .slick-btn {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-arrow-center .slick-btn {
    left: 0px;
  }
}
.slick-arrow-center .slick-btn.slick-next {
  left: auto;
  right: -70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-arrow-center .slick-btn.slick-next {
    left: auto;
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-arrow-center .slick-btn.slick-next {
    left: auto;
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-arrow-center .slick-btn.slick-next {
    left: auto;
    right: 0px;
  }
}
.slick-arrow-center:hover .slick-btn {
  opacity: 1;
  visibility: visible;
}
.slick-arrow-center.slick-arrow-rounded.lr-0 .slick-btn {
  left: 25px;
}
.slick-arrow-center.slick-arrow-rounded.lr-0 .slick-btn.slick-next {
  left: auto;
  right: 25px;
}
.slick-arrow-center.slick-arrow-rounded .slick-btn {
  background-color: #fff;
  width: 68px;
  height: 68px;
  font-size: 20px;
  transform: translateY(-50%);
  color: rgba(34, 34, 34, 0.3);
  left: -14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  line-height: 75px;
  padding: 0;
}
.slick-arrow-center.slick-arrow-rounded .slick-btn i {
  background: transparent;
  color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-arrow-center.slick-arrow-rounded .slick-btn {
    left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-arrow-center.slick-arrow-rounded .slick-btn {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-arrow-center.slick-arrow-rounded .slick-btn {
    left: 0px;
  }
}
.slick-arrow-center.slick-arrow-rounded .slick-btn:hover {
  background-color: #0038E3;
  color: #fff;
}
.slick-arrow-center.slick-arrow-rounded .slick-btn:hover i {
  color: #fff;
}
.slick-arrow-center.slick-arrow-rounded .slick-btn.slick-next {
  left: auto;
  right: -14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-arrow-center.slick-arrow-rounded .slick-btn.slick-next {
    left: auto;
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-arrow-center.slick-arrow-rounded .slick-btn.slick-next {
    left: auto;
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-arrow-center.slick-arrow-rounded .slick-btn.slick-next {
    left: auto;
    right: 0px;
  }
}
.slick-arrow-center.slick-arrow-triggle .slick-btn {
  color: #fff;
  width: 85px;
  height: 108px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 0;
  transform: translateY(-50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  z-index: 2;
  outline: none;
  text-align: center;
  line-height: 123px;
}
.slick-arrow-center.slick-arrow-triggle .slick-btn i {
  position: relative;
  color: #fff;
  font-size: 30px;
}
.slick-arrow-center.slick-arrow-triggle .slick-btn.slick-prev {
  border-bottom-right-radius: 108px;
  border-top-right-radius: 108px;
  left: 0;
}
.slick-arrow-center.slick-arrow-triggle .slick-btn.slick-prev i {
  left: 11px;
}
.slick-arrow-center.slick-arrow-triggle .slick-btn.slick-next {
  border-bottom-left-radius: 108px;
  border-top-left-radius: 108px;
  right: 0;
}
.slick-arrow-center.slick-arrow-triggle .slick-btn.slick-next i {
  right: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-arrow-center.slick-arrow-triggle .slick-btn {
    left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-arrow-center.slick-arrow-triggle .slick-btn {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-arrow-center.slick-arrow-triggle .slick-btn {
    left: 0px;
  }
}
.slick-arrow-center.slick-arrow-triggle .slick-btn:hover {
  background-color: #ffffff;
  color: #222222;
}
.slick-arrow-center.slick-arrow-triggle .slick-btn:hover i {
  color: #222222;
  transition: 0.4s ease-in-out;
}
.slick-arrow-center.slick-arrow-triggle .slick-btn.slick-next {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-arrow-center.slick-arrow-triggle .slick-btn.slick-next {
    left: auto;
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-arrow-center.slick-arrow-triggle .slick-btn.slick-next {
    left: auto;
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-arrow-center.slick-arrow-triggle .slick-btn.slick-next {
    left: auto;
    right: 0px;
  }
}
.slick-arrow-center.slick-arrow-triggle.slick-arrow-trigglestyle-2 .slick-btn {
  color: #fff;
  width: 55px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.slick-arrow-center.slick-arrow-triggle.slick-arrow-trigglestyle-2 .slick-btn.slick-prev {
  border-bottom-right-radius: 108px;
  border-top-right-radius: 108px;
  left: 0;
}
.slick-arrow-center.slick-arrow-triggle.slick-arrow-trigglestyle-2 .slick-btn.slick-prev i {
  left: -2px;
}
.slick-arrow-center.slick-arrow-triggle.slick-arrow-trigglestyle-2 .slick-btn.slick-next {
  border-bottom-left-radius: 108px;
  border-top-left-radius: 108px;
  right: 0;
}
.slick-arrow-center.slick-arrow-triggle.slick-arrow-trigglestyle-2 .slick-btn.slick-next i {
  right: -2px;
}
.slick-arrow-center.slick-arrow-triggle.slick-arrow-trigglestyle-2 .slick-btn:hover {
  background-color: #ffffff;
  color: #222222;
}
.slick-arrow-center.slick-arrow-triggle.slick-arrow-trigglestyle-2 .slick-btn:hover i {
  color: #222222;
  transition: 0.4s ease-in-out;
}

.slick-arrow-hover:hover .slick-arrow-center .slick-btn,
.slick-arrow-hover:hover .slick-arrow-triggle .slick-btn,
.slick-arrow-hover:hover .slick-arrow-rounded .slick-btn {
  opacity: 1;
  visibility: visible;
}

.slick-dots-bottom {
  position: relative;
}
.slick-dots-bottom.bottom-30 .slick-dots {
  bottom: 30px;
}
.slick-dots-bottom .slick-dots {
  position: absolute;
  z-index: 2;
  bottom: -60px;
}
.slick-dots-bottom .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 9px;
  padding: 0;
}
.slick-dots-bottom .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #d8d8d8;
  border-radius: 100%;
}
.slick-dots-bottom .slick-dots li button::before {
  display: none;
}
.slick-dots-bottom .slick-dots li.slick-active button {
  background: #222222;
}

.number-dot .slick-dots {
  position: absolute;
  z-index: 2;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .number-dot .slick-dots {
    bottom: 15px;
  }
}
.number-dot .slick-dots li {
  margin: 0 10px !important;
}
.number-dot .slick-dots li button {
  font-size: 20px !important;
  line-height: 20px !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  color: #fff !important;
}
.number-dot .slick-dots li button::before {
  display: none;
}
.number-dot .slick-dots li button::after {
  content: "0";
}
.number-dot .slick-dots li::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: 0;
  height: 2px;
  background-color: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.number-dot .slick-dots li.slick-active::before, .number-dot .slick-dots li:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.slick-dot-vertical-center {
  position: relative;
}
.slick-dot-vertical-center .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 95px;
  width: auto;
  bottom: auto !important;
}
@media only screen and (max-width: 767px) {
  .slick-dot-vertical-center .slick-dots {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-dot-vertical-center .slick-dots {
    right: 30px;
  }
}
.slick-dot-vertical-center .slick-dots li {
  display: block;
  margin: 12px 0;
}
.slick-dot-vertical-center .slick-dots li button {
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.slick-dot-vertical-center .slick-dots li button::before {
  display: none;
}
.slick-dot-vertical-center .slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dot-vertical-center.button-gray .slick-dots li button {
  background: #d8d8d8;
}
.slick-dot-vertical-center.button-gray .slick-dots li.slick-active button {
  background: #222222;
}

.bk-about-area:hover .slick-btn {
  opacity: 1;
  visibility: visible;
}

/* ========================
    Call To Action Area 
============================*/
.bg_image--9,
.bg_image--10 {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.vertical-call-toaction .spacing {
  height: 44px;
}

.creative-gradient--1 {
  overflow: hidden;
  position: relative;
  background: linear-gradient(230deg, #4EA132 5%, #FE5448 47%, #FE378D 100%);
}

.fireflies-wrapper {
  margin: 0 auto;
  position: relative;
}

/* Call to Action 1 */
.call-to-action button {
  color: #222;
  background-color: #fff;
  padding: 0 36px;
  height: 55px;
  line-height: 55px;
  border-width: 0;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.call-to-action button i {
  font-size: 12px;
  margin-left: 10px;
  color: #222;
}
.call-to-action button:hover {
  transform: translateY(-3px);
}
.call-to-action.callto-action--1 {
  text-align: center;
}
.call-to-action.callto-action--1 .content h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.43;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
}
.call-to-action.callto-action--1 .content h3 {
  font-size: 48px;
  line-height: 1.21;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
}
.call-to-action.callto-action--1 .content h3 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
}
.call-to-action.callto-action--2 .content h3 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-size: 36px;
}

/* =========================
    Flexable Image Area 
===========================*/
.flexale-image .thumb img {
  width: 100%;
}

.flexable-carousle-activation--2 .swiper-wrapper .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.flexable-carousle-activation--2 .swiper-wrapper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  box-sizing: border-box;
}

.flexable-carousle-activation--2 .swiper-slide,
.flexable-carousle-activation--2 .swiper-slide img,
.flexable-carousle-activation--2 .swiper-slide .thumb,
.flexable-carousle-activation--2 .swiper-slide {
  width: auto !important;
}

.flexable-carousle-activation--2 .swiper-slide img {
  height: 678px;
  max-width: 100%;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .flexable-carousle-activation--2 .swiper-slide img {
    height: 238px;
  }
}

.flexable-arrow {
  position: relative;
}
.flexable-arrow .slick-btn {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: 50px;
  z-index: 9;
}
.flexable-arrow .slick-btn::before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .flexable-arrow .slick-btn {
    left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .flexable-arrow .slick-btn {
    left: 16px;
  }
}
.flexable-arrow .slick-btn i {
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
}
.flexable-arrow .slick-btn:hover i {
  color: #0038E3;
}
.flexable-arrow .slick-btn.slick-next {
  right: 50px;
  left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .flexable-arrow .slick-btn.slick-next {
    left: auto;
    right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .flexable-arrow .slick-btn.slick-next {
    left: auto;
    right: 16px;
  }
}
.flexable-arrow:hover .slick-btn {
  opacity: 1;
}

.flexable-dots {
  position: relative;
}
.flexable-dots .slick-dots {
  position: absolute;
  bottom: 50px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .flexable-dots .slick-dots {
    bottom: 15px;
  }
}
.flexable-dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 9px;
  padding: 0;
}
.flexable-dots .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.flexable-dots .slick-dots li button::before {
  display: none;
}
.flexable-dots .slick-dots li.slick-active button {
  background: #ffffff;
}

/* ==========================
Typography Area 
===============================*/
.brook-heading .spacing {
  height: 40px;
}

.heading {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.23;
  margin: 0;
}
.heading.letter-spacing-3 {
  letter-spacing: 3px;
}
.heading.heading-font {
  font-family: "louis_george_caferegular";
}
.heading.bk-hover a {
  color: #222222;
}
.heading.playfair-font {
  font-family: "Playfair Display", serif;
}
.heading.secondary-font {
  font-family: "Montserrat", sans-serif;
}
.heading.roboto-font {
  font-family: "Roboto", sans-serif;
}
.heading.font-reenie {
  font-family: "Reenie Beanie", cursive;
}
.heading.font-blod {
  font-weight: 700;
}
.heading.font-medium {
  font-weight: 500;
}
.heading.font-400 {
  font-weight: 400;
}
.heading.text-white {
  color: #ffffff;
}
.heading.theme-color {
  color: #0038E3;
}
.heading.body-color {
  color: #333333;
}
.heading.yellow-color-2 {
  color: #F8A440;
}
.heading.pink {
  color: #F12C6E;
}
.heading.brown-color {
  color: #CE8F4F;
}
.heading.third-color {
  color: #99E5E8;
}
.heading.red-color-2 {
  color: #F23E20;
}
.heading.lineheight-1-58 {
  line-height: 1.58;
}
.heading.lineheight-1-44 {
  line-height: 1.44;
}
.heading.line-height-1-42 {
  line-height: 1.42;
}
.heading.line-height-1-62 {
  line-height: 1.62;
}
.heading.line-height-1-95 {
  line-height: 1.95;
}
.heading.line-height-1 {
  line-height: 1;
}
.heading.line-height-1-5 {
  line-height: 1.5;
}
.heading.line-height-1-2 {
  line-height: 1.2;
}
.heading.line-height-1-25 {
  line-height: 1.25;
}
.heading.line-height-1-88 {
  line-height: 1.88;
}
.heading.line-height-1-39 {
  line-height: 1.39;
}

h1.heading-h1 {
  font-size: 56px;
}
@media only screen and (max-width: 767px) {
  h1.heading-h1 {
    font-size: 48px;
  }
  h1.heading-h1 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.heading-h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1.heading-h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  h1.heading-h1 {
    font-size: 36px;
  }
}
h1.heading-h1.large-font-1 {
  font-size: 79px;
  line-height: 159px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h1.heading-h1.large-font-1 {
    font-size: 57px;
    line-height: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1.heading-h1.large-font-1 {
    font-size: 49px;
    line-height: 109px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.heading-h1.large-font-1 {
    font-size: 46px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  h1.heading-h1.large-font-1 {
    font-size: 37px;
    line-height: 71px;
  }
}
@media only screen and (max-width: 575px) {
  h1.heading-h1.large-font-1 {
    font-size: 30px;
    line-height: 48px;
  }
}
h1.heading-h1.font-80 {
  font-size: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1.heading-h1.font-80 {
    font-size: 60px !important;
  }
  h1.heading-h1.font-80 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.heading-h1.font-80 {
    font-size: 40px;
  }
  h1.heading-h1.font-80 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  h1.heading-h1.font-80 {
    font-size: 45px;
  }
  h1.heading-h1.font-80 br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  h1.heading-h1.font-80 {
    font-size: 36px;
  }
}
h1.heading-h1.font-90 {
  font-size: 90px;
}
@media only screen and (max-width: 767px) {
  h1.heading-h1.font-90 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479px) {
  h1.heading-h1.font-90 {
    font-size: 36px;
  }
}
h1.heading-h1.font-60 {
  font-size: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1.heading-h1.font-60 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.heading-h1.font-60 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1.heading-h1.font-60 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h1.heading-h1.font-60 {
    font-size: 30px;
  }
}
h1.heading-h1.large-font-2 {
  line-height: 1.4;
  font-size: 100px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1.heading-h1.large-font-2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.heading-h1.large-font-2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  h1.heading-h1.large-font-2 {
    font-size: 50px;
  }
}

h2.heading-h2 {
  font-size: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2.heading-h2 br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h2.heading-h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2.heading-h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2.heading-h2 {
    font-size: 32px;
  }
  h2.heading-h2 br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  h2.heading-h2 {
    font-size: 32px;
  }
}
h2.heading-h2.font-50 {
  font-size: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2.heading-h2.font-50 {
    font-size: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2.heading-h2.font-50 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  h2.heading-h2.font-50 {
    font-size: 32px;
  }
  h2.heading-h2.font-50 br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  h2.heading-h2.font-50 {
    font-size: 32px;
  }
}

h3.heading-h3 {
  font-size: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3.heading-h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h3.heading-h3 {
    font-size: 22px;
  }
}
h3.heading-h3.font-large {
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3.heading-h3.font-large {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h3.heading-h3.font-large {
    font-size: 30px;
  }
}
h3.heading-h3.font-32 {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  h3.heading-h3.font-32 {
    font-size: 30px;
  }
}
h3.heading-h3.font-40 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  h3.heading-h3.font-40 {
    font-size: 30px;
  }
}

h4.heading-h4 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h4.heading-h4 {
    font-size: 18px;
  }
}

h5.heading-h5 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  h5.heading-h5 {
    font-size: 16px;
  }
  h5.heading-h5 br {
    display: none;
  }
}
h5.heading-h5.font-19 {
  font-size: 19px;
}
h5.heading-h5.font-20 {
  font-size: 20px;
}

h6.heading-h6 {
  font-size: 14px;
}
h6.heading-h6.font-17 {
  font-size: 17px;
}
h6.heading-h6.font-16 {
  font-size: 16px;
}
h6.heading-h6.font-15 {
  font-size: 15px;
}

.brook-paragraph .spacing {
  height: 40px;
}

p.bk_pra {
  margin-bottom: 0;
  word-wrap: break-word;
  max-width: 100%;
  font-weight: 500;
  line-height: 1.58;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 767px) {
  p.bk_pra br {
    display: none;
  }
}
p.bk_pra.heading-font {
  font-family: "louis_george_caferegular";
  line-height: 1.32;
  font-size: 16px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  p.bk_pra.heading-font {
    font-size: 14px;
  }
}
p.bk_pra.text-white {
  color: #ffffff;
}
p.bk_pra.font-16 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  p.bk_pra.font-16 {
    font-size: 14px;
  }
}
p.bk_pra.font-20 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.bk_pra.font-20 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  p.bk_pra.font-20 {
    font-size: 14px;
  }
}
p.bk_pra.font-18 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.bk_pra.font-18 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  p.bk_pra.font-18 {
    font-size: 14px;
  }
}
p.bk_pra.secondary-font {
  font-family: "Montserrat", sans-serif;
}
p.bk_pra.heading-font2 {
  font-family: "louis_george_caferegular";
}
p.bk_pra.font-blod {
  font-weight: 700;
}
p.bk_pra.line-height-1-63 {
  line-height: 1.63;
}
p.bk_pra.line-height-1-6 {
  line-height: 1.6;
}
p.bk_pra.line-height-1-87 {
  line-height: 1.875;
}
p.bk_pra.line-height-2-22 {
  line-height: 2.22;
}

.dropcaps .spacing {
  height: 102px;
}
@media only screen and (max-width: 767px) {
  .dropcaps .spacing {
    height: 66px;
  }
}
.dropcaps p {
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.58;
  font-size: 14px;
  color: #333333;
  margin: 0;
}
.dropcaps p span {
  float: left;
  font-weight: 600;
  font-size: 48px;
  line-height: 33px;
  padding-right: 10px;
  color: #222222;
}

.bk-text-box .spacing {
  height: 27px;
}
.bk-text-box.box-bg-solid {
  background: #eee;
}
.bk-text-box.box-solid-border {
  border: 1px solid #ddd;
}
.bk-text-box.text-box--2 {
  padding: 50px 40px 61px;
}
.bk-text-box.bg-theme-color {
  background: #0038E3;
}
.bk-text-box.bg-theme-color .heading {
  color: #ffffff;
}
.bk-text-box.bg-theme-color p.bk_pra {
  color: #ffffff;
}
.bk-text-box.bg-dark-color {
  background: #222;
}
.bk-text-box.bg-dark-color .heading {
  color: #ffffff;
}
.bk-text-box.bg-dark-color p.bk_pra {
  color: #ffffff;
}

.bk-quote-content .spacing {
  height: 30px;
}

.brook-quote {
  position: relative;
  margin: 37px 0 44px !important;
  padding: 0 0 0 53px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
}
.brook-quote::before {
  content: "";
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #0038E3;
}
.brook-quote .quote-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

/* ===================
Pre Loader 
======================*/
.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: #ffffff;
}

.page-load-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.preloader-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.wrap-2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

body.loaded .page-loading {
  transform: translate3d(0, -100%, 0);
}

.page-loading {
  transition: all 1s;
}

/* ==========================
    Mesonry Button 
=============================*/
.masonry-button button {
  padding: 0;
  border: 0 none;
  position: relative;
}
.masonry-button button span {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
}
.masonry-button button span.filter-text {
  font-weight: 600;
  line-height: 1.58;
  font-size: 14px;
  color: #333333;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.masonry-button button span.filter-counter {
  position: absolute;
  top: 0;
  left: 50%;
  visibility: hidden;
  margin: 0 auto;
  min-width: 34px;
  height: 24px;
  line-height: 13px;
  border-radius: 3px;
  font-size: 12px;
  background-color: #0038E3;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.masonry-button button span.filter-counter::before {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 4px solid #0038E3;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  border-top-color: #0038E3;
}
.masonry-button button:hover span.filter-counter {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -100%);
}
.masonry-button button:hover span.filter-text {
  color: #0038E3;
}
.masonry-button button.is-checked span.filter-text {
  color: #0038E3;
}

.toggle-btn .loadMore {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  border: 0 none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.toggle-btn .loadMore:hover {
  color: #0038E3;
}
.toggle-btn .loadMore i {
  margin-left: 15px;
}

/* ==============================
    Portfolio Button Style 2 
==================================*/
.masonry-button--2 button {
  position: relative;
  display: inline-block;
  padding: 5px 30px 5px 10px;
  color: #888;
  border: 0 none;
}
@media only screen and (max-width: 767px) {
  .masonry-button--2 button {
    margin-bottom: 18px;
  }
}
.masonry-button--2 button span {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.masonry-button--2 button span.filter-text {
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #333;
  line-height: 1.58;
  font-size: 14px;
}
.masonry-button--2 button span.filter-counter {
  position: absolute;
  top: -7px;
  right: 10px;
  font-size: 12px;
  color: #333;
  text-align: right;
}
.masonry-button--2 button.is-checked span.filter-text {
  color: #001029;
}
.masonry-button--2 button.is-checked span.filter-counter {
  color: #001029;
}

/*=========================
    Portfolio Grid Metro 
 ==========================*/
/* Metro Grid Style 1 */
.portfolio-grid-metro .portfolio-25 {
  width: 25%;
}
.portfolio-grid-metro .grid-width-2 {
  width: 50%;
}
.portfolio-grid-metro .resizer {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-grid-metro .portfolio-25 {
    width: 50%;
  }
  .portfolio-grid-metro .grid-width-2 {
    width: 100%;
  }
  .portfolio-grid-metro .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid-metro .portfolio-25 {
    width: 100%;
  }
  .portfolio-grid-metro .grid-width-2 {
    width: 100%;
  }
  .portfolio-grid-metro .resizer {
    width: 100%;
  }
}

/* Metro Grid Style 1 */
.portfolio-grid-metro2 .portfolio-20 {
  width: 20%;
}
.portfolio-grid-metro2 .grid-width-2 {
  width: 40%;
}
.portfolio-grid-metro2 .resizer {
  width: 20%;
}
.portfolio-grid-metro2.news-bulletin .portfolio-20 {
  padding: 0 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-grid-metro2 .portfolio-20 {
    width: 50%;
  }
  .portfolio-grid-metro2 .grid-width-2 {
    width: 50%;
  }
  .portfolio-grid-metro2 .resizer {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-grid-metro2 .portfolio-20 {
    width: 50%;
  }
  .portfolio-grid-metro2 .grid-width-2 {
    width: 50%;
  }
  .portfolio-grid-metro2 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid-metro2 .portfolio-20 {
    width: 50%;
  }
  .portfolio-grid-metro2 .grid-width-2 {
    width: 50%;
  }
  .portfolio-grid-metro2 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-grid-metro2 .portfolio-20 {
    width: 100%;
  }
  .portfolio-grid-metro2 .grid-width-2 {
    width: 100%;
  }
  .portfolio-grid-metro2 .resizer {
    width: 100%;
  }
}

/* Metro Grid Style 3 */
.portfolio-grid-metro3 {
  margin: 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-grid-metro3 {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid-metro3 {
    margin: 0 20px;
  }
}
.portfolio-grid-metro3 .portfolio-25 {
  width: 25%;
  padding: 0 35px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-grid-metro3 .portfolio-25 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-grid-metro3 .portfolio-25 {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid-metro3 .portfolio-25 {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.portfolio-grid-metro3 .grid-width-2 {
  width: 50%;
}
.portfolio-grid-metro3 .resizer {
  width: 25%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .portfolio-grid-metro3 .portfolio-25 {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .portfolio-grid-metro3 .grid-width-2 {
    width: 50%;
  }
  .portfolio-grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-grid-metro3 .portfolio-25 {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .portfolio-grid-metro3 .grid-width-2 {
    width: 50%;
  }
  .portfolio-grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-grid-metro3 .portfolio-25 {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .portfolio-grid-metro3 .grid-width-2 {
    width: 100%;
  }
  .portfolio-grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid-metro3 .portfolio-25 {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .portfolio-grid-metro3 .grid-width-2 {
    width: 100%;
  }
  .portfolio-grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-grid-metro3 .portfolio-25 {
    width: 100%;
  }
  .portfolio-grid-metro3 .grid-width-2 {
    width: 100%;
  }
  .portfolio-grid-metro3 .resizer {
    width: 100%;
  }
}

/* Metro Grid Style 3 */
.portfolio-grid-metro4 {
  margin: 0 -15px;
}
.portfolio-grid-metro4 .portfolio-33-33 {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.portfolio-grid-metro4 .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-grid-metro4 .portfolio-33-33 {
    width: 50%;
  }
  .portfolio-grid-metro4 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid-metro4 .portfolio-33-33 {
    width: 100%;
  }
  .portfolio-grid-metro4 .resizer {
    width: 100%;
  }
}

/* Metro Grid Style 3 */
.portfolio-grid-metro5 .portfolio-33-33 {
  width: 33.33%;
}
.portfolio-grid-metro5 .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-grid-metro5 .portfolio-33-33 {
    width: 50%;
  }
  .portfolio-grid-metro5 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid-metro5 .portfolio-33-33 {
    width: 100%;
  }
  .portfolio-grid-metro5 .resizer {
    width: 100%;
  }
}

/* Metro Grid Style 3 */
.portfolio-grid-metro6 {
  margin: 0 -15px;
}
.portfolio-grid-metro6 .portfolio-33-33 {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.portfolio-grid-metro6 .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-grid-metro6 .portfolio-33-33 {
    width: 50%;
  }
  .portfolio-grid-metro6 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid-metro6 .portfolio-33-33 {
    width: 50%;
  }
  .portfolio-grid-metro6 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-grid-metro6 .portfolio-33-33 {
    width: 100%;
  }
  .portfolio-grid-metro6 .resizer {
    width: 100%;
  }
}

/* Metro Grid Style 7 */
.portfolio-grid-metro7 {
  margin: 0 -25px;
}
.portfolio-grid-metro7 .portfolio-25 {
  width: 25%;
  padding: 0 25px;
  margin-top: 50px;
}
.portfolio-grid-metro7 .resizer {
  width: 25%;
}
.portfolio-grid-metro7 .grid-width-2 {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-grid-metro7 .portfolio-25 {
    width: 50%;
  }
  .portfolio-grid-metro7 .resizer {
    width: 50%;
  }
  .portfolio-grid-metro7 .grid-width-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid-metro7 .portfolio-25 {
    width: 50%;
  }
  .portfolio-grid-metro7 .resizer {
    width: 50%;
  }
  .portfolio-grid-metro7 .grid-width-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-grid-metro7 .portfolio-25 {
    width: 100%;
  }
  .portfolio-grid-metro7 .resizer {
    width: 100%;
  }
  .portfolio-grid-metro7 .grid-width-2 {
    width: 100%;
  }
}

.ajax-filter-single {
  display: none;
}

.ajax-filter-single2 {
  display: none;
}

/* ------------------------------
    Home Creative Potfolio 
--------------------------------*/
.porfolio-swip-horizontal {
  width: auto;
  margin-right: -1000px;
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .porfolio-swip-horizontal {
    margin-right: 0px;
  }
}
.porfolio-swip-horizontal .swiper-slide {
  width: auto !important;
}
.porfolio-swip-horizontal .swiper-slide .thumb {
  width: auto !important;
}
.porfolio-swip-horizontal .swiper-slide .thumb img {
  height: 550px;
  max-width: 100%;
  vertical-align: top;
}
.porfolio-swip-horizontal .swiper-pagination.swiper-pagination-custom {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 50%;
  height: 3px;
  max-width: 100%;
  background: #3e3e3e;
  width: 594px;
  transform: translateX(-124%);
}
@media only screen and (max-width: 767px) {
  .porfolio-swip-horizontal .swiper-pagination.swiper-pagination-custom {
    width: 245px;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .porfolio-swip-horizontal .swiper-pagination.swiper-pagination-custom {
    width: 200px;
    transform: translateX(-20%);
  }
}
.porfolio-swip-horizontal .progressbar .filled {
  background: #fff;
  color: #fff;
  position: absolute;
  bottom: 0;
  height: 100%;
}
.porfolio-swip-horizontal .progressbar .filled::before {
  content: "";
  position: absolute;
  top: -6px;
  right: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: inherit;
}
.porfolio-swip-horizontal .fraction {
  position: absolute;
  left: -67px;
  top: -10px;
}
.porfolio-swip-horizontal .fraction span {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #535353;
  font-size: 14px;
}
.porfolio-swip-horizontal .fraction span.current {
  color: #fff;
}

/* ======================
    Metro Grid Style 8 
==========================*/
.portfolio-grid-metro8 {
  margin: 0 -50px;
}
.portfolio-grid-metro8 .portfolio-50 {
  width: 50%;
  padding: 0 50px;
  margin-top: 100px;
}
.portfolio-grid-metro8 .resizer {
  width: 50%;
}
.portfolio-grid-metro8 .grid-width-2 {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-grid-metro8 {
    margin: 0 -25px;
  }
  .portfolio-grid-metro8 .portfolio-50 {
    width: 50%;
    padding: 0 25px;
    margin-top: 50px;
  }
  .portfolio-grid-metro8 .resizer {
    width: 50%;
  }
  .portfolio-grid-metro8 .grid-width-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-grid-metro8 {
    margin: 0 -25px;
  }
  .portfolio-grid-metro8 .portfolio-50 {
    width: 50%;
    padding: 0 25px;
    margin-top: 50px;
  }
  .portfolio-grid-metro8 .resizer {
    width: 50%;
  }
  .portfolio-grid-metro8 .grid-width-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid-metro8 {
    margin: 0 -15px;
  }
  .portfolio-grid-metro8 .portfolio-50 {
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
  }
  .portfolio-grid-metro8 .resizer {
    width: 50%;
  }
  .portfolio-grid-metro8 .grid-width-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-grid-metro8 .portfolio-50 {
    width: 100%;
  }
  .portfolio-grid-metro8 .resizer {
    width: 100%;
  }
  .portfolio-grid-metro8 .grid-width-2 {
    width: 100%;
  }
}

/*========================
 * Header
=========================================*/
.page_nav ul.mainmenu {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
}

/* ============================
    Header Default Area 
================================*/
/* Maninmenu Area */
.mainmenu-wrapper .page_nav ul.mainmenu {
  justify-content: center;
  padding: 0;
  margin: 0;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 {
  display: inline-block;
  padding-top: 41px;
  padding-bottom: 41px;
  padding-left: 0;
  padding-right: 9px;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
  line-height: 1.18;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #0038E3;
  padding-top: 41px;
  padding-bottom: 41px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a span {
  position: relative;
  overflow: hidden;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a span::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1:hover > a span::after {
  width: 100%;
  left: 0;
  right: auto;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1.with--drop > a {
  position: relative;
  margin-left: 13px;
  padding-right: 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1.with--drop > a {
    margin-left: 3px;
  }
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1.with--drop > a::before {
  content: "";
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-not-transparent {
    position: fixed !important;
    background-color: #fff !important;
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-not-transparent {
    position: fixed !important;
    background-color: #fff !important;
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .lg-not-transparent {
    position: fixed !important;
    background-color: #fff !important;
    padding-top: 10px !important;
  }
}

header.br_header.header-default.vertical-slide-portfolio {
  background: #fff;
}

.header-default {
  position: relative;
  z-index: 9;
}
.header-default.haeder-fixed-width.haeder-fixed-150 .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-default.haeder-fixed-width.haeder-fixed-150 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-default.haeder-fixed-width.haeder-fixed-150 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default.haeder-fixed-width.haeder-fixed-150 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-default.haeder-fixed-width.haeder-fixed-150 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .header-default.haeder-fixed-width.haeder-fixed-150 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-default.haeder-fixed-width.haeder-fixed-130 .container-fluid {
  padding-left: 130px;
  padding-right: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-default.haeder-fixed-width.haeder-fixed-130 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default.haeder-fixed-width.haeder-fixed-130 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-default.haeder-fixed-width.haeder-fixed-130 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .header-default.haeder-fixed-width.haeder-fixed-130 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-default.haeder-fixed-width .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-default.haeder-fixed-width .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default.haeder-fixed-width .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-default.haeder-fixed-width .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .header-default.haeder-fixed-width .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-default.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-default.header-transparent.position-from--top {
  padding-top: 24px;
}
.header-default.header-transparent.position-from--top.headroom--not-top {
  padding-top: 0;
}
.header-default .header__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default .header__wrapper {
    margin-right: 29px;
    position: relative;
    z-index: 9;
  }
}
@media only screen and (max-width: 767px) {
  .header-default .header__wrapper {
    margin-right: 29px;
  }
}
.header-default .header__wrapper .header-left {
  flex-shrink: 0;
  flex-basis: 20%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default .header__wrapper .header-left {
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .header-default .header__wrapper .header-left {
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .header-default .header__wrapper .header-left {
    flex-basis: 50%;
  }
}
.header-default .header__wrapper .header-left .logo a img {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 170px;
  height: auto;
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-default .header__wrapper .header-left .logo a img {
    width: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-default .header__wrapper .header-left .logo a img {
    width: 110px !important;
  }
}
.header-default .header__wrapper .header-flex-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-default .header__wrapper .header-flex-right.flex-80 {
  flex-grow: 1;
}
.header-default .header__wrapper .mainmenu-wrapper {
  flex-grow: 1;
}
.header-default .header__wrapper .mainmenu-wrapper.have-not-flex {
  flex-grow: inherit;
}
.header-default .header__wrapper .mainmenu-wrapper.have-not-flex .page_nav ul.mainmenu {
  justify-content: flex-end;
}
.header-default .header__wrapper .header-right {
  flex-shrink: 0;
  flex-basis: 20%;
  display: flex;
  margin: 0 -12px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.header-default .header__wrapper .header-right.have-not-flex {
  flex-basis: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-default .header__wrapper .header-right {
    flex-basis: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default .header__wrapper .header-right {
    flex-basis: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .header-default .header__wrapper .header-right {
    flex-basis: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .header-default .header__wrapper .header-right {
    flex-basis: 50%;
  }
}
.header-default .header-right {
  margin: 0 -12px;
}
.header-default .header-right > div {
  margin: 0 12px;
}
.header-default .header-right .mini-cart-button {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}
.header-default .header-right .mini-cart-button::after {
  position: absolute;
  top: -4px;
  right: -13px;
  padding: 0 4px;
  min-width: 15px;
  height: 15px;
  border-radius: 100%;
  content: attr(data-count);
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.header-default .header-right .mini-cart-button button {
  border: 0 none;
}
.header-default.light-logo--version .mainmenu-wrapper .page_nav ul.mainmenu li a {
  color: #ffffff;
}
.header-default.light-logo--version .mainmenu-wrapper .page_nav ul.mainmenu li a::after {
  background: #ffffff;
}
.header-default.light-logo--version .mainmenu-wrapper .page_nav ul.mainmenu li.with--drop::before {
  color: #ffffff;
}
.header-default.light-logo--version .header-right .mini-cart-button {
  color: #fff;
}
.header-default.light-logo--version .header-right .mini-cart-button::after {
  color: #fff;
}
.header-default.light-logo--version .header-right .mini-cart-button button {
  color: #fff;
}
.header-default.light-logo--version .header-right .popup-search-wrap a.btn-search-click {
  color: #fff;
}
.header-default.black-logo--version .mainmenu-wrapper .page_nav ul.mainmenu li a {
  color: #222222;
}
.header-default.black-logo--version .mainmenu-wrapper .page_nav ul.mainmenu li a::after {
  background: #222222;
}
.header-default.black-logo--version .mainmenu-wrapper .page_nav ul.mainmenu li.with--drop::before {
  color: #222222;
}
.header-default.black-logo--version .header-right .mini-cart-button {
  color: #222222;
}
.header-default.black-logo--version .header-right .mini-cart-button::after {
  color: #222222;
}
.header-default.black-logo--version .header-right .mini-cart-button button {
  color: #222222;
}
.header-default.black-logo--version .header-right .popup-search-wrap a.btn-search-click {
  color: #222222;
}

.black-logo--version .mean-container a.meanmenu-reveal {
  color: #222;
}

.black-logo--version .mean-container a.meanmenu-reveal span {
  background: #222;
}

/* ==========================
    Header left Align 
===========================*/
.header-left--align.header-default .header__wrapper .header-left .logo a img {
  width: auto !important;
}

.header-left--align.header-default .header__wrapper .header-left {
  flex-grow: 1;
}

.header-left--align.header-default .header__wrapper .header-right {
  display: flex;
  margin: 0 -12px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.header-left--align.header-default .header__wrapper .mainmenu-wrapper.have-not-flex .page_nav ul.mainmenu {
  justify-content: flex-start;
}

.header-left--align .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1.with--drop > a::before {
  display: none;
}

.header-left--align .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1.with--drop > a {
  margin-left: 8px;
  padding-right: 8px;
}

/* ============================
    Sticky Header Css 
================================*/
.black-logo--version.headroom--sticky.headroom--not-top {
  background: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
}

.headroom--sticky.headroom--not-top {
  background: rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.9);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -ms-background-size: cover;
  background-size: cover;
  padding: 0;
}

.headroom--sticky.headroom--not-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: headerSlideDown 0.95s ease forwards;
  padding-top: 0 !important;
}

.headroom--sticky.headroom--not-top .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 {
  padding-top: 31px;
  padding-bottom: 31px;
}

.headroom--sticky.headroom--not-top .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a {
  padding-top: 31px;
  padding-bottom: 31px;
}

.header-default.headroom--not-top .header__wrapper .header-left .logo a img {
  width: 150px;
}

.header-default.header-architecture.headroom--not-top .header__wrapper .header-left .logo a img {
  width: auto;
}

.header-default.header-portfolio-slide.headroom--not-top .header__wrapper {
  padding: 16px 0;
}

/* =================================
    Header One Page 
==================================*/
.one-page-header .header-wrapper {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.one-page-header .header-wrapper .header-left-wrapper {
  background: #222;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -ms-background-size: cover;
  background-size: cover;
  padding-left: 76px;
  padding-right: 43px;
  display: flex;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .one-page-header .header-wrapper .header-left-wrapper {
    width: 100%;
  }
}
.one-page-header .header-wrapper .header-left-wrapper .branding {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.one-page-header .header-wrapper .header-left-wrapper .branding a img {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 52px;
}
.one-page-header .header-wrapper .header-left-wrapper .header-left-inner {
  display: flex;
  align-items: center;
  height: 30px;
  cursor: pointer;
}
.one-page-header .header-wrapper .header-right-wrapper {
  background: #19d2a8;
  background-color: #19d2a8;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -ms-background-size: cover;
  background-size: cover;
  padding-left: 30px;
  padding-right: 49px;
  width: 50%;
}
.one-page-header .header-wrapper .header-right-wrapper .header-text {
  display: flex;
  margin: 0 -12px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  height: 100%;
}

/*==========================
Hambergar Style Two 
============================*/
.manu-hamber-2 {
  padding: 0 12px;
  color: #fff;
}
.manu-hamber-2 div {
  position: relative;
  width: 24px;
  height: 17px;
  cursor: pointer;
}
.manu-hamber-2 div i {
  height: 3px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  background: currentColor;
}
.manu-hamber-2 div i::before, .manu-hamber-2 div i::after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  background: inherit;
  content: "";
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(-50%);
  left: 0;
  transform: none;
}
.manu-hamber-2 div i::before {
  width: 16px;
  top: -7px;
}
.manu-hamber-2 div i::after {
  width: 18px;
  top: 7px;
}
.manu-hamber-2 div:hover i {
  width: 16px;
}
.manu-hamber-2 div:hover i::before, .manu-hamber-2 div:hover i::after {
  width: 70%;
}
.manu-hamber-2 div:hover i::before {
  width: 24px;
}
.manu-hamber-2 div:hover i::after {
  width: 22px;
}
.manu-hamber-2.dak-version {
  color: #222222;
}

.header-default.header-bar.header-new-bar .header__wrapper {
  justify-content: space-between;
}

.header-default.header-bar.header-new-bar .header__wrapper .header-right {
  flex-basis: 50%;
}

/*=================================
    Header Fixed 
=====================================*/
header.br_header.header-default.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

/* =====================
    Mobile Menu 
========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mean-container .mean-bar {
    min-height: inherit;
  }

  .mean-container .mean-nav {
    margin-top: 0px;
  }

  .mean-container a.meanmenu-reveal.meanclose,
.mean-container a.meanmenu-reveal {
    top: -75px;
  }

  .header-default.header-bar .header__wrapper {
    margin-right: 84px;
  }

  .header-default.header-bar.header-new-bar .header__wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar {
    min-height: inherit;
  }

  .mean-container .mean-nav {
    margin-top: 0px;
  }

  .mean-container a.meanmenu-reveal.meanclose,
.mean-container a.meanmenu-reveal {
    top: -68px;
  }

  .header-default.header-bar .header__wrapper {
    margin-right: 60px;
  }

  .header-default.header-bar.header-new-bar .header__wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .header-default.header-bar .header__wrapper {
    margin-right: 110px;
  }
}
@media only screen and (max-width: 479px) {
  .header-default.header-bar .header__wrapper {
    margin-right: 68px;
  }
}
/*-----------------------------
 * Footer Area
--------------------------------*/
/* Footer Widget */
.footer-widget h2.widgettitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0);
  margin-bottom: 19px;
  padding-bottom: 13px;
  font-family: "Poppins", sans-serif;
}
.footer-widget .footer-menu ul.ft-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget .footer-menu ul.ft-menu-list li {
  display: block;
}
.footer-widget .footer-menu ul.ft-menu-list li a {
  display: inline-block;
  color: #ffffff;
  display: inline-block;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  font-family: "louis_george_caferegular";
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer-widget .footer-menu ul.ft-menu-list li a:hover {
  color: #fff;
}
.footer-widget.dark-text .footer-menu ul.ft-menu-list li a:hover {
  color: #222222;
}
.footer-widget .footer-address p {
  margin-bottom: 0;
  word-wrap: break-word;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  font-family: "louis_george_caferegular";
  color: #ffffff;
}
.footer-widget .footer-address p a {
  padding: 4px 0;
  line-height: 10px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer-widget .footer-address p a:hover {
  color: #fff;
}
.footer-widget .footer-address.dark-text p a:hover {
  color: #222222;
}
.footer-widget .footer-address .social-share {
  margin-top: 28px;
}
.footer-widget .instagram-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.footer-widget .footer-inner {
  margin-top: 28px;
}
.footer-widget .footer-inner p {
  max-width: 300px;
  line-height: 1.875;
  font-size: 16px;
  margin-bottom: 0;
  word-wrap: break-word;
  color: #fff;
}
.footer-widget.text-var--2 .footer-menu ul.ft-menu-list li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
}
.footer-widget.text-var--2 .footer-address p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.footer-widget.text-var--2 .footer-address p a {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.footer-widget.news-bulletin .heading {
  color: #999;
}
.footer-widget.news-bulletin .link .heading a {
  position: relative;
  padding: 2px 0;
  overflow: hidden;
  z-index: 1;
  color: #222222;
  padding-bottom: 6px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer-widget.news-bulletin .link .heading a::before {
  width: 100% !important;
  right: 0 !important;
  left: auto !important;
  z-index: -2;
  background: #ddd;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.footer-widget.news-bulletin .link .heading a:hover {
  color: #0038E3;
}

.minimal-portfolio-footer .bk-hover a:hover {
  color: #222222;
}

/* =====================
    Fixed Footer 
======================*/
.all-wrapper {
  position: relative;
  z-index: 3;
}

.page-footer-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* -------------------------
    Copyright Variation 
----------------------------*/
.copyright .copyright-left ul.bk-copyright-menu,
.copyright .copyright-right ul.bk-copyright-menu {
  list-style: none;
  padding: 0;
  margin: 0 -12px;
}
.copyright .copyright-left ul.bk-copyright-menu li,
.copyright .copyright-right ul.bk-copyright-menu li {
  padding: 5px 12px;
}
@media only screen and (max-width: 575px) {
  .copyright .copyright-left ul.bk-copyright-menu li,
.copyright .copyright-right ul.bk-copyright-menu li {
    padding: 5px 6px;
  }
}
.copyright .copyright-left ul.bk-copyright-menu li a,
.copyright .copyright-right ul.bk-copyright-menu li a {
  line-height: 1.6;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 14px;
  color: #ffffff;
}
.copyright .copyright-left ul.bk-copyright-menu li a:hover,
.copyright .copyright-right ul.bk-copyright-menu li a:hover {
  color: #fff;
}
.copyright .copyright-left ul.bk-copyright-menu.hover-text-dark li a:hover,
.copyright .copyright-right ul.bk-copyright-menu.hover-text-dark li a:hover {
  color: #222222;
}
.copyright .copyright-left ul.bk-copyright-menu.minimal-copyright li a,
.copyright .copyright-right ul.bk-copyright-menu.minimal-copyright li a {
  font-weight: 700;
}
.copyright .copyright-right p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  font-family: "louis_george_caferegular";
  color: #ffffff;
}
.copyright.text-var-2 .copyright-left ul.bk-copyright-menu li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.copyright.text-var-2 .copyright-right p {
  font-family: "Poppins", sans-serif;
}
.copyright.copyright--2 .copyright-left p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  font-family: "Montserrat", sans-serif;
  color: #999;
}
.copyright.copyright--2 .copyright-right {
  width: 430px;
  max-width: 100%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .copyright.copyright--2 .copyright-right {
    float: inherit;
  }
}
.copyright.copyright--2 .copyright-right .input-box {
  position: relative;
}
.copyright.copyright--2 .copyright-right .input-box input {
  padding-left: 0;
  padding-right: 65px;
  height: 46px;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.23);
  background: transparent;
}
.copyright.copyright--2 .copyright-right .input-box button {
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  padding: 0;
  box-shadow: none;
  transform: none;
  color: #fff;
}

.minimal-home-address {
  width: 700px;
  max-width: 100%;
}

.bk-copyright-payment div {
  padding: 4px;
}

/* ==========================
Extra Footer 
==============================*/
.page-extra-footer .page-left-text {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.5em;
  left: 40px;
  transform-origin: 0 50%;
  transform: rotate(-90deg) translate(-50%, 50%);
}
@media only screen and (max-width: 767px) {
  .page-extra-footer .page-left-text {
    z-index: 99;
    background: #fff;
    padding: 0 15px;
  }
}
.page-extra-footer .page-right-text {
  position: fixed;
  bottom: 200px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .page-extra-footer .page-right-text {
    position: static;
    background: transparent;
    padding-bottom: 15px;
    text-align: center;
  }
}
.page-extra-footer .page-right-text p.bk_pra.heading-font {
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .page-extra-footer .page-right-text p.bk_pra.heading-font {
    transform: rotate(0deg);
  }
}

/* ======================
Font Variation 
========================*/
body.template-font-1 .heading,
body.template-font-1 h1,
body.template-font-1 h2,
body.template-font-1 h3,
body.template-font-1 h4,
body.template-font-1 h5,
body.template-font-1 h6,
body.template-font-1 .h1,
body.template-font-1 .h2,
body.template-font-1 .h3,
body.template-font-1 .h4,
body.template-font-1 .h5,
body.template-font-1 .h6 {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .heading.font-reenie {
  font-family: "Reenie Beanie", cursive;
}
body.template-font-1 .mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner h4 {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .mega__width--fullscreen .mega__list li a span {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a span {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .footer-widget .footer-menu ul.ft-menu-list li a {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .copyright ul.bk-copyright-menu li a {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .copyright .copyright-right p {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .footer-widget .footer-address p {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .form-style--1 .input-box input,
body.template-font-1 .form-style--1 .input-box textarea {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .testimonial_style--1 .content p {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .testimonial_style--1 .content .testimonial-info .clint-info span {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .service.service--1 .content p {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .service.service--2 .content h4 {
  font-family: "Poppins", sans-serif;
}
body.template-font-1 .service.service--2 .content p {
  font-family: "Poppins", sans-serif;
}

body.template-font-2 .heading,
body.template-font-2 h1,
body.template-font-2 h2,
body.template-font-2 h3,
body.template-font-2 h4,
body.template-font-2 h5,
body.template-font-2 h6,
body.template-font-2 .h1,
body.template-font-2 .h2,
body.template-font-2 .h3,
body.template-font-2 .h4,
body.template-font-2 .h5,
body.template-font-2 .h6 {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .heading.font-reenie {
  font-family: "Reenie Beanie", cursive;
}
body.template-font-2 .mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner h4 {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .mega__width--fullscreen .mega__list li a span {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a span {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .footer-widget .footer-menu ul.ft-menu-list li a {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .copyright ul.bk-copyright-menu li a {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .copyright .copyright-right p {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .footer-widget .footer-address p {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .form-style--1 .input-box input,
body.template-font-2 .form-style--1 .input-box textarea {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .testimonial_style--1 .content p {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .testimonial_style--1 .content .testimonial-info .clint-info span {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .service.service--1 .content p {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .service.service--2 .content h4 {
  font-family: "louis_george_caferegular";
}
body.template-font-2 .service.service--2 .content p {
  font-family: "louis_george_caferegular";
}

body.template-font-3 .heading,
body.template-font-3 h1,
body.template-font-3 h2,
body.template-font-3 h3,
body.template-font-3 h4,
body.template-font-3 h5,
body.template-font-3 h6,
body.template-font-3 .h1,
body.template-font-3 .h2,
body.template-font-3 .h3,
body.template-font-3 .h4,
body.template-font-3 .h5,
body.template-font-3 .h6 {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .heading.font-reenie {
  font-family: "Reenie Beanie", cursive;
}
body.template-font-3 .mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner h4 {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .mega__width--fullscreen .mega__list li a span {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a span {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .footer-widget .footer-menu ul.ft-menu-list li a {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .copyright ul.bk-copyright-menu li a {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .copyright .copyright-right p {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .footer-widget .footer-address p {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .form-style--1 .input-box input,
body.template-font-3 .form-style--1 .input-box textarea {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .testimonial_style--1 .content p {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .testimonial_style--1 .content .testimonial-info .clint-info span {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .service.service--1 .content p {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .service.service--2 .content h4 {
  font-family: "Montserrat", sans-serif;
}
body.template-font-3 .service.service--2 .content p {
  font-family: "Montserrat", sans-serif;
}

body.template-font-4 .heading,
body.template-font-4 h1,
body.template-font-4 h2,
body.template-font-4 h3,
body.template-font-4 h4,
body.template-font-4 h5,
body.template-font-4 h6,
body.template-font-4 .h1,
body.template-font-4 .h2,
body.template-font-4 .h3,
body.template-font-4 .h4,
body.template-font-4 .h5,
body.template-font-4 .h6 {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .heading.font-reenie {
  font-family: "Reenie Beanie", cursive;
}
body.template-font-4 .mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner h4 {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .mega__width--fullscreen .mega__list li a span {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a span {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .footer-widget .footer-menu ul.ft-menu-list li a {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .copyright ul.bk-copyright-menu li a {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .copyright .copyright-right p {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .footer-widget .footer-address p {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .form-style--1 .input-box input,
body.template-font-4 .form-style--1 .input-box textarea {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .testimonial_style--1 .content p {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .testimonial_style--1 .content .testimonial-info .clint-info span {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .service.service--1 .content p {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .service.service--2 .content h4 {
  font-family: "Playfair Display", serif;
}
body.template-font-4 .service.service--2 .content p {
  font-family: "Playfair Display", serif;
}

body.template-font-5 .heading,
body.template-font-5 h1,
body.template-font-5 h2,
body.template-font-5 h3,
body.template-font-5 h4,
body.template-font-5 h5,
body.template-font-5 h6,
body.template-font-5 .h1,
body.template-font-5 .h2,
body.template-font-5 .h3,
body.template-font-5 .h4,
body.template-font-5 .h5,
body.template-font-5 .h6 {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .heading.font-reenie {
  font-family: "Reenie Beanie", cursive;
}
body.template-font-5 .mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner h4 {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .mega__width--fullscreen .mega__list li a span {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a span {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .footer-widget .footer-menu ul.ft-menu-list li a {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .copyright ul.bk-copyright-menu li a {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .copyright .copyright-right p {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .footer-widget .footer-address p {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .form-style--1 .input-box input,
body.template-font-5 .form-style--1 .input-box textarea {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .testimonial_style--1 .content p {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .testimonial_style--1 .content .testimonial-info .clint-info span {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .service.service--1 .content p {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .service.service--2 .content h4 {
  font-family: "Permanent Marker", cursive;
}
body.template-font-5 .service.service--2 .content p {
  font-family: "Permanent Marker", cursive;
}

body.template-font-6 .heading,
body.template-font-6 h1,
body.template-font-6 h2,
body.template-font-6 h3,
body.template-font-6 h4,
body.template-font-6 h5,
body.template-font-6 h6,
body.template-font-6 .h1,
body.template-font-6 .h2,
body.template-font-6 .h3,
body.template-font-6 .h4,
body.template-font-6 .h5,
body.template-font-6 .h6 {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .heading.font-reenie {
  font-family: "Reenie Beanie", cursive;
}
body.template-font-6 .mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner h4 {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .mega__width--fullscreen .mega__list li a span {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a span {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .footer-widget .footer-menu ul.ft-menu-list li a {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .copyright ul.bk-copyright-menu li a {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .copyright .copyright-right p {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .footer-widget .footer-address p {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .form-style--1 .input-box input,
body.template-font-6 .form-style--1 .input-box textarea {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .testimonial_style--1 .content p {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .testimonial_style--1 .content .testimonial-info .clint-info span {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .service.service--1 .content p {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .service.service--2 .content h4 {
  font-family: "Roboto", sans-serif;
}
body.template-font-6 .service.service--2 .content p {
  font-family: "Roboto", sans-serif;
}

/* =====================
    Preview Area 
========================*/
.preview-html {
  scroll-behavior: smooth;
}

.pv-service-wrapper {
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 50px;
  display: grid;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pv-service-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .pv-service-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pv-service-wrapper .single-grid {
  position: relative;
}
.pv-service-wrapper .single-grid::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  background: url(img/icons/grid-separator-dashed.png) repeat-y;
  width: 1px;
}
.pv-service-wrapper .single-grid .inner {
  max-width: 390px;
  margin: 0 auto;
  padding: 0 15px;
}
.pv-service-wrapper .single-grid .inner h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  margin-bottom: 0;
  word-wrap: break-word;
  max-width: 100%;
}

/*======================
Metro Grid Style 3 
==========================*/
.preview-grid-metro {
  margin: 0 -30px;
}
.preview-grid-metro .portfolio-33-33 {
  width: 33.33%;
  padding: 0 30px;
  margin-bottom: 30px;
}
.preview-grid-metro .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-grid-metro .portfolio-33-33 {
    width: 50%;
  }
  .preview-grid-metro .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .preview-grid-metro .portfolio-33-33 {
    width: 100%;
  }
  .preview-grid-metro .resizer {
    width: 100%;
  }
}
.preview-grid-metro .portfolio {
  text-align: center;
}
.preview-grid-metro .portfolio .thumb {
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.preview-grid-metro .portfolio .pv-port-info h5 a {
  color: #222222;
  font-size: 18px;
  line-height: 1.39;
}
.preview-grid-metro .portfolio:hover .thumb {
  transform: translateY(-20px);
}

.background-marque2 {
  background-image: url(img/preview-image/brook-landing-marque-image-01.jpg);
  background-repeat: repeat-x;
  background-size: auto;
}

.demo-section-title h1 {
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(-90deg, #ffb87d 5%, #ff3d99 95%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 150px;
}
.demo-section-title h1 sup {
  font-size: 0.33em;
  vertical-align: super;
  font-weight: 700;
  margin-left: -9px;
  background: linear-gradient(-90deg, #ffb87d 5%, #ff3d99 95%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.demo-section-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
.demo-section-title p {
  font-size: 16px;
  width: 730px;
  color: #888888;
  line-height: 1.88;
  margin: auto;
  margin-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-section-title p {
    max-width: 730px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .demo-section-title p {
    max-width: 730px;
    width: 100%;
  }
}

.pv-masonry-wrapper {
  padding: 0 140px;
}

/*============================
    Template Layout 
=============================*/
.pv-template-layout.layout-bg {
  background-image: url(img/preview-image/brook-landing-immensity-of-template-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #e9eef0;
}

.pv-single-feature {
  width: 780px;
  max-width: 100%;
  padding: 0 110px;
}
.pv-single-feature .feature-head {
  font-size: 131px;
  line-height: 1;
  background: linear-gradient(-90deg, #FAEFAE 0, #F09659 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  display: inline-block;
}
.pv-single-feature .feature-head sup {
  font-size: 0.33em;
  vertical-align: super;
  font-weight: 700;
  margin-left: 19px;
  background: inherit;
  color: transparent;
  top: -0.5em;
}
.pv-single-feature .content h2.heading-h2 {
  font-size: 40px;
}
.pv-bg-color-1 {
  background-color: #e9eef0;
}

/*======================
preview Area 
=========================*/
.pv-footer-area {
  background-color: #e63a65;
  background-image: url(img/preview-image/brook-landing-footer-bg-image-01.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.pv-footer-area .footer-bg-2 {
  background-image: url(img/preview-image//brook-landing-footer-bg-image-02.png);
  background-repeat: no-repeat;
  background-position: top right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .pv-masonry-wrapper {
    padding: 0 60px;
  }

  .pv-single-feature .content h2.heading-h2 {
    font-size: 33px;
  }

  .pv-single-feature .feature-head {
    font-size: 82px;
  }

  .pv-single-feature .feature-head sup {
    margin-left: -1px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .demo-section-title p {
    margin-bottom: 61px;
  }

  .pv-single-feature .feature-head {
    font-size: 112px;
  }

  .pv-template-layout.layout-bg {
    background-size: cover;
    padding-bottom: 150px;
  }

  .pv-masonry-wrapper {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pv-template-layout.layout-bg {
    background-size: cover;
    padding-bottom: 150px;
  }

  .pv-masonry-wrapper {
    padding: 0 60px;
  }

  .pv-single-feature .feature-head {
    font-size: 116px;
  }

  .preview-flexable .slick-gutter-40 .slick-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pv-single-feature {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pv-template-layout.layout-bg {
    background-size: cover;
    padding-bottom: 150px;
  }

  .pv-masonry-wrapper {
    padding: 0 30px;
  }

  .pv-single-feature .feature-head {
    font-size: 116px;
  }

  .demo-section-title p {
    margin-bottom: 46px;
    font-size: 14px;
  }

  .demo-section-title h2 {
    font-size: 25px;
  }

  .demo-section-title h1 {
    font-size: 107px;
  }

  .pv-single-feature {
    padding: 0 50px;
  }

  .tp-caption.display-your {
    padding: 0 20px !important;
  }

  .tp-caption.display-range {
    padding: 0 20px !important;
    font-size: 14px !important;
    top: 39px;
  }
}
/**
 * Utilities
 */
/* Font Family */
/*================================================ 
 font-family: 'Poppins', sans-serif;
 font-family: 'Permanent Marker', cursive;
 font-family: 'Playfair Display', serif;
 font-family: 'Montserrat', sans-serif;
 font-family: 'Open Sans', sans-serif;
 font-family: 'Roboto', sans-serif;
 font-family: 'Reenie Beanie', cursive;

 =================================================*/
.hidden {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.fix {
  overflow: hidden;
}

.poss_relative {
  position: relative;
}

.poss_absolute {
  position: absolute;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.wrapper {
  position: relative;
}

/* Define Colors */
.theme-color {
  color: #0038E3;
}

.secondary-color {
  color: #FF5EE1;
}

.font-reenie {
  font-family: "Reenie Beanie", cursive;
}

.color-light {
  color: #999999;
}

.body-color {
  color: #999999;
}

.color-dark {
  color: #333333;
}

.color-black {
  color: #000000;
}

.white {
  color: #fff;
}

.secondary-color {
  color: #FF5EE1;
}

.creative-color {
  color: #FE378C;
}

.red-color {
  color: #F0263F;
}

.red-color-2 {
  color: #F23E20;
}

.yellow-color {
  color: #FCB72B;
}

.yellow-color-2 {
  color: #F8A440;
}

.text-color-1 {
  color: #7ed321 !important;
}

.text-color-2 {
  color: #f55d4e !important;
}

.text-color-3 {
  color: #4a90e2 !important;
}

.text-color-4 {
  color: #f2b636 !important;
}

.pink {
  color: #F12C6E;
}

.pink {
  color: #F12C6E;
}

.brown-color {
  color: #CE8F4F;
}

.third-color {
  color: #99E5E8;
}

.tarkis-color {
  color: #19D2A8;
}

.theme-color-2 {
  color: #0069FF;
}

.brown-2 {
  color: #F1C078;
}

.brown-3 {
  color: #CAC0B3;
}

.purple-color-2 {
  color: #AC61EE;
}

.secondary-font {
  font-family: "Montserrat", sans-serif;
}

.primary-font {
  font-family: "Poppins", sans-serif;
}

.heading-font {
  font-family: "louis_george_caferegular";
}

.playfair-font {
  font-family: "Playfair Display", serif;
}

.roboto-font {
  font-family: "Roboto", sans-serif;
}

/* Background Color */
.bg_color--1 {
  background: #fff;
}

.bg_color--2 {
  background: #0038E3;
}

.bg_color--3 {
  background: #000000;
}

.bg_color--4 {
  background: #111;
}

.bg_color--5 {
  background: #f5f5f5;
}

.bg_color--6 {
  background: #ecf3ff;
}

.bg_color--7 {
  background: #222;
}

.bg_color--8 {
  background: #eee;
}

.bg_color--9 {
  background: #69afed;
}

.bg_color--10 {
  background: #f9f9f9;
}

.bg_color--11 {
  background: #001029;
}

.bg_color--12 {
  background: #FCB72B;
}

.bg_color--13 {
  background: #F8A440;
}

.bg_color--14 {
  background: #f7f1ec;
}

.bg_color--15 {
  background: #f7f7f7;
}

.bg_color--16 {
  background: #f4efff;
}

.bg_color--17 {
  background: #0069FF;
}

.bg_color--18 {
  background: #000;
}

.bg_color--19 {
  background: #AC61EE;
}

.bg_color--20 {
  background: #F55D4E;
}

.bg_color--21 {
  background: #f5f3ef;
}

.bg_color--22 {
  background: #f10;
}

.bg-as-text {
  background-image: url(img/icons/text.png);
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (max-width: 767px) {
  .bg-as-text {
    background-size: 554px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-as-text {
    background-size: 750px;
  }
}

.bg-as-text2 {
  background-image: url(img/icons/text2.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* Youtube Video Background */
.background-video-holder {
  position: relative;
}

.youtube-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  z-index: -1;
}

.youtube-bg {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* Background Image */
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_image--1 {
  background-image: url(img/bg/bg-image-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--2 {
  background-image: url(img/bg/bg-image-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--3 {
  background-image: url(img/bg/bg-image-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--4 {
  background-image: url(img/bg/bg-image-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--5 {
  background-image: url(img/bg/bg-image-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--6 {
  background-image: url(img/bg/bg-image-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--7 {
  background-image: url(img/bg/bg-image-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--8 {
  background-image: url(img/bg/bg-image-8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--9 {
  background-image: url(img/bg/bg-image-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--10 {
  background-image: url(img/bg/bg-image-10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--11 {
  background-image: url(img/bg/bg-image-11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--12 {
  background-image: url(img/bg/bg-image-12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--13 {
  background-image: url(img/bg/bg-image-13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--14 {
  background-image: url(img/bg/bg-image-14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--15 {
  background-image: url(img/bg/bg-image-15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--16 {
  background-image: url(img/bg/bg-image-16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--17 {
  background-image: url(img/bg/bg-image-17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--18 {
  background-image: url(img/bg/bg-image-18.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--19 {
  background-image: url(img/bg/bg-image-19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--20 {
  background-image: url(img/bg/bg-image-20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--21 {
  background-image: url(img/bg/bg-image-21.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--22 {
  background-image: url(img/bg/bg-image-22.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--23 {
  background-image: url(img/bg/bg-image-23.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--24 {
  background-image: url(img/bg/bg-image-24.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--25 {
  background-image: url(img/bg/bg-image-25.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--26 {
  background-image: url(img/bg/bg-image-26.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--27 {
  background-image: url(img/bg/bg-image-27.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--28 {
  background-image: url(img/bg/bg-image-28.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--29 {
  background-image: url(img/bg/bg-image-29.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--30 {
  background-image: url(img/bg/bg-image-30.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--31 {
  background-image: url(img/bg/bg-image-31.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--32 {
  background-image: url(img/bg/bg-image-32.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--33 {
  background-image: url(img/bg/bg-image-33.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--34 {
  background-image: url(img/bg/bg-image-34.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--35 {
  background-image: url(img/bg/bg-image-35.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--36 {
  background-image: url(img/bg/bg-image-36.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--37 {
  background-image: url(img/bg/bg-image-37.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--38 {
  background-image: url(img/bg/bg-image-38.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--39 {
  background-image: url(img/bg/bg-image-39.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--40 {
  background-image: url(img/bg/bg-image-40.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--41 {
  background-image: url(img/bg/bg-image-41.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--42 {
  background-image: url(img/bg/bg-image-42.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--43 {
  background-image: url(img/bg/bg-image-43.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--44 {
  background-image: url(img/bg/bg-image-44.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--45 {
  background-image: url(img/bg/bg-image-45.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--46 {
  background-image: url(img/bg/bg-image-46.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--47 {
  background-image: url(img/bg/bg-image-47.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--48 {
  background-image: url(img/bg/bg-image-48.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--49 {
  background-image: url(img/bg/bg-image-49.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--50 {
  background-image: url(img/bg/bg-image-50.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--51 {
  background-image: url(img/bg/bg-image-51.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--52 {
  background-image: url(img/bg/bg-image-52.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--53 {
  background-image: url(img/bg/bg-image-53.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--54 {
  background-image: url(img/bg/bg-image-54.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--55 {
  background-image: url(img/bg/bg-image-55.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--56 {
  background-image: url(img/bg/bg-image-56.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--57 {
  background-image: url(img/bg/bg-image-57.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--58 {
  background-image: url(img/bg/bg-image-58.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--59 {
  background-image: url(img/bg/bg-image-59.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--60 {
  background-image: url(img/bg/bg-image-60.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--61 {
  background-image: url(img/bg/bg-image-61.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--62 {
  background-image: url(img/bg/bg-image-62.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--63 {
  background-image: url(img/bg/bg-image-63.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--64 {
  background-image: url(img/bg/bg-image-64.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--65 {
  background-image: url(img/bg/bg-image-65.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--66 {
  background-image: url(img/bg/bg-image-66.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--67 {
  background-image: url(img/bg/bg-image-67.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--68 {
  background-image: url(img/bg/bg-image-68.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--69 {
  background-image: url(img/bg/bg-image-69.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--70 {
  background-image: url(img/bg/bg-image-70.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--71 {
  background-image: url(img/bg/bg-image-71.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--72 {
  background-image: url(img/bg/bg-image-72.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--73 {
  background-image: url(img/bg/bg-image-73.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--74 {
  background-image: url(img/bg/bg-image-74.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--75 {
  background-image: url(img/bg/bg-image-75.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--76 {
  background-image: url(img/bg/bg-image-76.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--77 {
  background-image: url(img/bg/bg-image-77.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--78 {
  background-image: url(img/bg/bg-image-78.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--79 {
  background-image: url(img/bg/bg-image-79.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--80 {
  background-image: url(img/bg/bg-image-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--81 {
  background-image: url(img/bg/bg-image-81.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--82 {
  background-image: url(img/bg/bg-image-82.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--83 {
  background-image: url(img/bg/bg-image-83.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--84 {
  background-image: url(img/bg/bg-image-84.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--85 {
  background-image: url(img/bg/bg-image-85.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--86 {
  background-image: url(img/bg/bg-image-86.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--87 {
  background-image: url(img/bg/bg-image-87.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--88 {
  background-image: url(img/bg/bg-image-88.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--89 {
  background-image: url(img/bg/bg-image-89.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--90 {
  background-image: url(img/bg/bg-image-90.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* This color is default color. It will change depending your body template color class like .template-color-1 to 11  */
.text-color {
  color: #0038E3;
}

body.template-color-1 .text-color {
  color: #0038E3;
}

body.template-color-2 .text-color {
  color: #FE378C;
}

body.template-color-3 .text-color {
  color: #F0263F;
}

body.template-color-4 .text-color {
  color: #FCB72B;
}

body.template-color-5 .text-color {
  color: #F8A440;
}

body.template-color-6 .text-color {
  color: #F05874;
}

body.template-color-7 .text-color {
  color: #99E5E8;
}

body.template-color-8 .text-color {
  color: #82CECF;
}

body.template-color-9 .text-color {
  color: #F0263F;
}

body.template-color-10 .text-color {
  color: #19d2a8;
}

body.template-color-11 .text-color {
  color: #0069FF;
}

body.template-color-12 .text-color {
  color: #F1C078;
}

body.template-color-13 .text-color {
  color: #CAC0B3;
}

body.template-color-14 .text-color {
  color: #F55D4E;
}

body.template-color-15 .text-color {
  color: #AC61EE;
}

body.template-color-16 .text-color {
  color: #F5A623;
}

body.template-color-17 .text-color {
  color: #B013FE;
}

body.template-color-18 .text-color {
  color: #899664;
}

body.template-color-19 .text-color {
  color: #F12C6E;
}

body.template-color-20 .text-color {
  color: #CE8F4F;
}

body.template-color-21 .text-color {
  color: #FB6031;
}

body.template-color-22 .text-color {
  color: #A810E0;
}

/*-----------------------
    Slick Gutter 
----------------------------*/
.slick-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.slick-gutter-5 .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.slick-gutter-10 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-gutter-15 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-gutter-20 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.slick-gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.slick-gutter-25 .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}

.slick-gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.slick-gutter-30 .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}

.slick-gutter-35 {
  margin-left: -35px;
  margin-right: -35px;
}
.slick-gutter-35 .slick-slide {
  padding-left: 35px;
  padding-right: 35px;
}

.slick-gutter-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.slick-gutter-40 .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}

.slick-gutter-45 {
  margin-left: -45px;
  margin-right: -45px;
}
.slick-gutter-45 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}

.slick-gutter-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.slick-gutter-50 .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.slick-gutter-55 {
  margin-left: -55px;
  margin-right: -55px;
}
.slick-gutter-55 .slick-slide {
  padding-left: 55px;
  padding-right: 55px;
}

.slick-gutter-60 {
  margin-left: -60px;
  margin-right: -60px;
}
.slick-gutter-60 .slick-slide {
  padding-left: 60px;
  padding-right: 60px;
}

.slick-gutter-65 {
  margin-left: -65px;
  margin-right: -65px;
}
.slick-gutter-65 .slick-slide {
  padding-left: 65px;
  padding-right: 65px;
}

.slick-gutter-70 {
  margin-left: -70px;
  margin-right: -70px;
}
.slick-gutter-70 .slick-slide {
  padding-left: 70px;
  padding-right: 70px;
}

.slick-gutter-75 {
  margin-left: -75px;
  margin-right: -75px;
}
.slick-gutter-75 .slick-slide {
  padding-left: 75px;
  padding-right: 75px;
}

.slick-gutter-80 {
  margin-left: -80px;
  margin-right: -80px;
}
.slick-gutter-80 .slick-slide {
  padding-left: 80px;
  padding-right: 80px;
}

.slick-gutter-85 {
  margin-left: -85px;
  margin-right: -85px;
}
.slick-gutter-85 .slick-slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slick-gutter-90 {
  margin-left: -90px;
  margin-right: -90px;
}
.slick-gutter-90 .slick-slide {
  padding-left: 90px;
  padding-right: 90px;
}

.slick-gutter-95 {
  margin-left: -95px;
  margin-right: -95px;
}
.slick-gutter-95 .slick-slide {
  padding-left: 95px;
  padding-right: 95px;
}

.slick-gutter-100 {
  margin-left: -100px;
  margin-right: -100px;
}
.slick-gutter-100 .slick-slide {
  padding-left: 100px;
  padding-right: 100px;
}

/*-- Padding Top --*/
.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;
}

.pt--255 {
  padding-top: 255px;
}

.pt--260 {
  padding-top: 260px;
}

.pt--265 {
  padding-top: 265px;
}

.pt--270 {
  padding-top: 270px;
}

.pt--275 {
  padding-top: 275px;
}

.pt--280 {
  padding-top: 280px;
}

.pt--285 {
  padding-top: 285px;
}

.pt--290 {
  padding-top: 290px;
}

.pt--295 {
  padding-top: 295px;
}

.pt--300 {
  padding-top: 300px;
}

.pt--305 {
  padding-top: 305px;
}

.pt--310 {
  padding-top: 310px;
}

.pt--315 {
  padding-top: 315px;
}

.pt--320 {
  padding-top: 320px;
}

.pt--325 {
  padding-top: 325px;
}

.pt--330 {
  padding-top: 330px;
}

.pt--335 {
  padding-top: 335px;
}

.pt--340 {
  padding-top: 340px;
}

.pt--345 {
  padding-top: 345px;
}

.pt--350 {
  padding-top: 350px;
}

.pt--355 {
  padding-top: 355px;
}

.pt--360 {
  padding-top: 360px;
}

.pt--365 {
  padding-top: 365px;
}

.pt--370 {
  padding-top: 370px;
}

.pt--375 {
  padding-top: 375px;
}

.pt--380 {
  padding-top: 380px;
}

.pt--385 {
  padding-top: 385px;
}

.pt--390 {
  padding-top: 390px;
}

.pt--395 {
  padding-top: 395px;
}

.pt--400 {
  padding-top: 400px;
}

@media only screen and (max-width: 575px) {
  .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;
  }
}
/*-- Padding Bottom --*/
.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;
}

.pb--255 {
  padding-bottom: 255px;
}

.pb--260 {
  padding-bottom: 260px;
}

.pb--265 {
  padding-bottom: 265px;
}

.pb--270 {
  padding-bottom: 270px;
}

.pb--275 {
  padding-bottom: 275px;
}

.pb--280 {
  padding-bottom: 280px;
}

.pb--285 {
  padding-bottom: 285px;
}

.pb--290 {
  padding-bottom: 290px;
}

.pb--295 {
  padding-bottom: 295px;
}

.pb--300 {
  padding-bottom: 300px;
}

.pb--305 {
  padding-bottom: 305px;
}

.pb--310 {
  padding-bottom: 310px;
}

.pb--315 {
  padding-bottom: 315px;
}

.pb--320 {
  padding-bottom: 320px;
}

.pb--325 {
  padding-bottom: 325px;
}

.pb--330 {
  padding-bottom: 330px;
}

.pb--335 {
  padding-bottom: 335px;
}

.pb--340 {
  padding-bottom: 340px;
}

.pb--345 {
  padding-bottom: 345px;
}

.pb--350 {
  padding-bottom: 350px;
}

/*-- Padding Left --*/
.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;
}

.pl--255 {
  padding-left: 255px;
}

.pl--260 {
  padding-left: 260px;
}

.pl--265 {
  padding-left: 265px;
}

.pl--270 {
  padding-left: 270px;
}

.pl--275 {
  padding-left: 275px;
}

.pl--280 {
  padding-left: 280px;
}

.pl--285 {
  padding-left: 285px;
}

.pl--290 {
  padding-left: 290px;
}

.pl--295 {
  padding-left: 295px;
}

.pl--300 {
  padding-left: 300px;
}

.pl--305 {
  padding-left: 305px;
}

.pl--310 {
  padding-left: 310px;
}

.pl--315 {
  padding-left: 315px;
}

.pl--320 {
  padding-left: 320px;
}

.pl--325 {
  padding-left: 325px;
}

.pl--330 {
  padding-left: 330px;
}

.pl--335 {
  padding-left: 335px;
}

.pl--340 {
  padding-left: 340px;
}

.pl--345 {
  padding-left: 345px;
}

.pl--350 {
  padding-left: 350px;
}

.pl--355 {
  padding-left: 355px;
}

.pl--360 {
  padding-left: 360px;
}

.pl--365 {
  padding-left: 365px;
}

.pl--370 {
  padding-left: 370px;
}

.pl--375 {
  padding-left: 375px;
}

.pl--380 {
  padding-left: 380px;
}

.pl--385 {
  padding-left: 385px;
}

.pl--390 {
  padding-left: 390px;
}

.pl--395 {
  padding-left: 395px;
}

.pl--400 {
  padding-left: 400px;
}

.pl--405 {
  padding-left: 405px;
}

.pl--410 {
  padding-left: 410px;
}

.pl--415 {
  padding-left: 415px;
}

.pl--420 {
  padding-left: 420px;
}

.pl--425 {
  padding-left: 425px;
}

.pl--430 {
  padding-left: 430px;
}

.pl--435 {
  padding-left: 435px;
}

.pl--440 {
  padding-left: 440px;
}

.pl--445 {
  padding-left: 445px;
}

.pl--450 {
  padding-left: 450px;
}

.pl--5 {
  padding-left: 5px !important;
}

/*-- Padding Right --*/
.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 only screen and (max-width: 575px) {
  .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;
  }
}
/*-- Padding Left Right --*/
.plr--5 {
  padding: 0 5px;
}

.plr--10 {
  padding: 0 10px;
}

.plr--15 {
  padding: 0 15px;
}

.plr--20 {
  padding: 0 20px;
}

.plr--25 {
  padding: 0 25px;
}

.plr--30 {
  padding: 0 30px;
}

.plr--35 {
  padding: 0 35px;
}

.plr--40 {
  padding: 0 40px;
}

.plr--45 {
  padding: 0 45px;
}

.plr--50 {
  padding: 0 50px;
}

.plr--55 {
  padding: 0 55px;
}

.plr--60 {
  padding: 0 60px;
}

.plr--65 {
  padding: 0 65px;
}

.plr--70 {
  padding: 0 70px;
}

.plr--75 {
  padding: 0 75px;
}

.plr--80 {
  padding: 0 80px;
}

.plr--85 {
  padding: 0 85px;
}

.plr--90 {
  padding: 0 90px;
}

.plr--95 {
  padding: 0 95px;
}

.plr--100 {
  padding: 0 100px;
}

.plr--105 {
  padding: 0 105px;
}

.plr--110 {
  padding: 0 110px;
}

.plr--115 {
  padding: 0 115px;
}

.plr--120 {
  padding: 0 120px;
}

.plr--125 {
  padding: 0 125px;
}

.plr--130 {
  padding: 0 130px;
}

.plr--135 {
  padding: 0 135px;
}

.plr--140 {
  padding: 0 140px;
}

.plr--145 {
  padding: 0 145px;
}

.plr--150 {
  padding: 0 150px;
}

.plr--155 {
  padding: 0 155px;
}

.plr--160 {
  padding: 0 160px;
}

.plr--165 {
  padding: 0 165px;
}

.plr--170 {
  padding: 0 170px;
}

.plr--175 {
  padding: 0 175px;
}

.plr--180 {
  padding: 0 180px;
}

.plr--185 {
  padding: 0 185px;
}

.plr--190 {
  padding: 0 190px;
}

.plr--195 {
  padding: 0 195px;
}

.plr--200 {
  padding: 0 200px;
}

.plr--205 {
  padding: 0 205px;
}

.plr--210 {
  padding: 0 210px;
}

.plr--215 {
  padding: 0 215px;
}

.plr--220 {
  padding: 0 220px;
}

.plr--225 {
  padding: 0 225px;
}

.plr--230 {
  padding: 0 230px;
}

.plr--235 {
  padding: 0 235px;
}

.plr--240 {
  padding: 0 240px;
}

.plr--245 {
  padding: 0 245px;
}

.plr--250 {
  padding: 0 250px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plr_lg--5 {
    padding: 0 5px;
  }

  .plr_lg--10 {
    padding: 0 10px;
  }

  .plr_lg--15 {
    padding: 0 15px;
  }

  .plr_lg--20 {
    padding: 0 20px;
  }

  .plr_lg--25 {
    padding: 0 25px;
  }

  .plr_lg--30 {
    padding: 0 30px;
  }

  .plr_lg--35 {
    padding: 0 35px;
  }

  .plr_lg--40 {
    padding: 0 40px;
  }

  .plr_lg--45 {
    padding: 0 45px;
  }

  .plr_lg--50 {
    padding: 0 50px;
  }

  .plr_lg--55 {
    padding: 0 55px;
  }

  .plr_lg--60 {
    padding: 0 60px;
  }

  .plr_lg--65 {
    padding: 0 65px;
  }

  .plr_lg--70 {
    padding: 0 70px;
  }

  .plr_lg--75 {
    padding: 0 75px;
  }

  .plr_lg--80 {
    padding: 0 80px;
  }

  .plr_lg--85 {
    padding: 0 85px;
  }

  .plr_lg--90 {
    padding: 0 90px;
  }

  .plr_lg--95 {
    padding: 0 95px;
  }

  .plr_lg--100 {
    padding: 0 100px;
  }

  .plr_lg--105 {
    padding: 0 105px;
  }

  .plr_lg--110 {
    padding: 0 110px;
  }

  .plr_lg--115 {
    padding: 0 115px;
  }

  .plr_lg--120 {
    padding: 0 120px;
  }

  .plr_lg--125 {
    padding: 0 125px;
  }

  .plr_lg--130 {
    padding: 0 130px;
  }

  .plr_lg--135 {
    padding: 0 135px;
  }

  .plr_lg--140 {
    padding: 0 140px;
  }

  .plr_lg--145 {
    padding: 0 145px;
  }

  .plr_lg--150 {
    padding: 0 150px;
  }

  .plr_lg--155 {
    padding: 0 155px;
  }

  .plr_lg--160 {
    padding: 0 160px;
  }

  .plr_lg--165 {
    padding: 0 165px;
  }

  .plr_lg--170 {
    padding: 0 170px;
  }

  .plr_lg--175 {
    padding: 0 175px;
  }

  .plr_lg--180 {
    padding: 0 180px;
  }

  .plr_lg--185 {
    padding: 0 185px;
  }

  .plr_lg--190 {
    padding: 0 190px;
  }

  .plr_lg--195 {
    padding: 0 195px;
  }

  .plr_lg--200 {
    padding: 0 200px;
  }

  .plr_lg--205 {
    padding: 0 205px;
  }

  .plr_lg--210 {
    padding: 0 210px;
  }

  .plr_lg--215 {
    padding: 0 215px;
  }

  .plr_lg--220 {
    padding: 0 220px;
  }

  .plr_lg--225 {
    padding: 0 225px;
  }

  .plr_lg--230 {
    padding: 0 230px;
  }

  .plr_lg--235 {
    padding: 0 235px;
  }

  .plr_lg--240 {
    padding: 0 240px;
  }

  .plr_lg--245 {
    padding: 0 245px;
  }

  .plr_lg--250 {
    padding: 0 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .plr_lp--5 {
    padding: 0 5px;
  }

  .plr_lp--10 {
    padding: 0 10px;
  }

  .plr_lp--15 {
    padding: 0 15px;
  }

  .plr_lp--20 {
    padding: 0 20px;
  }

  .plr_lp--25 {
    padding: 0 25px;
  }

  .plr_lp--30 {
    padding: 0 30px;
  }

  .plr_lp--35 {
    padding: 0 35px;
  }

  .plr_lp--40 {
    padding: 0 40px;
  }

  .plr_lp--45 {
    padding: 0 45px;
  }

  .plr_lp--50 {
    padding: 0 50px;
  }

  .plr_lp--55 {
    padding: 0 55px;
  }

  .plr_lp--60 {
    padding: 0 60px;
  }

  .plr_lp--65 {
    padding: 0 65px;
  }

  .plr_lp--70 {
    padding: 0 70px;
  }

  .plr_lp--75 {
    padding: 0 75px;
  }

  .plr_lp--80 {
    padding: 0 80px;
  }

  .plr_lp--85 {
    padding: 0 85px;
  }

  .plr_lp--90 {
    padding: 0 90px;
  }

  .plr_lp--95 {
    padding: 0 95px;
  }

  .plr_lp--100 {
    padding: 0 100px;
  }

  .plr_lp--105 {
    padding: 0 105px;
  }

  .plr_lp--110 {
    padding: 0 110px;
  }

  .plr_lp--115 {
    padding: 0 115px;
  }

  .plr_lp--120 {
    padding: 0 120px;
  }

  .plr_lp--125 {
    padding: 0 125px;
  }

  .plr_lp--130 {
    padding: 0 130px;
  }

  .plr_lp--135 {
    padding: 0 135px;
  }

  .plr_lp--140 {
    padding: 0 140px;
  }

  .plr_lp--145 {
    padding: 0 145px;
  }

  .plr_lp--150 {
    padding: 0 150px;
  }

  .plr_lp--155 {
    padding: 0 155px;
  }

  .plr_lp--160 {
    padding: 0 160px;
  }

  .plr_lp--165 {
    padding: 0 165px;
  }

  .plr_lp--170 {
    padding: 0 170px;
  }

  .plr_lp--175 {
    padding: 0 175px;
  }

  .plr_lp--180 {
    padding: 0 180px;
  }

  .plr_lp--185 {
    padding: 0 185px;
  }

  .plr_lp--190 {
    padding: 0 190px;
  }

  .plr_lp--195 {
    padding: 0 195px;
  }

  .plr_lp--200 {
    padding: 0 200px;
  }

  .plr_lp--205 {
    padding: 0 205px;
  }

  .plr_lp--210 {
    padding: 0 210px;
  }

  .plr_lp--215 {
    padding: 0 215px;
  }

  .plr_lp--220 {
    padding: 0 220px;
  }

  .plr_lp--225 {
    padding: 0 225px;
  }

  .plr_lp--230 {
    padding: 0 230px;
  }

  .plr_lp--235 {
    padding: 0 235px;
  }

  .plr_lp--240 {
    padding: 0 240px;
  }

  .plr_lp--245 {
    padding: 0 245px;
  }

  .plr_lp--250 {
    padding: 0 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .plr_lp--5 {
    padding: 0 5px;
  }

  .plr_lp--10 {
    padding: 0 10px;
  }

  .plr_lp--15 {
    padding: 0 15px;
  }

  .plr_lp--20 {
    padding: 0 20px;
  }

  .plr_lp--25 {
    padding: 0 25px;
  }

  .plr_lp--30 {
    padding: 0 30px;
  }

  .plr_lp--35 {
    padding: 0 35px;
  }

  .plr_lp--40 {
    padding: 0 40px;
  }

  .plr_lp--45 {
    padding: 0 45px;
  }

  .plr_lp--50 {
    padding: 0 50px;
  }

  .plr_lp--55 {
    padding: 0 55px;
  }

  .plr_lp--60 {
    padding: 0 60px;
  }

  .plr_lp--65 {
    padding: 0 65px;
  }

  .plr_lp--70 {
    padding: 0 70px;
  }

  .plr_lp--75 {
    padding: 0 75px;
  }

  .plr_lp--80 {
    padding: 0 80px;
  }

  .plr_lp--85 {
    padding: 0 85px;
  }

  .plr_lp--90 {
    padding: 0 90px;
  }

  .plr_lp--95 {
    padding: 0 95px;
  }

  .plr_lp--100 {
    padding: 0 100px;
  }

  .plr_lp--105 {
    padding: 0 105px;
  }

  .plr_lp--110 {
    padding: 0 110px;
  }

  .plr_lp--115 {
    padding: 0 115px;
  }

  .plr_lp--120 {
    padding: 0 120px;
  }

  .plr_lp--125 {
    padding: 0 125px;
  }

  .plr_lp--130 {
    padding: 0 130px;
  }

  .plr_lp--135 {
    padding: 0 135px;
  }

  .plr_lp--140 {
    padding: 0 140px;
  }

  .plr_lp--145 {
    padding: 0 145px;
  }

  .plr_lp--150 {
    padding: 0 150px;
  }

  .plr_lp--155 {
    padding: 0 155px;
  }

  .plr_lp--160 {
    padding: 0 160px;
  }

  .plr_lp--165 {
    padding: 0 165px;
  }

  .plr_lp--170 {
    padding: 0 170px;
  }

  .plr_lp--175 {
    padding: 0 175px;
  }

  .plr_lp--180 {
    padding: 0 180px;
  }

  .plr_lp--185 {
    padding: 0 185px;
  }

  .plr_lp--190 {
    padding: 0 190px;
  }

  .plr_lp--195 {
    padding: 0 195px;
  }

  .plr_lp--200 {
    padding: 0 200px;
  }

  .plr_lp--205 {
    padding: 0 205px;
  }

  .plr_lp--210 {
    padding: 0 210px;
  }

  .plr_lp--215 {
    padding: 0 215px;
  }

  .plr_lp--220 {
    padding: 0 220px;
  }

  .plr_lp--225 {
    padding: 0 225px;
  }

  .plr_lp--230 {
    padding: 0 230px;
  }

  .plr_lp--235 {
    padding: 0 235px;
  }

  .plr_lp--240 {
    padding: 0 240px;
  }

  .plr_lp--245 {
    padding: 0 245px;
  }

  .plr_lp--250 {
    padding: 0 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr_md--5 {
    padding: 0 5px;
  }

  .plr_md--10 {
    padding: 0 10px;
  }

  .plr_md--15 {
    padding: 0 15px;
  }

  .plr_md--20 {
    padding: 0 20px;
  }

  .plr_md--25 {
    padding: 0 25px;
  }

  .plr_md--30 {
    padding: 0 30px;
  }

  .plr_md--35 {
    padding: 0 35px;
  }

  .plr_md--40 {
    padding: 0 40px;
  }

  .plr_md--45 {
    padding: 0 45px;
  }

  .plr_md--50 {
    padding: 0 50px;
  }

  .plr_md--55 {
    padding: 0 55px;
  }

  .plr_md--60 {
    padding: 0 60px;
  }

  .plr_md--65 {
    padding: 0 65px;
  }

  .plr_md--70 {
    padding: 0 70px;
  }

  .plr_md--75 {
    padding: 0 75px;
  }

  .plr_md--80 {
    padding: 0 80px;
  }

  .plr_md--85 {
    padding: 0 85px;
  }

  .plr_md--90 {
    padding: 0 90px;
  }

  .plr_md--95 {
    padding: 0 95px;
  }

  .plr_md--100 {
    padding: 0 100px;
  }

  .plr_md--105 {
    padding: 0 105px;
  }

  .plr_md--110 {
    padding: 0 110px;
  }

  .plr_md--115 {
    padding: 0 115px;
  }

  .plr_md--120 {
    padding: 0 120px;
  }

  .plr_md--125 {
    padding: 0 125px;
  }

  .plr_md--130 {
    padding: 0 130px;
  }

  .plr_md--135 {
    padding: 0 135px;
  }

  .plr_md--140 {
    padding: 0 140px;
  }

  .plr_md--145 {
    padding: 0 145px;
  }

  .plr_md--150 {
    padding: 0 150px;
  }

  .plr_md--155 {
    padding: 0 155px;
  }

  .plr_md--160 {
    padding: 0 160px;
  }

  .plr_md--165 {
    padding: 0 165px;
  }

  .plr_md--170 {
    padding: 0 170px;
  }

  .plr_md--175 {
    padding: 0 175px;
  }

  .plr_md--180 {
    padding: 0 180px;
  }

  .plr_md--185 {
    padding: 0 185px;
  }

  .plr_md--190 {
    padding: 0 190px;
  }

  .plr_md--195 {
    padding: 0 195px;
  }

  .plr_md--200 {
    padding: 0 200px;
  }

  .plr_md--205 {
    padding: 0 205px;
  }

  .plr_md--210 {
    padding: 0 210px;
  }

  .plr_md--215 {
    padding: 0 215px;
  }

  .plr_md--220 {
    padding: 0 220px;
  }

  .plr_md--225 {
    padding: 0 225px;
  }

  .plr_md--230 {
    padding: 0 230px;
  }

  .plr_md--235 {
    padding: 0 235px;
  }

  .plr_md--240 {
    padding: 0 240px;
  }

  .plr_md--245 {
    padding: 0 245px;
  }

  .plr_md--250 {
    padding: 0 250px;
  }

  .ml_md--30 {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .plr_sm--5 {
    padding: 0 5px;
  }

  .plr_sm--10 {
    padding: 0 10px;
  }

  .plr_sm--15 {
    padding: 0 15px;
  }

  .plr_sm--20 {
    padding: 0 20px;
  }

  .plr_sm--25 {
    padding: 0 25px;
  }

  .plr_sm--30 {
    padding: 0 30px;
  }

  .plr_sm--35 {
    padding: 0 35px;
  }

  .plr_sm--40 {
    padding: 0 40px;
  }

  .plr_sm--45 {
    padding: 0 45px;
  }

  .plr_sm--50 {
    padding: 0 50px;
  }

  .plr_sm--55 {
    padding: 0 55px;
  }

  .plr_sm--60 {
    padding: 0 60px;
  }

  .plr_sm--65 {
    padding: 0 65px;
  }

  .plr_sm--70 {
    padding: 0 70px;
  }

  .plr_sm--75 {
    padding: 0 75px;
  }

  .plr_sm--80 {
    padding: 0 80px;
  }

  .plr_sm--85 {
    padding: 0 85px;
  }

  .plr_sm--90 {
    padding: 0 90px;
  }

  .plr_sm--95 {
    padding: 0 95px;
  }

  .plr_sm--100 {
    padding: 0 100px;
  }

  .plr_sm--105 {
    padding: 0 105px;
  }

  .plr_sm--110 {
    padding: 0 110px;
  }

  .plr_sm--115 {
    padding: 0 115px;
  }

  .plr_sm--120 {
    padding: 0 120px;
  }

  .plr_sm--125 {
    padding: 0 125px;
  }

  .plr_sm--130 {
    padding: 0 130px;
  }

  .plr_sm--135 {
    padding: 0 135px;
  }

  .plr_sm--140 {
    padding: 0 140px;
  }

  .plr_sm--145 {
    padding: 0 145px;
  }

  .plr_sm--150 {
    padding: 0 150px;
  }

  .plr_sm--155 {
    padding: 0 155px;
  }

  .plr_sm--160 {
    padding: 0 160px;
  }

  .plr_sm--165 {
    padding: 0 165px;
  }

  .plr_sm--170 {
    padding: 0 170px;
  }

  .plr_sm--175 {
    padding: 0 175px;
  }

  .plr_sm--180 {
    padding: 0 180px;
  }

  .plr_sm--185 {
    padding: 0 185px;
  }

  .plr_sm--190 {
    padding: 0 190px;
  }

  .plr_sm--195 {
    padding: 0 195px;
  }

  .plr_sm--200 {
    padding: 0 200px;
  }

  .plr_sm--205 {
    padding: 0 205px;
  }

  .plr_sm--210 {
    padding: 0 210px;
  }

  .plr_sm--215 {
    padding: 0 215px;
  }

  .plr_sm--220 {
    padding: 0 220px;
  }

  .plr_sm--225 {
    padding: 0 225px;
  }

  .plr_sm--230 {
    padding: 0 230px;
  }

  .plr_sm--235 {
    padding: 0 235px;
  }

  .plr_sm--240 {
    padding: 0 240px;
  }

  .plr_sm--245 {
    padding: 0 245px;
  }

  .plr_sm--250 {
    padding: 0 250px;
  }

  .ml_sm--30 {
    margin-left: 30px !important;
  }
}
/*---------------------------
Section Separation  
----------------------------*/
.bkseparator--5 {
  height: 5px;
}

.bkseparator--10 {
  height: 10px;
}

.bkseparator--15 {
  height: 15px;
}

.bkseparator--20 {
  height: 20px;
}

.bkseparator--25 {
  height: 25px;
}

.bkseparator--30 {
  height: 30px;
}

.bkseparator--35 {
  height: 35px;
}

.bkseparator--40 {
  height: 40px;
}

.bkseparator--45 {
  height: 45px;
}

.bkseparator--50 {
  height: 50px;
}

.bkseparator--55 {
  height: 55px;
}

.bkseparator--60 {
  height: 60px;
}

.bkseparator--65 {
  height: 65px;
}

.bkseparator--70 {
  height: 70px;
}

.bkseparator--75 {
  height: 75px;
}

.bkseparator--80 {
  height: 80px;
}

.bkseparator--85 {
  height: 85px;
}

.bkseparator--90 {
  height: 90px;
}

.bkseparator--95 {
  height: 95px;
}

.bkseparator--100 {
  height: 100px;
}

.bkseparator--105 {
  height: 105px;
}

.bkseparator--110 {
  height: 110px;
}

.bkseparator--115 {
  height: 115px;
}

.bkseparator--120 {
  height: 120px;
}

.bkseparator--125 {
  height: 125px;
}

.bkseparator--130 {
  height: 130px;
}

.bkseparator--135 {
  height: 135px;
}

.bkseparator--140 {
  height: 140px;
}

.bkseparator--145 {
  height: 145px;
}

.bkseparator--150 {
  height: 150px;
}

.bkseparator--600 {
  height: 600px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bkseparator_lg--5 {
    height: 5px;
  }

  .bkseparator_lg--10 {
    height: 10px;
  }

  .bkseparator_lg--15 {
    height: 15px;
  }

  .bkseparator_lg--20 {
    height: 20px;
  }

  .bkseparator_lg--25 {
    height: 25px;
  }

  .bkseparator_lg--30 {
    height: 30px;
  }

  .bkseparator_lg--35 {
    height: 35px;
  }

  .bkseparator_lg--40 {
    height: 40px;
  }

  .bkseparator_lg--45 {
    height: 45px;
  }

  .bkseparator_lg--50 {
    height: 50px;
  }

  .bkseparator_lg--55 {
    height: 55px;
  }

  .bkseparator_lg--60 {
    height: 60px;
  }

  .bkseparator_lg--65 {
    height: 65px;
  }

  .bkseparator_lg--70 {
    height: 70px;
  }

  .bkseparator_lg--75 {
    height: 75px;
  }

  .bkseparator_lg--80 {
    height: 80px;
  }

  .bkseparator_lg--85 {
    height: 85px;
  }

  .bkseparator_lg--90 {
    height: 90px;
  }

  .bkseparator_lg--95 {
    height: 95px;
  }

  .bkseparator_lg--100 {
    height: 100px;
  }

  .bkseparator_lg--105 {
    height: 105px;
  }

  .bkseparator_lg--110 {
    height: 110px;
  }

  .bkseparator_lg--115 {
    height: 115px;
  }

  .bkseparator_lg--120 {
    height: 120px;
  }

  .bkseparator_lg--125 {
    height: 125px;
  }

  .bkseparator_lg--130 {
    height: 130px;
  }

  .bkseparator_lg--135 {
    height: 135px;
  }

  .bkseparator_lg--140 {
    height: 140px;
  }

  .bkseparator_lg--145 {
    height: 145px;
  }

  .bkseparator_lg--150 {
    height: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bkseparator_md--5 {
    height: 5px;
  }

  .bkseparator_md--10 {
    height: 10px;
  }

  .bkseparator_md--15 {
    height: 15px;
  }

  .bkseparator_md--20 {
    height: 20px;
  }

  .bkseparator_md--25 {
    height: 25px;
  }

  .bkseparator_md--30 {
    height: 30px;
  }

  .bkseparator_md--35 {
    height: 35px;
  }

  .bkseparator_md--40 {
    height: 40px;
  }

  .bkseparator_md--45 {
    height: 45px;
  }

  .bkseparator_md--50 {
    height: 50px;
  }

  .bkseparator_md--55 {
    height: 55px;
  }

  .bkseparator_md--60 {
    height: 60px;
  }

  .bkseparator_md--65 {
    height: 65px;
  }

  .bkseparator_md--70 {
    height: 70px;
  }

  .bkseparator_md--75 {
    height: 75px;
  }

  .bkseparator_md--80 {
    height: 80px;
  }

  .bkseparator_md--85 {
    height: 85px;
  }

  .bkseparator_md--90 {
    height: 90px;
  }

  .bkseparator_md--95 {
    height: 95px;
  }

  .bkseparator_md--100 {
    height: 100px;
  }

  .bkseparator_md--105 {
    height: 105px;
  }

  .bkseparator_md--110 {
    height: 110px;
  }

  .bkseparator_md--115 {
    height: 115px;
  }

  .bkseparator_md--120 {
    height: 120px;
  }

  .bkseparator_md--125 {
    height: 125px;
  }

  .bkseparator_md--130 {
    height: 130px;
  }

  .bkseparator_md--135 {
    height: 135px;
  }

  .bkseparator_md--140 {
    height: 140px;
  }

  .bkseparator_md--145 {
    height: 145px;
  }

  .bkseparator_md--150 {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .bkseparator_sm--5 {
    height: 5px;
  }

  .bkseparator_sm--10 {
    height: 10px;
  }

  .bkseparator_sm--15 {
    height: 15px;
  }

  .bkseparator_sm--20 {
    height: 20px;
  }

  .bkseparator_sm--25 {
    height: 25px;
  }

  .bkseparator_sm--30 {
    height: 30px;
  }

  .bkseparator_sm--35 {
    height: 35px;
  }

  .bkseparator_sm--40 {
    height: 40px;
  }

  .bkseparator_sm--45 {
    height: 45px;
  }

  .bkseparator_sm--50 {
    height: 50px;
  }

  .bkseparator_sm--55 {
    height: 55px;
  }

  .bkseparator_sm--60 {
    height: 60px;
  }

  .bkseparator_sm--65 {
    height: 65px;
  }

  .bkseparator_sm--70 {
    height: 70px;
  }

  .bkseparator_sm--75 {
    height: 75px;
  }

  .bkseparator_sm--80 {
    height: 80px;
  }

  .bkseparator_sm--85 {
    height: 85px;
  }

  .bkseparator_sm--90 {
    height: 90px;
  }

  .bkseparator_sm--95 {
    height: 95px;
  }

  .bkseparator_sm--100 {
    height: 100px;
  }

  .bkseparator_sm--105 {
    height: 105px;
  }

  .bkseparator_sm--110 {
    height: 110px;
  }

  .bkseparator_sm--115 {
    height: 115px;
  }

  .bkseparator_sm--120 {
    height: 120px;
  }

  .bkseparator_sm--125 {
    height: 125px;
  }

  .bkseparator_sm--130 {
    height: 130px;
  }

  .bkseparator_sm--135 {
    height: 135px;
  }

  .bkseparator_sm--140 {
    height: 140px;
  }

  .bkseparator_sm--145 {
    height: 145px;
  }

  .bkseparator_sm--150 {
    height: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space_dec--none {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .space_dec--none {
    margin-top: 0 !important;
  }
}

.space_dec--110 {
  margin-top: -110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space_dec--110 {
    margin-top: -180px;
  }
}
@media only screen and (max-width: 767px) {
  .space_dec--110 {
    margin-top: -180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space_dec--110.space_dec--none {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .space_dec--110.space_dec--none {
    margin-top: 0 !important;
  }
}

.space_dec--100 {
  margin-top: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space_dec--100 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .space_dec--100 {
    margin-top: 0 !important;
  }
}

.space_decLeft--170 {
  margin-left: -170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space_decLeft--170 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .space_decLeft--170 {
    margin-left: 0;
  }
}

.space_dec--70 {
  margin-top: -70px;
}

.space_dec--40 {
  margin-top: -40px;
}

.space_dec--250 {
  margin-top: -250px;
}

@media only screen and (max-width: 767px) {
  .space_dec_sm--none {
    margin-top: 0;
  }
}
.max-width-350 {
  max-width: 350px;
}

.plr_dec--85 {
  margin: 0 -85px;
}

/*-- Margin Top --*/
.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;
}

/*-- Margin Bottom --*/
.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;
}

.pl--0 {
  padding-left: 0;
}

.pr--0 {
  padding-right: 0;
}

/*-- Margin Right --*/
.mr--0 {
  margin-right: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.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;
}

/*-- Margin Bottom --*/
.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;
}

/*-- Margin Bottom --*/
.ptb--5 {
  padding: 5px 0;
}

.ptb--10 {
  padding: 10px 0;
}

.ptb--15 {
  padding: 15px 0;
}

.ptb--20 {
  padding: 20px 0;
}

.ptb--25 {
  padding: 25px 0;
}

.ptb--30 {
  padding: 30px 0;
}

.ptb--35 {
  padding: 35px 0;
}

.ptb--40 {
  padding: 40px 0;
}

.ptb--45 {
  padding: 45px 0;
}

.ptb--50 {
  padding: 50px 0;
}

.ptb--55 {
  padding: 55px 0;
}

.ptb--60 {
  padding: 60px 0;
}

.ptb--65 {
  padding: 65px 0;
}

.ptb--70 {
  padding: 70px 0;
}

.ptb--75 {
  padding: 75px 0;
}

.ptb--80 {
  padding: 80px 0;
}

.ptb--85 {
  padding: 85px 0;
}

.ptb--90 {
  padding: 90px 0;
}

.ptb--95 {
  padding: 95px 0;
}

.ptb--100 {
  padding: 100px 0;
}

.ptb--105 {
  padding: 105px 0;
}

.ptb--110 {
  padding: 110px 0;
}

.ptb--115 {
  padding: 115px 0;
}

.ptb--120 {
  padding: 120px 0;
}

.ptb--125 {
  padding: 125px 0;
}

.ptb--130 {
  padding: 130px 0;
}

.ptb--135 {
  padding: 135px 0;
}

.ptb--140 {
  padding: 140px 0;
}

.ptb--145 {
  padding: 145px 0;
}

.ptb--150 {
  padding: 150px 0;
}

.ptb--155 {
  padding: 155px 0;
}

.ptb--160 {
  padding: 160px 0;
}

.ptb--165 {
  padding: 165px 0;
}

.ptb--170 {
  padding: 170px 0;
}

.ptb--175 {
  padding: 175px 0;
}

.ptb--180 {
  padding: 180px 0;
}

.ptb--185 {
  padding: 185px 0;
}

.ptb--190 {
  padding: 190px 0;
}

.ptb--195 {
  padding: 195px 0;
}

.ptb--200 {
  padding: 200px 0;
}

.ptb--205 {
  padding: 205px 0;
}

.ptb--210 {
  padding: 210px 0;
}

.ptb--215 {
  padding: 215px 0;
}

.ptb--220 {
  padding: 220px 0;
}

.ptb--225 {
  padding: 225px 0;
}

.ptb--230 {
  padding: 230px 0;
}

.ptb--235 {
  padding: 235px 0;
}

.ptb--240 {
  padding: 240px 0;
}

.ptb--245 {
  padding: 245px 0;
}

.ptb--250 {
  padding: 250px 0;
}

.ptb--255 {
  padding: 255px 0;
}

.ptb--260 {
  padding: 260px 0;
}

.ptb--265 {
  padding: 265px 0;
}

.ptb--270 {
  padding: 270px 0;
}

.ptb--275 {
  padding: 275px 0;
}

.ptb--280 {
  padding: 280px 0;
}

.ptb--285 {
  padding: 285px 0;
}

.ptb--290 {
  padding: 290px 0;
}

.ptb--295 {
  padding: 295px 0;
}

.ptb--300 {
  padding: 300px 0;
}

.ptb--305 {
  padding: 305px 0;
}

.ptb--310 {
  padding: 310px 0;
}

.ptb--315 {
  padding: 315px 0;
}

.ptb--320 {
  padding: 320px 0;
}

.ptb--325 {
  padding: 325px 0;
}

.ptb--330 {
  padding: 330px 0;
}

.ptb--335 {
  padding: 335px 0;
}

.ptb--340 {
  padding: 340px 0;
}

.ptb--345 {
  padding: 345px 0;
}

.ptb--350 {
  padding: 350px 0;
}

/* =================================
    Responsive Spacing Css 
====================================*/
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .pb_lp--5 {
    padding-bottom: 5px;
  }

  .pr_lp--5 {
    padding-right: 5px;
  }

  .pl_lp--5 {
    padding-left: 5px;
  }

  .pt_lp--5 {
    padding-top: 5px;
  }

  .ptb_lp--5 {
    padding: 5px 0;
  }

  .pb_lp--10 {
    padding-bottom: 10px;
  }

  .pr_lp--10 {
    padding-right: 10px;
  }

  .pl_lp--10 {
    padding-left: 10px;
  }

  .pt_lp--10 {
    padding-top: 10px;
  }

  .ptb_lp--10 {
    padding: 10px 0;
  }

  .pb_lp--15 {
    padding-bottom: 15px;
  }

  .pr_lp--15 {
    padding-right: 15px;
  }

  .pl_lp--15 {
    padding-left: 15px;
  }

  .pt_lp--15 {
    padding-top: 15px;
  }

  .ptb_lp--15 {
    padding: 15px 0;
  }

  .pb_lp--20 {
    padding-bottom: 20px;
  }

  .pr_lp--20 {
    padding-right: 20px;
  }

  .pl_lp--20 {
    padding-left: 20px;
  }

  .pt_lp--20 {
    padding-top: 20px;
  }

  .ptb_lp--20 {
    padding: 20px 0;
  }

  .pb_lp--25 {
    padding-bottom: 25px;
  }

  .pr_lp--25 {
    padding-right: 25px;
  }

  .pl_lp--25 {
    padding-left: 25px;
  }

  .pt_lp--25 {
    padding-top: 25px;
  }

  .ptb_lp--25 {
    padding: 25px 0;
  }

  .pb_lp--30 {
    padding-bottom: 30px;
  }

  .pr_lp--30 {
    padding-right: 30px;
  }

  .pl_lp--30 {
    padding-left: 30px;
  }

  .pt_lp--30 {
    padding-top: 30px;
  }

  .ptb_lp--30 {
    padding: 30px 0;
  }

  .pb_lp--35 {
    padding-bottom: 35px;
  }

  .pr_lp--35 {
    padding-right: 35px;
  }

  .pl_lp--35 {
    padding-left: 35px;
  }

  .pt_lp--35 {
    padding-top: 35px;
  }

  .ptb_lp--35 {
    padding: 35px 0;
  }

  .pb_lp--40 {
    padding-bottom: 40px;
  }

  .pr_lp--40 {
    padding-right: 40px;
  }

  .pl_lp--40 {
    padding-left: 40px;
  }

  .pt_lp--40 {
    padding-top: 40px;
  }

  .ptb_lp--40 {
    padding: 40px 0;
  }

  .pb_lp--45 {
    padding-bottom: 45px;
  }

  .pr_lp--45 {
    padding-right: 45px;
  }

  .pl_lp--45 {
    padding-left: 45px;
  }

  .pt_lp--45 {
    padding-top: 45px;
  }

  .ptb_lp--45 {
    padding: 45px 0;
  }

  .pb_lp--50 {
    padding-bottom: 50px;
  }

  .pr_lp--50 {
    padding-right: 50px;
  }

  .pl_lp--50 {
    padding-left: 50px;
  }

  .pt_lp--50 {
    padding-top: 50px;
  }

  .ptb_lp--50 {
    padding: 50px 0;
  }

  .pb_lp--55 {
    padding-bottom: 55px;
  }

  .pr_lp--55 {
    padding-right: 55px;
  }

  .pl_lp--55 {
    padding-left: 55px;
  }

  .pt_lp--55 {
    padding-top: 55px;
  }

  .ptb_lp--55 {
    padding: 55px 0;
  }

  .pb_lp--60 {
    padding-bottom: 60px;
  }

  .pr_lp--60 {
    padding-right: 60px;
  }

  .pl_lp--60 {
    padding-left: 60px;
  }

  .pt_lp--60 {
    padding-top: 60px;
  }

  .ptb_lp--60 {
    padding: 60px 0;
  }

  .pb_lp--65 {
    padding-bottom: 65px;
  }

  .pr_lp--65 {
    padding-right: 65px;
  }

  .pl_lp--65 {
    padding-left: 65px;
  }

  .pt_lp--65 {
    padding-top: 65px;
  }

  .ptb_lp--65 {
    padding: 65px 0;
  }

  .pb_lp--70 {
    padding-bottom: 70px;
  }

  .pr_lp--70 {
    padding-right: 70px;
  }

  .pl_lp--70 {
    padding-left: 70px;
  }

  .pt_lp--70 {
    padding-top: 70px;
  }

  .ptb_lp--70 {
    padding: 70px 0;
  }

  .pb_lp--75 {
    padding-bottom: 75px;
  }

  .pr_lp--75 {
    padding-right: 75px;
  }

  .pl_lp--75 {
    padding-left: 75px;
  }

  .pt_lp--75 {
    padding-top: 75px;
  }

  .ptb_lp--75 {
    padding: 75px 0;
  }

  .pb_lp--80 {
    padding-bottom: 80px;
  }

  .pr_lp--80 {
    padding-right: 80px;
  }

  .pl_lp--80 {
    padding-left: 80px;
  }

  .pt_lp--80 {
    padding-top: 80px;
  }

  .ptb_lp--80 {
    padding: 80px 0;
  }

  .pb_lp--85 {
    padding-bottom: 85px;
  }

  .pr_lp--85 {
    padding-right: 85px;
  }

  .pl_lp--85 {
    padding-left: 85px;
  }

  .pt_lp--85 {
    padding-top: 85px;
  }

  .ptb_lp--85 {
    padding: 85px 0;
  }

  .pb_lp--90 {
    padding-bottom: 90px;
  }

  .pr_lp--90 {
    padding-right: 90px;
  }

  .pl_lp--90 {
    padding-left: 90px;
  }

  .pt_lp--90 {
    padding-top: 90px;
  }

  .ptb_lp--90 {
    padding: 90px 0;
  }

  .pb_lp--95 {
    padding-bottom: 95px;
  }

  .pr_lp--95 {
    padding-right: 95px;
  }

  .pl_lp--95 {
    padding-left: 95px;
  }

  .pt_lp--95 {
    padding-top: 95px;
  }

  .ptb_lp--95 {
    padding: 95px 0;
  }

  .pb_lp--100 {
    padding-bottom: 100px;
  }

  .pr_lp--100 {
    padding-right: 100px;
  }

  .pl_lp--100 {
    padding-left: 100px;
  }

  .pt_lp--100 {
    padding-top: 100px;
  }

  .ptb_lp--100 {
    padding: 100px 0;
  }

  .pb_lp--105 {
    padding-bottom: 105px;
  }

  .pr_lp--105 {
    padding-right: 105px;
  }

  .pl_lp--105 {
    padding-left: 105px;
  }

  .pt_lp--105 {
    padding-top: 105px;
  }

  .ptb_lp--105 {
    padding: 105px 0;
  }

  .pb_lp--110 {
    padding-bottom: 110px;
  }

  .pr_lp--110 {
    padding-right: 110px;
  }

  .pl_lp--110 {
    padding-left: 110px;
  }

  .pt_lp--110 {
    padding-top: 110px;
  }

  .ptb_lp--110 {
    padding: 110px 0;
  }

  .pb_lp--115 {
    padding-bottom: 115px;
  }

  .pr_lp--115 {
    padding-right: 115px;
  }

  .pl_lp--115 {
    padding-left: 115px;
  }

  .pt_lp--115 {
    padding-top: 115px;
  }

  .ptb_lp--115 {
    padding: 115px 0;
  }

  .pb_lp--120 {
    padding-bottom: 120px;
  }

  .pr_lp--120 {
    padding-right: 120px;
  }

  .pl_lp--120 {
    padding-left: 120px;
  }

  .pt_lp--120 {
    padding-top: 120px;
  }

  .ptb_lp--120 {
    padding: 120px 0;
  }

  .pb_lp--125 {
    padding-bottom: 125px;
  }

  .pr_lp--125 {
    padding-right: 125px;
  }

  .pl_lp--125 {
    padding-left: 125px;
  }

  .pt_lp--125 {
    padding-top: 125px;
  }

  .ptb_lp--125 {
    padding: 125px 0;
  }

  .pb_lp--130 {
    padding-bottom: 130px;
  }

  .pr_lp--130 {
    padding-right: 130px;
  }

  .pl_lp--130 {
    padding-left: 130px;
  }

  .pt_lp--130 {
    padding-top: 130px;
  }

  .ptb_lp--130 {
    padding: 130px 0;
  }

  .pb_lp--135 {
    padding-bottom: 135px;
  }

  .pr_lp--135 {
    padding-right: 135px;
  }

  .pl_lp--135 {
    padding-left: 135px;
  }

  .pt_lp--135 {
    padding-top: 135px;
  }

  .ptb_lp--135 {
    padding: 135px 0;
  }

  .pb_lp--140 {
    padding-bottom: 140px;
  }

  .pr_lp--140 {
    padding-right: 140px;
  }

  .pl_lp--140 {
    padding-left: 140px;
  }

  .pt_lp--140 {
    padding-top: 140px;
  }

  .ptb_lp--140 {
    padding: 140px 0;
  }

  .pb_lp--145 {
    padding-bottom: 145px;
  }

  .pr_lp--145 {
    padding-right: 145px;
  }

  .pl_lp--145 {
    padding-left: 145px;
  }

  .pt_lp--145 {
    padding-top: 145px;
  }

  .ptb_lp--145 {
    padding: 145px 0;
  }

  .pb_lp--150 {
    padding-bottom: 150px;
  }

  .pr_lp--150 {
    padding-right: 150px;
  }

  .pl_lp--150 {
    padding-left: 150px;
  }

  .pt_lp--150 {
    padding-top: 150px;
  }

  .ptb_lp--150 {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pr_lg--0 {
    padding-right: 0;
  }

  .pl_lg--0 {
    padding-left: 0;
  }

  .pb_lg--5 {
    padding-bottom: 5px;
  }

  .pt_lg--5 {
    padding-top: 5px;
  }

  .pb_lg--10 {
    padding-bottom: 10px;
  }

  .pt_lg--10 {
    padding-top: 10px;
  }

  .pb_lg--15 {
    padding-bottom: 15px;
  }

  .pt_lg--15 {
    padding-top: 15px;
  }

  .pb_lg--20 {
    padding-bottom: 20px;
  }

  .pt_lg--20 {
    padding-top: 20px;
  }

  .pb_lg--25 {
    padding-bottom: 25px;
  }

  .pt_lg--25 {
    padding-top: 25px;
  }

  .pb_lg--30 {
    padding-bottom: 30px;
  }

  .pt_lg--30 {
    padding-top: 30px;
  }

  .pb_lg--35 {
    padding-bottom: 35px;
  }

  .pt_lg--35 {
    padding-top: 35px;
  }

  .pb_lg--40 {
    padding-bottom: 40px;
  }

  .pt_lg--40 {
    padding-top: 40px;
  }

  .pb_lg--45 {
    padding-bottom: 45px;
  }

  .pt_lg--45 {
    padding-top: 45px;
  }

  .pb_lg--50 {
    padding-bottom: 50px;
  }

  .pt_lg--50 {
    padding-top: 50px;
  }

  .pb_lg--55 {
    padding-bottom: 55px;
  }

  .pt_lg--55 {
    padding-top: 55px;
  }

  .pb_lg--60 {
    padding-bottom: 60px;
  }

  .pt_lg--60 {
    padding-top: 60px;
  }

  .pb_lg--65 {
    padding-bottom: 65px;
  }

  .pt_lg--65 {
    padding-top: 65px;
  }

  .pb_lg--70 {
    padding-bottom: 70px;
  }

  .pt_lg--70 {
    padding-top: 70px;
  }

  .pb_lg--75 {
    padding-bottom: 75px;
  }

  .pt_lg--75 {
    padding-top: 75px;
  }

  .pb_lg--80 {
    padding-bottom: 80px;
  }

  .pt_lg--80 {
    padding-top: 80px;
  }

  .pb_lg--85 {
    padding-bottom: 85px;
  }

  .pt_lg--85 {
    padding-top: 85px;
  }

  .pb_lg--90 {
    padding-bottom: 90px;
  }

  .pt_lg--90 {
    padding-top: 90px;
  }

  .pb_lg--95 {
    padding-bottom: 95px;
  }

  .pt_lg--95 {
    padding-top: 95px;
  }

  .pb_lg--100 {
    padding-bottom: 100px;
  }

  .pt_lg--100 {
    padding-top: 100px;
  }

  .pb_lg--105 {
    padding-bottom: 105px;
  }

  .pt_lg--105 {
    padding-top: 105px;
  }

  .pb_lg--110 {
    padding-bottom: 110px;
  }

  .pt_lg--110 {
    padding-top: 110px;
  }

  .pb_lg--115 {
    padding-bottom: 115px;
  }

  .pt_lg--115 {
    padding-top: 115px;
  }

  .pb_lg--120 {
    padding-bottom: 120px;
  }

  .pt_lg--120 {
    padding-top: 120px;
  }

  .pb_lg--125 {
    padding-bottom: 125px;
  }

  .pt_lg--125 {
    padding-top: 125px;
  }

  .pb_lg--130 {
    padding-bottom: 130px;
  }

  .pt_lg--130 {
    padding-top: 130px;
  }

  .pb_lg--135 {
    padding-bottom: 135px;
  }

  .pt_lg--135 {
    padding-top: 135px;
  }

  .pb_lg--140 {
    padding-bottom: 140px;
  }

  .pt_lg--140 {
    padding-top: 140px;
  }

  .pb_lg--145 {
    padding-bottom: 145px;
  }

  .pt_lg--145 {
    padding-top: 145px;
  }

  .pb_lg--150 {
    padding-bottom: 150px;
  }

  .pt_lg--150 {
    padding-top: 150px;
  }

  .pb_lg--155 {
    padding-bottom: 155px;
  }

  .pt_lg--155 {
    padding-top: 155px;
  }

  .pb_lg--160 {
    padding-bottom: 160px;
  }

  .pt_lg--160 {
    padding-top: 160px;
  }

  .pb_lg--165 {
    padding-bottom: 165px;
  }

  .pt_lg--165 {
    padding-top: 165px;
  }

  .pb_lg--170 {
    padding-bottom: 170px;
  }

  .pt_lg--170 {
    padding-top: 170px;
  }

  .pb_lg--175 {
    padding-bottom: 175px;
  }

  .pt_lg--175 {
    padding-top: 175px;
  }

  .pb_lg--180 {
    padding-bottom: 180px;
  }

  .pt_lg--180 {
    padding-top: 180px;
  }

  .pb_lg--185 {
    padding-bottom: 185px;
  }

  .pt_lg--185 {
    padding-top: 185px;
  }

  .pb_lg--190 {
    padding-bottom: 190px;
  }

  .pt_lg--190 {
    padding-top: 190px;
  }

  .pb_lg--195 {
    padding-bottom: 195px;
  }

  .pt_lg--195 {
    padding-top: 195px;
  }

  .pb_lg--200 {
    padding-bottom: 200px;
  }

  .pt_lg--200 {
    padding-top: 200px;
  }

  .pb_lg--205 {
    padding-bottom: 205px;
  }

  .pt_lg--205 {
    padding-top: 205px;
  }

  .pb_lg--210 {
    padding-bottom: 210px;
  }

  .pt_lg--210 {
    padding-top: 210px;
  }

  .pb_lg--215 {
    padding-bottom: 215px;
  }

  .pt_lg--215 {
    padding-top: 215px;
  }

  .pb_lg--220 {
    padding-bottom: 220px;
  }

  .pt_lg--220 {
    padding-top: 220px;
  }

  .pb_lg--225 {
    padding-bottom: 225px;
  }

  .pt_lg--225 {
    padding-top: 225px;
  }

  .pb_lg--230 {
    padding-bottom: 230px;
  }

  .pt_lg--230 {
    padding-top: 230px;
  }

  .pb_lg--235 {
    padding-bottom: 235px;
  }

  .pt_lg--235 {
    padding-top: 235px;
  }

  .pb_lg--240 {
    padding-bottom: 240px;
  }

  .pt_lg--240 {
    padding-top: 240px;
  }

  .pb_lg--245 {
    padding-bottom: 245px;
  }

  .pt_lg--245 {
    padding-top: 245px;
  }

  .pb_lg--250 {
    padding-bottom: 250px;
  }

  .pt_lg--250 {
    padding-top: 250px;
  }

  .pb_lg--255 {
    padding-bottom: 255px;
  }

  .pt_lg--255 {
    padding-top: 255px;
  }

  .pb_lg--260 {
    padding-bottom: 260px;
  }

  .pt_lg--260 {
    padding-top: 260px;
  }

  .pb_lg--265 {
    padding-bottom: 265px;
  }

  .pt_lg--265 {
    padding-top: 265px;
  }

  .pb_lg--270 {
    padding-bottom: 270px;
  }

  .pt_lg--270 {
    padding-top: 270px;
  }

  .pb_lg--275 {
    padding-bottom: 275px;
  }

  .pt_lg--275 {
    padding-top: 275px;
  }

  .pb_lg--280 {
    padding-bottom: 280px;
  }

  .pt_lg--280 {
    padding-top: 280px;
  }

  .pb_lg--285 {
    padding-bottom: 285px;
  }

  .pt_lg--285 {
    padding-top: 285px;
  }

  .pb_lg--290 {
    padding-bottom: 290px;
  }

  .pt_lg--290 {
    padding-top: 290px;
  }

  .pb_lg--295 {
    padding-bottom: 295px;
  }

  .pt_lg--295 {
    padding-top: 295px;
  }

  .pb_lg--300 {
    padding-bottom: 300px;
  }

  .pt_lg--300 {
    padding-top: 300px;
  }

  .pl_lg--5 {
    padding-left: 5px;
  }

  .pr_lg--5 {
    padding-right: 5px;
  }

  .ptb-lg--5 {
    padding: 5px 0;
  }

  .pl_lg--10 {
    padding-left: 10px;
  }

  .pr_lg--10 {
    padding-right: 10px;
  }

  .ptb-lg--10 {
    padding: 10px 0;
  }

  .pl_lg--15 {
    padding-left: 15px;
  }

  .pr_lg--15 {
    padding-right: 15px;
  }

  .ptb-lg--15 {
    padding: 15px 0;
  }

  .pl_lg--20 {
    padding-left: 20px;
  }

  .pr_lg--20 {
    padding-right: 20px;
  }

  .ptb-lg--20 {
    padding: 20px 0;
  }

  .pl_lg--25 {
    padding-left: 25px;
  }

  .pr_lg--25 {
    padding-right: 25px;
  }

  .ptb-lg--25 {
    padding: 25px 0;
  }

  .pl_lg--30 {
    padding-left: 30px;
  }

  .pr_lg--30 {
    padding-right: 30px;
  }

  .ptb-lg--30 {
    padding: 30px 0;
  }

  .pl_lg--35 {
    padding-left: 35px;
  }

  .pr_lg--35 {
    padding-right: 35px;
  }

  .ptb-lg--35 {
    padding: 35px 0;
  }

  .pl_lg--40 {
    padding-left: 40px;
  }

  .pr_lg--40 {
    padding-right: 40px;
  }

  .ptb-lg--40 {
    padding: 40px 0;
  }

  .pl_lg--45 {
    padding-left: 45px;
  }

  .pr_lg--45 {
    padding-right: 45px;
  }

  .ptb-lg--45 {
    padding: 45px 0;
  }

  .pl_lg--50 {
    padding-left: 50px;
  }

  .pr_lg--50 {
    padding-right: 50px;
  }

  .ptb-lg--50 {
    padding: 50px 0;
  }

  .pl_lg--55 {
    padding-left: 55px;
  }

  .pr_lg--55 {
    padding-right: 55px;
  }

  .ptb-lg--55 {
    padding: 55px 0;
  }

  .pl_lg--60 {
    padding-left: 60px;
  }

  .pr_lg--60 {
    padding-right: 60px;
  }

  .ptb-lg--60 {
    padding: 60px 0;
  }

  .pl_lg--65 {
    padding-left: 65px;
  }

  .pr_lg--65 {
    padding-right: 65px;
  }

  .ptb-lg--65 {
    padding: 65px 0;
  }

  .pl_lg--70 {
    padding-left: 70px;
  }

  .pr_lg--70 {
    padding-right: 70px;
  }

  .ptb-lg--70 {
    padding: 70px 0;
  }

  .pl_lg--75 {
    padding-left: 75px;
  }

  .pr_lg--75 {
    padding-right: 75px;
  }

  .ptb-lg--75 {
    padding: 75px 0;
  }

  .pl_lg--80 {
    padding-left: 80px;
  }

  .pr_lg--80 {
    padding-right: 80px;
  }

  .ptb-lg--80 {
    padding: 80px 0;
  }

  .pl_lg--85 {
    padding-left: 85px;
  }

  .pr_lg--85 {
    padding-right: 85px;
  }

  .ptb-lg--85 {
    padding: 85px 0;
  }

  .pl_lg--90 {
    padding-left: 90px;
  }

  .pr_lg--90 {
    padding-right: 90px;
  }

  .ptb-lg--90 {
    padding: 90px 0;
  }

  .pl_lg--95 {
    padding-left: 95px;
  }

  .pr_lg--95 {
    padding-right: 95px;
  }

  .ptb-lg--95 {
    padding: 95px 0;
  }

  .pl_lg--100 {
    padding-left: 100px;
  }

  .pr_lg--100 {
    padding-right: 100px;
  }

  .ptb-lg--100 {
    padding: 100px 0;
  }

  .pl_lg--105 {
    padding-left: 105px;
  }

  .pr_lg--105 {
    padding-right: 105px;
  }

  .ptb-lg--105 {
    padding: 105px 0;
  }

  .pl_lg--110 {
    padding-left: 110px;
  }

  .pr_lg--110 {
    padding-right: 110px;
  }

  .ptb-lg--110 {
    padding: 110px 0;
  }

  .pl_lg--115 {
    padding-left: 115px;
  }

  .pr_lg--115 {
    padding-right: 115px;
  }

  .ptb-lg--115 {
    padding: 115px 0;
  }

  .pl_lg--120 {
    padding-left: 120px;
  }

  .pr_lg--120 {
    padding-right: 120px;
  }

  .ptb-lg--120 {
    padding: 120px 0;
  }

  .pl_lg--125 {
    padding-left: 125px;
  }

  .pr_lg--125 {
    padding-right: 125px;
  }

  .ptb-lg--125 {
    padding: 125px 0;
  }

  .pl_lg--130 {
    padding-left: 130px;
  }

  .pr_lg--130 {
    padding-right: 130px;
  }

  .ptb-lg--130 {
    padding: 130px 0;
  }

  .pl_lg--135 {
    padding-left: 135px;
  }

  .pr_lg--135 {
    padding-right: 135px;
  }

  .ptb-lg--135 {
    padding: 135px 0;
  }

  .pl_lg--140 {
    padding-left: 140px;
  }

  .pr_lg--140 {
    padding-right: 140px;
  }

  .ptb-lg--140 {
    padding: 140px 0;
  }

  .pl_lg--145 {
    padding-left: 145px;
  }

  .pr_lg--145 {
    padding-right: 145px;
  }

  .ptb-lg--145 {
    padding: 145px 0;
  }

  .pl_lg--150 {
    padding-left: 150px;
  }

  .pr_lg--150 {
    padding-right: 150px;
  }

  .ptb-lg--150 {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pr_md--0 {
    padding-right: 0;
  }

  .pl_md--0 {
    padding-left: 0;
  }

  .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;
  }

  .pl_md--5 {
    padding-left: 5px;
  }

  .pr_md--5 {
    padding-right: 5px;
  }

  .pl_md--10 {
    padding-left: 10px;
  }

  .pr_md--10 {
    padding-right: 10px;
  }

  .pl_md--15 {
    padding-left: 15px;
  }

  .pr_md--15 {
    padding-right: 15px;
  }

  .pl_md--20 {
    padding-left: 20px;
  }

  .pr_md--20 {
    padding-right: 20px;
  }

  .pl_md--25 {
    padding-left: 25px;
  }

  .pr_md--25 {
    padding-right: 25px;
  }

  .pl_md--30 {
    padding-left: 30px;
  }

  .pr_md--30 {
    padding-right: 30px;
  }

  .pl_md--35 {
    padding-left: 35px;
  }

  .pr_md--35 {
    padding-right: 35px;
  }

  .pl_md--40 {
    padding-left: 40px;
  }

  .pr_md--40 {
    padding-right: 40px;
  }

  .pl_md--45 {
    padding-left: 45px;
  }

  .pr_md--45 {
    padding-right: 45px;
  }

  .pl_md--50 {
    padding-left: 50px;
  }

  .pr_md--50 {
    padding-right: 50px;
  }

  .pl_md--55 {
    padding-left: 55px;
  }

  .pr_md--55 {
    padding-right: 55px;
  }

  .pl_md--60 {
    padding-left: 60px;
  }

  .pr_md--60 {
    padding-right: 60px;
  }

  .pl_md--65 {
    padding-left: 65px;
  }

  .pr_md--65 {
    padding-right: 65px;
  }

  .pl_md--70 {
    padding-left: 70px;
  }

  .pr_md--70 {
    padding-right: 70px;
  }

  .pl_md--75 {
    padding-left: 75px;
  }

  .pr_md--75 {
    padding-right: 75px;
  }

  .pl_md--80 {
    padding-left: 80px;
  }

  .pr_md--80 {
    padding-right: 80px;
  }

  .pl_md--85 {
    padding-left: 85px;
  }

  .pr_md--85 {
    padding-right: 85px;
  }

  .pl_md--90 {
    padding-left: 90px;
  }

  .pr_md--90 {
    padding-right: 90px;
  }

  .pl_md--95 {
    padding-left: 95px;
  }

  .pr_md--95 {
    padding-right: 95px;
  }

  .pl_md--100 {
    padding-left: 100px;
  }

  .pr_md--100 {
    padding-right: 100px;
  }

  .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;
  }

  .pt_md--255 {
    padding-top: 255px;
  }

  .pt_md--260 {
    padding-top: 260px;
  }

  .pt_md--265 {
    padding-top: 265px;
  }

  .pt_md--270 {
    padding-top: 270px;
  }

  .pt_md--275 {
    padding-top: 275px;
  }

  .pt_md--280 {
    padding-top: 280px;
  }

  .pt_md--285 {
    padding-top: 285px;
  }

  .pt_md--290 {
    padding-top: 290px;
  }

  .pt_md--295 {
    padding-top: 295px;
  }

  .pt_md--300 {
    padding-top: 300px;
  }

  .ptb-md--5 {
    padding: 5px 0;
  }

  .ptb-md--10 {
    padding: 10px 0;
  }

  .ptb-md--15 {
    padding: 15px 0;
  }

  .ptb-md--20 {
    padding: 20px 0;
  }

  .ptb-md--25 {
    padding: 25px 0;
  }

  .ptb-md--30 {
    padding: 30px 0;
  }

  .ptb-md--35 {
    padding: 35px 0;
  }

  .ptb-md--40 {
    padding: 40px 0;
  }

  .ptb-md--45 {
    padding: 45px 0;
  }

  .ptb-md--50 {
    padding: 50px 0;
  }

  .ptb-md--55 {
    padding: 55px 0;
  }

  .ptb-md--60 {
    padding: 60px 0;
  }

  .ptb-md--65 {
    padding: 65px 0;
  }

  .ptb-md--70 {
    padding: 70px 0;
  }

  .ptb-md--75 {
    padding: 75px 0;
  }

  .ptb-md--80 {
    padding: 80px 0;
  }

  .ptb-md--85 {
    padding: 85px 0;
  }

  .ptb-md--90 {
    padding: 90px 0;
  }

  .ptb-md--95 {
    padding: 95px 0;
  }

  .ptb-md--100 {
    padding: 100px 0;
  }

  .ptb-md--105 {
    padding: 105px 0;
  }

  .ptb-md--110 {
    padding: 110px 0;
  }

  .ptb-md--115 {
    padding: 115px 0;
  }

  .ptb-md--120 {
    padding: 120px 0;
  }

  .ptb-md--125 {
    padding: 125px 0;
  }

  .ptb-md--130 {
    padding: 130px 0;
  }

  .ptb-md--135 {
    padding: 135px 0;
  }

  .ptb-md--140 {
    padding: 140px 0;
  }

  .ptb-md--145 {
    padding: 145px 0;
  }

  .ptb-md--150 {
    padding: 150px 0;
  }

  .space_dec_md--180 {
    margin-top: -180px;
  }
}
@media only screen and (max-width: 767px) {
  .pr_sm--0 {
    padding-right: 0;
  }

  .pl_sm--0 {
    padding-left: 0;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .ptb-sm--5 {
    padding: 5px 0;
  }

  .ptb-sm--10 {
    padding: 10px 0;
  }

  .ptb-sm--15 {
    padding: 15px 0;
  }

  .ptb-sm--20 {
    padding: 20px 0;
  }

  .ptb-sm--25 {
    padding: 25px 0;
  }

  .ptb-sm--30 {
    padding: 30px 0;
  }

  .ptb-sm--35 {
    padding: 35px 0;
  }

  .ptb-sm--40 {
    padding: 40px 0;
  }

  .ptb-sm--45 {
    padding: 45px 0;
  }

  .ptb-sm--50 {
    padding: 50px 0;
  }

  .ptb-sm--55 {
    padding: 55px 0;
  }

  .ptb-sm--60 {
    padding: 60px 0;
  }

  .ptb-sm--65 {
    padding: 65px 0;
  }

  .ptb-sm--70 {
    padding: 70px 0;
  }

  .ptb-sm--75 {
    padding: 75px 0;
  }

  .ptb-sm--80 {
    padding: 80px 0;
  }

  .ptb-sm--85 {
    padding: 85px 0;
  }

  .ptb-sm--90 {
    padding: 90px 0;
  }

  .ptb-sm--95 {
    padding: 95px 0;
  }

  .ptb-sm--100 {
    padding: 100px 0;
  }

  .ptb-sm--105 {
    padding: 105px 0;
  }

  .ptb-sm--110 {
    padding: 110px 0;
  }

  .ptb-sm--115 {
    padding: 115px 0;
  }

  .ptb-sm--120 {
    padding: 120px 0;
  }

  .ptb-sm--125 {
    padding: 125px 0;
  }

  .ptb-sm--130 {
    padding: 130px 0;
  }

  .ptb-sm--135 {
    padding: 135px 0;
  }

  .ptb-sm--140 {
    padding: 140px 0;
  }

  .ptb-sm--145 {
    padding: 145px 0;
  }

  .ptb-sm--150 {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 575px) {
  .pb_mobile--5 {
    padding-bottom: 5px;
  }

  .pl_mobile--5 {
    padding-left: 5px;
  }

  .pr_mobile--5 {
    padding-right: 5px;
  }

  .pt_mobile--5 {
    padding-top: 5px;
  }

  .pb_mobile--5 {
    padding-bottom: 5px;
  }

  .pb_mobile--10 {
    padding-bottom: 10px;
  }

  .pl_mobile--10 {
    padding-left: 10px;
  }

  .pr_mobile--10 {
    padding-right: 10px;
  }

  .pt_mobile--10 {
    padding-top: 10px;
  }

  .pb_mobile--10 {
    padding-bottom: 10px;
  }

  .pb_mobile--15 {
    padding-bottom: 15px;
  }

  .pl_mobile--15 {
    padding-left: 15px;
  }

  .pr_mobile--15 {
    padding-right: 15px;
  }

  .pt_mobile--15 {
    padding-top: 15px;
  }

  .pb_mobile--15 {
    padding-bottom: 15px;
  }

  .pb_mobile--20 {
    padding-bottom: 20px;
  }

  .pl_mobile--20 {
    padding-left: 20px;
  }

  .pr_mobile--20 {
    padding-right: 20px;
  }

  .pt_mobile--20 {
    padding-top: 20px;
  }

  .pb_mobile--20 {
    padding-bottom: 20px;
  }

  .pb_mobile--25 {
    padding-bottom: 25px;
  }

  .pl_mobile--25 {
    padding-left: 25px;
  }

  .pr_mobile--25 {
    padding-right: 25px;
  }

  .pt_mobile--25 {
    padding-top: 25px;
  }

  .pb_mobile--25 {
    padding-bottom: 25px;
  }

  .pb_mobile--30 {
    padding-bottom: 30px;
  }

  .pl_mobile--30 {
    padding-left: 30px;
  }

  .pr_mobile--30 {
    padding-right: 30px;
  }

  .pt_mobile--30 {
    padding-top: 30px;
  }

  .pb_mobile--30 {
    padding-bottom: 30px;
  }

  .pb_mobile--35 {
    padding-bottom: 35px;
  }

  .pl_mobile--35 {
    padding-left: 35px;
  }

  .pr_mobile--35 {
    padding-right: 35px;
  }

  .pt_mobile--35 {
    padding-top: 35px;
  }

  .pb_mobile--35 {
    padding-bottom: 35px;
  }

  .pb_mobile--40 {
    padding-bottom: 40px;
  }

  .pl_mobile--40 {
    padding-left: 40px;
  }

  .pr_mobile--40 {
    padding-right: 40px;
  }

  .pt_mobile--40 {
    padding-top: 40px;
  }

  .pb_mobile--40 {
    padding-bottom: 40px;
  }

  .pb_mobile--45 {
    padding-bottom: 45px;
  }

  .pl_mobile--45 {
    padding-left: 45px;
  }

  .pr_mobile--45 {
    padding-right: 45px;
  }

  .pt_mobile--45 {
    padding-top: 45px;
  }

  .pb_mobile--45 {
    padding-bottom: 45px;
  }

  .pb_mobile--50 {
    padding-bottom: 50px;
  }

  .pl_mobile--50 {
    padding-left: 50px;
  }

  .pr_mobile--50 {
    padding-right: 50px;
  }

  .pt_mobile--50 {
    padding-top: 50px;
  }

  .pb_mobile--50 {
    padding-bottom: 50px;
  }

  .pb_mobile--55 {
    padding-bottom: 55px;
  }

  .pl_mobile--55 {
    padding-left: 55px;
  }

  .pr_mobile--55 {
    padding-right: 55px;
  }

  .pt_mobile--55 {
    padding-top: 55px;
  }

  .pb_mobile--55 {
    padding-bottom: 55px;
  }

  .pb_mobile--60 {
    padding-bottom: 60px;
  }

  .pl_mobile--60 {
    padding-left: 60px;
  }

  .pr_mobile--60 {
    padding-right: 60px;
  }

  .pt_mobile--60 {
    padding-top: 60px;
  }

  .pb_mobile--60 {
    padding-bottom: 60px;
  }

  .pb_mobile--65 {
    padding-bottom: 65px;
  }

  .pl_mobile--65 {
    padding-left: 65px;
  }

  .pr_mobile--65 {
    padding-right: 65px;
  }

  .pt_mobile--65 {
    padding-top: 65px;
  }

  .pb_mobile--65 {
    padding-bottom: 65px;
  }

  .pb_mobile--70 {
    padding-bottom: 70px;
  }

  .pl_mobile--70 {
    padding-left: 70px;
  }

  .pr_mobile--70 {
    padding-right: 70px;
  }

  .pt_mobile--70 {
    padding-top: 70px;
  }

  .pb_mobile--70 {
    padding-bottom: 70px;
  }

  .pb_mobile--75 {
    padding-bottom: 75px;
  }

  .pl_mobile--75 {
    padding-left: 75px;
  }

  .pr_mobile--75 {
    padding-right: 75px;
  }

  .pt_mobile--75 {
    padding-top: 75px;
  }

  .pb_mobile--75 {
    padding-bottom: 75px;
  }

  .pb_mobile--80 {
    padding-bottom: 80px;
  }

  .pl_mobile--80 {
    padding-left: 80px;
  }

  .pr_mobile--80 {
    padding-right: 80px;
  }

  .pt_mobile--80 {
    padding-top: 80px;
  }

  .pb_mobile--80 {
    padding-bottom: 80px;
  }

  .pb_mobile--85 {
    padding-bottom: 85px;
  }

  .pl_mobile--85 {
    padding-left: 85px;
  }

  .pr_mobile--85 {
    padding-right: 85px;
  }

  .pt_mobile--85 {
    padding-top: 85px;
  }

  .pb_mobile--85 {
    padding-bottom: 85px;
  }

  .pb_mobile--90 {
    padding-bottom: 90px;
  }

  .pl_mobile--90 {
    padding-left: 90px;
  }

  .pr_mobile--90 {
    padding-right: 90px;
  }

  .pt_mobile--90 {
    padding-top: 90px;
  }

  .pb_mobile--90 {
    padding-bottom: 90px;
  }

  .pb_mobile--95 {
    padding-bottom: 95px;
  }

  .pl_mobile--95 {
    padding-left: 95px;
  }

  .pr_mobile--95 {
    padding-right: 95px;
  }

  .pt_mobile--95 {
    padding-top: 95px;
  }

  .pb_mobile--95 {
    padding-bottom: 95px;
  }

  .pb_mobile--100 {
    padding-bottom: 100px;
  }

  .pl_mobile--100 {
    padding-left: 100px;
  }

  .pr_mobile--100 {
    padding-right: 100px;
  }

  .pt_mobile--100 {
    padding-top: 100px;
  }

  .pb_mobile--100 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .pb_lp--5 {
    padding-bottom: 5px;
  }

  .pl_lp--5 {
    padding-left: 5px;
  }

  .pr_lp--5 {
    padding-right: 5px;
  }

  .pt_lp--5 {
    padding-top: 5px;
  }

  .pb_lp--5 {
    padding-bottom: 5px;
  }

  .pb_lp--10 {
    padding-bottom: 10px;
  }

  .pl_lp--10 {
    padding-left: 10px;
  }

  .pr_lp--10 {
    padding-right: 10px;
  }

  .pt_lp--10 {
    padding-top: 10px;
  }

  .pb_lp--10 {
    padding-bottom: 10px;
  }

  .pb_lp--15 {
    padding-bottom: 15px;
  }

  .pl_lp--15 {
    padding-left: 15px;
  }

  .pr_lp--15 {
    padding-right: 15px;
  }

  .pt_lp--15 {
    padding-top: 15px;
  }

  .pb_lp--15 {
    padding-bottom: 15px;
  }

  .pb_lp--20 {
    padding-bottom: 20px;
  }

  .pl_lp--20 {
    padding-left: 20px;
  }

  .pr_lp--20 {
    padding-right: 20px;
  }

  .pt_lp--20 {
    padding-top: 20px;
  }

  .pb_lp--20 {
    padding-bottom: 20px;
  }

  .pb_lp--25 {
    padding-bottom: 25px;
  }

  .pl_lp--25 {
    padding-left: 25px;
  }

  .pr_lp--25 {
    padding-right: 25px;
  }

  .pt_lp--25 {
    padding-top: 25px;
  }

  .pb_lp--25 {
    padding-bottom: 25px;
  }

  .pb_lp--30 {
    padding-bottom: 30px;
  }

  .pl_lp--30 {
    padding-left: 30px;
  }

  .pr_lp--30 {
    padding-right: 30px;
  }

  .pt_lp--30 {
    padding-top: 30px;
  }

  .pb_lp--30 {
    padding-bottom: 30px;
  }

  .pb_lp--35 {
    padding-bottom: 35px;
  }

  .pl_lp--35 {
    padding-left: 35px;
  }

  .pr_lp--35 {
    padding-right: 35px;
  }

  .pt_lp--35 {
    padding-top: 35px;
  }

  .pb_lp--35 {
    padding-bottom: 35px;
  }

  .pb_lp--40 {
    padding-bottom: 40px;
  }

  .pl_lp--40 {
    padding-left: 40px;
  }

  .pr_lp--40 {
    padding-right: 40px;
  }

  .pt_lp--40 {
    padding-top: 40px;
  }

  .pb_lp--40 {
    padding-bottom: 40px;
  }

  .pb_lp--45 {
    padding-bottom: 45px;
  }

  .pl_lp--45 {
    padding-left: 45px;
  }

  .pr_lp--45 {
    padding-right: 45px;
  }

  .pt_lp--45 {
    padding-top: 45px;
  }

  .pb_lp--45 {
    padding-bottom: 45px;
  }

  .pb_lp--50 {
    padding-bottom: 50px;
  }

  .pl_lp--50 {
    padding-left: 50px;
  }

  .pr_lp--50 {
    padding-right: 50px;
  }

  .pt_lp--50 {
    padding-top: 50px;
  }

  .pb_lp--50 {
    padding-bottom: 50px;
  }

  .pb_lp--55 {
    padding-bottom: 55px;
  }

  .pl_lp--55 {
    padding-left: 55px;
  }

  .pr_lp--55 {
    padding-right: 55px;
  }

  .pt_lp--55 {
    padding-top: 55px;
  }

  .pb_lp--55 {
    padding-bottom: 55px;
  }

  .pb_lp--60 {
    padding-bottom: 60px;
  }

  .pl_lp--60 {
    padding-left: 60px;
  }

  .pr_lp--60 {
    padding-right: 60px;
  }

  .pt_lp--60 {
    padding-top: 60px;
  }

  .pb_lp--60 {
    padding-bottom: 60px;
  }

  .pb_lp--65 {
    padding-bottom: 65px;
  }

  .pl_lp--65 {
    padding-left: 65px;
  }

  .pr_lp--65 {
    padding-right: 65px;
  }

  .pt_lp--65 {
    padding-top: 65px;
  }

  .pb_lp--65 {
    padding-bottom: 65px;
  }

  .pb_lp--70 {
    padding-bottom: 70px;
  }

  .pl_lp--70 {
    padding-left: 70px;
  }

  .pr_lp--70 {
    padding-right: 70px;
  }

  .pt_lp--70 {
    padding-top: 70px;
  }

  .pb_lp--70 {
    padding-bottom: 70px;
  }

  .pb_lp--75 {
    padding-bottom: 75px;
  }

  .pl_lp--75 {
    padding-left: 75px;
  }

  .pr_lp--75 {
    padding-right: 75px;
  }

  .pt_lp--75 {
    padding-top: 75px;
  }

  .pb_lp--75 {
    padding-bottom: 75px;
  }

  .pb_lp--80 {
    padding-bottom: 80px;
  }

  .pl_lp--80 {
    padding-left: 80px;
  }

  .pr_lp--80 {
    padding-right: 80px;
  }

  .pt_lp--80 {
    padding-top: 80px;
  }

  .pb_lp--80 {
    padding-bottom: 80px;
  }

  .pb_lp--85 {
    padding-bottom: 85px;
  }

  .pl_lp--85 {
    padding-left: 85px;
  }

  .pr_lp--85 {
    padding-right: 85px;
  }

  .pt_lp--85 {
    padding-top: 85px;
  }

  .pb_lp--85 {
    padding-bottom: 85px;
  }

  .pb_lp--90 {
    padding-bottom: 90px;
  }

  .pl_lp--90 {
    padding-left: 90px;
  }

  .pr_lp--90 {
    padding-right: 90px;
  }

  .pt_lp--90 {
    padding-top: 90px;
  }

  .pb_lp--90 {
    padding-bottom: 90px;
  }

  .pb_lp--95 {
    padding-bottom: 95px;
  }

  .pl_lp--95 {
    padding-left: 95px;
  }

  .pr_lp--95 {
    padding-right: 95px;
  }

  .pt_lp--95 {
    padding-top: 95px;
  }

  .pb_lp--95 {
    padding-bottom: 95px;
  }

  .pb_lp--100 {
    padding-bottom: 100px;
  }

  .pl_lp--100 {
    padding-left: 100px;
  }

  .pr_lp--100 {
    padding-right: 100px;
  }

  .pt_lp--100 {
    padding-top: 100px;
  }

  .pb_lp--100 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb_lg--5 {
    margin-bottom: 5px;
  }

  .ml_lg--5 {
    margin-left: 5px;
  }

  .mr_lg--5 {
    margin-right: 5px;
  }

  .mt_lg--5 {
    margin-top: 5px;
  }

  .mb_lg--10 {
    margin-bottom: 10px;
  }

  .ml_lg--10 {
    margin-left: 10px;
  }

  .mr_lg--10 {
    margin-right: 10px;
  }

  .mt_lg--10 {
    margin-top: 10px;
  }

  .mb_lg--15 {
    margin-bottom: 15px;
  }

  .ml_lg--15 {
    margin-left: 15px;
  }

  .mr_lg--15 {
    margin-right: 15px;
  }

  .mt_lg--15 {
    margin-top: 15px;
  }

  .mb_lg--20 {
    margin-bottom: 20px;
  }

  .ml_lg--20 {
    margin-left: 20px;
  }

  .mr_lg--20 {
    margin-right: 20px;
  }

  .mt_lg--20 {
    margin-top: 20px;
  }

  .mb_lg--25 {
    margin-bottom: 25px;
  }

  .ml_lg--25 {
    margin-left: 25px;
  }

  .mr_lg--25 {
    margin-right: 25px;
  }

  .mt_lg--25 {
    margin-top: 25px;
  }

  .mb_lg--30 {
    margin-bottom: 30px;
  }

  .ml_lg--30 {
    margin-left: 30px;
  }

  .mr_lg--30 {
    margin-right: 30px;
  }

  .mt_lg--30 {
    margin-top: 30px;
  }

  .mb_lg--35 {
    margin-bottom: 35px;
  }

  .ml_lg--35 {
    margin-left: 35px;
  }

  .mr_lg--35 {
    margin-right: 35px;
  }

  .mt_lg--35 {
    margin-top: 35px;
  }

  .mb_lg--40 {
    margin-bottom: 40px;
  }

  .ml_lg--40 {
    margin-left: 40px;
  }

  .mr_lg--40 {
    margin-right: 40px;
  }

  .mt_lg--40 {
    margin-top: 40px;
  }

  .mb_lg--45 {
    margin-bottom: 45px;
  }

  .ml_lg--45 {
    margin-left: 45px;
  }

  .mr_lg--45 {
    margin-right: 45px;
  }

  .mt_lg--45 {
    margin-top: 45px;
  }

  .mb_lg--50 {
    margin-bottom: 50px;
  }

  .ml_lg--50 {
    margin-left: 50px;
  }

  .mr_lg--50 {
    margin-right: 50px;
  }

  .mt_lg--50 {
    margin-top: 50px;
  }

  .mb_lg--55 {
    margin-bottom: 55px;
  }

  .ml_lg--55 {
    margin-left: 55px;
  }

  .mr_lg--55 {
    margin-right: 55px;
  }

  .mt_lg--55 {
    margin-top: 55px;
  }

  .mb_lg--60 {
    margin-bottom: 60px;
  }

  .ml_lg--60 {
    margin-left: 60px;
  }

  .mr_lg--60 {
    margin-right: 60px;
  }

  .mt_lg--60 {
    margin-top: 60px;
  }

  .mb_lg--65 {
    margin-bottom: 65px;
  }

  .ml_lg--65 {
    margin-left: 65px;
  }

  .mr_lg--65 {
    margin-right: 65px;
  }

  .mt_lg--65 {
    margin-top: 65px;
  }

  .mb_lg--70 {
    margin-bottom: 70px;
  }

  .ml_lg--70 {
    margin-left: 70px;
  }

  .mr_lg--70 {
    margin-right: 70px;
  }

  .mt_lg--70 {
    margin-top: 70px;
  }

  .mb_lg--75 {
    margin-bottom: 75px;
  }

  .ml_lg--75 {
    margin-left: 75px;
  }

  .mr_lg--75 {
    margin-right: 75px;
  }

  .mt_lg--75 {
    margin-top: 75px;
  }

  .mb_lg--80 {
    margin-bottom: 80px;
  }

  .ml_lg--80 {
    margin-left: 80px;
  }

  .mr_lg--80 {
    margin-right: 80px;
  }

  .mt_lg--80 {
    margin-top: 80px;
  }

  .mb_lg--85 {
    margin-bottom: 85px;
  }

  .ml_lg--85 {
    margin-left: 85px;
  }

  .mr_lg--85 {
    margin-right: 85px;
  }

  .mt_lg--85 {
    margin-top: 85px;
  }

  .mb_lg--90 {
    margin-bottom: 90px;
  }

  .ml_lg--90 {
    margin-left: 90px;
  }

  .mr_lg--90 {
    margin-right: 90px;
  }

  .mt_lg--90 {
    margin-top: 90px;
  }

  .mb_lg--95 {
    margin-bottom: 95px;
  }

  .ml_lg--95 {
    margin-left: 95px;
  }

  .mr_lg--95 {
    margin-right: 95px;
  }

  .mt_lg--95 {
    margin-top: 95px;
  }

  .mb_lg--100 {
    margin-bottom: 100px;
  }

  .ml_lg--100 {
    margin-left: 100px;
  }

  .mr_lg--100 {
    margin-right: 100px;
  }

  .mt_lg--100 {
    margin-top: 100px;
  }

  .ml_lg--0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb_md--5 {
    margin-bottom: 5px;
  }

  .ml_md--5 {
    margin-left: 5px;
  }

  .mr_md--5 {
    margin-right: 5px;
  }

  .mt_md--5 {
    margin-top: 5px;
  }

  .mb_md--10 {
    margin-bottom: 10px;
  }

  .ml_md--10 {
    margin-left: 10px;
  }

  .mr_md--10 {
    margin-right: 10px;
  }

  .mt_md--10 {
    margin-top: 10px;
  }

  .mb_md--15 {
    margin-bottom: 15px;
  }

  .ml_md--15 {
    margin-left: 15px;
  }

  .mr_md--15 {
    margin-right: 15px;
  }

  .mt_md--15 {
    margin-top: 15px;
  }

  .mb_md--20 {
    margin-bottom: 20px;
  }

  .ml_md--20 {
    margin-left: 20px;
  }

  .mr_md--20 {
    margin-right: 20px;
  }

  .mt_md--20 {
    margin-top: 20px;
  }

  .mb_md--25 {
    margin-bottom: 25px;
  }

  .ml_md--25 {
    margin-left: 25px;
  }

  .mr_md--25 {
    margin-right: 25px;
  }

  .mt_md--25 {
    margin-top: 25px;
  }

  .mb_md--30 {
    margin-bottom: 30px;
  }

  .ml_md--30 {
    margin-left: 30px;
  }

  .mr_md--30 {
    margin-right: 30px;
  }

  .mt_md--30 {
    margin-top: 30px;
  }

  .mb_md--35 {
    margin-bottom: 35px;
  }

  .ml_md--35 {
    margin-left: 35px;
  }

  .mr_md--35 {
    margin-right: 35px;
  }

  .mt_md--35 {
    margin-top: 35px;
  }

  .mb_md--40 {
    margin-bottom: 40px;
  }

  .ml_md--40 {
    margin-left: 40px;
  }

  .mr_md--40 {
    margin-right: 40px;
  }

  .mt_md--40 {
    margin-top: 40px;
  }

  .mb_md--45 {
    margin-bottom: 45px;
  }

  .ml_md--45 {
    margin-left: 45px;
  }

  .mr_md--45 {
    margin-right: 45px;
  }

  .mt_md--45 {
    margin-top: 45px;
  }

  .mb_md--50 {
    margin-bottom: 50px;
  }

  .ml_md--50 {
    margin-left: 50px;
  }

  .mr_md--50 {
    margin-right: 50px;
  }

  .mt_md--50 {
    margin-top: 50px;
  }

  .mb_md--55 {
    margin-bottom: 55px;
  }

  .ml_md--55 {
    margin-left: 55px;
  }

  .mr_md--55 {
    margin-right: 55px;
  }

  .mt_md--55 {
    margin-top: 55px;
  }

  .mb_md--60 {
    margin-bottom: 60px;
  }

  .ml_md--60 {
    margin-left: 60px;
  }

  .mr_md--60 {
    margin-right: 60px;
  }

  .mt_md--60 {
    margin-top: 60px;
  }

  .mb_md--65 {
    margin-bottom: 65px;
  }

  .ml_md--65 {
    margin-left: 65px;
  }

  .mr_md--65 {
    margin-right: 65px;
  }

  .mt_md--65 {
    margin-top: 65px;
  }

  .mb_md--70 {
    margin-bottom: 70px;
  }

  .ml_md--70 {
    margin-left: 70px;
  }

  .mr_md--70 {
    margin-right: 70px;
  }

  .mt_md--70 {
    margin-top: 70px;
  }

  .mb_md--75 {
    margin-bottom: 75px;
  }

  .ml_md--75 {
    margin-left: 75px;
  }

  .mr_md--75 {
    margin-right: 75px;
  }

  .mt_md--75 {
    margin-top: 75px;
  }

  .mb_md--80 {
    margin-bottom: 80px;
  }

  .ml_md--80 {
    margin-left: 80px;
  }

  .mr_md--80 {
    margin-right: 80px;
  }

  .mt_md--80 {
    margin-top: 80px;
  }

  .mb_md--85 {
    margin-bottom: 85px;
  }

  .ml_md--85 {
    margin-left: 85px;
  }

  .mr_md--85 {
    margin-right: 85px;
  }

  .mt_md--85 {
    margin-top: 85px;
  }

  .mb_md--90 {
    margin-bottom: 90px;
  }

  .ml_md--90 {
    margin-left: 90px;
  }

  .mr_md--90 {
    margin-right: 90px;
  }

  .mt_md--90 {
    margin-top: 90px;
  }

  .mb_md--95 {
    margin-bottom: 95px;
  }

  .ml_md--95 {
    margin-left: 95px;
  }

  .mr_md--95 {
    margin-right: 95px;
  }

  .mt_md--95 {
    margin-top: 95px;
  }

  .mb_md--100 {
    margin-bottom: 100px;
  }

  .ml_md--100 {
    margin-left: 100px;
  }

  .mr_md--100 {
    margin-right: 100px;
  }

  .mt_md--100 {
    margin-top: 100px;
  }

  .ml_md--0 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mb_sm--5 {
    margin-bottom: 5px;
  }

  .ml_sm--5 {
    margin-left: 5px;
  }

  .mr_sm--5 {
    margin-right: 5px;
  }

  .mt_sm--5 {
    margin-top: 5px;
  }

  .mb_sm--10 {
    margin-bottom: 10px;
  }

  .ml_sm--10 {
    margin-left: 10px;
  }

  .mr_sm--10 {
    margin-right: 10px;
  }

  .mt_sm--10 {
    margin-top: 10px;
  }

  .mb_sm--15 {
    margin-bottom: 15px;
  }

  .ml_sm--15 {
    margin-left: 15px;
  }

  .mr_sm--15 {
    margin-right: 15px;
  }

  .mt_sm--15 {
    margin-top: 15px;
  }

  .mb_sm--20 {
    margin-bottom: 20px;
  }

  .ml_sm--20 {
    margin-left: 20px;
  }

  .mr_sm--20 {
    margin-right: 20px;
  }

  .mt_sm--20 {
    margin-top: 20px;
  }

  .mb_sm--25 {
    margin-bottom: 25px;
  }

  .ml_sm--25 {
    margin-left: 25px;
  }

  .mr_sm--25 {
    margin-right: 25px;
  }

  .mt_sm--25 {
    margin-top: 25px;
  }

  .mb_sm--30 {
    margin-bottom: 30px;
  }

  .ml_sm--30 {
    margin-left: 30px;
  }

  .mr_sm--30 {
    margin-right: 30px;
  }

  .mt_sm--30 {
    margin-top: 30px;
  }

  .mb_sm--35 {
    margin-bottom: 35px;
  }

  .ml_sm--35 {
    margin-left: 35px;
  }

  .mr_sm--35 {
    margin-right: 35px;
  }

  .mt_sm--35 {
    margin-top: 35px;
  }

  .mb_sm--40 {
    margin-bottom: 40px;
  }

  .ml_sm--40 {
    margin-left: 40px;
  }

  .mr_sm--40 {
    margin-right: 40px;
  }

  .mt_sm--40 {
    margin-top: 40px;
  }

  .mb_sm--45 {
    margin-bottom: 45px;
  }

  .ml_sm--45 {
    margin-left: 45px;
  }

  .mr_sm--45 {
    margin-right: 45px;
  }

  .mt_sm--45 {
    margin-top: 45px;
  }

  .mb_sm--50 {
    margin-bottom: 50px;
  }

  .ml_sm--50 {
    margin-left: 50px;
  }

  .mr_sm--50 {
    margin-right: 50px;
  }

  .mt_sm--50 {
    margin-top: 50px;
  }

  .mb_sm--55 {
    margin-bottom: 55px;
  }

  .ml_sm--55 {
    margin-left: 55px;
  }

  .mr_sm--55 {
    margin-right: 55px;
  }

  .mt_sm--55 {
    margin-top: 55px;
  }

  .mb_sm--60 {
    margin-bottom: 60px;
  }

  .ml_sm--60 {
    margin-left: 60px;
  }

  .mr_sm--60 {
    margin-right: 60px;
  }

  .mt_sm--60 {
    margin-top: 60px;
  }

  .mb_sm--65 {
    margin-bottom: 65px;
  }

  .ml_sm--65 {
    margin-left: 65px;
  }

  .mr_sm--65 {
    margin-right: 65px;
  }

  .mt_sm--65 {
    margin-top: 65px;
  }

  .mb_sm--70 {
    margin-bottom: 70px;
  }

  .ml_sm--70 {
    margin-left: 70px;
  }

  .mr_sm--70 {
    margin-right: 70px;
  }

  .mt_sm--70 {
    margin-top: 70px;
  }

  .mb_sm--75 {
    margin-bottom: 75px;
  }

  .ml_sm--75 {
    margin-left: 75px;
  }

  .mr_sm--75 {
    margin-right: 75px;
  }

  .mt_sm--75 {
    margin-top: 75px;
  }

  .mb_sm--80 {
    margin-bottom: 80px;
  }

  .ml_sm--80 {
    margin-left: 80px;
  }

  .mr_sm--80 {
    margin-right: 80px;
  }

  .mt_sm--80 {
    margin-top: 80px;
  }

  .mb_sm--85 {
    margin-bottom: 85px;
  }

  .ml_sm--85 {
    margin-left: 85px;
  }

  .mr_sm--85 {
    margin-right: 85px;
  }

  .mt_sm--85 {
    margin-top: 85px;
  }

  .mb_sm--90 {
    margin-bottom: 90px;
  }

  .ml_sm--90 {
    margin-left: 90px;
  }

  .mr_sm--90 {
    margin-right: 90px;
  }

  .mt_sm--90 {
    margin-top: 90px;
  }

  .mb_sm--95 {
    margin-bottom: 95px;
  }

  .ml_sm--95 {
    margin-left: 95px;
  }

  .mr_sm--95 {
    margin-right: 95px;
  }

  .mt_sm--95 {
    margin-top: 95px;
  }

  .mb_sm--100 {
    margin-bottom: 100px;
  }

  .ml_sm--100 {
    margin-left: 100px;
  }

  .mr_sm--100 {
    margin-right: 100px;
  }

  .mt_sm--100 {
    margin-top: 100px;
  }

  .ml_sm--0 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .mb_mobile--5 {
    margin-bottom: 5px;
  }

  .ml_mobile--5 {
    margin-left: 5px;
  }

  .mr_mobile--5 {
    margin-right: 5px;
  }

  .mt_mobile--5 {
    margin-top: 5px;
  }

  .mb_mobile--10 {
    margin-bottom: 10px;
  }

  .ml_mobile--10 {
    margin-left: 10px;
  }

  .mr_mobile--10 {
    margin-right: 10px;
  }

  .mt_mobile--10 {
    margin-top: 10px;
  }

  .mb_mobile--15 {
    margin-bottom: 15px;
  }

  .ml_mobile--15 {
    margin-left: 15px;
  }

  .mr_mobile--15 {
    margin-right: 15px;
  }

  .mt_mobile--15 {
    margin-top: 15px;
  }

  .mb_mobile--20 {
    margin-bottom: 20px;
  }

  .ml_mobile--20 {
    margin-left: 20px;
  }

  .mr_mobile--20 {
    margin-right: 20px;
  }

  .mt_mobile--20 {
    margin-top: 20px;
  }

  .mb_mobile--25 {
    margin-bottom: 25px;
  }

  .ml_mobile--25 {
    margin-left: 25px;
  }

  .mr_mobile--25 {
    margin-right: 25px;
  }

  .mt_mobile--25 {
    margin-top: 25px;
  }

  .mb_mobile--30 {
    margin-bottom: 30px;
  }

  .ml_mobile--30 {
    margin-left: 30px;
  }

  .mr_mobile--30 {
    margin-right: 30px;
  }

  .mt_mobile--30 {
    margin-top: 30px;
  }

  .mb_mobile--35 {
    margin-bottom: 35px;
  }

  .ml_mobile--35 {
    margin-left: 35px;
  }

  .mr_mobile--35 {
    margin-right: 35px;
  }

  .mt_mobile--35 {
    margin-top: 35px;
  }

  .mb_mobile--40 {
    margin-bottom: 40px;
  }

  .ml_mobile--40 {
    margin-left: 40px;
  }

  .mr_mobile--40 {
    margin-right: 40px;
  }

  .mt_mobile--40 {
    margin-top: 40px;
  }

  .mb_mobile--45 {
    margin-bottom: 45px;
  }

  .ml_mobile--45 {
    margin-left: 45px;
  }

  .mr_mobile--45 {
    margin-right: 45px;
  }

  .mt_mobile--45 {
    margin-top: 45px;
  }

  .mb_mobile--50 {
    margin-bottom: 50px;
  }

  .ml_mobile--50 {
    margin-left: 50px;
  }

  .mr_mobile--50 {
    margin-right: 50px;
  }

  .mt_mobile--50 {
    margin-top: 50px;
  }

  .mb_mobile--55 {
    margin-bottom: 55px;
  }

  .ml_mobile--55 {
    margin-left: 55px;
  }

  .mr_mobile--55 {
    margin-right: 55px;
  }

  .mt_mobile--55 {
    margin-top: 55px;
  }

  .mb_mobile--60 {
    margin-bottom: 60px;
  }

  .ml_mobile--60 {
    margin-left: 60px;
  }

  .mr_mobile--60 {
    margin-right: 60px;
  }

  .mt_mobile--60 {
    margin-top: 60px;
  }

  .mb_mobile--65 {
    margin-bottom: 65px;
  }

  .ml_mobile--65 {
    margin-left: 65px;
  }

  .mr_mobile--65 {
    margin-right: 65px;
  }

  .mt_mobile--65 {
    margin-top: 65px;
  }

  .mb_mobile--70 {
    margin-bottom: 70px;
  }

  .ml_mobile--70 {
    margin-left: 70px;
  }

  .mr_mobile--70 {
    margin-right: 70px;
  }

  .mt_mobile--70 {
    margin-top: 70px;
  }

  .mb_mobile--75 {
    margin-bottom: 75px;
  }

  .ml_mobile--75 {
    margin-left: 75px;
  }

  .mr_mobile--75 {
    margin-right: 75px;
  }

  .mt_mobile--75 {
    margin-top: 75px;
  }

  .mb_mobile--80 {
    margin-bottom: 80px;
  }

  .ml_mobile--80 {
    margin-left: 80px;
  }

  .mr_mobile--80 {
    margin-right: 80px;
  }

  .mt_mobile--80 {
    margin-top: 80px;
  }

  .mb_mobile--85 {
    margin-bottom: 85px;
  }

  .ml_mobile--85 {
    margin-left: 85px;
  }

  .mr_mobile--85 {
    margin-right: 85px;
  }

  .mt_mobile--85 {
    margin-top: 85px;
  }

  .mb_mobile--90 {
    margin-bottom: 90px;
  }

  .ml_mobile--90 {
    margin-left: 90px;
  }

  .mr_mobile--90 {
    margin-right: 90px;
  }

  .mt_mobile--90 {
    margin-top: 90px;
  }

  .mb_mobile--95 {
    margin-bottom: 95px;
  }

  .ml_mobile--95 {
    margin-left: 95px;
  }

  .mr_mobile--95 {
    margin-right: 95px;
  }

  .mt_mobile--95 {
    margin-top: 95px;
  }

  .mb_mobile--100 {
    margin-bottom: 100px;
  }

  .ml_mobile--100 {
    margin-left: 100px;
  }

  .mr_mobile--100 {
    margin-right: 100px;
  }

  .mt_mobile--100 {
    margin-top: 100px;
  }
}
/*-----------------------
Padding Top Bottom 
----------------------------*/
/* Section Padding Top Bottom */
.section-ptb-xl {
  padding: 150px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb-xl {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb-xl {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-ptb-xl {
    padding: 60px 0;
  }
}

.section-ptb-120 {
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb-120 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb-120 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-ptb-120 {
    padding: 60px 0;
  }
}

.section-ptb-110 {
  padding: 110px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb-110 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb-110 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-ptb-110 {
    padding: 60px 0;
  }
}

.section-ptb-100 {
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb-100 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb-100 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-ptb-100 {
    padding: 60px 0;
  }
}

.section-ptb-150 {
  padding: 150px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb-150 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb-150 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-ptb-150 {
    padding: 60px 0;
  }
}

/* Section Padding Top */
.section-pt-xl {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-xl {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-xl {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .section-pt-xl {
    padding-top: 60px;
  }
}

.section-pt-110 {
  padding-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-110 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-110 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .section-pt-110 {
    padding-top: 60px;
  }
}

.section-pt-120 {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .section-pt-120 {
    padding-top: 60px;
  }
}

.section-pt-100 {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-100 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .section-pt-100 {
    padding-top: 60px;
  }
}

.section-pt-150 {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-150 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .section-pt-150 {
    padding-top: 60px;
  }
}

/* Section Padding Bottom */
.section-pb-xl {
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-xl {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-xl {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .section-pb-xl {
    padding-bottom: 60px;
  }
}

.section-pb-110 {
  padding-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-110 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-110 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .section-pb-110 {
    padding-bottom: 60px;
  }
}

.section-pb-120 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .section-pb-120 {
    padding-bottom: 60px;
  }
}

.section-pb-100 {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-100 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .section-pb-100 {
    padding-bottom: 60px;
  }
}

.section-pb-150 {
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-150 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .section-pb-150 {
    padding-bottom: 60px;
  }
}

/* Text specialized */
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  font-style: underline;
}

/* Font specialized */
.body-font {
  font-family: "Poppins", sans-serif;
}

.heading-font {
  font-family: "louis_george_caferegular";
}

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fullscreen.fullscreen-md--fixed {
    min-height: auto;
    width: 100%;
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .fullscreen.fullscreen-md--fixed {
    min-height: auto;
    width: 100%;
    padding: 150px 0;
  }
}

.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%;
}

/*-- Custom Row ---*/
.row--0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row--0 > [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--2 {
  margin-left: -2px;
  margin-right: -2px;
}
.row--2 > [class*=col] {
  padding-left: 2px;
  padding-right: 2px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row--10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--20 > [class*=col], .row--20 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--25 {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--25 > [class*=col], .row--25 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 > [class*=col], .row--30 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--40 {
  margin-left: -40px;
  margin-right: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--40 > [class*=col], .row--40 > [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--45 {
  margin-left: -45px;
  margin-right: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--45 > [class*=col], .row--45 > [class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*------------------------------------
    Input Placeholder
---------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--------------------------
	Overlay styles 
---------------------------*/
[data-overlay],
[data-black-overlay],
[data-heading-overlay],
[data-light-overlay],
[data-white-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-light-overlay] > *,
[data-white-overlay] > div,
[data-heading-overlay] > div,
[data-light-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-heading-overlay]:before,
[data-light-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-overlay]:before {
  background-color: #0038E3;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-light-overlay]:before {
  background-color: #5e0891;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-heading-overlay]:before {
  background-color: #222222;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before,
[data-light-overlay="1"]:before,
[data-heading-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before,
[data-light-overlay="2"]:before,
[data-heading-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before,
[data-light-overlay="3"]:before,
[data-heading-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before,
[data-light-overlay="4"]:before,
[data-heading-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before,
[data-light-overlay="5"]:before,
[data-heading-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before,
[data-light-overlay="6"]:before,
[data-heading-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before,
[data-light-overlay="7"]:before,
[data-heading-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before,
[data-light-overlay="8"]:before,
[data-heading-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before,
[data-light-overlay="9"]:before,
[data-heading-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before,
[data-light-overlay="10"]:before,
[data-heading-overlay="10"]:before {
  opacity: 1;
}

.bg-theme,
.bg-dark,
.bg-dark-light,
.bg-secondary {
  color: #ffffff;
}
.bg-theme h1,
.bg-theme h2,
.bg-theme h3,
.bg-theme h4,
.bg-theme h5,
.bg-theme h6,
.bg-theme p,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p,
.bg-dark-light h1,
.bg-dark-light h2,
.bg-dark-light h3,
.bg-dark-light h4,
.bg-dark-light h5,
.bg-dark-light h6,
.bg-dark-light p,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary p {
  color: #ffffff;
}

/*------------------------------
    ScrollTo Up 
--------------------------------*/
#scrollUp {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 60px;
  background-color: #ffffff;
  color: #222222;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  z-index: 9811 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 479px) {
  #scrollUp {
    display: none !important;
  }
}
#scrollUp i {
  display: block;
  line-height: 55px;
  font-size: 25px;
}
#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.form-message {
  margin-bottom: 0;
  text-align: center;
}
.form-message.error {
  margin-top: 20px;
  color: #f80707;
}
.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

.bk-parallax {
  position: relative;
  z-index: 0;
}

.bk-parallax > .bk-parallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*----------------------
    Social Color
------------------------*/
/*# sourceMappingURL=style.css.map */