

/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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; }

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary); }

a:focus {
  outline: none; }

address {
  margin: 0 0 24px; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

mark {
  background: var(--color-primary);
  color: #ffffff; }

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary); }

kbd,
ins {
  color: #ffffff; }

pre,
pre.wp-block-code {
  font-family: "Courier 10 Pitch", Courier, monospace !important;
  font-size: 15px !important;
  margin: 40px 0 !important;
  overflow: auto;
  padding: 20px !important;
  white-space: pre !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  color: var(--color-body) !important;
  background: var(--color-light);
  border-radius: 4px; }

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-top: 0;
  margin-bottom: 10px; }

dd {
  margin: 0 15px 15px; }

dt {
  font-weight: bold;
  color: var(--color-heading); }

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

li > ul,
li > ol {
  margin: 0; }

ol ul {
  margin-bottom: 0; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid var(--color-border);
  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;
  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; }

caption,
th,
td {
  font-weight: normal; }

table thead th {
  font-weight: 700; }

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px; }

del {
  color: #333; }

ins {
  background: rgba(56, 88, 246, 0.6);
  text-decoration: none;
  padding: 0 5px; }

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
  opacity: 0.6; }

table a,
table a:link,
table a:visited {
  text-decoration: underline; }

dt {
  font-weight: bold;
  margin-bottom: 10px; }

dd {
  margin: 0 15px 15px; }

caption {
  caption-side: top; }

kbd {
  background: var(--heading-color); }

dfn,
cite,
em {
  font-style: italic; }

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px; }

blockquote blockquote {
  margin-right: 0; }

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal; }

blockquote strong,
blockquote b {
  font-weight: 700; }

/**
 * Typography
 */
* {
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  font-size: 10px; }

body {
  overflow-x: hidden;
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: 500;
  background-color: var(--color-white);
  margin: 0;
  padding: 0; }
  body.modal-open {
    padding: 0 !important; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px; }

.display-one {
  font-size: 112px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  line-height: 1.4074;
  color: var(--color-heading); }

h1,
.h1 {
  font-size: var(--h1);
  line-height: var(--h1-lineHeight); }

h2,
.h2 {
  font-size: var(--h2);
  line-height: var(--h2-lineHeight); }

h3,
.h3 {
  font-size: var(--h3);
  line-height: var(--h3-lineHeight); }

h4,
.h4 {
  font-size: var(--h4);
  line-height: var(--h4-lineHeight); }

h5,
.h5 {
  font-size: var(--h5);
  line-height: var(--h5-lineHeight); }

h6,
.h6 {
  font-size: var(--h6);
  line-height: var(--h6-lineHeight); }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  transition: 0.5s; }

a {
  color: var(--color-heading);
  transition: 0.3s; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px; }
  h2,
  .h2 {
    font-size: 32px; }
  h3,
  .h3 {
    font-size: 28px; }
  h4,
  .h4 {
    font-size: 24px; } }

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px; }
  h2,
  .h2 {
    font-size: 28px; }
  h3,
  .h3 {
    font-size: 24px; }
  h4,
  .h4 {
    font-size: 20px; } }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--p-extra-bold); }

h4,
.h4 {
  font-weight: var(--p-bold); }

h5,
.h5 {
  font-weight: var(--p-bold); }

h6,
.h6 {
  font-weight: var(--p-bold); }

p {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  font-weight: 500;
  color: var(--color-body);
  margin: 0 0 30px; }
  @media only screen and (max-width: 767px) {
    p {
      margin: 0 0 20px;
      font-size: var(--font-size-b2);
      line-height: var(--line-height-b2); } }
  p.has-large-font-size {
    line-height: 1.5;
    font-size: 36px; }
  p.has-medium-font-size {
    font-size: 24px;
    line-height: 36px; }
  p.has-small-font-size {
    font-size: 13px; }
  p.has-very-light-gray-color {
    color: var(--color-white); }
  p.has-background {
    padding: 20px 30px; }
  p.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1); }
  p.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2); }
  p.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3); }
  p.b4 {
    font-size: var(--font-size-b4);
    line-height: var(--line-height-b4); }

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1); }

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2); }

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3); }

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4); }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 40px;
  width: 100%; }

table a,
table a:link,
table a:visited {
  text-decoration: none; }

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading); }

var {
  font-family: "Courier 10 Pitch", Courier, monospace; }

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px; }

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px; }
  ul.liststyle.bullet li {
    font-size: 18px;
    line-height: 30px;
    color: var(--color-body);
    position: relative;
    padding-left: 30px; }
    @media only screen and (max-width: 767px) {
      ul.liststyle.bullet li {
        padding-left: 19px; } }
    ul.liststyle.bullet li::before {
      position: absolute;
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background: var(--color-body);
      left: 0;
      top: 10px; }
    ul.liststyle.bullet li + li {
      margin-top: 8px; }
  ul li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
    font-weight: 500; }
    ul li a {
      text-decoration: none;
      color: var(--color-body); }
      ul li a:hover {
        color: var(--color-primary); }
  ul ul {
    margin-bottom: 0; }

ol {
  margin-bottom: 30px; }
  ol li {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    color: var(--color-gray);
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400; }
    ol li a {
      color: var(--heading-color);
      text-decoration: none; }
      ol li a:hover {
        color: var(--color-primary); }
  ol ul {
    padding-left: 30px; }

hr {
  display: block;
  height: 0;
  margin: 15px 0;
  border-top: 1px solid var(--color-border);
  background: transparent; }

kbd {
  background: var(--color-primary); }

/*=====================
All Extend Here
=======================*/
.color-primary {
  color: var(--color-primary) !important; }

.color-secondary {
  color: var(--color-secondary) !important; }

.color-tertiary {
  color: var(--color-tertiary) !important; }

.color-heading {
  color: var(--color-heading) !important; }

.color-body {
  color: var(--color-body) !important; }

.color-dark {
  color: var(--color-dark) !important; }

[data-overlay]:before {
  background: var(--color-primary); }

/* Radius */
.post-scale, .radius {
  border-radius: var(--radius); }

.radius-big {
  border-radius: var(--radius-big); }

/* Font Weight */
.w-300 {
  font-weight: 300 !important; }

.w-400 {
  font-weight: 400 !important; }

.w-500 {
  font-weight: 500 !important; }

.w-600 {
  font-weight: 600 !important; }

.w-700 {
  font-weight: 700 !important; }

.w-800 {
  font-weight: 800 !important; }

.w-900 {
  font-weight: 900 !important; }

/* Shadows */
.shadow-primary {
  box-shadow: var(--shadow-primary); }

.shadow-light {
  box-shadow: var(--shadow-light); }

.shadow-lighter {
  box-shadow: var(--shadow-lighter); }

/*=============== Style Css =============*/
.ace-rating.rating-default .rating, .ace-event .event-meta, .ace-accordion-02 .ace-accordion-body ul, .pricing-billing-duration ul, .pricing-table .pricing-body .list-item, .aceorbit-shop-single-product .inner .aceorbit-single-product-thumb-wrapper .product-hover-info ul, .brand-list, .blog-meta, .ace-blog-widget.widget-categories .category-list, .ace-blog-widget-2.widget-categories .category-list, .blog-main-content .gallery, .list-style-1, .list-style-2, .column-gallery, .banner-style-4 .social-text-share, .aceorbit-widget-details .widget-content ul, .ace-product-details-style .content .product-feature, .cart-summary .cart-summary-inner, .footer-style-default .information-list {
  padding: 0;
  margin: 0;
  list-style: none; }

ul li a, ol li a, #scrollUp, .form-group input, .form-group textarea, .mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
  transition: var(--transition); }

.bgImagePosition, .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/*----------------------
    Animation Css  
-----------------------*/
.post-scale {
  overflow: hidden; }
  .post-scale img {
    transition: 0.5s; }
  .post-scale:hover img {
    transform: scale(1.1); }

@keyframes line1 {
  0% {
    opacity: 1;
    bottom: 0; }
  30% {
    bottom: 30%; }
  50% {
    bottom: 50%; }
  70% {
    bottom: 70%; }
  100% {
    bottom: 100%;
    opacity: 0.5; } }

@keyframes bounceSlide {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.bounce-slide {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: bounceSlide; }

@keyframes line5 {
  0% {
    opacity: 1;
    bottom: 400px; }
  50% {
    bottom: 50%; }
  100% {
    bottom: 100%;
    opacity: 0.5; } }

@keyframes line2 {
  0% {
    opacity: 1;
    top: 0; }
  30% {
    bottom: 30%; }
  50% {
    bottom: 50%; }
  70% {
    bottom: 70%; }
  100% {
    top: 100%;
    opacity: 0.5; } }

@keyframes line3 {
  0% {
    opacity: 1;
    top: 500px; }
  50% {
    top: 50%; }
  100% {
    top: 100%;
    opacity: 0.5; } }

@keyframes line4 {
  0% {
    opacity: 1;
    top: 300px; }
  50% {
    top: 50%; }
  100% {
    top: 100%;
    opacity: 0.5; } }

@keyframes customOne {
  from {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  to {
    transform: scale(1); } }

@keyframes customTwo {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(100px, 0px); }
  100% {
    transform: translate(50px, 50px); } }

.customOne {
  animation: customOne 2s infinite; }

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px; }
  to {
    margin-top: 0; } }

@keyframes headerSlideDown {
  0% {
    margin-top: -100px; }
  to {
    margin-top: 0; } }

/*------------------------
	slidefadeinup
--------------------------*/
@-webkit-keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.slideFadeInUp {
  -webkit-animation-name: slideFadeInUp;
  animation-name: slideFadeInUp; }

/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/*--------------------------------
Scroll Down Button Animation  
----------------------------------*/
@keyframes scrollDown {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(10px);
    opacity: 0; } }

/*==============================
 *  Utilities
=================================*/
/*------------------------------------- 

font-family: 'Urbanist', sans-serif;

--------------------------------------*/
@media only screen and (max-width: 767px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 15px;
    padding-left: 15px; } }

iframe {
  width: 100%; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.fix {
  overflow: hidden; }

.slick-initialized .slick-slide {
  margin-bottom: 0; }

.ace-line-separator {
  position: relative; }
  .ace-line-separator::after {
    position: absolute;
    content: "";
    background: #EBE7E5;
    width: 1170px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media only screen and (max-width: 1199px) {
      .ace-line-separator::after {
        width: 100%; } }

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background-color: var(--color-primary); }

.bg-color-secondary {
  background-color: var(--color-secondary); }

.bg-color-secondary-alt {
  background-color: var(--color-secondary-alt); }

.bg-color-tertiary {
  background-color: var(--color-tertiary); }

.bg-color-grey {
  background-color: #F0F2F5; }

.bg-color-white {
  background-color: #FFFFFF; }

.bg-color-black {
  background-color: #1A1A1A; }

.bg-color-grey {
  background-color: #E5E5E5; }

.bg-color-extra03 {
  background-color: var(--color-extra03); }

.bg-color-lessdark {
  background-color: var(--color-lessdark); }

.bg-color-2 {
  backdrop-filter: saturate(180%) blur(8px);
  background-color: var(--color-darker);
  background-image: linear-gradient(180deg, var(--color-black), transparent); }

/*===========================
    Background Image 
=============================*/
.bg-image_fixed {
  background-attachment: fixed !important; }

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%; }

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: -0px;
  margin-right: -0px; }
  .row--0 > [class*="col"] {
    padding-left: 0px;
    padding-right: 0px; }

.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--15 {
  margin-left: -15px;
  margin-right: -15px; }
  .row--15 > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px; }

.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--35 {
  margin-left: -35px;
  margin-right: -35px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--35 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--35 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--35 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (max-width: 767px) {
    .row--35 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  .row--35 > [class*="col"],
  .row--35 > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .row--35 > [class*="col"],
      .row--35 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .row--35 > [class*="col"],
      .row--35 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .row--35 > [class*="col"],
      .row--35 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media only screen and (max-width: 767px) {
      .row--35 > [class*="col"],
      .row--35 > [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; } }

.row--50 {
  margin-left: -50px;
  margin-right: -50px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--50 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--50 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--50 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (max-width: 767px) {
    .row--50 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  .row--50 > [class*="col"],
  .row--50 > [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .row--50 > [class*="col"],
      .row--50 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .row--50 > [class*="col"],
      .row--50 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .row--50 > [class*="col"],
      .row--50 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media only screen and (max-width: 767px) {
      .row--50 > [class*="col"],
      .row--50 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }

.row--60 {
  margin-left: -60px;
  margin-right: -60px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (max-width: 767px) {
    .row--60 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  .row--60 > [class*="col"],
  .row--60 > [class*="col-"] {
    padding-left: 60px;
    padding-right: 60px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .row--60 > [class*="col"],
      .row--60 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .row--60 > [class*="col"],
      .row--60 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .row--60 > [class*="col"],
      .row--60 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media only screen and (max-width: 767px) {
      .row--60 > [class*="col"],
      .row--60 > [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-white-overlay] {
  position: relative; }

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2; }

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2; }

[data-black-overlay]:before {
  background-color: #000000; }

[data-white-overlay]:before {
  background-color: #ffffff; }

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1; }

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2; }

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3; }

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4; }

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5; }

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6; }

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7; }

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8; }

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9; }

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1; }



/*=========================
    Section Separation 
==========================*/
.mt_dec--30 {
  margin-top: -30px; }

.mt_dec--20 {
  margin-top: -20px; }

.ace-section-gap {
  padding: 80px 0 !important; }
  .ace-section-gap.bottom-overlays{
padding-bottom: 180px !important;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ace-section-gap {
      padding: 80px 0 !important; } }
  @media only screen and (max-width: 767px) {
    .ace-section-gap {
      padding: 80px 0 !important; } }
  .ace-section-gap.slider-dots {
    padding: 130px 0 205px !important; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .ace-section-gap.slider-dots {
        padding: 80px 0 130px !important; } }
    @media only screen and (max-width: 767px) {
      .ace-section-gap.slider-dots {
        padding: 80px 0 130px !important; } }

.ace-section-gapBottom {
  padding-bottom: 130px !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ace-section-gapBottom {
      padding-bottom: 80px !important; } }
  @media only screen and (max-width: 767px) {
    .ace-section-gapBottom {
      padding-bottom: 80px  !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--165,
  .pb--85 {
    padding-bottom: 80px !important; } }

@media only screen and (max-width: 767px) {
  .pb--165,
  .pb--85 {
    padding-bottom: 80px  !important; } }

.ace-section-gapTop {
  padding-top: 130px !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ace-section-gapTop {
      padding-top: 80px !important; } }
  @media only screen and (max-width: 767px) {
    .ace-section-gapTop {
      padding-top: 80px  !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--120 {
    padding: 80px 0 !important; } }

@media only screen and (max-width: 767px) {
  .ptb--120 {
    padding: 60px 0 !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 80px !important; } }

@media only screen and (max-width: 767px) {
  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 60px !important; } }

@media only screen and (max-width: 767px) {
  .pb--70 {
    padding-bottom: 60px !important; } }

.pl--0 {
  padding-left: 0 !important; }

.pr--0 {
  padding-right: 0 !important; }

.pt--0 {
  padding-top: 0 !important; }

.pb--0 {
  padding-bottom: 0 !important; }

.mr--0 {
  margin-right: 0 !important; }

.ml--0 {
  margin-left: 0 !important; }

.mt--0 {
  margin-top: 0 !important; }

.mb--0 {
  margin-bottom: 0 !important; }

.pt--260 {
  padding-top: 260px !important; }

.pt--250 {
  padding-top: 250px !important; }

.pb--240 {
  padding-bottom: 240px !important; }

.pb--220 {
  padding-bottom: 220px !important; }

.plr--270 {
  padding: 0 270px !important; }

.plr--300 {
  padding: 0 300px !important; }

.plr--340 {
  padding: 0 340px !important; }

.ptb--300 {
  padding: 300px 0 !important; }

.ptb--340 {
  padding: 340px 0 !important; }

.ptb--450 {
  padding: 450px 0 !important; }

.plr_dec--15 {
  margin: 0 -15px !important; }

.pt--300 {
  padding-top: 300px !important; }

.ptb--5 {
  padding: 5px 0 !important; }

.plr--5 {
  padding: 0 5px !important; }

.pt--5 {
  padding-top: 5px !important; }

.pb--5 {
  padding-bottom: 5px !important; }

.pl--5 {
  padding-left: 5px !important; }

.pr--5 {
  padding-right: 5px !important; }

.mt--5 {
  margin-top: 5px !important; }

.mb--5 {
  margin-bottom: 5px !important; }

.mr--5 {
  margin-right: 5px !important; }

.ml--5 {
  margin-left: 5px !important; }

.ptb--10 {
  padding: 10px 0 !important; }

.plr--10 {
  padding: 0 10px !important; }

.pt--10 {
  padding-top: 10px !important; }

.pb--10 {
  padding-bottom: 10px !important; }

.pl--10 {
  padding-left: 10px !important; }

.pr--10 {
  padding-right: 10px !important; }

.mt--10 {
  margin-top: 10px !important; }

.mb--10 {
  margin-bottom: 10px !important; }

.mr--10 {
  margin-right: 10px !important; }

.ml--10 {
  margin-left: 10px !important; }

.ptb--15 {
  padding: 15px 0 !important; }

.plr--15 {
  padding: 0 15px !important; }

.pt--15 {
  padding-top: 15px !important; }

.pb--15 {
  padding-bottom: 15px !important; }

.pl--15 {
  padding-left: 15px !important; }

.pr--15 {
  padding-right: 15px !important; }

.mt--15 {
  margin-top: 15px !important; }

.mb--15 {
  margin-bottom: 15px !important; }

.mr--15 {
  margin-right: 15px !important; }

.ml--15 {
  margin-left: 15px !important; }

.ptb--20 {
  padding: 20px 0 !important; }

.plr--20 {
  padding: 0 20px !important; }

.pt--20 {
  padding-top: 20px !important; }

.pb--20 {
  padding-bottom: 20px !important; }

.pl--20 {
  padding-left: 20px !important; }

.pr--20 {
  padding-right: 20px !important; }

.mt--20 {
  margin-top: 20px !important; }

.mb--20 {
  margin-bottom: 20px !important; }

.mr--20 {
  margin-right: 20px !important; }

.ml--20 {
  margin-left: 20px !important; }

.ptb--25 {
  padding: 25px 0 !important; }

.plr--25 {
  padding: 0 25px !important; }

.pt--25 {
  padding-top: 25px !important; }

.pb--25 {
  padding-bottom: 25px !important; }

.pl--25 {
  padding-left: 25px !important; }

.pr--25 {
  padding-right: 25px !important; }

.mt--25 {
  margin-top: 25px !important; }

.mb--25 {
  margin-bottom: 25px !important; }

.mr--25 {
  margin-right: 25px !important; }

.ml--25 {
  margin-left: 25px !important; }

.ptb--30 {
  padding: 30px 0 !important; }

.plr--30 {
  padding: 0 30px !important; }

.pt--30 {
  padding-top: 30px !important; }

.pb--30 {
  padding-bottom: 30px !important; }

.pl--30 {
  padding-left: 30px !important; }

.pr--30 {
  padding-right: 30px !important; }

.mt--30 {
  margin-top: 30px !important; }

.mb--30 {
  margin-bottom: 30px !important; }

.mr--30 {
  margin-right: 30px !important; }

.ml--30 {
  margin-left: 30px !important; }

.ptb--35 {
  padding: 35px 0 !important; }

.plr--35 {
  padding: 0 35px !important; }

.pt--35 {
  padding-top: 35px !important; }

.pb--35 {
  padding-bottom: 35px !important; }

.pl--35 {
  padding-left: 35px !important; }

.pr--35 {
  padding-right: 35px !important; }

.mt--35 {
  margin-top: 35px !important; }

.mb--35 {
  margin-bottom: 35px !important; }

.mr--35 {
  margin-right: 35px !important; }

.ml--35 {
  margin-left: 35px !important; }

.ptb--40 {
  padding: 40px 0 !important; }

.plr--40 {
  padding: 0 40px !important; }

.pt--40 {
  padding-top: 40px !important; }

.pb--40 {
  padding-bottom: 40px !important; }

.pl--40 {
  padding-left: 40px !important; }

.pr--40 {
  padding-right: 40px !important; }

.mt--40 {
  margin-top: 40px !important; }

.mb--40 {
  margin-bottom: 40px !important; }

.mr--40 {
  margin-right: 40px !important; }

.ml--40 {
  margin-left: 40px !important; }

.ptb--45 {
  padding: 45px 0 !important; }

.plr--45 {
  padding: 0 45px !important; }

.pt--45 {
  padding-top: 45px !important; }

.pb--45 {
  padding-bottom: 45px !important; }

.pl--45 {
  padding-left: 45px !important; }

.pr--45 {
  padding-right: 45px !important; }

.mt--45 {
  margin-top: 45px !important; }

.mb--45 {
  margin-bottom: 45px !important; }

.mr--45 {
  margin-right: 45px !important; }

.ml--45 {
  margin-left: 45px !important; }

.ptb--50 {
  padding: 50px 0 !important; }

.plr--50 {
  padding: 0 50px !important; }

.pt--50 {
  padding-top: 50px !important; }

.pb--50 {
  padding-bottom: 50px !important; }

.pl--50 {
  padding-left: 50px !important; }

.pr--50 {
  padding-right: 50px !important; }

.mt--50 {
  margin-top: 50px !important; }

.mb--50 {
  margin-bottom: 50px !important; }

.mr--50 {
  margin-right: 50px !important; }

.ml--50 {
  margin-left: 50px !important; }

.ptb--55 {
  padding: 55px 0 !important; }

.plr--55 {
  padding: 0 55px !important; }

.pt--55 {
  padding-top: 55px !important; }

.pb--55 {
  padding-bottom: 55px !important; }

.pl--55 {
  padding-left: 55px !important; }

.pr--55 {
  padding-right: 55px !important; }

.mt--55 {
  margin-top: 55px !important; }

.mb--55 {
  margin-bottom: 55px !important; }

.mr--55 {
  margin-right: 55px !important; }

.ml--55 {
  margin-left: 55px !important; }

.ptb--60 {
  padding: 60px 0 !important; }

.plr--60 {
  padding: 0 60px !important; }

.pt--60 {
  padding-top: 60px !important; }

.pb--60 {
  padding-bottom: 60px !important; }

.pl--60 {
  padding-left: 60px !important; }

.pr--60 {
  padding-right: 60px !important; }

.mt--60 {
  margin-top: 60px !important; }

.mb--60 {
  margin-bottom: 60px !important; }

.mr--60 {
  margin-right: 60px !important; }

.ml--60 {
  margin-left: 60px !important; }

.ptb--65 {
  padding: 65px 0 !important; }

.plr--65 {
  padding: 0 65px !important; }

.pt--65 {
  padding-top: 65px !important; }

.pb--65 {
  padding-bottom: 65px !important; }

.pl--65 {
  padding-left: 65px !important; }

.pr--65 {
  padding-right: 65px !important; }

.mt--65 {
  margin-top: 65px !important; }

.mb--65 {
  margin-bottom: 65px !important; }

.mr--65 {
  margin-right: 65px !important; }

.ml--65 {
  margin-left: 65px !important; }

.ptb--70 {
  padding: 70px 0 !important; }

.plr--70 {
  padding: 0 70px !important; }

.pt--70 {
  padding-top: 70px !important; }

.pb--70 {
  padding-bottom: 70px !important; }

.pl--70 {
  padding-left: 70px !important; }

.pr--70 {
  padding-right: 70px !important; }

.mt--70 {
  margin-top: 70px !important; }

.mb--70 {
  margin-bottom: 70px !important; }

.mr--70 {
  margin-right: 70px !important; }

.ml--70 {
  margin-left: 70px !important; }

.ptb--75 {
  padding: 75px 0 !important; }

.plr--75 {
  padding: 0 75px !important; }

.pt--75 {
  padding-top: 75px !important; }

.pb--75 {
  padding-bottom: 75px !important; }

.pl--75 {
  padding-left: 75px !important; }

.pr--75 {
  padding-right: 75px !important; }

.mt--75 {
  margin-top: 75px !important; }

.mb--75 {
  margin-bottom: 75px !important; }

.mr--75 {
  margin-right: 75px !important; }

.ml--75 {
  margin-left: 75px !important; }

.ptb--80 {
  padding: 80px 0 !important; }

.plr--80 {
  padding: 0 80px !important; }

.pt--80 {
  padding-top: 80px !important; }

.pb--80 {
  padding-bottom: 80px !important; }

.pl--80 {
  padding-left: 80px !important; }

.pr--80 {
  padding-right: 80px !important; }

.mt--80 {
  margin-top: 80px !important; }

.mb--80 {
  margin-bottom: 80px !important; }

.mr--80 {
  margin-right: 80px !important; }

.ml--80 {
  margin-left: 80px !important; }

.ptb--85 {
  padding: 85px 0 !important; }

.plr--85 {
  padding: 0 85px !important; }

.pt--85 {
  padding-top: 85px !important; }

.pb--85 {
  padding-bottom: 85px !important; }

.pl--85 {
  padding-left: 85px !important; }

.pr--85 {
  padding-right: 85px !important; }

.mt--85 {
  margin-top: 85px !important; }

.mb--85 {
  margin-bottom: 85px !important; }

.mr--85 {
  margin-right: 85px !important; }

.ml--85 {
  margin-left: 85px !important; }

.ptb--90 {
  padding: 90px 0 !important; }

.plr--90 {
  padding: 0 90px !important; }

.pt--90 {
  padding-top: 90px !important; }

.pb--90 {
  padding-bottom: 90px !important; }

.pl--90 {
  padding-left: 90px !important; }

.pr--90 {
  padding-right: 90px !important; }

.mt--90 {
  margin-top: 90px !important; }

.mb--90 {
  margin-bottom: 90px !important; }

.mr--90 {
  margin-right: 90px !important; }

.ml--90 {
  margin-left: 90px !important; }

.ptb--95 {
  padding: 95px 0 !important; }

.plr--95 {
  padding: 0 95px !important; }

.pt--95 {
  padding-top: 95px !important; }

.pb--95 {
  padding-bottom: 95px !important; }

.pl--95 {
  padding-left: 95px !important; }

.pr--95 {
  padding-right: 95px !important; }

.mt--95 {
  margin-top: 95px !important; }

.mb--95 {
  margin-bottom: 95px !important; }

.mr--95 {
  margin-right: 95px !important; }

.ml--95 {
  margin-left: 95px !important; }

.ptb--100 {
  padding: 100px 0 !important; }

.plr--100 {
  padding: 0 100px !important; }

.pt--100 {
  padding-top: 100px !important; }

.pb--100 {
  padding-bottom: 100px !important; }

.pl--100 {
  padding-left: 100px !important; }

.pr--100 {
  padding-right: 100px !important; }

.mt--100 {
  margin-top: 100px !important; }

.mb--100 {
  margin-bottom: 100px !important; }

.mr--100 {
  margin-right: 100px !important; }

.ml--100 {
  margin-left: 100px !important; }

.ptb--105 {
  padding: 105px 0 !important; }

.plr--105 {
  padding: 0 105px !important; }

.pt--105 {
  padding-top: 105px !important; }

.pb--105 {
  padding-bottom: 105px !important; }

.pl--105 {
  padding-left: 105px !important; }

.pr--105 {
  padding-right: 105px !important; }

.mt--105 {
  margin-top: 105px !important; }

.mb--105 {
  margin-bottom: 105px !important; }

.mr--105 {
  margin-right: 105px !important; }

.ml--105 {
  margin-left: 105px !important; }

.ptb--110 {
  padding: 110px 0 !important; }

.plr--110 {
  padding: 0 110px !important; }

.pt--110 {
  padding-top: 110px !important; }

.pb--110 {
  padding-bottom: 110px !important; }

.pl--110 {
  padding-left: 110px !important; }

.pr--110 {
  padding-right: 110px !important; }

.mt--110 {
  margin-top: 110px !important; }

.mb--110 {
  margin-bottom: 110px !important; }

.mr--110 {
  margin-right: 110px !important; }

.ml--110 {
  margin-left: 110px !important; }

.ptb--115 {
  padding: 115px 0 !important; }

.plr--115 {
  padding: 0 115px !important; }

.pt--115 {
  padding-top: 115px !important; }

.pb--115 {
  padding-bottom: 115px !important; }

.pl--115 {
  padding-left: 115px !important; }

.pr--115 {
  padding-right: 115px !important; }

.mt--115 {
  margin-top: 115px !important; }

.mb--115 {
  margin-bottom: 115px !important; }

.mr--115 {
  margin-right: 115px !important; }

.ml--115 {
  margin-left: 115px !important; }

.ptb--120 {
  padding: 120px 0 !important; }

.plr--120 {
  padding: 0 120px !important; }

.pt--120 {
  padding-top: 120px !important; }

.pb--120 {
  padding-bottom: 120px !important; }

.pl--120 {
  padding-left: 120px !important; }

.pr--120 {
  padding-right: 120px !important; }

.mt--120 {
  margin-top: 120px !important; }

.mb--120 {
  margin-bottom: 120px !important; }

.mr--120 {
  margin-right: 120px !important; }

.ml--120 {
  margin-left: 120px !important; }

.ptb--125 {
  padding: 125px 0 !important; }

.plr--125 {
  padding: 0 125px !important; }

.pt--125 {
  padding-top: 125px !important; }

.pb--125 {
  padding-bottom: 125px !important; }

.pl--125 {
  padding-left: 125px !important; }

.pr--125 {
  padding-right: 125px !important; }

.mt--125 {
  margin-top: 125px !important; }

.mb--125 {
  margin-bottom: 125px !important; }

.mr--125 {
  margin-right: 125px !important; }

.ml--125 {
  margin-left: 125px !important; }

.ptb--130 {
  padding: 130px 0 !important; }

.plr--130 {
  padding: 0 130px !important; }

.pt--130 {
  padding-top: 130px !important; }

.pb--130 {
  padding-bottom: 130px !important; }

.pl--130 {
  padding-left: 130px !important; }

.pr--130 {
  padding-right: 130px !important; }

.mt--130 {
  margin-top: 130px !important; }

.mb--130 {
  margin-bottom: 130px !important; }

.mr--130 {
  margin-right: 130px !important; }

.ml--130 {
  margin-left: 130px !important; }

.ptb--135 {
  padding: 135px 0 !important; }

.plr--135 {
  padding: 0 135px !important; }

.pt--135 {
  padding-top: 135px !important; }

.pb--135 {
  padding-bottom: 135px !important; }

.pl--135 {
  padding-left: 135px !important; }

.pr--135 {
  padding-right: 135px !important; }

.mt--135 {
  margin-top: 135px !important; }

.mb--135 {
  margin-bottom: 135px !important; }

.mr--135 {
  margin-right: 135px !important; }

.ml--135 {
  margin-left: 135px !important; }

.ptb--140 {
  padding: 140px 0 !important; }

.plr--140 {
  padding: 0 140px !important; }

.pt--140 {
  padding-top: 140px !important; }

.pb--140 {
  padding-bottom: 140px !important; }

.pl--140 {
  padding-left: 140px !important; }

.pr--140 {
  padding-right: 140px !important; }

.mt--140 {
  margin-top: 140px !important; }

.mb--140 {
  margin-bottom: 140px !important; }

.mr--140 {
  margin-right: 140px !important; }

.ml--140 {
  margin-left: 140px !important; }

.ptb--145 {
  padding: 145px 0 !important; }

.plr--145 {
  padding: 0 145px !important; }

.pt--145 {
  padding-top: 145px !important; }

.pb--145 {
  padding-bottom: 145px !important; }

.pl--145 {
  padding-left: 145px !important; }

.pr--145 {
  padding-right: 145px !important; }

.mt--145 {
  margin-top: 145px !important; }

.mb--145 {
  margin-bottom: 145px !important; }

.mr--145 {
  margin-right: 145px !important; }

.ml--145 {
  margin-left: 145px !important; }

.ptb--150 {
  padding: 150px 0 !important; }

.plr--150 {
  padding: 0 150px !important; }

.pt--150 {
  padding-top: 150px !important; }

.pb--150 {
  padding-bottom: 150px !important; }

.pl--150 {
  padding-left: 150px !important; }

.pr--150 {
  padding-right: 150px !important; }

.mt--150 {
  margin-top: 150px !important; }

.mb--150 {
  margin-bottom: 150px !important; }

.mr--150 {
  margin-right: 150px !important; }

.ml--150 {
  margin-left: 150px !important; }

.ptb--155 {
  padding: 155px 0 !important; }

.plr--155 {
  padding: 0 155px !important; }

.pt--155 {
  padding-top: 155px !important; }

.pb--155 {
  padding-bottom: 155px !important; }

.pl--155 {
  padding-left: 155px !important; }

.pr--155 {
  padding-right: 155px !important; }

.mt--155 {
  margin-top: 155px !important; }

.mb--155 {
  margin-bottom: 155px !important; }

.mr--155 {
  margin-right: 155px !important; }

.ml--155 {
  margin-left: 155px !important; }

.ptb--160 {
  padding: 160px 0 !important; }

.plr--160 {
  padding: 0 160px !important; }

.pt--160 {
  padding-top: 160px !important; }

.pb--160 {
  padding-bottom: 160px !important; }

.pl--160 {
  padding-left: 160px !important; }

.pr--160 {
  padding-right: 160px !important; }

.mt--160 {
  margin-top: 160px !important; }

.mb--160 {
  margin-bottom: 160px !important; }

.mr--160 {
  margin-right: 160px !important; }

.ml--160 {
  margin-left: 160px !important; }

.ptb--165 {
  padding: 165px 0 !important; }

.plr--165 {
  padding: 0 165px !important; }

.pt--165 {
  padding-top: 165px !important; }

.pb--165 {
  padding-bottom: 165px !important; }

.pl--165 {
  padding-left: 165px !important; }

.pr--165 {
  padding-right: 165px !important; }

.mt--165 {
  margin-top: 165px !important; }

.mb--165 {
  margin-bottom: 165px !important; }

.mr--165 {
  margin-right: 165px !important; }

.ml--165 {
  margin-left: 165px !important; }

.ptb--170 {
  padding: 170px 0 !important; }

.plr--170 {
  padding: 0 170px !important; }

.pt--170 {
  padding-top: 170px !important; }

.pb--170 {
  padding-bottom: 170px !important; }

.pl--170 {
  padding-left: 170px !important; }

.pr--170 {
  padding-right: 170px !important; }

.mt--170 {
  margin-top: 170px !important; }

.mb--170 {
  margin-bottom: 170px !important; }

.mr--170 {
  margin-right: 170px !important; }

.ml--170 {
  margin-left: 170px !important; }

.ptb--175 {
  padding: 175px 0 !important; }

.plr--175 {
  padding: 0 175px !important; }

.pt--175 {
  padding-top: 175px !important; }

.pb--175 {
  padding-bottom: 175px !important; }

.pl--175 {
  padding-left: 175px !important; }

.pr--175 {
  padding-right: 175px !important; }

.mt--175 {
  margin-top: 175px !important; }

.mb--175 {
  margin-bottom: 175px !important; }

.mr--175 {
  margin-right: 175px !important; }

.ml--175 {
  margin-left: 175px !important; }

.ptb--180 {
  padding: 180px 0 !important; }

.plr--180 {
  padding: 0 180px !important; }

.pt--180 {
  padding-top: 180px !important; }

.pb--180 {
  padding-bottom: 180px !important; }

.pl--180 {
  padding-left: 180px !important; }

.pr--180 {
  padding-right: 180px !important; }

.mt--180 {
  margin-top: 180px !important; }

.mb--180 {
  margin-bottom: 180px !important; }

.mr--180 {
  margin-right: 180px !important; }

.ml--180 {
  margin-left: 180px !important; }

.ptb--185 {
  padding: 185px 0 !important; }

.plr--185 {
  padding: 0 185px !important; }

.pt--185 {
  padding-top: 185px !important; }

.pb--185 {
  padding-bottom: 185px !important; }

.pl--185 {
  padding-left: 185px !important; }

.pr--185 {
  padding-right: 185px !important; }

.mt--185 {
  margin-top: 185px !important; }

.mb--185 {
  margin-bottom: 185px !important; }

.mr--185 {
  margin-right: 185px !important; }

.ml--185 {
  margin-left: 185px !important; }

.ptb--190 {
  padding: 190px 0 !important; }

.plr--190 {
  padding: 0 190px !important; }

.pt--190 {
  padding-top: 190px !important; }

.pb--190 {
  padding-bottom: 190px !important; }

.pl--190 {
  padding-left: 190px !important; }

.pr--190 {
  padding-right: 190px !important; }

.mt--190 {
  margin-top: 190px !important; }

.mb--190 {
  margin-bottom: 190px !important; }

.mr--190 {
  margin-right: 190px !important; }

.ml--190 {
  margin-left: 190px !important; }

.ptb--195 {
  padding: 195px 0 !important; }

.plr--195 {
  padding: 0 195px !important; }

.pt--195 {
  padding-top: 195px !important; }

.pb--195 {
  padding-bottom: 195px !important; }

.pl--195 {
  padding-left: 195px !important; }

.pr--195 {
  padding-right: 195px !important; }

.mt--195 {
  margin-top: 195px !important; }

.mb--195 {
  margin-bottom: 195px !important; }

.mr--195 {
  margin-right: 195px !important; }

.ml--195 {
  margin-left: 195px !important; }

.ptb--200 {
  padding: 200px 0 !important; }

.plr--200 {
  padding: 0 200px !important; }

.pt--200 {
  padding-top: 200px !important; }

.pb--200 {
  padding-bottom: 200px !important; }

.pl--200 {
  padding-left: 200px !important; }

.pr--200 {
  padding-right: 200px !important; }

.mt--200 {
  margin-top: 200px !important; }

.mb--200 {
  margin-bottom: 200px !important; }

.mr--200 {
  margin-right: 200px !important; }

.ml--200 {
  margin-left: 200px !important; }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0 !important; }
  .plr_lp--5 {
    padding: 0 5px !important; }
  .pt_lp--5 {
    padding-top: 5px !important; }
  .pb_lp--5 {
    padding-bottom: 5px !important; }
  .pl_lp--5 {
    padding-left: 5px !important; }
  .pr_lp--5 {
    padding-right: 5px !important; }
  .mt_lp--5 {
    margin-top: 5px !important; }
  .mb_lp--5 {
    margin-bottom: 5px !important; }
  .ptb_lp--10 {
    padding: 10px 0 !important; }
  .plr_lp--10 {
    padding: 0 10px !important; }
  .pt_lp--10 {
    padding-top: 10px !important; }
  .pb_lp--10 {
    padding-bottom: 10px !important; }
  .pl_lp--10 {
    padding-left: 10px !important; }
  .pr_lp--10 {
    padding-right: 10px !important; }
  .mt_lp--10 {
    margin-top: 10px !important; }
  .mb_lp--10 {
    margin-bottom: 10px !important; }
  .ptb_lp--15 {
    padding: 15px 0 !important; }
  .plr_lp--15 {
    padding: 0 15px !important; }
  .pt_lp--15 {
    padding-top: 15px !important; }
  .pb_lp--15 {
    padding-bottom: 15px !important; }
  .pl_lp--15 {
    padding-left: 15px !important; }
  .pr_lp--15 {
    padding-right: 15px !important; }
  .mt_lp--15 {
    margin-top: 15px !important; }
  .mb_lp--15 {
    margin-bottom: 15px !important; }
  .ptb_lp--20 {
    padding: 20px 0 !important; }
  .plr_lp--20 {
    padding: 0 20px !important; }
  .pt_lp--20 {
    padding-top: 20px !important; }
  .pb_lp--20 {
    padding-bottom: 20px !important; }
  .pl_lp--20 {
    padding-left: 20px !important; }
  .pr_lp--20 {
    padding-right: 20px !important; }
  .mt_lp--20 {
    margin-top: 20px !important; }
  .mb_lp--20 {
    margin-bottom: 20px !important; }
  .ptb_lp--25 {
    padding: 25px 0 !important; }
  .plr_lp--25 {
    padding: 0 25px !important; }
  .pt_lp--25 {
    padding-top: 25px !important; }
  .pb_lp--25 {
    padding-bottom: 25px !important; }
  .pl_lp--25 {
    padding-left: 25px !important; }
  .pr_lp--25 {
    padding-right: 25px !important; }
  .mt_lp--25 {
    margin-top: 25px !important; }
  .mb_lp--25 {
    margin-bottom: 25px !important; }
  .ptb_lp--30 {
    padding: 30px 0 !important; }
  .plr_lp--30 {
    padding: 0 30px !important; }
  .pt_lp--30 {
    padding-top: 30px !important; }
  .pb_lp--30 {
    padding-bottom: 30px !important; }
  .pl_lp--30 {
    padding-left: 30px !important; }
  .pr_lp--30 {
    padding-right: 30px !important; }
  .mt_lp--30 {
    margin-top: 30px !important; }
  .mb_lp--30 {
    margin-bottom: 30px !important; }
  .ptb_lp--35 {
    padding: 35px 0 !important; }
  .plr_lp--35 {
    padding: 0 35px !important; }
  .pt_lp--35 {
    padding-top: 35px !important; }
  .pb_lp--35 {
    padding-bottom: 35px !important; }
  .pl_lp--35 {
    padding-left: 35px !important; }
  .pr_lp--35 {
    padding-right: 35px !important; }
  .mt_lp--35 {
    margin-top: 35px !important; }
  .mb_lp--35 {
    margin-bottom: 35px !important; }
  .ptb_lp--40 {
    padding: 40px 0 !important; }
  .plr_lp--40 {
    padding: 0 40px !important; }
  .pt_lp--40 {
    padding-top: 40px !important; }
  .pb_lp--40 {
    padding-bottom: 40px !important; }
  .pl_lp--40 {
    padding-left: 40px !important; }
  .pr_lp--40 {
    padding-right: 40px !important; }
  .mt_lp--40 {
    margin-top: 40px !important; }
  .mb_lp--40 {
    margin-bottom: 40px !important; }
  .ptb_lp--45 {
    padding: 45px 0 !important; }
  .plr_lp--45 {
    padding: 0 45px !important; }
  .pt_lp--45 {
    padding-top: 45px !important; }
  .pb_lp--45 {
    padding-bottom: 45px !important; }
  .pl_lp--45 {
    padding-left: 45px !important; }
  .pr_lp--45 {
    padding-right: 45px !important; }
  .mt_lp--45 {
    margin-top: 45px !important; }
  .mb_lp--45 {
    margin-bottom: 45px !important; }
  .ptb_lp--50 {
    padding: 50px 0 !important; }
  .plr_lp--50 {
    padding: 0 50px !important; }
  .pt_lp--50 {
    padding-top: 50px !important; }
  .pb_lp--50 {
    padding-bottom: 50px !important; }
  .pl_lp--50 {
    padding-left: 50px !important; }
  .pr_lp--50 {
    padding-right: 50px !important; }
  .mt_lp--50 {
    margin-top: 50px !important; }
  .mb_lp--50 {
    margin-bottom: 50px !important; }
  .ptb_lp--55 {
    padding: 55px 0 !important; }
  .plr_lp--55 {
    padding: 0 55px !important; }
  .pt_lp--55 {
    padding-top: 55px !important; }
  .pb_lp--55 {
    padding-bottom: 55px !important; }
  .pl_lp--55 {
    padding-left: 55px !important; }
  .pr_lp--55 {
    padding-right: 55px !important; }
  .mt_lp--55 {
    margin-top: 55px !important; }
  .mb_lp--55 {
    margin-bottom: 55px !important; }
  .ptb_lp--60 {
    padding: 60px 0 !important; }
  .plr_lp--60 {
    padding: 0 60px !important; }
  .pt_lp--60 {
    padding-top: 60px !important; }
  .pb_lp--60 {
    padding-bottom: 60px !important; }
  .pl_lp--60 {
    padding-left: 60px !important; }
  .pr_lp--60 {
    padding-right: 60px !important; }
  .mt_lp--60 {
    margin-top: 60px !important; }
  .mb_lp--60 {
    margin-bottom: 60px !important; }
  .ptb_lp--65 {
    padding: 65px 0 !important; }
  .plr_lp--65 {
    padding: 0 65px !important; }
  .pt_lp--65 {
    padding-top: 65px !important; }
  .pb_lp--65 {
    padding-bottom: 65px !important; }
  .pl_lp--65 {
    padding-left: 65px !important; }
  .pr_lp--65 {
    padding-right: 65px !important; }
  .mt_lp--65 {
    margin-top: 65px !important; }
  .mb_lp--65 {
    margin-bottom: 65px !important; }
  .ptb_lp--70 {
    padding: 70px 0 !important; }
  .plr_lp--70 {
    padding: 0 70px !important; }
  .pt_lp--70 {
    padding-top: 70px !important; }
  .pb_lp--70 {
    padding-bottom: 70px !important; }
  .pl_lp--70 {
    padding-left: 70px !important; }
  .pr_lp--70 {
    padding-right: 70px !important; }
  .mt_lp--70 {
    margin-top: 70px !important; }
  .mb_lp--70 {
    margin-bottom: 70px !important; }
  .ptb_lp--75 {
    padding: 75px 0 !important; }
  .plr_lp--75 {
    padding: 0 75px !important; }
  .pt_lp--75 {
    padding-top: 75px !important; }
  .pb_lp--75 {
    padding-bottom: 75px !important; }
  .pl_lp--75 {
    padding-left: 75px !important; }
  .pr_lp--75 {
    padding-right: 75px !important; }
  .mt_lp--75 {
    margin-top: 75px !important; }
  .mb_lp--75 {
    margin-bottom: 75px !important; }
  .ptb_lp--80 {
    padding: 80px 0 !important; }
  .plr_lp--80 {
    padding: 0 80px !important; }
  .pt_lp--80 {
    padding-top: 80px !important; }
  .pb_lp--80 {
    padding-bottom: 80px !important; }
  .pl_lp--80 {
    padding-left: 80px !important; }
  .pr_lp--80 {
    padding-right: 80px !important; }
  .mt_lp--80 {
    margin-top: 80px !important; }
  .mb_lp--80 {
    margin-bottom: 80px !important; }
  .ptb_lp--85 {
    padding: 85px 0 !important; }
  .plr_lp--85 {
    padding: 0 85px !important; }
  .pt_lp--85 {
    padding-top: 85px !important; }
  .pb_lp--85 {
    padding-bottom: 85px !important; }
  .pl_lp--85 {
    padding-left: 85px !important; }
  .pr_lp--85 {
    padding-right: 85px !important; }
  .mt_lp--85 {
    margin-top: 85px !important; }
  .mb_lp--85 {
    margin-bottom: 85px !important; }
  .ptb_lp--90 {
    padding: 90px 0 !important; }
  .plr_lp--90 {
    padding: 0 90px !important; }
  .pt_lp--90 {
    padding-top: 90px !important; }
  .pb_lp--90 {
    padding-bottom: 90px !important; }
  .pl_lp--90 {
    padding-left: 90px !important; }
  .pr_lp--90 {
    padding-right: 90px !important; }
  .mt_lp--90 {
    margin-top: 90px !important; }
  .mb_lp--90 {
    margin-bottom: 90px !important; }
  .ptb_lp--95 {
    padding: 95px 0 !important; }
  .plr_lp--95 {
    padding: 0 95px !important; }
  .pt_lp--95 {
    padding-top: 95px !important; }
  .pb_lp--95 {
    padding-bottom: 95px !important; }
  .pl_lp--95 {
    padding-left: 95px !important; }
  .pr_lp--95 {
    padding-right: 95px !important; }
  .mt_lp--95 {
    margin-top: 95px !important; }
  .mb_lp--95 {
    margin-bottom: 95px !important; }
  .ptb_lp--100 {
    padding: 100px 0 !important; }
  .plr_lp--100 {
    padding: 0 100px !important; }
  .pt_lp--100 {
    padding-top: 100px !important; }
  .pb_lp--100 {
    padding-bottom: 100px !important; }
  .pl_lp--100 {
    padding-left: 100px !important; }
  .pr_lp--100 {
    padding-right: 100px !important; }
  .mt_lp--100 {
    margin-top: 100px !important; }
  .mb_lp--100 {
    margin-bottom: 100px !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0 !important; }
  .plr_lg--5 {
    padding: 0 5px !important; }
  .pt_lg--5 {
    padding-top: 5px !important; }
  .pb_lg--5 {
    padding-bottom: 5px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--5 {
    padding-right: 5px !important; }
  .pl_lg--5 {
    padding-left: 5px !important; }
  .pr_lg--5 {
    padding-right: 5px !important; }
  .mt_lg--5 {
    margin-top: 5px !important; }
  .mb_lg--5 {
    margin-bottom: 5px !important; }
  .ml_lg--5 {
    margin-left: 5px !important; }
  .ptb_lg--10 {
    padding: 10px 0 !important; }
  .plr_lg--10 {
    padding: 0 10px !important; }
  .pt_lg--10 {
    padding-top: 10px !important; }
  .pb_lg--10 {
    padding-bottom: 10px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--10 {
    padding-right: 10px !important; }
  .pl_lg--10 {
    padding-left: 10px !important; }
  .pr_lg--10 {
    padding-right: 10px !important; }
  .mt_lg--10 {
    margin-top: 10px !important; }
  .mb_lg--10 {
    margin-bottom: 10px !important; }
  .ml_lg--10 {
    margin-left: 10px !important; }
  .ptb_lg--15 {
    padding: 15px 0 !important; }
  .plr_lg--15 {
    padding: 0 15px !important; }
  .pt_lg--15 {
    padding-top: 15px !important; }
  .pb_lg--15 {
    padding-bottom: 15px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--15 {
    padding-right: 15px !important; }
  .pl_lg--15 {
    padding-left: 15px !important; }
  .pr_lg--15 {
    padding-right: 15px !important; }
  .mt_lg--15 {
    margin-top: 15px !important; }
  .mb_lg--15 {
    margin-bottom: 15px !important; }
  .ml_lg--15 {
    margin-left: 15px !important; }
  .ptb_lg--20 {
    padding: 20px 0 !important; }
  .plr_lg--20 {
    padding: 0 20px !important; }
  .pt_lg--20 {
    padding-top: 20px !important; }
  .pb_lg--20 {
    padding-bottom: 20px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--20 {
    padding-right: 20px !important; }
  .pl_lg--20 {
    padding-left: 20px !important; }
  .pr_lg--20 {
    padding-right: 20px !important; }
  .mt_lg--20 {
    margin-top: 20px !important; }
  .mb_lg--20 {
    margin-bottom: 20px !important; }
  .ml_lg--20 {
    margin-left: 20px !important; }
  .ptb_lg--25 {
    padding: 25px 0 !important; }
  .plr_lg--25 {
    padding: 0 25px !important; }
  .pt_lg--25 {
    padding-top: 25px !important; }
  .pb_lg--25 {
    padding-bottom: 25px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--25 {
    padding-right: 25px !important; }
  .pl_lg--25 {
    padding-left: 25px !important; }
  .pr_lg--25 {
    padding-right: 25px !important; }
  .mt_lg--25 {
    margin-top: 25px !important; }
  .mb_lg--25 {
    margin-bottom: 25px !important; }
  .ml_lg--25 {
    margin-left: 25px !important; }
  .ptb_lg--30 {
    padding: 30px 0 !important; }
  .plr_lg--30 {
    padding: 0 30px !important; }
  .pt_lg--30 {
    padding-top: 30px !important; }
  .pb_lg--30 {
    padding-bottom: 30px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--30 {
    padding-right: 30px !important; }
  .pl_lg--30 {
    padding-left: 30px !important; }
  .pr_lg--30 {
    padding-right: 30px !important; }
  .mt_lg--30 {
    margin-top: 30px !important; }
  .mb_lg--30 {
    margin-bottom: 30px !important; }
  .ml_lg--30 {
    margin-left: 30px !important; }
  .ptb_lg--35 {
    padding: 35px 0 !important; }
  .plr_lg--35 {
    padding: 0 35px !important; }
  .pt_lg--35 {
    padding-top: 35px !important; }
  .pb_lg--35 {
    padding-bottom: 35px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--35 {
    padding-right: 35px !important; }
  .pl_lg--35 {
    padding-left: 35px !important; }
  .pr_lg--35 {
    padding-right: 35px !important; }
  .mt_lg--35 {
    margin-top: 35px !important; }
  .mb_lg--35 {
    margin-bottom: 35px !important; }
  .ml_lg--35 {
    margin-left: 35px !important; }
  .ptb_lg--40 {
    padding: 40px 0 !important; }
  .plr_lg--40 {
    padding: 0 40px !important; }
  .pt_lg--40 {
    padding-top: 40px !important; }
  .pb_lg--40 {
    padding-bottom: 40px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--40 {
    padding-right: 40px !important; }
  .pl_lg--40 {
    padding-left: 40px !important; }
  .pr_lg--40 {
    padding-right: 40px !important; }
  .mt_lg--40 {
    margin-top: 40px !important; }
  .mb_lg--40 {
    margin-bottom: 40px !important; }
  .ml_lg--40 {
    margin-left: 40px !important; }
  .ptb_lg--45 {
    padding: 45px 0 !important; }
  .plr_lg--45 {
    padding: 0 45px !important; }
  .pt_lg--45 {
    padding-top: 45px !important; }
  .pb_lg--45 {
    padding-bottom: 45px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--45 {
    padding-right: 45px !important; }
  .pl_lg--45 {
    padding-left: 45px !important; }
  .pr_lg--45 {
    padding-right: 45px !important; }
  .mt_lg--45 {
    margin-top: 45px !important; }
  .mb_lg--45 {
    margin-bottom: 45px !important; }
  .ml_lg--45 {
    margin-left: 45px !important; }
  .ptb_lg--50 {
    padding: 50px 0 !important; }
  .plr_lg--50 {
    padding: 0 50px !important; }
  .pt_lg--50 {
    padding-top: 50px !important; }
  .pb_lg--50 {
    padding-bottom: 50px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--50 {
    padding-right: 50px !important; }
  .pl_lg--50 {
    padding-left: 50px !important; }
  .pr_lg--50 {
    padding-right: 50px !important; }
  .mt_lg--50 {
    margin-top: 50px !important; }
  .mb_lg--50 {
    margin-bottom: 50px !important; }
  .ml_lg--50 {
    margin-left: 50px !important; }
  .ptb_lg--55 {
    padding: 55px 0 !important; }
  .plr_lg--55 {
    padding: 0 55px !important; }
  .pt_lg--55 {
    padding-top: 55px !important; }
  .pb_lg--55 {
    padding-bottom: 55px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--55 {
    padding-right: 55px !important; }
  .pl_lg--55 {
    padding-left: 55px !important; }
  .pr_lg--55 {
    padding-right: 55px !important; }
  .mt_lg--55 {
    margin-top: 55px !important; }
  .mb_lg--55 {
    margin-bottom: 55px !important; }
  .ml_lg--55 {
    margin-left: 55px !important; }
  .ptb_lg--60 {
    padding: 60px 0 !important; }
  .plr_lg--60 {
    padding: 0 60px !important; }
  .pt_lg--60 {
    padding-top: 60px !important; }
  .pb_lg--60 {
    padding-bottom: 60px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--60 {
    padding-right: 60px !important; }
  .pl_lg--60 {
    padding-left: 60px !important; }
  .pr_lg--60 {
    padding-right: 60px !important; }
  .mt_lg--60 {
    margin-top: 60px !important; }
  .mb_lg--60 {
    margin-bottom: 60px !important; }
  .ml_lg--60 {
    margin-left: 60px !important; }
  .ptb_lg--65 {
    padding: 65px 0 !important; }
  .plr_lg--65 {
    padding: 0 65px !important; }
  .pt_lg--65 {
    padding-top: 65px !important; }
  .pb_lg--65 {
    padding-bottom: 65px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--65 {
    padding-right: 65px !important; }
  .pl_lg--65 {
    padding-left: 65px !important; }
  .pr_lg--65 {
    padding-right: 65px !important; }
  .mt_lg--65 {
    margin-top: 65px !important; }
  .mb_lg--65 {
    margin-bottom: 65px !important; }
  .ml_lg--65 {
    margin-left: 65px !important; }
  .ptb_lg--70 {
    padding: 70px 0 !important; }
  .plr_lg--70 {
    padding: 0 70px !important; }
  .pt_lg--70 {
    padding-top: 70px !important; }
  .pb_lg--70 {
    padding-bottom: 70px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--70 {
    padding-right: 70px !important; }
  .pl_lg--70 {
    padding-left: 70px !important; }
  .pr_lg--70 {
    padding-right: 70px !important; }
  .mt_lg--70 {
    margin-top: 70px !important; }
  .mb_lg--70 {
    margin-bottom: 70px !important; }
  .ml_lg--70 {
    margin-left: 70px !important; }
  .ptb_lg--75 {
    padding: 75px 0 !important; }
  .plr_lg--75 {
    padding: 0 75px !important; }
  .pt_lg--75 {
    padding-top: 75px !important; }
  .pb_lg--75 {
    padding-bottom: 75px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--75 {
    padding-right: 75px !important; }
  .pl_lg--75 {
    padding-left: 75px !important; }
  .pr_lg--75 {
    padding-right: 75px !important; }
  .mt_lg--75 {
    margin-top: 75px !important; }
  .mb_lg--75 {
    margin-bottom: 75px !important; }
  .ml_lg--75 {
    margin-left: 75px !important; }
  .ptb_lg--80 {
    padding: 80px 0 !important; }
  .plr_lg--80 {
    padding: 0 80px !important; }
  .pt_lg--80 {
    padding-top: 80px !important; }
  .pb_lg--80 {
    padding-bottom: 80px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--80 {
    padding-right: 80px !important; }
  .pl_lg--80 {
    padding-left: 80px !important; }
  .pr_lg--80 {
    padding-right: 80px !important; }
  .mt_lg--80 {
    margin-top: 80px !important; }
  .mb_lg--80 {
    margin-bottom: 80px !important; }
  .ml_lg--80 {
    margin-left: 80px !important; }
  .ptb_lg--85 {
    padding: 85px 0 !important; }
  .plr_lg--85 {
    padding: 0 85px !important; }
  .pt_lg--85 {
    padding-top: 85px !important; }
  .pb_lg--85 {
    padding-bottom: 85px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--85 {
    padding-right: 85px !important; }
  .pl_lg--85 {
    padding-left: 85px !important; }
  .pr_lg--85 {
    padding-right: 85px !important; }
  .mt_lg--85 {
    margin-top: 85px !important; }
  .mb_lg--85 {
    margin-bottom: 85px !important; }
  .ml_lg--85 {
    margin-left: 85px !important; }
  .ptb_lg--90 {
    padding: 90px 0 !important; }
  .plr_lg--90 {
    padding: 0 90px !important; }
  .pt_lg--90 {
    padding-top: 90px !important; }
  .pb_lg--90 {
    padding-bottom: 90px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--90 {
    padding-right: 90px !important; }
  .pl_lg--90 {
    padding-left: 90px !important; }
  .pr_lg--90 {
    padding-right: 90px !important; }
  .mt_lg--90 {
    margin-top: 90px !important; }
  .mb_lg--90 {
    margin-bottom: 90px !important; }
  .ml_lg--90 {
    margin-left: 90px !important; }
  .ptb_lg--95 {
    padding: 95px 0 !important; }
  .plr_lg--95 {
    padding: 0 95px !important; }
  .pt_lg--95 {
    padding-top: 95px !important; }
  .pb_lg--95 {
    padding-bottom: 95px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--95 {
    padding-right: 95px !important; }
  .pl_lg--95 {
    padding-left: 95px !important; }
  .pr_lg--95 {
    padding-right: 95px !important; }
  .mt_lg--95 {
    margin-top: 95px !important; }
  .mb_lg--95 {
    margin-bottom: 95px !important; }
  .ml_lg--95 {
    margin-left: 95px !important; }
  .ptb_lg--100 {
    padding: 100px 0 !important; }
  .plr_lg--100 {
    padding: 0 100px !important; }
  .pt_lg--100 {
    padding-top: 100px !important; }
  .pb_lg--100 {
    padding-bottom: 100px !important; }
  .pr_lg--0 {
    padding-right: 0 !important; }
  .pr_lg--100 {
    padding-right: 100px !important; }
  .pl_lg--100 {
    padding-left: 100px !important; }
  .pr_lg--100 {
    padding-right: 100px !important; }
  .mt_lg--100 {
    margin-top: 100px !important; }
  .mb_lg--100 {
    margin-bottom: 100px !important; }
  .ml_lg--100 {
    margin-left: 100px !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0 !important; }
  .pl_md--0 {
    padding-left: 0 !important; }
  .pr_md--0 {
    padding-right: 0 !important; }
  .pt_md--0 {
    padding-top: 0 !important; }
  .pb_md--0 {
    padding-bottom: 0 !important; }
  .mr_md--0 {
    margin-right: 0 !important; }
  .ml_md--0 {
    margin-left: 0 !important; }
  .mt_md--0 {
    margin-top: 0 !important; }
  .mb_md--0 {
    margin-bottom: 0 !important; }
  .ptb_md--250 {
    padding: 250px 0 !important; }
  .ptb_md--5 {
    padding: 5px 0 !important; }
  .plr_md--5 {
    padding: 0 5px !important; }
  .pt_md--5 {
    padding-top: 5px !important; }
  .pb_md--5 {
    padding-bottom: 5px !important; }
  .pl_md--5 {
    padding-left: 5px !important; }
  .pr_md--5 {
    padding-right: 5px !important; }
  .mt_md--5 {
    margin-top: 5px !important; }
  .mb_md--5 {
    margin-bottom: 5px !important; }
  .ptb_md--10 {
    padding: 10px 0 !important; }
  .plr_md--10 {
    padding: 0 10px !important; }
  .pt_md--10 {
    padding-top: 10px !important; }
  .pb_md--10 {
    padding-bottom: 10px !important; }
  .pl_md--10 {
    padding-left: 10px !important; }
  .pr_md--10 {
    padding-right: 10px !important; }
  .mt_md--10 {
    margin-top: 10px !important; }
  .mb_md--10 {
    margin-bottom: 10px !important; }
  .ptb_md--15 {
    padding: 15px 0 !important; }
  .plr_md--15 {
    padding: 0 15px !important; }
  .pt_md--15 {
    padding-top: 15px !important; }
  .pb_md--15 {
    padding-bottom: 15px !important; }
  .pl_md--15 {
    padding-left: 15px !important; }
  .pr_md--15 {
    padding-right: 15px !important; }
  .mt_md--15 {
    margin-top: 15px !important; }
  .mb_md--15 {
    margin-bottom: 15px !important; }
  .ptb_md--20 {
    padding: 20px 0 !important; }
  .plr_md--20 {
    padding: 0 20px !important; }
  .pt_md--20 {
    padding-top: 20px !important; }
  .pb_md--20 {
    padding-bottom: 20px !important; }
  .pl_md--20 {
    padding-left: 20px !important; }
  .pr_md--20 {
    padding-right: 20px !important; }
  .mt_md--20 {
    margin-top: 20px !important; }
  .mb_md--20 {
    margin-bottom: 20px !important; }
  .ptb_md--25 {
    padding: 25px 0 !important; }
  .plr_md--25 {
    padding: 0 25px !important; }
  .pt_md--25 {
    padding-top: 25px !important; }
  .pb_md--25 {
    padding-bottom: 25px !important; }
  .pl_md--25 {
    padding-left: 25px !important; }
  .pr_md--25 {
    padding-right: 25px !important; }
  .mt_md--25 {
    margin-top: 25px !important; }
  .mb_md--25 {
    margin-bottom: 25px !important; }
  .ptb_md--30 {
    padding: 30px 0 !important; }
  .plr_md--30 {
    padding: 0 30px !important; }
  .pt_md--30 {
    padding-top: 30px !important; }
  .pb_md--30 {
    padding-bottom: 30px !important; }
  .pl_md--30 {
    padding-left: 30px !important; }
  .pr_md--30 {
    padding-right: 30px !important; }
  .mt_md--30 {
    margin-top: 30px !important; }
  .mb_md--30 {
    margin-bottom: 30px !important; }
  .ptb_md--35 {
    padding: 35px 0 !important; }
  .plr_md--35 {
    padding: 0 35px !important; }
  .pt_md--35 {
    padding-top: 35px !important; }
  .pb_md--35 {
    padding-bottom: 35px !important; }
  .pl_md--35 {
    padding-left: 35px !important; }
  .pr_md--35 {
    padding-right: 35px !important; }
  .mt_md--35 {
    margin-top: 35px !important; }
  .mb_md--35 {
    margin-bottom: 35px !important; }
  .ptb_md--40 {
    padding: 40px 0 !important; }
  .plr_md--40 {
    padding: 0 40px !important; }
  .pt_md--40 {
    padding-top: 40px !important; }
  .pb_md--40 {
    padding-bottom: 40px !important; }
  .pl_md--40 {
    padding-left: 40px !important; }
  .pr_md--40 {
    padding-right: 40px !important; }
  .mt_md--40 {
    margin-top: 40px !important; }
  .mb_md--40 {
    margin-bottom: 40px !important; }
  .ptb_md--45 {
    padding: 45px 0 !important; }
  .plr_md--45 {
    padding: 0 45px !important; }
  .pt_md--45 {
    padding-top: 45px !important; }
  .pb_md--45 {
    padding-bottom: 45px !important; }
  .pl_md--45 {
    padding-left: 45px !important; }
  .pr_md--45 {
    padding-right: 45px !important; }
  .mt_md--45 {
    margin-top: 45px !important; }
  .mb_md--45 {
    margin-bottom: 45px !important; }
  .ptb_md--50 {
    padding: 50px 0 !important; }
  .plr_md--50 {
    padding: 0 50px !important; }
  .pt_md--50 {
    padding-top: 50px !important; }
  .pb_md--50 {
    padding-bottom: 50px !important; }
  .pl_md--50 {
    padding-left: 50px !important; }
  .pr_md--50 {
    padding-right: 50px !important; }
  .mt_md--50 {
    margin-top: 50px !important; }
  .mb_md--50 {
    margin-bottom: 50px !important; }
  .ptb_md--55 {
    padding: 55px 0 !important; }
  .plr_md--55 {
    padding: 0 55px !important; }
  .pt_md--55 {
    padding-top: 55px !important; }
  .pb_md--55 {
    padding-bottom: 55px !important; }
  .pl_md--55 {
    padding-left: 55px !important; }
  .pr_md--55 {
    padding-right: 55px !important; }
  .mt_md--55 {
    margin-top: 55px !important; }
  .mb_md--55 {
    margin-bottom: 55px !important; }
  .ptb_md--60 {
    padding: 60px 0 !important; }
  .plr_md--60 {
    padding: 0 60px !important; }
  .pt_md--60 {
    padding-top: 60px !important; }
  .pb_md--60 {
    padding-bottom: 60px !important; }
  .pl_md--60 {
    padding-left: 60px !important; }
  .pr_md--60 {
    padding-right: 60px !important; }
  .mt_md--60 {
    margin-top: 60px !important; }
  .mb_md--60 {
    margin-bottom: 60px !important; }
  .ptb_md--65 {
    padding: 65px 0 !important; }
  .plr_md--65 {
    padding: 0 65px !important; }
  .pt_md--65 {
    padding-top: 65px !important; }
  .pb_md--65 {
    padding-bottom: 65px !important; }
  .pl_md--65 {
    padding-left: 65px !important; }
  .pr_md--65 {
    padding-right: 65px !important; }
  .mt_md--65 {
    margin-top: 65px !important; }
  .mb_md--65 {
    margin-bottom: 65px !important; }
  .ptb_md--70 {
    padding: 70px 0 !important; }
  .plr_md--70 {
    padding: 0 70px !important; }
  .pt_md--70 {
    padding-top: 70px !important; }
  .pb_md--70 {
    padding-bottom: 70px !important; }
  .pl_md--70 {
    padding-left: 70px !important; }
  .pr_md--70 {
    padding-right: 70px !important; }
  .mt_md--70 {
    margin-top: 70px !important; }
  .mb_md--70 {
    margin-bottom: 70px !important; }
  .ptb_md--75 {
    padding: 75px 0 !important; }
  .plr_md--75 {
    padding: 0 75px !important; }
  .pt_md--75 {
    padding-top: 75px !important; }
  .pb_md--75 {
    padding-bottom: 75px !important; }
  .pl_md--75 {
    padding-left: 75px !important; }
  .pr_md--75 {
    padding-right: 75px !important; }
  .mt_md--75 {
    margin-top: 75px !important; }
  .mb_md--75 {
    margin-bottom: 75px !important; }
  .ptb_md--80 {
    padding: 80px 0 !important; }
  .plr_md--80 {
    padding: 0 80px !important; }
  .pt_md--80 {
    padding-top: 80px !important; }
  .pb_md--80 {
    padding-bottom: 80px !important; }
  .pl_md--80 {
    padding-left: 80px !important; }
  .pr_md--80 {
    padding-right: 80px !important; }
  .mt_md--80 {
    margin-top: 80px !important; }
  .mb_md--80 {
    margin-bottom: 80px !important; }
  .ptb_md--85 {
    padding: 85px 0 !important; }
  .plr_md--85 {
    padding: 0 85px !important; }
  .pt_md--85 {
    padding-top: 85px !important; }
  .pb_md--85 {
    padding-bottom: 85px !important; }
  .pl_md--85 {
    padding-left: 85px !important; }
  .pr_md--85 {
    padding-right: 85px !important; }
  .mt_md--85 {
    margin-top: 85px !important; }
  .mb_md--85 {
    margin-bottom: 85px !important; }
  .ptb_md--90 {
    padding: 90px 0 !important; }
  .plr_md--90 {
    padding: 0 90px !important; }
  .pt_md--90 {
    padding-top: 90px !important; }
  .pb_md--90 {
    padding-bottom: 90px !important; }
  .pl_md--90 {
    padding-left: 90px !important; }
  .pr_md--90 {
    padding-right: 90px !important; }
  .mt_md--90 {
    margin-top: 90px !important; }
  .mb_md--90 {
    margin-bottom: 90px !important; }
  .ptb_md--95 {
    padding: 95px 0 !important; }
  .plr_md--95 {
    padding: 0 95px !important; }
  .pt_md--95 {
    padding-top: 95px !important; }
  .pb_md--95 {
    padding-bottom: 95px !important; }
  .pl_md--95 {
    padding-left: 95px !important; }
  .pr_md--95 {
    padding-right: 95px !important; }
  .mt_md--95 {
    margin-top: 95px !important; }
  .mb_md--95 {
    margin-bottom: 95px !important; }
  .ptb_md--100 {
    padding: 100px 0 !important; }
  .plr_md--100 {
    padding: 0 100px !important; }
  .pt_md--100 {
    padding-top: 100px !important; }
  .pb_md--100 {
    padding-bottom: 100px !important; }
  .pl_md--100 {
    padding-left: 100px !important; }
  .pr_md--100 {
    padding-right: 100px !important; }
  .mt_md--100 {
    margin-top: 100px !important; }
  .mb_md--100 {
    margin-bottom: 100px !important; } }

@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0 !important; }
  .ptb_sm--0 {
    padding: 0 !important; }
  .pl_sm--0 {
    padding-left: 0 !important; }
  .pr_sm--0 {
    padding-right: 0 !important; }
  .pt_sm--0 {
    padding-top: 0 !important; }
  .pb_sm--0 {
    padding-bottom: 0 !important; }
  .mr_sm--0 {
    margin-right: 0 !important; }
  .ml_sm--0 {
    margin-left: 0 !important; }
  .mt_sm--0 {
    margin-top: 0 !important; }
  .mb_sm--0 {
    margin-bottom: 0 !important; }
  .pt_sm--150 {
    padding-top: 150px !important; }
  .pb_sm--110 {
    padding-bottom: 110px !important; }
  .ptb_sm--5 {
    padding: 5px 0 !important; }
  .plr_sm--5 {
    padding: 0 5px !important; }
  .pt_sm--5 {
    padding-top: 5px !important; }
  .pb_sm--5 {
    padding-bottom: 5px !important; }
  .pl_sm--5 {
    padding-left: 5px !important; }
  .pr_sm--5 {
    padding-right: 5px !important; }
  .mt_sm--5 {
    margin-top: 5px !important; }
  .ml_sm--5 {
    margin-left: 5px !important; }
  .mr_sm--5 {
    margin-right: 5px !important; }
  .mb_sm--5 {
    margin-bottom: 5px !important; }
  .ptb_sm--10 {
    padding: 10px 0 !important; }
  .plr_sm--10 {
    padding: 0 10px !important; }
  .pt_sm--10 {
    padding-top: 10px !important; }
  .pb_sm--10 {
    padding-bottom: 10px !important; }
  .pl_sm--10 {
    padding-left: 10px !important; }
  .pr_sm--10 {
    padding-right: 10px !important; }
  .mt_sm--10 {
    margin-top: 10px !important; }
  .ml_sm--10 {
    margin-left: 10px !important; }
  .mr_sm--10 {
    margin-right: 10px !important; }
  .mb_sm--10 {
    margin-bottom: 10px !important; }
  .ptb_sm--15 {
    padding: 15px 0 !important; }
  .plr_sm--15 {
    padding: 0 15px !important; }
  .pt_sm--15 {
    padding-top: 15px !important; }
  .pb_sm--15 {
    padding-bottom: 15px !important; }
  .pl_sm--15 {
    padding-left: 15px !important; }
  .pr_sm--15 {
    padding-right: 15px !important; }
  .mt_sm--15 {
    margin-top: 15px !important; }
  .ml_sm--15 {
    margin-left: 15px !important; }
  .mr_sm--15 {
    margin-right: 15px !important; }
  .mb_sm--15 {
    margin-bottom: 15px !important; }
  .ptb_sm--20 {
    padding: 20px 0 !important; }
  .plr_sm--20 {
    padding: 0 20px !important; }
  .pt_sm--20 {
    padding-top: 20px !important; }
  .pb_sm--20 {
    padding-bottom: 20px !important; }
  .pl_sm--20 {
    padding-left: 20px !important; }
  .pr_sm--20 {
    padding-right: 20px !important; }
  .mt_sm--20 {
    margin-top: 20px !important; }
  .ml_sm--20 {
    margin-left: 20px !important; }
  .mr_sm--20 {
    margin-right: 20px !important; }
  .mb_sm--20 {
    margin-bottom: 20px !important; }
  .ptb_sm--25 {
    padding: 25px 0 !important; }
  .plr_sm--25 {
    padding: 0 25px !important; }
  .pt_sm--25 {
    padding-top: 25px !important; }
  .pb_sm--25 {
    padding-bottom: 25px !important; }
  .pl_sm--25 {
    padding-left: 25px !important; }
  .pr_sm--25 {
    padding-right: 25px !important; }
  .mt_sm--25 {
    margin-top: 25px !important; }
  .ml_sm--25 {
    margin-left: 25px !important; }
  .mr_sm--25 {
    margin-right: 25px !important; }
  .mb_sm--25 {
    margin-bottom: 25px !important; }
  .ptb_sm--30 {
    padding: 30px 0 !important; }
  .plr_sm--30 {
    padding: 0 30px !important; }
  .pt_sm--30 {
    padding-top: 30px !important; }
  .pb_sm--30 {
    padding-bottom: 30px !important; }
  .pl_sm--30 {
    padding-left: 30px !important; }
  .pr_sm--30 {
    padding-right: 30px !important; }
  .mt_sm--30 {
    margin-top: 30px !important; }
  .ml_sm--30 {
    margin-left: 30px !important; }
  .mr_sm--30 {
    margin-right: 30px !important; }
  .mb_sm--30 {
    margin-bottom: 30px !important; }
  .ptb_sm--35 {
    padding: 35px 0 !important; }
  .plr_sm--35 {
    padding: 0 35px !important; }
  .pt_sm--35 {
    padding-top: 35px !important; }
  .pb_sm--35 {
    padding-bottom: 35px !important; }
  .pl_sm--35 {
    padding-left: 35px !important; }
  .pr_sm--35 {
    padding-right: 35px !important; }
  .mt_sm--35 {
    margin-top: 35px !important; }
  .ml_sm--35 {
    margin-left: 35px !important; }
  .mr_sm--35 {
    margin-right: 35px !important; }
  .mb_sm--35 {
    margin-bottom: 35px !important; }
  .ptb_sm--40 {
    padding: 40px 0 !important; }
  .plr_sm--40 {
    padding: 0 40px !important; }
  .pt_sm--40 {
    padding-top: 40px !important; }
  .pb_sm--40 {
    padding-bottom: 40px !important; }
  .pl_sm--40 {
    padding-left: 40px !important; }
  .pr_sm--40 {
    padding-right: 40px !important; }
  .mt_sm--40 {
    margin-top: 40px !important; }
  .ml_sm--40 {
    margin-left: 40px !important; }
  .mr_sm--40 {
    margin-right: 40px !important; }
  .mb_sm--40 {
    margin-bottom: 40px !important; }
  .ptb_sm--45 {
    padding: 45px 0 !important; }
  .plr_sm--45 {
    padding: 0 45px !important; }
  .pt_sm--45 {
    padding-top: 45px !important; }
  .pb_sm--45 {
    padding-bottom: 45px !important; }
  .pl_sm--45 {
    padding-left: 45px !important; }
  .pr_sm--45 {
    padding-right: 45px !important; }
  .mt_sm--45 {
    margin-top: 45px !important; }
  .ml_sm--45 {
    margin-left: 45px !important; }
  .mr_sm--45 {
    margin-right: 45px !important; }
  .mb_sm--45 {
    margin-bottom: 45px !important; }
  .ptb_sm--50 {
    padding: 50px 0 !important; }
  .plr_sm--50 {
    padding: 0 50px !important; }
  .pt_sm--50 {
    padding-top: 50px !important; }
  .pb_sm--50 {
    padding-bottom: 50px !important; }
  .pl_sm--50 {
    padding-left: 50px !important; }
  .pr_sm--50 {
    padding-right: 50px !important; }
  .mt_sm--50 {
    margin-top: 50px !important; }
  .ml_sm--50 {
    margin-left: 50px !important; }
  .mr_sm--50 {
    margin-right: 50px !important; }
  .mb_sm--50 {
    margin-bottom: 50px !important; }
  .ptb_sm--55 {
    padding: 55px 0 !important; }
  .plr_sm--55 {
    padding: 0 55px !important; }
  .pt_sm--55 {
    padding-top: 55px !important; }
  .pb_sm--55 {
    padding-bottom: 55px !important; }
  .pl_sm--55 {
    padding-left: 55px !important; }
  .pr_sm--55 {
    padding-right: 55px !important; }
  .mt_sm--55 {
    margin-top: 55px !important; }
  .ml_sm--55 {
    margin-left: 55px !important; }
  .mr_sm--55 {
    margin-right: 55px !important; }
  .mb_sm--55 {
    margin-bottom: 55px !important; }
  .ptb_sm--60 {
    padding: 60px 0 !important; }
  .plr_sm--60 {
    padding: 0 60px !important; }
  .pt_sm--60 {
    padding-top: 60px !important; }
  .pb_sm--60 {
    padding-bottom: 60px !important; }
  .pl_sm--60 {
    padding-left: 60px !important; }
  .pr_sm--60 {
    padding-right: 60px !important; }
  .mt_sm--60 {
    margin-top: 60px !important; }
  .ml_sm--60 {
    margin-left: 60px !important; }
  .mr_sm--60 {
    margin-right: 60px !important; }
  .mb_sm--60 {
    margin-bottom: 60px !important; }
  .ptb_sm--65 {
    padding: 65px 0 !important; }
  .plr_sm--65 {
    padding: 0 65px !important; }
  .pt_sm--65 {
    padding-top: 65px !important; }
  .pb_sm--65 {
    padding-bottom: 65px !important; }
  .pl_sm--65 {
    padding-left: 65px !important; }
  .pr_sm--65 {
    padding-right: 65px !important; }
  .mt_sm--65 {
    margin-top: 65px !important; }
  .ml_sm--65 {
    margin-left: 65px !important; }
  .mr_sm--65 {
    margin-right: 65px !important; }
  .mb_sm--65 {
    margin-bottom: 65px !important; }
  .ptb_sm--70 {
    padding: 70px 0 !important; }
  .plr_sm--70 {
    padding: 0 70px !important; }
  .pt_sm--70 {
    padding-top: 70px !important; }
  .pb_sm--70 {
    padding-bottom: 70px !important; }
  .pl_sm--70 {
    padding-left: 70px !important; }
  .pr_sm--70 {
    padding-right: 70px !important; }
  .mt_sm--70 {
    margin-top: 70px !important; }
  .ml_sm--70 {
    margin-left: 70px !important; }
  .mr_sm--70 {
    margin-right: 70px !important; }
  .mb_sm--70 {
    margin-bottom: 70px !important; }
  .ptb_sm--75 {
    padding: 75px 0 !important; }
  .plr_sm--75 {
    padding: 0 75px !important; }
  .pt_sm--75 {
    padding-top: 75px !important; }
  .pb_sm--75 {
    padding-bottom: 75px !important; }
  .pl_sm--75 {
    padding-left: 75px !important; }
  .pr_sm--75 {
    padding-right: 75px !important; }
  .mt_sm--75 {
    margin-top: 75px !important; }
  .ml_sm--75 {
    margin-left: 75px !important; }
  .mr_sm--75 {
    margin-right: 75px !important; }
  .mb_sm--75 {
    margin-bottom: 75px !important; }
  .ptb_sm--80 {
    padding: 80px 0 !important; }
  .plr_sm--80 {
    padding: 0 80px !important; }
  .pt_sm--80 {
    padding-top: 80px !important; }
  .pb_sm--80 {
    padding-bottom: 80px !important; }
  .pl_sm--80 {
    padding-left: 80px !important; }
  .pr_sm--80 {
    padding-right: 80px !important; }
  .mt_sm--80 {
    margin-top: 80px !important; }
  .ml_sm--80 {
    margin-left: 80px !important; }
  .mr_sm--80 {
    margin-right: 80px !important; }
  .mb_sm--80 {
    margin-bottom: 80px !important; }
  .ptb_sm--85 {
    padding: 85px 0 !important; }
  .plr_sm--85 {
    padding: 0 85px !important; }
  .pt_sm--85 {
    padding-top: 85px !important; }
  .pb_sm--85 {
    padding-bottom: 85px !important; }
  .pl_sm--85 {
    padding-left: 85px !important; }
  .pr_sm--85 {
    padding-right: 85px !important; }
  .mt_sm--85 {
    margin-top: 85px !important; }
  .ml_sm--85 {
    margin-left: 85px !important; }
  .mr_sm--85 {
    margin-right: 85px !important; }
  .mb_sm--85 {
    margin-bottom: 85px !important; }
  .ptb_sm--90 {
    padding: 90px 0 !important; }
  .plr_sm--90 {
    padding: 0 90px !important; }
  .pt_sm--90 {
    padding-top: 90px !important; }
  .pb_sm--90 {
    padding-bottom: 90px !important; }
  .pl_sm--90 {
    padding-left: 90px !important; }
  .pr_sm--90 {
    padding-right: 90px !important; }
  .mt_sm--90 {
    margin-top: 90px !important; }
  .ml_sm--90 {
    margin-left: 90px !important; }
  .mr_sm--90 {
    margin-right: 90px !important; }
  .mb_sm--90 {
    margin-bottom: 90px !important; }
  .ptb_sm--95 {
    padding: 95px 0 !important; }
  .plr_sm--95 {
    padding: 0 95px !important; }
  .pt_sm--95 {
    padding-top: 95px !important; }
  .pb_sm--95 {
    padding-bottom: 95px !important; }
  .pl_sm--95 {
    padding-left: 95px !important; }
  .pr_sm--95 {
    padding-right: 95px !important; }
  .mt_sm--95 {
    margin-top: 95px !important; }
  .ml_sm--95 {
    margin-left: 95px !important; }
  .mr_sm--95 {
    margin-right: 95px !important; }
  .mb_sm--95 {
    margin-bottom: 95px !important; }
  .ptb_sm--100 {
    padding: 100px 0 !important; }
  .plr_sm--100 {
    padding: 0 100px !important; }
  .pt_sm--100 {
    padding-top: 100px !important; }
  .pb_sm--100 {
    padding-bottom: 100px !important; }
  .pl_sm--100 {
    padding-left: 100px !important; }
  .pr_sm--100 {
    padding-right: 100px !important; }
  .mt_sm--100 {
    margin-top: 100px !important; }
  .ml_sm--100 {
    margin-left: 100px !important; }
  .mr_sm--100 {
    margin-right: 100px !important; }
  .mb_sm--100 {
    margin-bottom: 100px !important; }
  .pl_sm--0 {
    padding-left: 0 !important; }
  .pr_sm--0 {
    padding-right: 0 !important; }
  .pt_sm--0 {
    padding-top: 0 !important; }
  .pb_sm--0 {
    padding-bottom: 0 !important; }
  .mr_sm--0 {
    margin-right: 0 !important; }
  .ml_sm--0 {
    margin-left: 0 !important; }
  .mt_sm--0 {
    margin-top: 0 !important; }
  .mb_sm--0 {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0 !important; }
  .plr_mobile--5 {
    padding: 0 5px !important; }
  .pt_mobile--5 {
    padding-top: 5px !important; }
  .pb_mobile--5 {
    padding-bottom: 5px !important; }
  .pl_mobile--5 {
    padding-left: 5px !important; }
  .pr_mobile--5 {
    padding-right: 5px !important; }
  .mt_mobile--5 {
    margin-top: 5px !important; }
  .mb_mobile--5 {
    margin-bottom: 5px !important; }
  .ptb_mobile--10 {
    padding: 10px 0 !important; }
  .plr_mobile--10 {
    padding: 0 10px !important; }
  .pt_mobile--10 {
    padding-top: 10px !important; }
  .pb_mobile--10 {
    padding-bottom: 10px !important; }
  .pl_mobile--10 {
    padding-left: 10px !important; }
  .pr_mobile--10 {
    padding-right: 10px !important; }
  .mt_mobile--10 {
    margin-top: 10px !important; }
  .mb_mobile--10 {
    margin-bottom: 10px !important; }
  .ptb_mobile--15 {
    padding: 15px 0 !important; }
  .plr_mobile--15 {
    padding: 0 15px !important; }
  .pt_mobile--15 {
    padding-top: 15px !important; }
  .pb_mobile--15 {
    padding-bottom: 15px !important; }
  .pl_mobile--15 {
    padding-left: 15px !important; }
  .pr_mobile--15 {
    padding-right: 15px !important; }
  .mt_mobile--15 {
    margin-top: 15px !important; }
  .mb_mobile--15 {
    margin-bottom: 15px !important; }
  .ptb_mobile--20 {
    padding: 20px 0 !important; }
  .plr_mobile--20 {
    padding: 0 20px !important; }
  .pt_mobile--20 {
    padding-top: 20px !important; }
  .pb_mobile--20 {
    padding-bottom: 20px !important; }
  .pl_mobile--20 {
    padding-left: 20px !important; }
  .pr_mobile--20 {
    padding-right: 20px !important; }
  .mt_mobile--20 {
    margin-top: 20px !important; }
  .mb_mobile--20 {
    margin-bottom: 20px !important; }
  .ptb_mobile--25 {
    padding: 25px 0 !important; }
  .plr_mobile--25 {
    padding: 0 25px !important; }
  .pt_mobile--25 {
    padding-top: 25px !important; }
  .pb_mobile--25 {
    padding-bottom: 25px !important; }
  .pl_mobile--25 {
    padding-left: 25px !important; }
  .pr_mobile--25 {
    padding-right: 25px !important; }
  .mt_mobile--25 {
    margin-top: 25px !important; }
  .mb_mobile--25 {
    margin-bottom: 25px !important; }
  .ptb_mobile--30 {
    padding: 30px 0 !important; }
  .plr_mobile--30 {
    padding: 0 30px !important; }
  .pt_mobile--30 {
    padding-top: 30px !important; }
  .pb_mobile--30 {
    padding-bottom: 30px !important; }
  .pl_mobile--30 {
    padding-left: 30px !important; }
  .pr_mobile--30 {
    padding-right: 30px !important; }
  .mt_mobile--30 {
    margin-top: 30px !important; }
  .mb_mobile--30 {
    margin-bottom: 30px !important; }
  .ptb_mobile--35 {
    padding: 35px 0 !important; }
  .plr_mobile--35 {
    padding: 0 35px !important; }
  .pt_mobile--35 {
    padding-top: 35px !important; }
  .pb_mobile--35 {
    padding-bottom: 35px !important; }
  .pl_mobile--35 {
    padding-left: 35px !important; }
  .pr_mobile--35 {
    padding-right: 35px !important; }
  .mt_mobile--35 {
    margin-top: 35px !important; }
  .mb_mobile--35 {
    margin-bottom: 35px !important; }
  .ptb_mobile--40 {
    padding: 40px 0 !important; }
  .plr_mobile--40 {
    padding: 0 40px !important; }
  .pt_mobile--40 {
    padding-top: 40px !important; }
  .pb_mobile--40 {
    padding-bottom: 40px !important; }
  .pl_mobile--40 {
    padding-left: 40px !important; }
  .pr_mobile--40 {
    padding-right: 40px !important; }
  .mt_mobile--40 {
    margin-top: 40px !important; }
  .mb_mobile--40 {
    margin-bottom: 40px !important; }
  .ptb_mobile--45 {
    padding: 45px 0 !important; }
  .plr_mobile--45 {
    padding: 0 45px !important; }
  .pt_mobile--45 {
    padding-top: 45px !important; }
  .pb_mobile--45 {
    padding-bottom: 45px !important; }
  .pl_mobile--45 {
    padding-left: 45px !important; }
  .pr_mobile--45 {
    padding-right: 45px !important; }
  .mt_mobile--45 {
    margin-top: 45px !important; }
  .mb_mobile--45 {
    margin-bottom: 45px !important; }
  .ptb_mobile--50 {
    padding: 50px 0 !important; }
  .plr_mobile--50 {
    padding: 0 50px !important; }
  .pt_mobile--50 {
    padding-top: 50px !important; }
  .pb_mobile--50 {
    padding-bottom: 50px !important; }
  .pl_mobile--50 {
    padding-left: 50px !important; }
  .pr_mobile--50 {
    padding-right: 50px !important; }
  .mt_mobile--50 {
    margin-top: 50px !important; }
  .mb_mobile--50 {
    margin-bottom: 50px !important; }
  .ptb_mobile--55 {
    padding: 55px 0 !important; }
  .plr_mobile--55 {
    padding: 0 55px !important; }
  .pt_mobile--55 {
    padding-top: 55px !important; }
  .pb_mobile--55 {
    padding-bottom: 55px !important; }
  .pl_mobile--55 {
    padding-left: 55px !important; }
  .pr_mobile--55 {
    padding-right: 55px !important; }
  .mt_mobile--55 {
    margin-top: 55px !important; }
  .mb_mobile--55 {
    margin-bottom: 55px !important; }
  .ptb_mobile--60 {
    padding: 60px 0 !important; }
  .plr_mobile--60 {
    padding: 0 60px !important; }
  .pt_mobile--60 {
    padding-top: 60px !important; }
  .pb_mobile--60 {
    padding-bottom: 60px !important; }
  .pl_mobile--60 {
    padding-left: 60px !important; }
  .pr_mobile--60 {
    padding-right: 60px !important; }
  .mt_mobile--60 {
    margin-top: 60px !important; }
  .mb_mobile--60 {
    margin-bottom: 60px !important; }
  .ptb_mobile--65 {
    padding: 65px 0 !important; }
  .plr_mobile--65 {
    padding: 0 65px !important; }
  .pt_mobile--65 {
    padding-top: 65px !important; }
  .pb_mobile--65 {
    padding-bottom: 65px !important; }
  .pl_mobile--65 {
    padding-left: 65px !important; }
  .pr_mobile--65 {
    padding-right: 65px !important; }
  .mt_mobile--65 {
    margin-top: 65px !important; }
  .mb_mobile--65 {
    margin-bottom: 65px !important; }
  .ptb_mobile--70 {
    padding: 70px 0 !important; }
  .plr_mobile--70 {
    padding: 0 70px !important; }
  .pt_mobile--70 {
    padding-top: 70px !important; }
  .pb_mobile--70 {
    padding-bottom: 70px !important; }
  .pl_mobile--70 {
    padding-left: 70px !important; }
  .pr_mobile--70 {
    padding-right: 70px !important; }
  .mt_mobile--70 {
    margin-top: 70px !important; }
  .mb_mobile--70 {
    margin-bottom: 70px !important; }
  .ptb_mobile--75 {
    padding: 75px 0 !important; }
  .plr_mobile--75 {
    padding: 0 75px !important; }
  .pt_mobile--75 {
    padding-top: 75px !important; }
  .pb_mobile--75 {
    padding-bottom: 75px !important; }
  .pl_mobile--75 {
    padding-left: 75px !important; }
  .pr_mobile--75 {
    padding-right: 75px !important; }
  .mt_mobile--75 {
    margin-top: 75px !important; }
  .mb_mobile--75 {
    margin-bottom: 75px !important; }
  .ptb_mobile--80 {
    padding: 80px 0 !important; }
  .plr_mobile--80 {
    padding: 0 80px !important; }
  .pt_mobile--80 {
    padding-top: 80px !important; }
  .pb_mobile--80 {
    padding-bottom: 80px !important; }
  .pl_mobile--80 {
    padding-left: 80px !important; }
  .pr_mobile--80 {
    padding-right: 80px !important; }
  .mt_mobile--80 {
    margin-top: 80px !important; }
  .mb_mobile--80 {
    margin-bottom: 80px !important; }
  .ptb_mobile--85 {
    padding: 85px 0 !important; }
  .plr_mobile--85 {
    padding: 0 85px !important; }
  .pt_mobile--85 {
    padding-top: 85px !important; }
  .pb_mobile--85 {
    padding-bottom: 85px !important; }
  .pl_mobile--85 {
    padding-left: 85px !important; }
  .pr_mobile--85 {
    padding-right: 85px !important; }
  .mt_mobile--85 {
    margin-top: 85px !important; }
  .mb_mobile--85 {
    margin-bottom: 85px !important; }
  .ptb_mobile--90 {
    padding: 90px 0 !important; }
  .plr_mobile--90 {
    padding: 0 90px !important; }
  .pt_mobile--90 {
    padding-top: 90px !important; }
  .pb_mobile--90 {
    padding-bottom: 90px !important; }
  .pl_mobile--90 {
    padding-left: 90px !important; }
  .pr_mobile--90 {
    padding-right: 90px !important; }
  .mt_mobile--90 {
    margin-top: 90px !important; }
  .mb_mobile--90 {
    margin-bottom: 90px !important; }
  .ptb_mobile--95 {
    padding: 95px 0 !important; }
  .plr_mobile--95 {
    padding: 0 95px !important; }
  .pt_mobile--95 {
    padding-top: 95px !important; }
  .pb_mobile--95 {
    padding-bottom: 95px !important; }
  .pl_mobile--95 {
    padding-left: 95px !important; }
  .pr_mobile--95 {
    padding-right: 95px !important; }
  .mt_mobile--95 {
    margin-top: 95px !important; }
  .mb_mobile--95 {
    margin-bottom: 95px !important; }
  .ptb_mobile--100 {
    padding: 100px 0 !important; }
  .plr_mobile--100 {
    padding: 0 100px !important; }
  .pt_mobile--100 {
    padding-top: 100px !important; }
  .pb_mobile--100 {
    padding-bottom: 100px !important; }
  .pl_mobile--100 {
    padding-left: 100px !important; }
  .pr_mobile--100 {
    padding-right: 100px !important; }
  .mt_mobile--100 {
    margin-top: 100px !important; }
  .mb_mobile--100 {
    margin-bottom: 100px !important; } }



/*======================== 
    Common Style Css
==========================*/
/* Heading Font  */
.h1 {
  font-size: var(--h1) !important; }

.h2 {
  font-size: var(--h2) !important; }

.h3 {
  font-size: var(--h3) !important; }

.h4 {
  font-size: var(--h4) !important; }

.h5 {
  font-size: var(--h5) !important; }

.h6 {
  font-size: var(--h6) !important; }

/* Text Color  */
.bg-primary-color {
  background: var(--color-primary) !important; }

.bg-secondary-color {
  background: var(--color-secondary) !important; }

.bg-color-tertiary {
  background-color: var(--color-tertiary) !important; }

.bg-color-white {
  background-color: var(--color-white) !important; }

.color-white {
  color: var(--color-white); }

/* Radius */
/* Font Weight */
/* Shadows */
/* Others  */
.liststyle {
  padding: 0;
  margin: 0;
  list-style: none; }

.transition-transform {
  transition: var(--transition-transform); }

.list-icon {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-icon li {
    display: flex;
    align-items: center;
    margin: 15px 0; }
    @media only screen and (max-width: 767px) {
      .list-icon li {
        font-size: 16px; } }
    .list-icon li .icon {
      width: 30px;
      background-color: var(--color-blackest);
      height: 30px;
      border-radius: 100%;
      display: inline-block;
      position: relative;
      margin-right: 9px;
      min-width: 30px;
      min-height: 30px; }
      .list-icon li .icon.background-transparent {
        background-color: transparent; }
      .list-icon li .icon i {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.rn-sub-badge {
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 7px 14px;
  background-color: var(--color-blackest);
  box-shadow: var(--shadow-lighter); }

.radius-small {
  border-radius: var(--radius-small); }

.line-before {
  position: relative;
  padding-left: 18px; }
  .line-before::before {
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
    height: 81%;
    background: var(--color-primary);
    top: 50%;
    transform: translateY(-50%); }

.bg-image--7 {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 15px left 10%; }

.bg-image--12 {
  background-size: auto; }

.border-bottom-1 {
  border-bottom: 1px solid #EEEEEE; }

/* Breadcrumb  */
.ace-breadcrumb-area {
  background-image: url(../../images/breadcrumb.jpg); }
  .ace-breadcrumb-area .shape-image {
    position: absolute;
    z-index: -1; }
    .ace-breadcrumb-area .shape-image.shape-image-1 {
      top: -30px;
      left: -180px; }
    .ace-breadcrumb-area .shape-image.shape-image-2 {
      top: -10px;
      left: 60%; }
    .ace-breadcrumb-area .shape-image.shape-image-3 {
      top: -24px;
      right: -90px; }
    .ace-breadcrumb-area .shape-image.shape-image-4 {
      bottom: -39px;
      right: -220px; }
    .ace-breadcrumb-area .shape-image.shape-image-5 {
      bottom: -28px;
      left: 35%; }
    .ace-breadcrumb-area .shape-image.shape-image-6 {
      bottom: -30px;
      left: -108px; }

/* Animation  */
.aceorbit-animated-shape {
  position: relative;
  z-index: 9; }

@-webkit-keyframes aceorbit-vsm-y-move {
  0% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%); }
  100% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%); } }

@keyframes aceorbit-vsm-y-move {
  0% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%); }
  100% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%); } }

@-webkit-keyframes aceorbit-vsm-y-reverse-move {
  0% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%); }
  100% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%); } }

@keyframes aceorbit-vsm-y-reverse-move {
  0% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%); }
  100% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%); } }

@-webkit-keyframes aceorbit-sm-x-move {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0); } }

@keyframes aceorbit-sm-x-move {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0); } }

@-webkit-keyframes aceorbit-sm-x-reverse-move {
  0% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0); }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@keyframes aceorbit-sm-x-reverse-move {
  0% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0); }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@-webkit-keyframes aceorbit-rotate-y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes aceorbit-rotate-x {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes aceorbit-rotate-x {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes aceorbit-rotate-y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes aceorbit-zoom1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes aceorbit-zoom2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@-webkit-keyframes aceorbit-zoom1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); } }

@keyframes aceorbit-zoom1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); } }

/* ========= Forms Styles ========= */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

input,
select,
textarea {
  width: 100%;
  transition: 0.3s; }

input {
  height: 40px;
  padding: 0 15px; }

select {
  transition: 0.3s;
  height: 60px;
  line-height: 28px;
  padding: 10px 20px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid var(--color-border);
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px; }

.ace-select {
  transition: 0.3s;
  height: 60px;
  line-height: 28px;
  padding: 10px 20px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
  background-color: #F5F5F5;
  border-radius: 5px;
  max-width: 256px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-body);
  /* -- Placeholder -- */ }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  textarea::placeholder {
    color: var(--body-color);
    /* Firefox */
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--body-color);
    opacity: 1; }
  input[type="text"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--body-color);
    opacity: 1; }
  input[type="text"].p-holder__active, input.input-active[type="text"], .input-active input[type="text"],
  input[type="password"].p-holder__active,
  input.input-active[type="password"],
  .input-active input[type="password"],
  input[type="email"].p-holder__active,
  input.input-active[type="email"],
  .input-active input[type="email"],
  input[type="number"].p-holder__active,
  input.input-active[type="number"],
  .input-active input[type="number"],
  input[type="tel"].p-holder__active,
  input.input-active[type="tel"],
  .input-active input[type="tel"],
  textarea.p-holder__active,
  textarea.input-active {
    border-color: var(--color-primary);
    /* -- Placeholder -- */ }
    input[type="text"].p-holder__active::placeholder, input.input-active[type="text"]::placeholder, .input-active input[type="text"]::placeholder,
    input[type="password"].p-holder__active::placeholder,
    input.input-active[type="password"]::placeholder,
    .input-active input[type="password"]::placeholder,
    input[type="email"].p-holder__active::placeholder,
    input.input-active[type="email"]::placeholder,
    .input-active input[type="email"]::placeholder,
    input[type="number"].p-holder__active::placeholder,
    input.input-active[type="number"]::placeholder,
    .input-active input[type="number"]::placeholder,
    input[type="tel"].p-holder__active::placeholder,
    input.input-active[type="tel"]::placeholder,
    .input-active input[type="tel"]::placeholder,
    textarea.p-holder__active::placeholder,
    textarea.input-active::placeholder {
      color: var(--color-primary);
      /* Firefox */
      opacity: 1; }
    input[type="text"].p-holder__active:-ms-input-placeholder, input.input-active[type="text"]:-ms-input-placeholder, .input-active input[type="text"]:-ms-input-placeholder,
    input[type="password"].p-holder__active:-ms-input-placeholder,
    input.input-active[type="password"]:-ms-input-placeholder,
    .input-active input[type="password"]:-ms-input-placeholder,
    input[type="email"].p-holder__active:-ms-input-placeholder,
    input.input-active[type="email"]:-ms-input-placeholder,
    .input-active input[type="email"]:-ms-input-placeholder,
    input[type="number"].p-holder__active:-ms-input-placeholder,
    input.input-active[type="number"]:-ms-input-placeholder,
    .input-active input[type="number"]:-ms-input-placeholder,
    input[type="tel"].p-holder__active:-ms-input-placeholder,
    input.input-active[type="tel"]:-ms-input-placeholder,
    .input-active input[type="tel"]:-ms-input-placeholder,
    textarea.p-holder__active:-ms-input-placeholder,
    textarea.input-active:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: var(--color-primary); }
    input[type="text"].p-holder__active::-ms-input-placeholder, input.input-active[type="text"]::-ms-input-placeholder, .input-active input[type="text"]::-ms-input-placeholder,
    input[type="password"].p-holder__active::-ms-input-placeholder,
    input.input-active[type="password"]::-ms-input-placeholder,
    .input-active input[type="password"]::-ms-input-placeholder,
    input[type="email"].p-holder__active::-ms-input-placeholder,
    input.input-active[type="email"]::-ms-input-placeholder,
    .input-active input[type="email"]::-ms-input-placeholder,
    input[type="number"].p-holder__active::-ms-input-placeholder,
    input.input-active[type="number"]::-ms-input-placeholder,
    .input-active input[type="number"]::-ms-input-placeholder,
    input[type="tel"].p-holder__active::-ms-input-placeholder,
    input.input-active[type="tel"]::-ms-input-placeholder,
    .input-active input[type="tel"]::-ms-input-placeholder,
    textarea.p-holder__active::-ms-input-placeholder,
    textarea.input-active::-ms-input-placeholder {
      /* Microsoft Edge */
      color: var(--color-primary); }
  input[type="text"].p-holder__error, input.input-error[type="text"], .input-error input[type="text"],
  input[type="password"].p-holder__error,
  input.input-error[type="password"],
  .input-error input[type="password"],
  input[type="email"].p-holder__error,
  input.input-error[type="email"],
  .input-error input[type="email"],
  input[type="number"].p-holder__error,
  input.input-error[type="number"],
  .input-error input[type="number"],
  input[type="tel"].p-holder__error,
  input.input-error[type="tel"],
  .input-error input[type="tel"],
  textarea.p-holder__error,
  textarea.input-error {
    border-color: #f4282d;
    /* -- Placeholder -- */ }
    input[type="text"].p-holder__error::placeholder, input.input-error[type="text"]::placeholder, .input-error input[type="text"]::placeholder,
    input[type="password"].p-holder__error::placeholder,
    input.input-error[type="password"]::placeholder,
    .input-error input[type="password"]::placeholder,
    input[type="email"].p-holder__error::placeholder,
    input.input-error[type="email"]::placeholder,
    .input-error input[type="email"]::placeholder,
    input[type="number"].p-holder__error::placeholder,
    input.input-error[type="number"]::placeholder,
    .input-error input[type="number"]::placeholder,
    input[type="tel"].p-holder__error::placeholder,
    input.input-error[type="tel"]::placeholder,
    .input-error input[type="tel"]::placeholder,
    textarea.p-holder__error::placeholder,
    textarea.input-error::placeholder {
      color: #f4282d;
      /* Firefox */
      opacity: 1; }
    input[type="text"].p-holder__error:-ms-input-placeholder, input.input-error[type="text"]:-ms-input-placeholder, .input-error input[type="text"]:-ms-input-placeholder,
    input[type="password"].p-holder__error:-ms-input-placeholder,
    input.input-error[type="password"]:-ms-input-placeholder,
    .input-error input[type="password"]:-ms-input-placeholder,
    input[type="email"].p-holder__error:-ms-input-placeholder,
    input.input-error[type="email"]:-ms-input-placeholder,
    .input-error input[type="email"]:-ms-input-placeholder,
    input[type="number"].p-holder__error:-ms-input-placeholder,
    input.input-error[type="number"]:-ms-input-placeholder,
    .input-error input[type="number"]:-ms-input-placeholder,
    input[type="tel"].p-holder__error:-ms-input-placeholder,
    input.input-error[type="tel"]:-ms-input-placeholder,
    .input-error input[type="tel"]:-ms-input-placeholder,
    textarea.p-holder__error:-ms-input-placeholder,
    textarea.input-error:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #f4282d; }
    input[type="text"].p-holder__error::-ms-input-placeholder, input.input-error[type="text"]::-ms-input-placeholder, .input-error input[type="text"]::-ms-input-placeholder,
    input[type="password"].p-holder__error::-ms-input-placeholder,
    input.input-error[type="password"]::-ms-input-placeholder,
    .input-error input[type="password"]::-ms-input-placeholder,
    input[type="email"].p-holder__error::-ms-input-placeholder,
    input.input-error[type="email"]::-ms-input-placeholder,
    .input-error input[type="email"]::-ms-input-placeholder,
    input[type="number"].p-holder__error::-ms-input-placeholder,
    input.input-error[type="number"]::-ms-input-placeholder,
    .input-error input[type="number"]::-ms-input-placeholder,
    input[type="tel"].p-holder__error::-ms-input-placeholder,
    input.input-error[type="tel"]::-ms-input-placeholder,
    .input-error input[type="tel"]::-ms-input-placeholder,
    textarea.p-holder__error::-ms-input-placeholder,
    textarea.input-error::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #f4282d; }
    input[type="text"].p-holder__error:focus, input.input-error[type="text"]:focus, .input-error input[type="text"]:focus,
    input[type="password"].p-holder__error:focus,
    input.input-error[type="password"]:focus,
    .input-error input[type="password"]:focus,
    input[type="email"].p-holder__error:focus,
    input.input-error[type="email"]:focus,
    .input-error input[type="email"]:focus,
    input[type="number"].p-holder__error:focus,
    input.input-error[type="number"]:focus,
    .input-error input[type="number"]:focus,
    input[type="tel"].p-holder__error:focus,
    input.input-error[type="tel"]:focus,
    .input-error input[type="tel"]:focus,
    textarea.p-holder__error:focus,
    textarea.input-error:focus {
      border-color: #f4282d; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    border-color: var(--color-primary); }

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  position: absolute; }
input[type="checkbox"] ~ label, input[type="radio"] ~ label {
  position: relative;
  font-size: 17px;
  line-height: 24px;
  color: var(--body-color);
  font-weight: 500;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 0;
}
    input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
      content: " ";
      position: absolute;
      top: 1px;
      left: -3px;
      width: 20px;
      height: 20px;
      background-color: #fff;
      border: 1px solid var(--color-primary);
      border-radius: 2px;
      transition: all .3s; }
    input[type="checkbox"] ~ label::after,
    input[type="radio"] ~ label::after {
      content: "";
      position: absolute;
      top: 5px;
      left: 1px;
      width: 12px;
      height: 8px;
      background-color: transparent;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      border-radius: 2px;
      transform: rotate(-45deg);
      opacity: 0;
      transition: all .3s; }
  input[type="checkbox"]:checked ~ label::before,
  input[type="radio"]:checked ~ label::before {
    background-color: var(--color-primary);
    border-color: var(--color-primary); }
  input[type="checkbox"]:checked ~ label::after,
  input[type="radio"]:checked ~ label::after {
    opacity: 1; }

input[type="radio"] ~ label::before {
  border-radius: 50%; }

input[type="radio"] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  top: 7px;
  background: #fff;
  border-radius: 50%; }

.form-group {
  margin-bottom: 20px; }
  .form-group input {
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    height: 50px;
    font-size: 16px;
    padding: 0 15px; }
    .form-group input:focus {
      border-color: var(--color-primary); }
  .form-group textarea {
    min-height: 193px;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    resize: none;
    padding: 15px;
    font-size: 16px; }
    .form-group textarea:focus {
      border-color: var(--color-primary); }

input[type="submit"] {
  width: auto;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 6px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  border: var(--border-width) solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
  height: 60px;
  margin-top: 30px; }
  input[type="submit"]:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
    box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-body) !important; }

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-body) !important; }

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-body) !important; }

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-body) !important; }

.login-register-page-wrapper .login-form-box {
  border: 1px solid #eeeeee;
  padding: 40px;
  border-radius: 10px;
  position: relative; }
  .login-register-page-wrapper .login-form-box input[type="checkbox"] {
    width: auto; }
  .login-register-page-wrapper .login-form-box .lost-password {
    color: var(--color-secondary); }

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease); }

[data-sal][data-sal-duration='200'] {
  transition-duration: 0.2s; }

[data-sal][data-sal-duration='250'] {
  transition-duration: 0.25s; }

[data-sal][data-sal-duration='300'] {
  transition-duration: 0.3s; }

[data-sal][data-sal-duration='350'] {
  transition-duration: 0.35s; }

[data-sal][data-sal-duration='400'] {
  transition-duration: 0.4s; }

[data-sal][data-sal-duration='450'] {
  transition-duration: 0.45s; }

[data-sal][data-sal-duration='500'] {
  transition-duration: 0.5s; }

[data-sal][data-sal-duration='550'] {
  transition-duration: 0.55s; }

[data-sal][data-sal-duration='600'] {
  transition-duration: 0.6s; }

[data-sal][data-sal-duration='650'] {
  transition-duration: 0.65s; }

[data-sal][data-sal-duration='700'] {
  transition-duration: 0.7s; }

[data-sal][data-sal-duration='750'] {
  transition-duration: 0.75s; }

[data-sal][data-sal-duration='800'] {
  transition-duration: 0.8s; }

[data-sal][data-sal-duration='850'] {
  transition-duration: 0.85s; }

[data-sal][data-sal-duration='900'] {
  transition-duration: 0.9s; }

[data-sal][data-sal-duration='950'] {
  transition-duration: 0.95s; }

[data-sal][data-sal-duration='1000'] {
  transition-duration: 1s; }

[data-sal][data-sal-duration='1050'] {
  transition-duration: 1.05s; }

[data-sal][data-sal-duration='1100'] {
  transition-duration: 1.1s; }

[data-sal][data-sal-duration='1150'] {
  transition-duration: 1.15s; }

[data-sal][data-sal-duration='1200'] {
  transition-duration: 1.2s; }

[data-sal][data-sal-duration='1250'] {
  transition-duration: 1.25s; }

[data-sal][data-sal-duration='1300'] {
  transition-duration: 1.3s; }

[data-sal][data-sal-duration='1350'] {
  transition-duration: 1.35s; }

[data-sal][data-sal-duration='1400'] {
  transition-duration: 1.4s; }

[data-sal][data-sal-duration='1450'] {
  transition-duration: 1.45s; }

[data-sal][data-sal-duration='1500'] {
  transition-duration: 1.5s; }

[data-sal][data-sal-duration='1550'] {
  transition-duration: 1.55s; }

[data-sal][data-sal-duration='1600'] {
  transition-duration: 1.6s; }

[data-sal][data-sal-duration='1650'] {
  transition-duration: 1.65s; }

[data-sal][data-sal-duration='1700'] {
  transition-duration: 1.7s; }

[data-sal][data-sal-duration='1750'] {
  transition-duration: 1.75s; }

[data-sal][data-sal-duration='1800'] {
  transition-duration: 1.8s; }

[data-sal][data-sal-duration='1850'] {
  transition-duration: 1.85s; }

[data-sal][data-sal-duration='1900'] {
  transition-duration: 1.9s; }

[data-sal][data-sal-duration='1950'] {
  transition-duration: 1.95s; }

[data-sal][data-sal-duration='2000'] {
  transition-duration: 2s; }

[data-sal][data-sal-delay='50'] {
  transition-delay: 0.05s; }

[data-sal][data-sal-delay='100'] {
  transition-delay: 0.1s; }

[data-sal][data-sal-delay='150'] {
  transition-delay: 0.15s; }

[data-sal][data-sal-delay='200'] {
  transition-delay: 0.2s; }

[data-sal][data-sal-delay='250'] {
  transition-delay: 0.25s; }

[data-sal][data-sal-delay='300'] {
  transition-delay: 0.3s; }

[data-sal][data-sal-delay='350'] {
  transition-delay: 0.35s; }

[data-sal][data-sal-delay='400'] {
  transition-delay: 0.4s; }

[data-sal][data-sal-delay='450'] {
  transition-delay: 0.45s; }

[data-sal][data-sal-delay='500'] {
  transition-delay: 0.5s; }

[data-sal][data-sal-delay='550'] {
  transition-delay: 0.55s; }

[data-sal][data-sal-delay='600'] {
  transition-delay: 0.6s; }

[data-sal][data-sal-delay='650'] {
  transition-delay: 0.65s; }

[data-sal][data-sal-delay='700'] {
  transition-delay: 0.7s; }

[data-sal][data-sal-delay='750'] {
  transition-delay: 0.75s; }

[data-sal][data-sal-delay='800'] {
  transition-delay: 0.8s; }

[data-sal][data-sal-delay='850'] {
  transition-delay: 0.85s; }

[data-sal][data-sal-delay='900'] {
  transition-delay: 0.9s; }

[data-sal][data-sal-delay='950'] {
  transition-delay: 0.95s; }

[data-sal][data-sal-delay='1000'] {
  transition-delay: 1s; }

[data-sal][data-sal-easing='linear'] {
  transition-timing-function: linear; }

[data-sal][data-sal-easing='ease'] {
  transition-timing-function: ease; }

[data-sal][data-sal-easing='ease-in'] {
  transition-timing-function: ease-in; }

[data-sal][data-sal-easing='ease-out'] {
  transition-timing-function: ease-out; }

[data-sal][data-sal-easing='ease-in-out'] {
  transition-timing-function: ease-in-out; }

[data-sal][data-sal-easing='ease-in-cubic'] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

[data-sal][data-sal-easing='ease-out-cubic'] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

[data-sal][data-sal-easing='ease-in-out-cubic'] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

[data-sal][data-sal-easing='ease-in-circ'] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); }

[data-sal][data-sal-easing='ease-out-circ'] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

[data-sal][data-sal-easing='ease-in-out-circ'] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

[data-sal][data-sal-easing='ease-in-expo'] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035); }

[data-sal][data-sal-easing='ease-out-expo'] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

[data-sal][data-sal-easing='ease-in-out-expo'] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1); }

[data-sal][data-sal-easing='ease-in-quad'] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-sal][data-sal-easing='ease-out-quad'] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-sal][data-sal-easing='ease-in-out-quad'] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-sal][data-sal-easing='ease-in-quart'] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }

[data-sal][data-sal-easing='ease-out-quart'] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

[data-sal][data-sal-easing='ease-in-out-quart'] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

[data-sal][data-sal-easing='ease-in-quint'] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

[data-sal][data-sal-easing='ease-out-quint'] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

[data-sal][data-sal-easing='ease-in-out-quint'] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

[data-sal][data-sal-easing='ease-in-sine'] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-sal][data-sal-easing='ease-out-sine'] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-sal][data-sal-easing='ease-in-out-sine'] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-sal][data-sal-easing='ease-in-back'] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-sal][data-sal-easing='ease-out-back'] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-sal][data-sal-easing='ease-in-out-back'] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

/**
  * Animations
  */
[data-sal|='fade'] {
  opacity: 0;
  transition-property: opacity; }

[data-sal|='fade'].sal-animate,
body.sal-disabled [data-sal|='fade'] {
  opacity: 1; }

[data-sal|='slide'] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-sal='slide-up'] {
  transform: translateY(20%); }

[data-sal='slide-down'] {
  transform: translateY(-20%); }

[data-sal='slide-left'] {
  transform: translateX(20%); }

[data-sal='slide-right'] {
  transform: translateX(-20%); }

[data-sal|='slide'].sal-animate,
body.sal-disabled [data-sal|='slide'] {
  opacity: 1;
  transform: none; }

[data-sal|='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-sal='zoom-in'] {
  transform: scale(0.5); }

[data-sal='zoom-out'] {
  transform: scale(1.1); }

[data-sal|='zoom'].sal-animate,
body.sal-disabled [data-sal|='zoom'] {
  opacity: 1;
  transform: none; }

[data-sal|='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-sal='flip-left'] {
  transform: perspective(2000px) rotateY(-91deg); }

[data-sal='flip-right'] {
  transform: perspective(2000px) rotateY(91deg); }

[data-sal='flip-up'] {
  transform: perspective(2000px) rotateX(-91deg); }

[data-sal='flip-down'] {
  transform: perspective(2000px) rotateX(91deg); }

[data-sal|='flip'].sal-animate,
body.sal-disabled [data-sal|='flip'] {
  transform: none; }
  @media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px; } }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px; } }

    
/*-------------------
 * Button
---------------------*/
.wishlist-btn {
  background: rgba(45, 40, 78, 0.2);
  backdrop-filter: blur(10px);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  border: 0 none; }
  .wishlist-btn i {
    color: var(--color-white);
    font-size: 15px; }

.button-group {
  margin: -5px; }
  .button-group a {
    margin: 5px; }

a.btn-transparent,
button.btn-transparent {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-primary);
  display: inline-block;
  position: relative;
  transition: 0.3s; }
  a.btn-transparent::after,
  button.btn-transparent::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: 0.3s; }
  a.btn-transparent i,
  button.btn-transparent i {
    padding-left: 10px;
    top: 3px;
    position: relative; }
  a.btn-transparent.sm-size,
  button.btn-transparent.sm-size {
    font-size: 16px;
    line-height: 26px; }
  a.btn-transparent.heading-color,
  button.btn-transparent.heading-color {
    color: var(--color-heading); }
    a.btn-transparent.heading-color i,
    button.btn-transparent.heading-color i {
      color: var(--color-heading); }
    a.btn-transparent.heading-color:hover,
    button.btn-transparent.heading-color:hover {
      color: var(--color-primary); }
      a.btn-transparent.heading-color:hover i,
      button.btn-transparent.heading-color:hover i {
        color: var(--color-primary); }
  a.btn-transparent:hover::after,
  button.btn-transparent:hover::after {
    width: 100%;
    left: 0;
    right: auto; }

a.ace-btn,
button.ace-btn {
  border-radius: 5px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s;
  font-family: var(--font-primary);
  border: 0 none; }
  a.ace-btn i,
  button.ace-btn i {
    padding-left: 10px;
    position: relative;
    top: 3px; }
  a.ace-btn.btn-medium,
  button.ace-btn.btn-medium {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 16px; }
    a.ace-btn.btn-medium.header-button,
    button.ace-btn.btn-medium.header-button {
      line-height: 47px; }
      a.ace-btn.btn-medium.header-button.bg-color-white,
      button.ace-btn.btn-medium.header-button.bg-color-white {
        color: var(--color-primary); }
    a.ace-btn.btn-medium.header-button.purchase-button,
    button.ace-btn.btn-medium.header-button.purchase-button {
      line-height: 50px; }
  a.ace-btn.btn-small,
  button.ace-btn.btn-small {
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    font-size: 14px;
    font-weight: 600; }
    a.ace-btn.btn-small i,
    button.ace-btn.btn-small i {
      padding-left: 7px; }
  a.ace-btn.left-icon i,
  button.ace-btn.left-icon i {
    padding-left: 0;
    padding-right: 10px; }
  a.ace-btn:hover,
  button.ace-btn:hover {
    background: var(--color-dark);
    color: var(--color-white); }
  a.ace-btn.btn-dark,
  button.ace-btn.btn-dark {
    background: var(--color-dark);
    color: var(--color-white); }
    a.ace-btn.btn-dark:hover,
    button.ace-btn.btn-dark:hover {
      color: var(--color-white);
      background: var(--color-primary); }
  a.ace-btn.btn-shade,
  button.ace-btn.btn-shade {
    background: var(--color-shade);
    color: var(--color-heading); }
    a.ace-btn.btn-shade:hover,
    button.ace-btn.btn-shade:hover {
      color: var(--color-white);
      background: var(--color-primary); }
  a.ace-btn.btn-secondary,
  button.ace-btn.btn-secondary {
    background: var(--color-secondary);
    color: var(--color-white); }
    a.ace-btn.btn-secondary:hover,
    button.ace-btn.btn-secondary:hover {
      color: var(--color-white);
      background: var(--color-primary); }
  a.ace-btn.btn-bg-alt,
  button.ace-btn.btn-bg-alt {
    background: rgba(82, 95, 225, 0.1);
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 59px; }
    a.ace-btn.btn-bg-alt:hover,
    button.ace-btn.btn-bg-alt:hover {
      color: var(--color-white);
      background: var(--color-primary);
      border-color: var(--color-primary); }
  a.ace-btn.btn-white,
  button.ace-btn.btn-white {
    background: var(--color-white);
    color: var(--color-primary); }
    a.ace-btn.btn-white:hover,
    button.ace-btn.btn-white:hover {
      color: var(--color-white);
      background: var(--color-secondary); }
  a.ace-btn.btn-border,
  button.ace-btn.btn-border {
    background: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    line-height: 58px; }

.bg-color-primary a.ace-btn.btn-white:hover,
.bg-color-primary button.ace-btn.btn-white:hover {
  background: var(--color-secondary); }

.round-btn {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: var(--color-white);
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07); }
  .round-btn i {
    font-size: 24px;
    color: var(--color-primary);
    display: inline-block; }

@keyframes rotateIt {
  to {
    transform: rotate(-360deg); } }
