
/***************************************/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap");
:root {
  --color-primary: #41a728;
  --color-secondary: #f4f5f6;
  --color-tertiary: #0d1013;
  --color-gray: #f6f6f6;
  --color-subtitle: #f9004d;
  --background-color-1: linear-gradient(145deg, #1e2024, #23272b);
  --background-color-2: #212428;
  --background-color-4: #242435;
  --shadow-1: 10px 10px 19px #16018a05,
  -10px -10px 19px #0b016412;
  --shadow-2: inset 21px 21px 19px #181a1d, inset -21px -21px 19px #202225;
  --inner-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  --shadow-white-3: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
  --gradient-box-w: linear-gradient(145deg, #e2e8ec, #ffffff);
  --gradient-red-hover: linear-gradient(145deg, #ff014f, #d11414);
  --color-heading: #ffffff;
  --color-heading-wv: #1e2125;
  --color-body: #878e99;
  --color-body-white: #3c3e41;
  --color-lightn: #c4cfde;
  --color-midgray: #878787;
  --color-light: #E4E6EA;
  --color-lighter: #CED0D4;
  --color-lightest: #F0F2F5;
  --color-border: #ffffff14;
  --color-white: #ffffff;
  --color-white-75: rgba(255, 255, 255, 0.75);
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.4s;
  --font-primary: 'Poppins', sans-serif;
  --font-secondary: 'Montserrat', sans-serif;
  --font-size-b1: 18px;
  --font-size-b2: 22px;
  --font-size-b3: 14px;
  --line-height-b1: 1.50;
  --line-height-b2: 1.6;
  --line-height-b3: 1.7;
  --h1: 70px;
  --h2: 60px;
  --h3: 50px;
  --h4: 40px;
  --h5: 30px;
  --h6: 20px; }

.pv-tab-button {
  list-style: none;
  padding: 0;
  margin: 0; }

/**
 * 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; }

html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif; }

a {
  color: #41a728;
  text-decoration: none; }

a:visited { }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  color: #41f728;
  outline: 0; }

a:hover {
  text-decoration: none; }

address {
  font-style: italic;
  margin: 0 0 24px; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0; }

p {
  margin: 0 0 24px; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px; }

blockquote blockquote {
  margin-right: 0; }

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300; }

blockquote strong,
blockquote b {
  font-weight: 400; }

small {
  font-size: smaller; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl {
  margin: 0 20px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 20px; }

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px; }

ul {
  list-style-type: square; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

li > ul,
li > ol {
  margin: 0; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

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

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

caption {
  font-size: 16px;
  margin: 20px 0; }

th {
  font-weight: bold;
  text-transform: uppercase; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px; }

* {
  box-sizing: border-box; }

html {
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  font-size: 10px; }

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: var(--p-regular); }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
      overflow: hidden;
      overflow-y: auto; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
      overflow: hidden;
      overflow-y: auto; } }
  @media only screen and (max-width: 767px) {
    body {
      overflow: hidden;
      overflow-y: auto; } }

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; }

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: 1.19;
  font-weight: 700; }

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.23; }

h3,
.h3 {
  font-size: var(--h3);
  line-height: 1.14; }

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.25; }

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.24; }

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.25; }

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; }

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
  color: #fff; }
.bg-color-tertiary p {
  color: #6c7279; }
.bg-color-tertiary a {
  color: #6c7279; }

@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; }

  h5,
  .h5 {
    font-size: 18px; } }
@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; }

  h5,
  .h5 {
    font-size: 16px; } }
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--s-bold); }

h4,
.h4,
h5,
.h5 {
  font-weight: var(--s-bold); }

h6,
.h6 {
  font-weight: var(--s-bold); }

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: var(--p-regular);
  color: var(--color-body);
  margin: 0 0 40px; }
  p.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1); }
  p.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3); }
  @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:last-child {
    margin-bottom: 0; }

.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 20px;
  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: 'Poppins', sans-serif; }

/*---------------------------
	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); }
    ul li a {
      text-decoration: none;
      color: var(--color-gray); }
      ul li a:hover {
        color: var(--color-primary); }
  ul ul {
    margin-bottom: 0; }

ol {
  margin-bottom: 30px; }
  ol li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    color: var(--color-body);
    margin-top: 10px;
    margin-bottom: 10px; }
    ol li a {
      color: var(--color-heading);
      text-decoration: none; }
      ol li a:hover {
        color: var(--color-primary); }
  ol ul {
    padding-left: 30px; }

/*==============================
 *  Utilities
=================================*/
/* 
font-family: 'Red Hat Display', sans-serif;
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.fix {
  overflow: hidden; }

.bg-fixed {
  background-attachment: fixed; }

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background: var(--color-primary); }

.bg-color-secondary {
  background: var(--color-secondary); }

.bg-color-tertiary {
  background: var(--color-tertiary); }

.bg-color-gray {
  background: var(--color-gray); }

.bg-color-white {
  background: #FFFFFF; }

.bg-color-black {
  background: #1A1A1A; }

.bg-color-extra03 {
  background: var(--color-extra03); }

/*===========================
Background Image 
=============================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg_image--1 {
  background-image: url(../images/bg/bg-image-1.html); }

.bg_image--2 {
  background-image: url(../images/bg/bg-image-2.html); }

.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.html); }

.bg_image--4 {
  background-image: url(../images/bg/bg-image-4.html); }

.bg_image--5 {
  background-image: url(../images/bg/bg-image-5.html); }

.bg_image--6 {
  background-image: url(../images/bg/bg-image-6.html); }

.bg_image--7 {
  background-image: url(../images/bg/bg-image-7.html); }

.bg_image--8 {
  background-image: url(../images/bg/bg-image-8.html); }

.bg_image--9 {
  background-image: url(../images/bg/bg-image-9.html); }

.bg_image--10 {
  background-image: url(../images/bg/bg-image-10.html); }

.bg_image--11 {
  background-image: url(../images/bg/bg-image-11.html); }

.bg_image--12 {
  background-image: url(../images/bg/bg-image-12.html); }

.bg_image--13 {
  background-image: url(../images/bg/bg-image-13.html); }

.bg_image--14 {
  background-image: url(../images/bg/bg-image-14.html); }

.bg_image--15 {
  background-image: url(../images/bg/bg-image-15.html); }

.bg_image--16 {
  background-image: url(../images/bg/bg-image-16.html); }

.bg_image--17 {
  background-image: url(../images/bg/bg-image-17.html); }

.bg_image--18 {
  background-image: url(../images/bg/bg-image-18.html); }

.bg_image--19 {
  background-image: url(../images/bg/bg-image-19.html); }

.bg_image--20 {
  background-image: url(../images/bg/bg-image-20.html); }

.bg_image--21 {
  background-image: url(../images/bg/bg-image-21.html); }

.bg_image--22 {
  background-image: url(../images/bg/bg-image-22.html); }

.bg_image--23 {
  background-image: url(../images/bg/bg-image-23.html); }

.bg_image--24 {
  background-image: url(../images/bg/bg-image-24.html); }

.bg_image--25 {
  background-image: url(../images/bg/bg-image-25.html); }

.bg_image--26 {
  background-image: url(../images/bg/bg-image-26.html); }

.bg_image--27 {
  background-image: url(../images/bg/bg-image-27.html); }

.bg_image--28 {
  background-image: url(../images/bg/bg-image-28.html); }

.bg_image--29 {
  background-image: url(../images/bg/bg-image-29.html); }

.bg_image--30 {
  background-image: url(../images/bg/bg-image-30.html); }

.bg_image--31 {
  background-image: url(../images/bg/bg-image-31.html); }

.bg_image--32 {
  background-image: url(../images/bg/bg-image-32.html); }

.bg_image--33 {
  background-image: url(../images/bg/bg-image-33.html); }

.bg_image--34 {
  background-image: url(../images/bg/bg-image-34.html); }

.bg_image--35 {
  background-image: url(../images/bg/bg-image-35.html); }

.bg_image--36 {
  background-image: url(../images/bg/bg-image-36.html); }

.bg_image--37 {
  background-image: url(../images/bg/bg-image-37.html); }

.bg_image--38 {
  background-image: url(../images/bg/bg-image-38.html); }

.bg_image--39 {
  background-image: url(../images/bg/bg-image-39.html); }

.bg_image--40 {
  background-image: url(../images/bg/bg-image-40.html); }

/* 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--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--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--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--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;
  z-index: 2; }

[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: -1; }

[data-overlay]:before {
  background: var(--color-primary); }

[data-black-overlay]:before {
  background-color: #212428; }

[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; }

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  transition: var(--transition);
  display: inline-block;
  background: #ffffff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
      right: 20px;
      bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      right: 20px;
      bottom: 40px; } }
  #scrollUp::before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 2, 72, 0.1);
    content: "";
    position: absolute;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
    filter: blur(50px); }
  #scrollUp::after {
    background: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(-10deg); }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      right: 20px;
      bottom: 30px;
      width: 50px;
      height: 60px;
      line-height: 60px; } }
  #scrollUp span.text {
    position: relative;
    display: inline-block;
    margin-top: 7px; }
    @media only screen and (max-width: 767px) {
      #scrollUp span.text {
        margin-top: 3px; } }
    #scrollUp span.text::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 7px 5px;
      border-color: transparent transparent var(--color-primary) transparent;
      position: absolute;
      content: "";
      left: 50%;
      top: 21%;
      transform: translateX(-50%); }
  #scrollUp:hover span.text {
    color: var(--color-primary); }

/*--------------------
    Contact Form 
----------------------*/
.form-message {
  margin-bottom: 0;
  text-align: center; }
  .form-message.error {
    margin-top: 20px;
    color: #f80707; }
  .form-message.success {
    margin-top: 20px;
    color: #0d8d2d; }

/*=========================
    Section Separation 
==========================*/
.letterspacing--2 {
  letter-spacing: 2px; }

.pra {
  font-size: 18px;
  line-height: 2em; }
  @media only screen and (max-width: 767px) {
    .pra {
      font-size: 14px;
      line-height: 24px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr--120 {
    padding: 0 60px !important; } }
@media only screen and (max-width: 767px) {
  .plr--120 {
    padding: 0 30px !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr--120 {
    padding: 0 60px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plr--120 {
    padding: 0 60px !important; } }
@media only screen and (max-width: 767px) {
  .plr--120 {
    padding: 0 30px !important; } }

.mt_dec--30 {
  margin-top: -30px; }

.mt_dec--20 {
  margin-top: -20px; }

.mt_dec--10 {
  margin-top: -10px; }

.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; }

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

.plr--270 {
  padding: 0 270px; }

.plr--300 {
  padding: 0 300px; }

.plr--340 {
  padding: 0 340px; }

.ptb--300 {
  padding: 300px 0; }

.ptb--340 {
  padding: 340px 0; }

.ptb--450 {
  padding: 450px 0; }

.plr_dec--15 {
  margin: 0 -15px; }

.mb-dec--30 {
  margin-bottom: -30px; }

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

.ptb--5 {
  padding: 5px 0; }

.plr--5 {
  padding: 0 5px; }

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

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

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

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

.mt--5 {
  margin-top: 5px !important; }

.mb--5 {
  margin-bottom: 5px; }

.mr--5 {
  margin-right: 5px; }

.ml--5 {
  margin-left: 5px; }

.ptb--10 {
  padding: 10px 0; }

.plr--10 {
  padding: 0 10px; }

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

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

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

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

.mt--10 {
  margin-top: 10px !important; }

.mb--10 {
  margin-bottom: 10px; }

.mr--10 {
  margin-right: 10px; }

.ml--10 {
  margin-left: 10px; }

.ptb--15 {
  padding: 15px 0; }

.plr--15 {
  padding: 0 15px; }

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

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

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

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

.mt--15 {
  margin-top: 15px !important; }

.mb--15 {
  margin-bottom: 15px; }

.mr--15 {
  margin-right: 15px; }

.ml--15 {
  margin-left: 15px; }

.ptb--20 {
  padding: 20px 0; }

.plr--20 {
  padding: 0 20px; }

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

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

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

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

.mt--20 {
  margin-top: 20px !important; }

.mb--20 {
  margin-bottom: 20px; }

.mr--20 {
  margin-right: 20px; }

.ml--20 {
  margin-left: 20px; }

.ptb--25 {
  padding: 25px 0; }

.plr--25 {
  padding: 0 25px; }

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

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

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

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

.mt--25 {
  margin-top: 25px !important; }

.mb--25 {
  margin-bottom: 25px; }

.mr--25 {
  margin-right: 25px; }

.ml--25 {
  margin-left: 25px; }

.ptb--30 {
  padding: 30px 0; }

.plr--30 {
  padding: 0 30px; }

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

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

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

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

.mt--30 {
  margin-top: 30px !important; }

.mb--30 {
  margin-bottom: 30px; }

.mr--30 {
  margin-right: 30px; }

.ml--30 {
  margin-left: 30px; }

.ptb--35 {
  padding: 35px 0; }

.plr--35 {
  padding: 0 35px; }

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

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

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

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

.mt--35 {
  margin-top: 35px !important; }

.mb--35 {
  margin-bottom: 35px; }

.mr--35 {
  margin-right: 35px; }

.ml--35 {
  margin-left: 35px; }

.ptb--40 {
  padding: 40px 0; }

.plr--40 {
  padding: 0 40px; }

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

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

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

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

.mt--40 {
  margin-top: 40px !important; }

.mb--40 {
  margin-bottom: 40px; }

.mr--40 {
  margin-right: 40px; }

.ml--40 {
  margin-left: 40px; }

.ptb--45 {
  padding: 45px 0; }

.plr--45 {
  padding: 0 45px; }

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

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

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

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

.mt--45 {
  margin-top: 45px !important; }

.mb--45 {
  margin-bottom: 45px; }

.mr--45 {
  margin-right: 45px; }

.ml--45 {
  margin-left: 45px; }

.ptb--50 {
  padding: 50px 0; }

.plr--50 {
  padding: 0 50px; }

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

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

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

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

.mt--50 {
  margin-top: 50px !important; }

.mb--50 {
  margin-bottom: 50px; }

.mr--50 {
  margin-right: 50px; }

.ml--50 {
  margin-left: 50px; }

.ptb--55 {
  padding: 55px 0; }

.plr--55 {
  padding: 0 55px; }

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

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

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

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

.mt--55 {
  margin-top: 55px !important; }

.mb--55 {
  margin-bottom: 55px; }

.mr--55 {
  margin-right: 55px; }

.ml--55 {
  margin-left: 55px; }

.ptb--60 {
  padding: 60px 0; }

.plr--60 {
  padding: 0 60px; }

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

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

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

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

.mt--60 {
  margin-top: 60px !important; }

.mb--60 {
  margin-bottom: 60px; }

.mr--60 {
  margin-right: 60px; }

.ml--60 {
  margin-left: 60px; }

.ptb--65 {
  padding: 65px 0; }

.plr--65 {
  padding: 0 65px; }

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

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

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

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

.mt--65 {
  margin-top: 65px !important; }

.mb--65 {
  margin-bottom: 65px; }

.mr--65 {
  margin-right: 65px; }

.ml--65 {
  margin-left: 65px; }

.ptb--70 {
  padding: 70px 0; }

.plr--70 {
  padding: 0 70px; }

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

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

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

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

.mt--70 {
  margin-top: 70px !important; }

.mb--70 {
  margin-bottom: 70px; }

.mr--70 {
  margin-right: 70px; }

.ml--70 {
  margin-left: 70px; }

.ptb--75 {
  padding: 75px 0; }

.plr--75 {
  padding: 0 75px; }

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

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

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

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

.mt--75 {
  margin-top: 75px !important; }

.mb--75 {
  margin-bottom: 75px; }

.mr--75 {
  margin-right: 75px; }

.ml--75 {
  margin-left: 75px; }

.ptb--80 {
  padding: 80px 0; }

.plr--80 {
  padding: 0 80px; }

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

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

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

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

.mt--80 {
  margin-top: 80px !important; }

.mb--80 {
  margin-bottom: 80px; }

.mr--80 {
  margin-right: 80px; }

.ml--80 {
  margin-left: 80px; }

.ptb--85 {
  padding: 85px 0; }

.plr--85 {
  padding: 0 85px; }

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

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

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

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

.mt--85 {
  margin-top: 85px !important; }

.mb--85 {
  margin-bottom: 85px; }

.mr--85 {
  margin-right: 85px; }

.ml--85 {
  margin-left: 85px; }

.ptb--90 {
  padding: 90px 0; }

.plr--90 {
  padding: 0 90px; }

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

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

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

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

.mt--90 {
  margin-top: 90px !important; }

.mb--90 {
  margin-bottom: 90px; }

.mr--90 {
  margin-right: 90px; }

.ml--90 {
  margin-left: 90px; }

.ptb--95 {
  padding: 95px 0; }

.plr--95 {
  padding: 0 95px; }

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

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

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

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

.mt--95 {
  margin-top: 95px !important; }

.mb--95 {
  margin-bottom: 95px; }

.mr--95 {
  margin-right: 95px; }

.ml--95 {
  margin-left: 95px; }

.ptb--100 {
  padding: 100px 0; }

.plr--100 {
  padding: 0 100px; }

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

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

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

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

.mt--100 {
  margin-top: 100px !important; }

.mb--100 {
  margin-bottom: 100px; }

.mr--100 {
  margin-right: 100px; }

.ml--100 {
  margin-left: 100px; }

.ptb--105 {
  padding: 105px 0; }

.plr--105 {
  padding: 0 105px; }

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

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

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

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

.mt--105 {
  margin-top: 105px !important; }

.mb--105 {
  margin-bottom: 105px; }

.mr--105 {
  margin-right: 105px; }

.ml--105 {
  margin-left: 105px; }

.ptb--110 {
  padding: 110px 0; }

.plr--110 {
  padding: 0 110px; }

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

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

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

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

.mt--110 {
  margin-top: 110px !important; }

.mb--110 {
  margin-bottom: 110px; }

.mr--110 {
  margin-right: 110px; }

.ml--110 {
  margin-left: 110px; }

.ptb--115 {
  padding: 115px 0; }

.plr--115 {
  padding: 0 115px; }

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

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

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

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

.mt--115 {
  margin-top: 115px !important; }

.mb--115 {
  margin-bottom: 115px; }

.mr--115 {
  margin-right: 115px; }

.ml--115 {
  margin-left: 115px; }

.ptb--120 {
  padding: 120px 0; }

.plr--120 {
  padding: 0 120px; }

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

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

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

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

.mt--120 {
  margin-top: 120px !important; }

.mb--120 {
  margin-bottom: 120px; }

.mr--120 {
  margin-right: 120px; }

.ml--120 {
  margin-left: 120px; }

.ptb--125 {
  padding: 125px 0; }

.plr--125 {
  padding: 0 125px; }

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

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

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

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

.mt--125 {
  margin-top: 125px !important; }

.mb--125 {
  margin-bottom: 125px; }

.mr--125 {
  margin-right: 125px; }

.ml--125 {
  margin-left: 125px; }

.ptb--130 {
  padding: 130px 0; }

.plr--130 {
  padding: 0 130px; }

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

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

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

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

.mt--130 {
  margin-top: 130px !important; }

.mb--130 {
  margin-bottom: 130px; }

.mr--130 {
  margin-right: 130px; }

.ml--130 {
  margin-left: 130px; }

.ptb--135 {
  padding: 135px 0; }

.plr--135 {
  padding: 0 135px; }

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

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

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

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

.mt--135 {
  margin-top: 135px !important; }

.mb--135 {
  margin-bottom: 135px; }

.mr--135 {
  margin-right: 135px; }

.ml--135 {
  margin-left: 135px; }

.ptb--140 {
  padding: 140px 0; }

.plr--140 {
  padding: 0 140px; }

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

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

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

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

.mt--140 {
  margin-top: 140px !important; }

.mb--140 {
  margin-bottom: 140px; }

.mr--140 {
  margin-right: 140px; }

.ml--140 {
  margin-left: 140px; }

.ptb--145 {
  padding: 145px 0; }

.plr--145 {
  padding: 0 145px; }

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

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

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

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

.mt--145 {
  margin-top: 145px !important; }

.mb--145 {
  margin-bottom: 145px; }

.mr--145 {
  margin-right: 145px; }

.ml--145 {
  margin-left: 145px; }

.ptb--150 {
  padding: 150px 0; }

.plr--150 {
  padding: 0 150px; }

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

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

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

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

.mt--150 {
  margin-top: 150px !important; }

.mb--150 {
  margin-bottom: 150px; }

.mr--150 {
  margin-right: 150px; }

.ml--150 {
  margin-left: 150px; }

.ptb--155 {
  padding: 155px 0; }

.plr--155 {
  padding: 0 155px; }

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

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

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

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

.mt--155 {
  margin-top: 155px !important; }

.mb--155 {
  margin-bottom: 155px; }

.mr--155 {
  margin-right: 155px; }

.ml--155 {
  margin-left: 155px; }

.ptb--160 {
  padding: 160px 0; }

.plr--160 {
  padding: 0 160px; }

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

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

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

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

.mt--160 {
  margin-top: 160px !important; }

.mb--160 {
  margin-bottom: 160px; }

.mr--160 {
  margin-right: 160px; }

.ml--160 {
  margin-left: 160px; }

.ptb--165 {
  padding: 165px 0; }

.plr--165 {
  padding: 0 165px; }

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

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

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

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

.mt--165 {
  margin-top: 165px !important; }

.mb--165 {
  margin-bottom: 165px; }

.mr--165 {
  margin-right: 165px; }

.ml--165 {
  margin-left: 165px; }

.ptb--170 {
  padding: 170px 0; }

.plr--170 {
  padding: 0 170px; }

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

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

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

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

.mt--170 {
  margin-top: 170px !important; }

.mb--170 {
  margin-bottom: 170px; }

.mr--170 {
  margin-right: 170px; }

.ml--170 {
  margin-left: 170px; }

.ptb--175 {
  padding: 175px 0; }

.plr--175 {
  padding: 0 175px; }

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

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

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

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

.mt--175 {
  margin-top: 175px !important; }

.mb--175 {
  margin-bottom: 175px; }

.mr--175 {
  margin-right: 175px; }

.ml--175 {
  margin-left: 175px; }

.ptb--180 {
  padding: 180px 0; }

.plr--180 {
  padding: 0 180px; }

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

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

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

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

.mt--180 {
  margin-top: 180px !important; }

.mb--180 {
  margin-bottom: 180px; }

.mr--180 {
  margin-right: 180px; }

.ml--180 {
  margin-left: 180px; }

.ptb--185 {
  padding: 185px 0; }

.plr--185 {
  padding: 0 185px; }

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

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

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

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

.mt--185 {
  margin-top: 185px !important; }

.mb--185 {
  margin-bottom: 185px; }

.mr--185 {
  margin-right: 185px; }

.ml--185 {
  margin-left: 185px; }

.ptb--190 {
  padding: 190px 0; }

.plr--190 {
  padding: 0 190px; }

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

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

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

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

.mt--190 {
  margin-top: 190px !important; }

.mb--190 {
  margin-bottom: 190px; }

.mr--190 {
  margin-right: 190px; }

.ml--190 {
  margin-left: 190px; }

.ptb--195 {
  padding: 195px 0; }

.plr--195 {
  padding: 0 195px; }

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

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

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

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

.mt--195 {
  margin-top: 195px !important; }

.mb--195 {
  margin-bottom: 195px; }

.mr--195 {
  margin-right: 195px; }

.ml--195 {
  margin-left: 195px; }

.ptb--200 {
  padding: 200px 0; }

.plr--200 {
  padding: 0 200px; }

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

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

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

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

.mt--200 {
  margin-top: 200px !important; }

.mb--200 {
  margin-bottom: 200px; }

.mr--200 {
  margin-right: 200px; }

.ml--200 {
  margin-left: 200px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--120,
  .ptb--80 {
    padding: 80px 0 !important; } }
@media only screen and (max-width: 767px) {
  .ptb--120,
  .ptb--80 {
    padding: 80px 0 !important; } }

@media only screen and (max-width: 767px) {
  .pt--120,
  .pt--140,
  .pt--110 {
    padding-top: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt--120,
  .pt--140,
  .pt--110 {
    padding-top: 80px !important; } }

@media only screen and (max-width: 767px) {
  .pb--120,
  .pb--110,
  .pb--110 {
    padding-bottom: 60px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--120,
  .pb--110,
  .pb--110 {
    padding-bottom: 80px !important; } }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0; }

  .plr_lp--5 {
    padding: 0 5px; }

  .pt_lp--5 {
    padding-top: 5px; }

  .pb_lp--5 {
    padding-bottom: 5px; }

  .pl_lp--5 {
    padding-left: 5px; }

  .pr_lp--5 {
    padding-right: 5px; }

  .mt_lp--5 {
    margin-top: 5px; }

  .mb_lp--5 {
    margin-bottom: 5px; }

  .ptb_lp--10 {
    padding: 10px 0; }

  .plr_lp--10 {
    padding: 0 10px; }

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

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

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

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

  .mt_lp--10 {
    margin-top: 10px; }

  .mb_lp--10 {
    margin-bottom: 10px; }

  .ptb_lp--15 {
    padding: 15px 0; }

  .plr_lp--15 {
    padding: 0 15px; }

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

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

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

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

  .mt_lp--15 {
    margin-top: 15px; }

  .mb_lp--15 {
    margin-bottom: 15px; }

  .ptb_lp--20 {
    padding: 20px 0; }

  .plr_lp--20 {
    padding: 0 20px; }

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

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

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

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

  .mt_lp--20 {
    margin-top: 20px; }

  .mb_lp--20 {
    margin-bottom: 20px; }

  .ptb_lp--25 {
    padding: 25px 0; }

  .plr_lp--25 {
    padding: 0 25px; }

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

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

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

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

  .mt_lp--25 {
    margin-top: 25px; }

  .mb_lp--25 {
    margin-bottom: 25px; }

  .ptb_lp--30 {
    padding: 30px 0; }

  .plr_lp--30 {
    padding: 0 30px; }

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

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

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

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

  .mt_lp--30 {
    margin-top: 30px; }

  .mb_lp--30 {
    margin-bottom: 30px; }

  .ptb_lp--35 {
    padding: 35px 0; }

  .plr_lp--35 {
    padding: 0 35px; }

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

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

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

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

  .mt_lp--35 {
    margin-top: 35px; }

  .mb_lp--35 {
    margin-bottom: 35px; }

  .ptb_lp--40 {
    padding: 40px 0; }

  .plr_lp--40 {
    padding: 0 40px; }

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

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

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

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

  .mt_lp--40 {
    margin-top: 40px; }

  .mb_lp--40 {
    margin-bottom: 40px; }

  .ptb_lp--45 {
    padding: 45px 0; }

  .plr_lp--45 {
    padding: 0 45px; }

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

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

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

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

  .mt_lp--45 {
    margin-top: 45px; }

  .mb_lp--45 {
    margin-bottom: 45px; }

  .ptb_lp--50 {
    padding: 50px 0; }

  .plr_lp--50 {
    padding: 0 50px; }

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

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

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

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

  .mt_lp--50 {
    margin-top: 50px; }

  .mb_lp--50 {
    margin-bottom: 50px; }

  .ptb_lp--55 {
    padding: 55px 0; }

  .plr_lp--55 {
    padding: 0 55px; }

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

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

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

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

  .mt_lp--55 {
    margin-top: 55px; }

  .mb_lp--55 {
    margin-bottom: 55px; }

  .ptb_lp--60 {
    padding: 60px 0; }

  .plr_lp--60 {
    padding: 0 60px; }

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

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

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

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

  .mt_lp--60 {
    margin-top: 60px; }

  .mb_lp--60 {
    margin-bottom: 60px; }

  .ptb_lp--65 {
    padding: 65px 0; }

  .plr_lp--65 {
    padding: 0 65px; }

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

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

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

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

  .mt_lp--65 {
    margin-top: 65px; }

  .mb_lp--65 {
    margin-bottom: 65px; }

  .ptb_lp--70 {
    padding: 70px 0; }

  .plr_lp--70 {
    padding: 0 70px; }

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

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

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

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

  .mt_lp--70 {
    margin-top: 70px; }

  .mb_lp--70 {
    margin-bottom: 70px; }

  .ptb_lp--75 {
    padding: 75px 0; }

  .plr_lp--75 {
    padding: 0 75px; }

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

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

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

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

  .mt_lp--75 {
    margin-top: 75px; }

  .mb_lp--75 {
    margin-bottom: 75px; }

  .ptb_lp--80 {
    padding: 80px 0; }

  .plr_lp--80 {
    padding: 0 80px; }

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

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

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

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

  .mt_lp--80 {
    margin-top: 80px; }

  .mb_lp--80 {
    margin-bottom: 80px; }

  .ptb_lp--85 {
    padding: 85px 0; }

  .plr_lp--85 {
    padding: 0 85px; }

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

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

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

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

  .mt_lp--85 {
    margin-top: 85px; }

  .mb_lp--85 {
    margin-bottom: 85px; }

  .ptb_lp--90 {
    padding: 90px 0; }

  .plr_lp--90 {
    padding: 0 90px; }

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

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

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

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

  .mt_lp--90 {
    margin-top: 90px; }

  .mb_lp--90 {
    margin-bottom: 90px; }

  .ptb_lp--95 {
    padding: 95px 0; }

  .plr_lp--95 {
    padding: 0 95px; }

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

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

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

  .pr_lp--95 {
    padding-right: 95px; }

  .mt_lp--95 {
    margin-top: 95px; }

  .mb_lp--95 {
    margin-bottom: 95px; }

  .ptb_lp--100 {
    padding: 100px 0; }

  .plr_lp--100 {
    padding: 0 100px; }

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

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

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

  .pr_lp--100 {
    padding-right: 100px; }

  .mt_lp--100 {
    margin-top: 100px; }

  .mb_lp--100 {
    margin-bottom: 100px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0; }

  .plr_lg--5 {
    padding: 0 5px; }

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

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

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

  .pr_lg--5 {
    padding-right: 5px; }

  .mt_lg--5 {
    margin-top: 5px !important; }

  .mb_lg--5 {
    margin-bottom: 5px !important; }

  .ptb_lg--10 {
    padding: 10px 0; }

  .plr_lg--10 {
    padding: 0 10px; }

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

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

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

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

  .mt_lg--10 {
    margin-top: 10px !important; }

  .mb_lg--10 {
    margin-bottom: 10px !important; }

  .ptb_lg--15 {
    padding: 15px 0; }

  .plr_lg--15 {
    padding: 0 15px; }

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

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

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

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

  .mt_lg--15 {
    margin-top: 15px !important; }

  .mb_lg--15 {
    margin-bottom: 15px !important; }

  .ptb_lg--20 {
    padding: 20px 0; }

  .plr_lg--20 {
    padding: 0 20px; }

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

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

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

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

  .mt_lg--20 {
    margin-top: 20px !important; }

  .mb_lg--20 {
    margin-bottom: 20px !important; }

  .ptb_lg--25 {
    padding: 25px 0; }

  .plr_lg--25 {
    padding: 0 25px; }

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

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

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

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

  .mt_lg--25 {
    margin-top: 25px !important; }

  .mb_lg--25 {
    margin-bottom: 25px !important; }

  .ptb_lg--30 {
    padding: 30px 0; }

  .plr_lg--30 {
    padding: 0 30px; }

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

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

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

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

  .mt_lg--30 {
    margin-top: 30px !important; }

  .mb_lg--30 {
    margin-bottom: 30px !important; }

  .ptb_lg--35 {
    padding: 35px 0; }

  .plr_lg--35 {
    padding: 0 35px; }

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

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

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

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

  .mt_lg--35 {
    margin-top: 35px !important; }

  .mb_lg--35 {
    margin-bottom: 35px !important; }

  .ptb_lg--40 {
    padding: 40px 0; }

  .plr_lg--40 {
    padding: 0 40px; }

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

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

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

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

  .mt_lg--40 {
    margin-top: 40px !important; }

  .mb_lg--40 {
    margin-bottom: 40px !important; }

  .ptb_lg--45 {
    padding: 45px 0; }

  .plr_lg--45 {
    padding: 0 45px; }

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

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

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

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

  .mt_lg--45 {
    margin-top: 45px !important; }

  .mb_lg--45 {
    margin-bottom: 45px !important; }

  .ptb_lg--50 {
    padding: 50px 0; }

  .plr_lg--50 {
    padding: 0 50px; }

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

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

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

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

  .mt_lg--50 {
    margin-top: 50px !important; }

  .mb_lg--50 {
    margin-bottom: 50px !important; }

  .ptb_lg--55 {
    padding: 55px 0; }

  .plr_lg--55 {
    padding: 0 55px; }

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

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

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

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

  .mt_lg--55 {
    margin-top: 55px !important; }

  .mb_lg--55 {
    margin-bottom: 55px !important; }

  .ptb_lg--60 {
    padding: 60px 0; }

  .plr_lg--60 {
    padding: 0 60px; }

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

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

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

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

  .mt_lg--60 {
    margin-top: 60px !important; }

  .mb_lg--60 {
    margin-bottom: 60px !important; }

  .ptb_lg--65 {
    padding: 65px 0; }

  .plr_lg--65 {
    padding: 0 65px; }

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

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

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

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

  .mt_lg--65 {
    margin-top: 65px !important; }

  .mb_lg--65 {
    margin-bottom: 65px !important; }

  .ptb_lg--70 {
    padding: 70px 0; }

  .plr_lg--70 {
    padding: 0 70px; }

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

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

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

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

  .mt_lg--70 {
    margin-top: 70px !important; }

  .mb_lg--70 {
    margin-bottom: 70px !important; }

  .ptb_lg--75 {
    padding: 75px 0; }

  .plr_lg--75 {
    padding: 0 75px; }

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

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

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

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

  .mt_lg--75 {
    margin-top: 75px !important; }

  .mb_lg--75 {
    margin-bottom: 75px !important; }

  .ptb_lg--80 {
    padding: 80px 0; }

  .plr_lg--80 {
    padding: 0 80px; }

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

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

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

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

  .mt_lg--80 {
    margin-top: 80px !important; }

  .mb_lg--80 {
    margin-bottom: 80px !important; }

  .ptb_lg--85 {
    padding: 85px 0; }

  .plr_lg--85 {
    padding: 0 85px; }

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

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

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

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

  .mt_lg--85 {
    margin-top: 85px !important; }

  .mb_lg--85 {
    margin-bottom: 85px !important; }

  .ptb_lg--90 {
    padding: 90px 0; }

  .plr_lg--90 {
    padding: 0 90px; }

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

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

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

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

  .mt_lg--90 {
    margin-top: 90px !important; }

  .mb_lg--90 {
    margin-bottom: 90px !important; }

  .ptb_lg--95 {
    padding: 95px 0; }

  .plr_lg--95 {
    padding: 0 95px; }

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

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

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

  .pr_lg--95 {
    padding-right: 95px; }

  .mt_lg--95 {
    margin-top: 95px !important; }

  .mb_lg--95 {
    margin-bottom: 95px !important; }

  .ptb_lg--100 {
    padding: 100px 0; }

  .plr_lg--100 {
    padding: 0 100px; }

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

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

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

  .pr_lg--100 {
    padding-right: 100px; }

  .mt_lg--100 {
    margin-top: 100px !important; }

  .mb_lg--100 {
    margin-bottom: 100px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0; }

  .pl_md--0 {
    padding-left: 0; }

  .pr_md--0 {
    padding-right: 0; }

  .pt_md--0 {
    padding-top: 0; }

  .pb_md--0 {
    padding-bottom: 0; }

  .mr_md--0 {
    margin-right: 0; }

  .ml_md--0 {
    margin-left: 0; }

  .mt_md--0 {
    margin-top: 0; }

  .mb_md--0 {
    margin-bottom: 0; }

  .ptb_md--250 {
    padding: 250px 0; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .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; }

  .mb_sm--100 {
    margin-bottom: 100px !important; }

  .pl_sm--0 {
    padding-left: 0; }

  .pr_sm--0 {
    padding-right: 0; }

  .pt_sm--0 {
    padding-top: 0; }

  .pb_sm--0 {
    padding-bottom: 0; }

  .mr_sm--0 {
    margin-right: 0; }

  .ml_sm--0 {
    margin-left: 0; }

  .mt_sm--0 {
    margin-top: 0; }

  .mb_sm--0 {
    margin-bottom: 0; } }
@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; } }
.slick-gutter-5 {
  margin-left: -5px;
  margin-right: -5px; }
  .slick-gutter-5 .slick-slide {
    padding-left: 5px;
    padding-right: 5px; }

.slick-gutter-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .slick-gutter-10 .slick-slide {
    padding-left: 10px;
    padding-right: 10px; }

.slick-gutter-15 {
  margin-left: -15px;
  margin-right: -15px; }
  .slick-gutter-15 .slick-slide {
    padding-left: 15px;
    padding-right: 15px; }

.slick-gutter-20 {
  margin-left: -20px;
  margin-right: -20px; }
  .slick-gutter-20 .slick-slide {
    padding-left: 20px;
    padding-right: 20px; }

.slick-gutter-25 {
  margin-left: -25px;
  margin-right: -25px; }
  .slick-gutter-25 .slick-slide {
    padding-left: 25px;
    padding-right: 25px; }

.slick-gutter-30 {
  margin-left: -30px;
  margin-right: -30px; }
  .slick-gutter-30 .slick-slide {
    padding-left: 30px;
    padding-right: 30px; }

.slick-gutter-35 {
  margin-left: -35px;
  margin-right: -35px; }
  .slick-gutter-35 .slick-slide {
    padding-left: 35px;
    padding-right: 35px; }

.slick-gutter-40 {
  margin-left: -40px;
  margin-right: -40px; }
  .slick-gutter-40 .slick-slide {
    padding-left: 40px;
    padding-right: 40px; }

.slick-gutter-45 {
  margin-left: -45px;
  margin-right: -45px; }
  .slick-gutter-45 .slick-slide {
    padding-left: 45px;
    padding-right: 45px; }

.slick-gutter-50 {
  margin-left: -50px;
  margin-right: -50px; }
  .slick-gutter-50 .slick-slide {
    padding-left: 50px;
    padding-right: 50px; }

.slick-gutter-55 {
  margin-left: -55px;
  margin-right: -55px; }
  .slick-gutter-55 .slick-slide {
    padding-left: 55px;
    padding-right: 55px; }

.slick-gutter-60 {
  margin-left: -60px;
  margin-right: -60px; }
  .slick-gutter-60 .slick-slide {
    padding-left: 60px;
    padding-right: 60px; }

.slick-gutter-65 {
  margin-left: -65px;
  margin-right: -65px; }
  .slick-gutter-65 .slick-slide {
    padding-left: 65px;
    padding-right: 65px; }

.slick-gutter-70 {
  margin-left: -70px;
  margin-right: -70px; }
  .slick-gutter-70 .slick-slide {
    padding-left: 70px;
    padding-right: 70px; }

.slick-gutter-75 {
  margin-left: -75px;
  margin-right: -75px; }
  .slick-gutter-75 .slick-slide {
    padding-left: 75px;
    padding-right: 75px; }

.slick-gutter-80 {
  margin-left: -80px;
  margin-right: -80px; }
  .slick-gutter-80 .slick-slide {
    padding-left: 80px;
    padding-right: 80px; }

.slick-gutter-85 {
  margin-left: -85px;
  margin-right: -85px; }
  .slick-gutter-85 .slick-slide {
    padding-left: 85px;
    padding-right: 85px; }

.slick-gutter-90 {
  margin-left: -90px;
  margin-right: -90px; }
  .slick-gutter-90 .slick-slide {
    padding-left: 90px;
    padding-right: 90px; }

.slick-gutter-95 {
  margin-left: -95px;
  margin-right: -95px; }
  .slick-gutter-95 .slick-slide {
    padding-left: 95px;
    padding-right: 95px; }

.slick-gutter-100 {
  margin-left: -100px;
  margin-right: -100px; }
  .slick-gutter-100 .slick-slide {
    padding-left: 100px;
    padding-right: 100px; }

/**************************************
    Header Styles
***************************************/
/*---------------------------
    Header Area Styles 
-----------------------------*/
body.template-color-1 {
  background-color: #191925; }

body.white-version {
  background-color: #ECF0F3; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent;
  position: relative; }

.nav-pills .nav-link {
  margin: .5rem 1rem;
  padding: 0; }

.header-wrapper {
  height: 85px;
  padding: 0 64px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-wrapper {
      padding: 0 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-wrapper {
      padding: 0 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-wrapper {
      padding: 0 30px; } }
  @media only screen and (max-width: 767px) {
    .header-wrapper {
      padding: 0 20px;
      height: 80px; } }
  @media only screen and (max-width: 575px) {
    .header-wrapper {
      padding: 0 3px; } }
  @media only screen and (max-width: 479px) {
    .header-wrapper {
      padding: 0; } }
  .header-wrapper .header-left {
    flex-basis: 20%;
    justify-content: flex-start;
    display: flex; }
  .header-wrapper .header-center {
    flex-basis: 100%;
    justify-content: flex-end;
    display: flex;
    align-items: center; }
  .header-wrapper .header-right {
    margin-left: 30px;
    justify-content: flex-end;
    display: flex;
    margin-right: -18px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .header-wrapper .header-right a.rn-btn {
        font-size: 13px;
        padding: 12px 20px;
        line-height: 21px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-wrapper .header-right a.rn-btn {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-wrapper .header-right a.rn-btn {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .header-wrapper .header-right a.rn-btn {
        display: none; } }
    @media only screen and (max-width: 575px) {
      .header-wrapper .header-right a.rn-btn {
        font-size: 14px;
        padding: 12px 20px;
        line-height: 21px; } }
    .header-wrapper .header-right i {
      z-index: 800;
      color: var(--color-primary);
      font-size: 36px;
      position: relative;
      transition: 0.5s;
      top: 2px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-wrapper .header-right i {
          left: 10px; } }
      @media only screen and (max-width: 767px) {
        .header-wrapper .header-right i {
          left: 10px; } }

@media only screen and (max-width: 1199px) {
  #sideNav {
    width: 250px;
    height: 100vh;
    position: fixed;
    background: #191b1e;
    box-shadow: var(--shadow-1);
    right: -250px;
    top: 0;
    z-index: 999;
    transition: .7s;
    display: flex;
    opacity: 1; } }
  @media only screen and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px) {
    #sideNav {
      display: inline-block; } }
  @media only screen and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
    #sideNav {
      display: inline-block; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    #sideNav {
      display: inline-block; } }
  @media only screen and (max-width: 1199px) and (max-width: 575px) {
    #sideNav {
      display: inline-block; } }
  @media only screen and (max-width: 1199px) and (max-width: 479px) {
    #sideNav {
      display: inline-block; } }
@media only screen and (max-width: 1199px) {
    #sideNav ul li {
      list-style: none;
      margin: 50px 20px;
      display: block; }
      #sideNav ul li a {
        text-decoration: none;
        color: var(--color-white);
        display: inline-block;
        font-size: 16px;
        font-weight: 400; } }
.home-sticky .rn-header.header--fixed.sticky {
  background-color: transparent;
  box-shadow: none;
  position: fixed;
  backdrop-filter: none;
  top: 0; }
.home-sticky .sticky .header-wrapper {
  height: 90px;
  border-bottom: none; }
.home-sticky .header-wrapper .header-right a.rn-btn {
  display: none; }
.home-sticky .header-wrapper .header-right i.feather-menu {
  display: block;
  margin-top: -10px;
  cursor: pointer; }
.home-sticky .rn-header .header-wrapper.menu-open .close-menu {
  opacity: 1;
  z-index: 99999;
  visibility: visible;
  color: var(--color-primary);
  font-size: 36px;
  margin-bottom: 15px;
  position: inherit;
  transition: .7s;
  cursor: pointer; }
.home-sticky .rn-header .header-wrapper.menu-open #sideNav {
  right: 0 !important; }
.home-sticky #sideNav {
  width: 250px;
  height: 100vh;
  position: fixed;
  background: #191b1e;
  box-shadow: none;
  right: -250px;
  top: 0;
  z-index: 999;
  transition: .7s;
  display: flex;
  opacity: 1; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-sticky #sideNav {
      display: inline-block; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-sticky #sideNav {
      display: inline-block; } }
  @media only screen and (max-width: 767px) {
    .home-sticky #sideNav {
      display: inline-block; } }
  @media only screen and (max-width: 575px) {
    .home-sticky #sideNav {
      display: inline-block; } }
  @media only screen and (max-width: 479px) {
    .home-sticky #sideNav {
      display: inline-block; } }
  .home-sticky #sideNav ul {
    display: block;
    margin-top: 54px;
    margin-left: 30px; }
    .home-sticky #sideNav ul li {
      list-style: none;
      margin: 50px 20px;
      display: block; }
      .home-sticky #sideNav ul li a {
        text-decoration: none;
        color: var(--color-white);
        display: inline-block;
        font-size: 16px;
        font-weight: 400; }

.rn-header.header--sticky {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%; }

.rn-header.header--fixed {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: 0.3s;
  border-bottom: 1px solid #ffffff14; }

.rn-header.header--fixed.sticky {
  box-shadow: var(--shadow-1);
  position: fixed;
  top: 0; }

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .rn-header.header--fixed.sticky {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px); } }
/* slightly transparent fallback for Firefox (not supporting backdrop-filter) */
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .rn-header.header--fixed.sticky {
    background-color: rgba(25, 25, 37, 0.8); } }
.sticky .header-wrapper {
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sticky .header-wrapper {
      height: 70px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky .header-wrapper {
      height: 70px; } }
  @media only screen and (max-width: 767px) {
    .sticky .header-wrapper {
      height: 70px; } }
  .sticky .header-wrapper .logo img {
    max-width: calc(100% - 10%);
    max-width: 120px; }

.logo a {
  display: inline-block; }
  .logo a img {
    transition: 0.3s;
    max-width: 120px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .logo a img {
        max-height: 54px; } }
    @media only screen and (max-width: 767px) {
      .logo a img {
        max-height: 54px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-header.header--fixed {
    padding: 0 15px; } }
@media only screen and (max-width: 767px) {
  .rn-header.header--fixed {
    padding: 0 15px; } }
.cd-words-wrapper {
  width: 178px; }

/*--------------------------
    Navigation Styles  
----------------------------*/
.mainmenu-nav .primary-menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: -24px;
  padding: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mainmenu-nav .primary-menu {
      display: block;
      margin-top: 95px;
      margin-left: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainmenu-nav .primary-menu {
      display: block;
      margin-top: 95px;
      margin-left: 30px; } }
  @media only screen and (max-width: 767px) {
    .mainmenu-nav .primary-menu {
      display: block;
      margin-top: 95px;
      margin-left: 30px; } }
  .mainmenu-nav .primary-menu li {
    margin: 10px 14px;
    transition: 0.3s; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .mainmenu-nav .primary-menu li {
        margin: 10px 5px; } }
    .mainmenu-nav .primary-menu li:hover a {
      opacity: 1 !important;
      color: var(--color-white); }
    .mainmenu-nav .primary-menu li a {
      color: var(--color-lightn);
      position: relative;
      transition: var(--transition);
      font-size: 13px;
      font-weight: var(--s-regular);
      text-transform: uppercase;
      font-family: var(--font-secondary);
      outline: none; }
      .mainmenu-nav .primary-menu li a.active {
        opacity: 1 !important;
        color: var(--color-white); }
  .mainmenu-nav .primary-menu:hover li a {
    opacity: 0.5; }

.header--sticky.sticky .mainmenu-nav .primary-menu li a {
  opacity: 0.5; }

/*-----------------------
    Popup Menu  
------------------------*/
.close-menu {
  opacity: 0;
  visibility: hidden; }

/*----------------------------
    Mobile Menu Styles  
------------------------------*/
.popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease-out; }
  .popup-mobile-menu .inner {
    padding: 25px;
    width: 375px;
    z-index: 999;
    position: absolute;
    background: #151521;
    height: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
    opacity: 0;
    left: -150px;
    transition: all .5s ease-out; }
    @media only screen and (max-width: 479px) {
      .popup-mobile-menu .inner {
        width: 260px;
        padding: 10px; } }
    .popup-mobile-menu .inner .menu-top {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 20px; }
      .popup-mobile-menu .inner .menu-top .menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .popup-mobile-menu .inner .menu-top .menu-header .logo img {
          max-width: 120px; }
        .popup-mobile-menu .inner .menu-top .menu-header .close-button .close {
          opacity: 1;
          width: max-content;
          position: relative;
          right: 9px;
          background: var(--background-color-1);
          box-shadow: none;
          outline: navajowhite;
          border: none;
          border-radius: 50%;
          padding: 6px; }
          @media only screen and (max-width: 479px) {
            .popup-mobile-menu .inner .menu-top .menu-header .close-button .close {
              right: 9px; } }
          .popup-mobile-menu .inner .menu-top .menu-header .close-button .close::after {
            position: absolute;
            content: '';
            padding: 22px;
            left: 50%;
            top: 50%;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: -1; }
            @media only screen and (max-width: 479px) {
              .popup-mobile-menu .inner .menu-top .menu-header .close-button .close::after {
                padding: 20px; } }
          .popup-mobile-menu .inner .menu-top .menu-header .close-button .close svg {
            color: var(--color-primary);
            width: 23px;
            height: auto; }
            @media only screen and (max-width: 479px) {
              .popup-mobile-menu .inner .menu-top .menu-header .close-button .close svg {
                width: 20px; } }
      .popup-mobile-menu .inner .menu-top p.discription {
        font-size: 16px;
        line-height: 32px;
        margin-top: 20px;
        color: var(--color-lighten);
        padding-right: 7%; }
  .popup-mobile-menu.menu-open {
    visibility: visible;
    opacity: 1; }
    .popup-mobile-menu.menu-open .inner {
      opacity: 1;
      left: 0;
      overflow-y: auto; }
      .popup-mobile-menu.menu-open .inner .content {
        display: flex;
        flex-direction: column; }
        .popup-mobile-menu.menu-open .inner .content .primary-menu {
          margin-top: 20px;
          display: flex;
          flex-direction: column; }
          .popup-mobile-menu.menu-open .inner .content .primary-menu .nav-item {
            display: block;
            margin: 6px 0;
            border-bottom: 1px solid #ffffff14;
            padding-bottom: 8px; }
            .popup-mobile-menu.menu-open .inner .content .primary-menu .nav-item a {
              color: var(--color-lightn);
              position: relative;
              transition: var(--transition);
              font-size: 14px;
              font-weight: var(--s-regular);
              text-transform: uppercase;
              font-family: var(--font-secondary);
              margin: 0;
              display: inline; }
          .popup-mobile-menu.menu-open .inner .content .primary-menu li {
            display: block;
            margin: 6px 0;
            border-bottom: 1px solid #ffffff14;
            padding-bottom: 8px; }
            .popup-mobile-menu.menu-open .inner .content .primary-menu li a {
              color: var(--color-lightn);
              position: relative;
              transition: var(--transition);
              font-size: 14px;
              font-weight: var(--s-regular);
              text-transform: uppercase;
              font-family: var(--font-secondary);
              margin: 0;
              display: inline; }

/**************************************
    Inner Styles
***************************************/
/*---------------------------
    Header Area Styles 
-----------------------------*/
a.rn-btn, button.rn-btn {
  display: inline-block;
  padding: 12px 20px;
  list-style: none;
  text-decoration: none;
  color: var(--color-primary); }

a.rn-btn,
button.rn-btn {
  border-radius: 6px;
  background: #41a728;
  box-shadow: var(--shadow-1);
  transition: var(--transition);
  position: relative;
  z-index: 2;
  font-size: 14px;
  display: inline-block;
  font-weight: 500; }
  a.rn-btn::before,
  button.rn-btn::before {
    content: '';
    position: absolute;
    transition: var(--transition);
    width: 100%;
    height: 100%;
    border-radius: 6px;
    top: 0;
    left: 0;
    background: #41f728;
    opacity: 0;
    z-index: -1; }
  a.rn-btn:hover,
  button.rn-btn:hover {
    transform: translateY(-5px); }
    a.rn-btn:hover::before,
    button.rn-btn:hover::before {
      opacity: 1; }
  a.rn-btn.no-shadow,
  button.rn-btn.no-shadow {
    box-shadow: none; }
  a.rn-btn span,
  button.rn-btn span {
    color: var(--color-white); }
    a.rn-btn:hover span{ color: #000; }

.button-style .main-page-wrapper {
  position: relative;
  top: 122px; }

.breadcrumb-style-one {
  background: #1f2125;
  padding: 40px 0; }
  .breadcrumb-style-one .breadcrumb-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .breadcrumb-style-one .breadcrumb-inner .title {
      font-size: 30px;
      color: var(--color-lightn);
      margin: 0; }
    .breadcrumb-style-one .breadcrumb-inner .page-list {
      display: flex;
      list-style: none;
      margin: 0; }
      .breadcrumb-style-one .breadcrumb-inner .page-list li {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        list-style: none; }
        .breadcrumb-style-one .breadcrumb-inner .page-list li a {
          transition: var(--transition); }
        .breadcrumb-style-one .breadcrumb-inner .page-list li.separator {
          position: relative;
          padding: 0 20px; }
          .breadcrumb-style-one .breadcrumb-inner .page-list li.separator::after {
            position: absolute;
            background-color: var(--color-primary);
            width: 5px;
            content: "";
            height: 5px;
            border-radius: 100%;
            top: 50%;
            transform: translate(-50%, -50%);
            left: 50%;
            opacity: 0.5; }

.button-group a {
  margin: 15px;
  transition: var(--transition); }
  .button-group a.rn-btn.btn-small {
    padding: 13px 30px; }
  .button-group a.rn-btn.btn-large {
    padding: 18px 40px; }
  .button-group a.rn-btn.border-button {
    background: transparent;
    border: 1px solid var(--color-primary); }
    .button-group a.rn-btn.border-button::before {
      display: none; }

.button-style-border-radius .button-group a.rn-btn {
  border-radius: 0; }
  .button-style-border-radius .button-group a.rn-btn::before {
    border-radius: 0; }

.button-style-underline .button-group:nth-child(1) {
  margin-bottom: 30px; }

.rn-btn-ulderline {
  position: relative;
  margin: 30px !important; }
  .rn-btn-ulderline::after {
    content: '';
    position: absolute;
    width: 40%;
    background: var(--color-primary);
    height: 3px;
    bottom: -3px;
    left: 0;
    transition: var(--transition); }
  .rn-btn-ulderline:hover::after {
    width: 100%; }

/*====================
    Breadcrump Area 
======================*/
.backto-top > div {
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  background-color: #41a728;
  text-align: center;
  z-index: 999 !important;
  box-shadow: var(--shadow-1); }
.backto-top svg {
  font-size: 14px !important;
  color: #fff;
  width: 27px;
  height: 27px; }

/*----------------------------
    Video Popup Styles 
-------------------------------*/
button.video-popup,
a.video-popup {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2); }
  button.video-popup::before,
  a.video-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-6px, -9px);
    -ms-transform: translate(-6px, -9px);
    transform: translate(-6px, -9px);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid var(--color-primary); }
  button.video-popup:hover,
  a.video-popup:hover {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15); }

button.video-popup.position-top-center,
a.video-popup.position-top-center {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0 none;
  width: 110px;
  height: 110px;
  margin-left: -55px;
  margin-top: -55px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 767px) {
    button.video-popup.position-top-center,
    a.video-popup.position-top-center {
      width: 70px;
      height: 70px;
      margin-left: -35px;
      margin-top: -35px; } }
  button.video-popup.position-top-center:hover,
  a.video-popup.position-top-center:hover {
    transform: scale3d(1.15, 1.15, 1.15); }
  button.video-popup.position-top-center.md-size,
  a.video-popup.position-top-center.md-size {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px; }
button.video-popup.theme-color,
a.video-popup.theme-color {
  background: var(--color-primary);
  border-color: var(--color-primary); }
  button.video-popup.theme-color::before,
  a.video-popup.theme-color::before {
    border-left: 15px solid #ffffff; }

/*===================
    Section Title 
====================*/
.section-title h2.title {
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2.title {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .section-title h2.title {
      font-size: 32px;
      line-height: 43px; } }
.section-title p {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-gray); }
  .section-title p a {
    color: #1d1d24;
    font-weight: 500; }
    .section-title p a:hover {
      color: var(--color-primary); }
  @media only screen and (max-width: 767px) {
    .section-title p br {
      display: none; } }
.section-title span.subtitle {
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--color-white);
  text-transform: uppercase;
  display: inline-block; }

hr.section-separator {
  margin-bottom: 100px;
  background: #ffffff54; }

.rn-section-separator {
  position: relative; }
  .rn-section-separator::after {
    position: absolute;
    content: '';
    width: 86%;
    margin: auto;
    height: 1px;
    background: var(--color-border);
    top: 0;
    left: 7%; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .rn-section-separator::after {
        position: absolute;
        content: '';
        width: 80%;
        margin: auto;
        height: 1px;
        background: var(--color-border);
        top: 0;
        left: 10%; } }

.p--0 {
  padding: 0; }

@-webkit-keyframes customOne {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes customOne {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.customOne {
  -webkit-animation-name: customOne;
  animation-name: customOne; }

body {
  position: relative; }

body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/bg/noise.gif);
  z-index: -1;
  background-color: rebeccapurple;
  opacity: 0.05; }

html {
  scroll-behavior: auto !important; }

/**************************************
    Elements Styles
***************************************/
/*-------------------------
    Portfolio Area 
---------------------------*/
.mesonry-list {
  margin: 0 -22px; }
  .mesonry-list .masonry_item .portfolio-static {
    padding: 0 22px; }
  .mesonry-list.grid-metro3 .resizer {
    width: 33.33%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .mesonry-list.grid-metro3 .resizer {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .mesonry-list.grid-metro3 .resizer {
        width: 50%; } }
    @media only screen and (max-width: 575px) {
      .mesonry-list.grid-metro3 .resizer {
        width: 100%; } }
  .mesonry-list.grid-metro3 .portfolio-33-33 {
    width: 33.33%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .mesonry-list.grid-metro3 .portfolio-33-33 {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .mesonry-list.grid-metro3 .portfolio-33-33 {
        width: 50%; } }
    @media only screen and (max-width: 575px) {
      .mesonry-list.grid-metro3 .portfolio-33-33 {
        width: 100%; } }

/* Slick Gutter Space  */
.slick-space-gutter--15 {
  margin-left: -15px;
  margin-right: -15px; }
  .slick-space-gutter--15 .slick-slide {
    padding-left: 15px;
    padding-right: 15px; }
  .slick-space-gutter--15 .portfolio,
  .slick-space-gutter--15 .single_im_portfolio {
    margin: 50px 0; }

.slickdot--20 .slick-dots {
  bottom: -20px; }

.row--5 .portfolio-style--3 {
  margin-bottom: 10px; }

/*==========================
    Service Area 
===========================*/
.rn-service {
  text-align: center;
  padding: 35px 50px 35px 50px;
  transition: 0.5s all ease-in-out;
  position: relative;
  border-radius: 10px;
  background: #24243557;
  position: relative;
  z-index: 1;
  height: 100%;
  border: 1px solid var(--color-border);
  box-shadow: 10px 10px 19px #16018a05, -10px -10px 19px #0b016412; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .rn-service {
      padding: 30px 30px 30px 30px; } }
  @media only screen and (max-width: 767px) {
    .rn-service {
      padding: 30px 30px 30px 30px; } }
  @media only screen and (max-width: 479px) {
    .rn-service {
      padding: 20px; } }
  .rn-service a.over-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .rn-service .inner .icon {
    margin-bottom: 29px; }
    .rn-service .inner .icon svg {
      width: 50px;
      height: auto;
      color: var(--color-primary);
      stroke-width: 1 !important; }
  .rn-service .inner .content .title {
    font-family: var(--color-primary);
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    letter-spacing: -1px; }
    .rn-service .inner .content .title a {
      color: var(--color-lightn);
      transition: var(--transition);
      text-decoration: none; }
  .rn-service .inner .content p.description {
    font-size: 15px;
    color: var(--color-lightn);
    margin-bottom: 22px;
    transition: var(--transition); }
  .rn-service .inner .content .read-more-button {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition); }
    .rn-service .inner .content .read-more-button::after {
      content: "";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      pointer-events: auto;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0);
      width: 100%;
      height: 100%; }
    .rn-service .inner .content .read-more-button i {
      color: var(--color-primary);
      font-size: 32px; }
  .rn-service:hover .inner .content .title {
    color: var(--color-white); }
  .rn-service:hover .inner .content .description {
    color: var(--color-white); }
  .rn-service:hover .inner .content .read-more-button {
    height: auto;
    visibility: visible;
    opacity: 1; }
  .rn-service:hover::before {
    opacity: 1; }

.rn-service .inner > * {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px); }

.rn-service:hover .inner > * {
  transform: translateY(0px); }

/*====================
    Slider Area 
======================*/
.slider-wrapper {
  padding: 80px 0;
  overflow: hidden;
  position: relative; }

.slide .inner-content {
  padding-top: 80px;
  text-align: center;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .slide .inner-content {
      padding-top: 70px; } }
  @media only screen and (max-width: 575px) {
    .slide .inner-content {
      padding-top: 30px; } }
  .slide .inner-content h1.title {
    font-size: 50px;
    font-weight: 700;
    font-family: var(--font-secondary);
    line-height: 1.2; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slide .inner-content h1.title {
        font-size: 60px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slide .inner-content h1.title {
        font-size: 50px; } }
    @media only screen and (max-width: 767px) {
      .slide .inner-content h1.title {
        font-size: 45px; } }
    @media only screen and (max-width: 575px) {
      .slide .inner-content h1.title {
        font-size: 35px; } }
    .slide .inner-content h1.title .cd-words-wrapper b {
      color: var(--color-primary);
      font-size: 50px;
      font-weight: 700; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slide .inner-content h1.title .cd-words-wrapper b {
          font-size: 60px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slide .inner-content h1.title .cd-words-wrapper b {
          font-size: 50px; } }
      @media only screen and (max-width: 767px) {
        .slide .inner-content h1.title .cd-words-wrapper b {
          font-size: 45px; } }
      @media only screen and (max-width: 575px) {
        .slide .inner-content h1.title .cd-words-wrapper b {
          font-size: 16px; } }
.slide .service-wrapper {
  position: relative;
  z-index: 2; width: 90%; margin: 0 auto; }
  @media only screen and (max-width: 479px) {
    .slide .service-wrapper {
      padding: 0 15px; } }
  .slide .service-wrapper .rn-service {
    box-shadow: none;
    padding: 35px; }

/*--------------------------
Call To Action Wrapper 
-----------------------------*/
.call-to-action {
  position: relative;
  z-index: 2; }
  .call-to-action .inner > span {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 9px;
    position: relative;
    z-index: 11;
    font-weight: 200; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .call-to-action .inner > span {
        font-size: 14px;
        letter-spacing: 2px; } }
    @media only screen and (max-width: 767px) {
      .call-to-action .inner > span {
        font-size: 14px;
        letter-spacing: 2px; } }
  .call-to-action .inner h2 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    padding: 0 10%;
    margin-bottom: 0;
    z-index: 100;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .call-to-action .inner h2 {
        font-size: 42px; } }
    @media only screen and (max-width: 767px) {
      .call-to-action .inner h2 {
        font-size: 38px; } }
  .call-to-action .inner a.rn-button-style--2 {
    margin-top: 30px; }
    .call-to-action .inner a.rn-button-style--2:hover {
      background: #ffffff;
      border-color: #ffffff;
      color: var(--color-primary); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .im-call-to-action-area h2 {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  .im-call-to-action-area h2 {
    font-size: 26px; } }

.pv-callto-action {
  border-top: 1px solid var(--color-border); }

.footer-btn a.rn-btn {
  background: transparent;
  color: var(--color-white);
  border: 2px solid var(--color-primary); }
  .footer-btn a.rn-btn:hover {
    border: 2px solid transparent; }

.color-primary {
  color: var(--color-primary) !important; }

#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: -1; }

.with-particles {
  position: relative;
  z-index: 1; }

.accodion-style--1 .rn-card {
  border: none !important;
  overflow: hidden; }
  .accodion-style--1 .rn-card .accordion__heading {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px; }
    .accodion-style--1 .rn-card .accordion__heading .accordion__button {
      background: none;
      font-size: 16px;
      font-weight: 600;
      position: relative;
      display: inline-block;
      padding: 0;
      margin: 0;
      border: none;
      box-shadow: none;
      color: var(--color-heading); }
      .accodion-style--1 .rn-card .accordion__heading .accordion__button[aria-disabled="true"]::after, .accodion-style--1 .rn-card .accordion__heading .accordion__button[aria-expanded="true"]::after {
        width: 100%;
        background: var(--color-primary); }
      .accodion-style--1 .rn-card .accordion__heading .accordion__button::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: rgba(0, 0, 0, 0.2);
        transition: 0.3s; }
      .accodion-style--1 .rn-card .accordion__heading .accordion__button::before {
        display: none;
        border: none !important; }
      .accodion-style--1 .rn-card .accordion__heading .accordion__button:focus {
        outline: none; }
  .accodion-style--1 .rn-card .accordion__panel {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    animation: fadeInUp 0.1s; }
    .accodion-style--1 .rn-card .accordion__panel p {
      font-size: 16px;
      font-weight: 400; }
  .accodion-style--1 .rn-card + .rn-card {
    margin-top: 10px; }

/*---------------------------------
 text blinking start form hear 
---------------------------------*/
.cd-intro {
  margin: 4em auto; }

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto; } }
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto; } }
.cd-headline {
  font-size: 3rem;
  line-height: 1.2; }

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300; } }
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 48px; } }
@media only screen and (max-width: 768px) {
  .cd-headline {
    font-size: 40px; } }
@media only screen and (max-width: 479px) {
  .cd-headline {
    font-size: 26px; } }
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0; }

.cd-words-wrapper b.is-visible {
  position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

/* -------------------------------- 
  
  xclip 
  
  -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0; }

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.clip .cd-words-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 61%;
  background-color: #3db0f1;
  transform: translateY(-50%);
  opacity: 1; }

.cd-headline.clip b {
  opacity: 0; }
  @media only screen and (max-width: 1199px) {
    .cd-headline.clip b {
      font-size: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cd-headline.clip b {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .cd-headline.clip b {
      font-size: 32px; } }
  @media only screen and (max-width: 575px) {
    .cd-headline.clip b {
      font-size: 22px; } }

.cd-headline.clip b.is-visible {
  opacity: 1; }

.tes-inner {
  padding: 0 15px; }

.testimonial {
  min-height: 375px;
  padding: 36px;
  background: #24243557;
  display: flex;
  border-radius: 4px;
  border: 1px solid var(--color-border); }
  .testimonial .inner .inner-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .testimonial .inner .inner-top .info .title {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 0;
      color: #fff; }
    .testimonial .inner .inner-top .info p {
      font-weight: 300;
      color: var(--color-primary);
      font-size: 14px; }
    .testimonial .inner .inner-top .info .content h5 {
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: 500;
      color: #fff; }
    .testimonial .inner .inner-top .thumbnail {
      margin-right: 10px;
      display: inline-block;
      width: 50px;
      height: 50px; }
  .testimonial .inner .content .rating img {
    max-height: 35px; }
  .testimonial .inner .content p {
    font-size: 16px;
    line-height: 30px;
    color: #c6c9d8bf;
    margin-bottom: 30px; }

/*-------------------------
    Back To Top  
---------------------------*/
@-webkit-keyframes border-transform {
  0%,
    100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } }
.paginacontainer {
  height: 3000px; }

.rn-progress-parent {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #0d0d12;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  .rn-progress-parent.rn-backto-top-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .rn-progress-parent::after {
    position: absolute;
    font-family: 'feather' !important;
    content: "\e914";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--color-primary);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .rn-progress-parent:hover::after {
    color: var(--color-primary); }
  .rn-progress-parent::before {
    position: absolute;
    font-family: 'feather' !important;
    content: "\e914";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: #0d0d12;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .rn-progress-parent:hover::before {
    opacity: 1; }
  .rn-progress-parent svg path {
    fill: none; }
  .rn-progress-parent svg.rn-back-circle path {
    stroke: var(--color-primary);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }

.button-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cursor {
  display: none; }

@media (any-pointer: fine) {
  .cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    z-index: 9; }

  .cursor__inner {
    fill: var(--cursor-fill);
    stroke: var(--cursor-stroke);
    stroke-width: var(--cursor-stroke-width); }

  .credits {
    padding-left: 25vw; } }
/*---------------------------------------------------*/
/*	09) SHANE CURSOR
/*---------------------------------------------------*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden; }

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #4d535e;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out; }

.cursor-inner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #4d535e;
  opacity: .3; }

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #4d535e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out; }

.cursor-outer.cursor-hover {
  opacity: 0; }

.main-wrapper[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111; }

/**************************************
    Footer Styles
***************************************/
/*--------------------
Footer Styles 
----------------------*/
.footer-wrapper {
  position: relative; }

.footer-left {
  background: linear-gradient(145deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  padding: 120px 120px;
  position: relative;
  z-index: 2;
  margin-right: -15px;
  border-top-right-radius: 6px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-left {
      padding: 120px 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-left {
      padding: 60px 70px; } }
  @media only screen and (max-width: 767px) {
    .footer-left {
      padding: 60px 30px; } }
  .footer-left::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../../../../../assets/images/pattern-1.html");
    content: "";
    z-index: 1;
    opacity: 0.5;
    border-top-right-radius: 6px; }
  .footer-left .inner {
    z-index: 5;
    position: relative; }
    .footer-left .inner::after {
      content: url(../../../../../assets/images/logo/big-logo.html);
      position: absolute;
      right: 0;
      top: 50%;
      z-index: -1;
      font-size: 240px;
      font-weight: 900;
      color: rgba(0, 0, 0, 0.1);
      transform: translateY(-50%);
      width: 295px;
      height: 301px; }
    .footer-left .inner > span {
      color: #fff;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 4px;
      display: block;
      margin-bottom: 9px; }
      @media only screen and (max-width: 575px) {
        .footer-left .inner > span {
          letter-spacing: 1px;
          margin-bottom: 9px; } }
    .footer-left .inner h2 {
      color: #ffffff;
      font-size: 75px;
      font-weight: 900;
      font-family: 'Montserrat', sans-serif;
      line-height: 90px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-left .inner h2 {
          font-size: 50px;
          line-height: 61px; } }
      @media only screen and (max-width: 767px) {
        .footer-left .inner h2 {
          font-size: 45px;
          line-height: 51px; } }
    .footer-left .inner a.rn-button-style--2 {
      margin-top: 30px;
      border-color: #ffffff;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .footer-left .inner a.rn-button-style--2 {
          margin-top: 10px;
          padding: 10px 23px; } }
      @media only screen and (max-width: 575px) {
        .footer-left .inner a.rn-button-style--2 {
          padding: 7px 16px; } }
      .footer-left .inner a.rn-button-style--2:hover {
        background: #fff;
        border-color: #fff;
        color: var(--color-primary); }

.footer-style-01 .footer-link h4 {
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--color-white);
  font-size: 20px; }
  @media only screen and (max-width: 767px) {
    .footer-style-01 .footer-link h4 {
      margin-bottom: 14px; } }
.footer-style-01 .footer-link ul.ft-link {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-style-01 .footer-link ul.ft-link li {
    color: var(--color-gray);
    font-size: 16px; }
    .footer-style-01 .footer-link ul.ft-link li a {
      transition: 0.3s;
      color: var(--color-gray);
      font-size: 16px;
      padding: 5px 0; }
      .footer-style-01 .footer-link ul.ft-link li a:hover {
        color: var(--color-primary); }
    .footer-style-01 .footer-link ul.ft-link li + li {
      margin-top: 13px; }
      @media only screen and (max-width: 767px) {
        .footer-style-01 .footer-link ul.ft-link li + li {
          margin-top: 8px; } }
.footer-style-01 .ft-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .footer-style-01 .ft-text .logo {
    margin-bottom: 30px; }
  .footer-style-01 .ft-text p {
    color: var(--color-gray);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px; }
    .footer-style-01 .ft-text p a {
      color: var(--color-gray); }
      .footer-style-01 .ft-text p a:hover {
        color: var(--color-primary); }

.footer-style-2 .logo a,
.footer-area .logo a,
.footer-style-3 .logo a {
  display: block; }
  .footer-style-2 .logo a img,
  .footer-area .logo a img,
  .footer-style-3 .logo a img {
    max-height: 60px; }

/*------------------------
    Footer Style One  
-------------------------*/
/* Footer Style Two  */
.footer-style-2 p {
  color: var(--color-gray);
  font-size: 14px; }

/* Footer Style Three  */
.footer-style-3 .logo {
  margin-bottom: 30px;
  margin-top: 60px;
  padding-top: 60px;
  position: relative; }
  .footer-style-3 .logo::before {
    position: absolute;
    content: "";
    max-width: 1230px;
    height: 2px;
    left: 0;
    top: 0;
    background: #353131;
    right: 0;
    margin: 0 auto; }
.footer-style-3 .text p {
  font-size: 14px; }
  .footer-style-3 .text p a {
    transition: 0.3s; }
    .footer-style-3 .text p a:hover {
      color: var(--color-primary); }

/* Copyright Area  */
.copyright-text {
  position: absolute;
  bottom: -114px; }
  @media only screen and (max-width: 767px) {
    .copyright-text {
      position: static;
      bottom: 0;
      padding-top: 33px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright-text {
      position: static;
      bottom: 0;
      padding-top: 33px; } }
  .copyright-text p {
    color: var(--color-gray);
    font-size: 14px;
    opacity: 0.75; }

/**************************************
    Template Styles
***************************************/
.active-dark .bg_color--1 {
  background: #13131d; }

/* Previe Styles  */
.prv-banner-wrapper {
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px; }
  @media only screen and (max-width: 767px) {
    .prv-banner-wrapper {
      min-height: auto;
      position: static;
      padding: 60px 0;
      background-image: none !important;
      background-color: #f6f6f6; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .prv-banner-wrapper {
      min-height: auto;
      position: static;
      padding: 80px 0;
      background-image: none !important;
      background-color: #f6f6f6; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .prv-banner-wrapper {
      min-height: auto;
      position: static;
      padding: 80px 0;
      background-image: none !important;
      background-color: #f6f6f6; } }
  .prv-banner-wrapper .inner {
    padding: 35px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .prv-banner-wrapper .inner {
        padding: 35px 0; } }
    @media only screen and (max-width: 767px) {
      .prv-banner-wrapper .inner {
        padding: 0; } }
    .prv-banner-wrapper .inner .logo img {
      max-height: 70px; }
    .prv-banner-wrapper .inner .title {
      font-size: 23px;
      color: #515462;
      line-height: 42px;
      margin: 30px 0 50px 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .prv-banner-wrapper .inner .title {
          font-size: 20px;
          line-height: 36px;
          margin: 24px 0 40px 0; } }
      @media only screen and (max-width: 767px) {
        .prv-banner-wrapper .inner .title {
          margin: 32px 0 20px 0; } }
    .prv-banner-wrapper .inner .purshase-btn {
      margin-left: -15px;
      margin-right: -15px; }
      @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .prv-banner-wrapper .inner .purshase-btn {
          margin-left: -10px;
          margin-right: -10px; } }
      @media only screen and (max-width: 767px) {
        .prv-banner-wrapper .inner .purshase-btn {
          margin-left: -5px;
          margin-right: -5px; } }
      .prv-banner-wrapper .inner .purshase-btn a {
        margin-left: 15px;
        margin-right: 15px; }
        @media only screen and (max-width: 767px) {
          .prv-banner-wrapper .inner .purshase-btn a {
            margin-left: 5px;
            margin-right: 5px; } }
        @media only screen and (min-width: 1200px) and (max-width: 1599px) {
          .prv-banner-wrapper .inner .purshase-btn a.rn-button-style--2 {
            padding: 10px 25px; } }
        @media only screen and (max-width: 767px) {
          .prv-banner-wrapper .inner .purshase-btn a.rn-button-style--2 {
            padding: 9px 12px;
            font-size: 14px; } }
        @media only screen and (min-width: 1200px) and (max-width: 1599px) {
          .prv-banner-wrapper .inner .purshase-btn a {
            margin-left: 10px;
            margin-right: 10px; } }
        @media only screen and (max-width: 479px) {
          .prv-banner-wrapper .inner .purshase-btn a + a {
            margin-top: 10px; } }

/*---------------------
    Demo Area  
-----------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-demo-area .wrapper {
    padding: 0 30px !important; } }
@media only screen and (max-width: 767px) {
  .home-demo-area .wrapper {
    padding: 0 30px !important; } }
.home-demo-area .section-title.text-white h2 {
  color: #c6c9d8;
  margin-bottom: 9px; }
.home-demo-area .section-title.text-white p {
  color: #c6c9d8;
  opacity: 0.75;
  font-weight: 300; }

/*--------------------------------
    Start Single Demo  
--------------------------------*/
.single-demo {
  margin-top: 80px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-demo {
      margin-top: 50px; } }
  @media only screen and (max-width: 767px) {
    .single-demo {
      margin-top: 50px; } }
  .single-demo .thumbnail {
    background: #24243557;
    position: relative;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    padding: 16px 14px; }
    .single-demo .thumbnail img {
      box-shadow: inherit;
      width: 100% !important;
      border-radius: 2px; }
    .single-demo .thumbnail .preview-btn {
      position: absolute;
      content: "";
      background-color: #0000004d;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: all 0.2s ease-in-out;
      opacity: 0;
      border-radius: 6px; }
      .single-demo .thumbnail .preview-btn .rn-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: var(--color-primary);
        color: #fff;
        display: inline-block;
        padding: 10px 18px;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 500; }
  .single-demo .content .title {
    display: block;
    padding: 0 30px;
    font-size: 22px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    letter-spacing: 0.5px;
    margin: 0;
    text-align: center;
    position: relative;
    padding-top: 38px; }
    @media only screen and (max-width: 575px) {
      .single-demo .content .title {
        padding: 0 10px;
        font-size: 18px;
        padding-top: 20px; } }
    .single-demo .content .title a {
      color: #fff;
      outline: none;
      text-decoration: none;
      display: block;
      transition: var(--transition);
      position: relative; }
      .single-demo .content .title a i {
        position: absolute;
        top: 50%;
        transition: var(--transition);
        opacity: 0;
        transform: translateY(-50%);
        margin-top: 10px; }
  .single-demo .content .info {
    display: block;
    padding: 0;
    color: rgba(29, 29, 36, 0.75);
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s ease-in-out;
    line-height: 25px; }
  .single-demo .content > span.number {
    display: none;
    position: absolute;
    color: #f6f6f6;
    z-index: -1;
    font-size: 81px;
    bottom: -55px;
    line-height: inherit;
    font-weight: 300;
    letter-spacing: 11px; }
  .single-demo .content .label-new {
    position: absolute;
    background: var(--color-primary);
    background: linear-gradient(145deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-primary)', endColorstr='var(--color-secondary)', GradientType=1);
    padding: 9px 14px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-demo .content .label-new {
        right: 0;
        top: 0%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-demo .content .label-new {
        right: 0;
        top: 0%; } }
    @media only screen and (max-width: 767px) {
      .single-demo .content .label-new {
        right: 0;
        top: 0%; } }
  .single-demo:hover .content .title a {
    color: var(--color-primary); }
    .single-demo:hover .content .title a i {
      color: var(--color-primary);
      opacity: 1;
      font-size: 23px;
      margin-top: 0; }
  .single-demo:hover .thumbnail .preview-btn {
    opacity: 1; }
  .single-demo.coming-soon a {
    pointer-events: none; }

.home-demo-area .mt_dec--80 {
  margin-top: -80px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-demo-area .mt_dec--80 {
      margin-top: -50px; } }
  @media only screen and (max-width: 767px) {
    .home-demo-area .mt_dec--80 {
      margin-top: -50px; } }

/*-------------------
Faq Area  
----------------------*/
.pv-feaq-area .accodion-style--1 .accordion__item + .accordion__item {
  margin-top: 0; }
.pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading .accordion__button {
  font-size: 18px;
  padding: 10px 0;
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
  background: transparent;
  border: none; }
  @media only screen and (max-width: 479px) {
    .pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading .accordion__button {
      text-align: left;
      line-height: 27px; } }
.pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading {
  width: 100%; }
.pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading .accordion__button::after {
  width: 100%; }
.pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading .accordion__button::after {
  height: 2px; }

/*-------------------
    Tab BUtton  
---------------------*/
.tablist-inner {
  display: inline-block; }

.pv-tab-button {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--color-border);
  border-radius: 50em; }
  @media only screen and (max-width: 767px) {
    .pv-tab-button {
      border: 0 none;
      border-bottom: 1px solid var(--color-border);
      border-radius: inherit;
      padding-bottom: 22px; } }
  .pv-tab-button li,
  .pv-tab-button button {
    border: 0 none;
    cursor: pointer;
    padding: 0.83333em 34px;
    margin: -1px -2px -1px;
    border-radius: 50em;
    font-size: 0.88889em;
    font-weight: 600;
    color: var(--color-gray);
    transition: all 0.45s cubic-bezier(0, 0, 0.2, 1); }
    @media only screen and (max-width: 767px) {
      .pv-tab-button li,
      .pv-tab-button button {
        padding: 0.83333em 20px; } }
    .pv-tab-button li.is-checked,
    .pv-tab-button button.is-checked {
      background-color: var(--color-primary);
      color: #ffffff;
      pointer-events: none; }

/*-----------------------
Footer Style  
-------------------------*/
.prv-footer .inner h2.title {
  color: var(--color-heading);
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 65px; }

/* Feature Area */
.prv-feature .content h3.title {
  color: #c6c9d8; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .prv-feature .content h3.title {
      margin-bottom: 13px;
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .prv-feature .content h3.title {
      margin-bottom: 13px;
      font-size: 20px; } }
.prv-feature .content p.subtitle {
  color: #c6c9d8; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .prv-feature .content p.subtitle {
      font-size: 16px;
      line-height: 28px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .prv-feature .content p.subtitle {
      font-size: 16px;
      line-height: 26px; } }
  @media only screen and (max-width: 767px) {
    .prv-feature .content p.subtitle {
      font-size: 16px;
      line-height: 28px;
      color: #ffffff; } }

.text-white-wrapper a.rn-button-style--2 {
  border: 2px solid #fff;
  color: #fff; }

/*--------------------
    Code New  
----------------------*/
.home-demo-area .pv-tab-button {
  margin-bottom: 20px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .home-demo-area .pv-tab-button {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-demo-area .pv-tab-button {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-demo-area .pv-tab-button {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .home-demo-area .pv-tab-button {
      margin-bottom: 30px; } }

.faq-area .accodion-style--1 .accordion__item {
  margin-top: 0; }
  .faq-area .accodion-style--1 .accordion__item .accordion__heading {
    position: relative;
    margin-bottom: 0; }
    .faq-area .accodion-style--1 .accordion__item .accordion__heading::after {
      position: absolute;
      content: "";
      bottom: -10px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: var(--color-border); }
  .faq-area .accodion-style--1 .accordion__item .accordion__panel .rn-card-body {
    margin-top: 20px;
    color: var(--color-body);
    font-size: 16px;
    line-height: 30px; }
    .faq-area .accodion-style--1 .accordion__item .accordion__panel .rn-card-body a {
      color: var(--color-white); }

.pv-slider-area .slide.slide-style-1:before,
footer.pv-callto-action.call-to-action-wrapper:before {
  display: block; }

.single-demo.badge-1 {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .single-demo.badge-1::after {
    position: absolute;
    content: "Hot";
    padding: 5px 13px;
    border-radius: 5px;
    z-index: 2;
    font-size: 14px;
    top: 15px;
    right: 18px;
    background: linear-gradient(to right bottom, #85ff00, #0008ff) !important;
    color: var(--color-white);
    transition: 0.3s; }
.single-demo.badge-2 {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .single-demo.badge-2::after {
    position: absolute;
    content: "New";
    padding: 5px 13px;
    border-radius: 5px;
    z-index: 2;
    font-size: 14px;
    top: 15px;
    right: 18px;
    background: linear-gradient(to right bottom, #41a728, #061195) !important;
    color: var(--color-white);
    transition: 0.3s; }
.single-demo:hover.badge-1::after {
  transform: scale(0.9);
  right: 5px;
  top: 7px; }
.single-demo:hover.badge-2::after {
  transform: scale(0.9);
  right: 5px;
  top: 7px; }

.section-title h2.title span {
  color: #41a728;
  margin-left: 10px; }

.card-box {
  background: #24243557;
  padding: 41px 39px;
  border-radius: 5px;
  border: 1px solid var(--color-border); }
  .card-box .icon {
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 14px;
    display: inline-flex;
    color: #41a728; }
    .card-box .icon svg {
      width: 54px;
      height: 54px;
      stroke-width: 1 !important; }
  .card-box .title {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500; }
  .card-box P {
    margin-bottom: 20px;
    font-size: 16px; }
  .card-box a span {
    padding: 10px 20px;
    display: inline-block;
    transition: .3s;
    border-radius: 4px;
    color: #fff;
    position: relative;
    background: #41a728; }
  .card-box a:hover span {
    background: #41f728 !important; color: #000; }
  .card-box .liststyle {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0; }
    .card-box .liststyle li {
      margin: 0;
      font-size: 14px;
      margin-top: 5px; }

.wide-control {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px; }

.theme-gradient {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: inline-block; }

.theme-gradient {
  background: linear-gradient(to right bottom, #41a728, #41a728); }

.inner .single-demo {
  padding: 15px 9px;
  margin-top: 0; }

.slick-dots {
  bottom: -60px; }
  @media only screen and (max-width: 479px) {
    .slick-dots {
      bottom: -100px; } }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #212e48;
    border-radius: 50%; }
    .slick-dots li button::before {
      display: none; }
  .slick-dots .slick-active button {
    border: 2px solid #41a728;
    background: transparent; }

.home-demo-area .title,
.inner-page-area .title,
.cuctomer-feedback-area .title {
  color: var(--color-primary); }
.home-demo-area .title-subtit,
.inner-page-area .title-subtit,
.cuctomer-feedback-area .title-subtit {
  width: 45%;
  margin: auto; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .home-demo-area .title-subtit,
    .inner-page-area .title-subtit,
    .cuctomer-feedback-area .title-subtit {
      width: 61%; } }
  @media only screen and (max-width: 1199px) {
    .home-demo-area .title-subtit,
    .inner-page-area .title-subtit,
    .cuctomer-feedback-area .title-subtit {
      width: 54%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-demo-area .title-subtit,
    .inner-page-area .title-subtit,
    .cuctomer-feedback-area .title-subtit {
      width: 75%; } }
  @media only screen and (max-width: 767px) {
    .home-demo-area .title-subtit,
    .inner-page-area .title-subtit,
    .cuctomer-feedback-area .title-subtit {
      width: 82%; } }
  @media only screen and (max-width: 575px) {
    .home-demo-area .title-subtit,
    .inner-page-area .title-subtit,
    .cuctomer-feedback-area .title-subtit {
      width: 100%; } }

.inner-page-area h3 span,
.home-demo-area h3 span {
  position: relative;
  margin-right: 20px;
  color: #f6f6f6;
  font-size: 60px; }
  .inner-page-area h3 span::after,
  .home-demo-area h3 span::after {
    position: absolute;
    content: '+';
    color: white;
    font-size: 50px;
    top: -15px; }

.service-area .section-title span.subtitle {
  color: #fff; }
.service-area .title {
  color: var(--color-primary); }

.mt_dec--60 {
  margin-top: -40px; }

.home-demo-area .wrapper ul.nav {
  justify-content: center;
  position: relative;
  z-index: 10; }
  .home-demo-area .wrapper ul.nav li button {
    padding: 35px 60px;
    background-color: transparent;
    font-size: 35px;
    font-weight: 900;
    border-radius: 150px;
    border: 1px solid #ffffff14;
    color: #fff;
    line-height: 1; }
    .home-demo-area .wrapper ul.nav li button.active {
      color: #41a728;
      background: #212e48; }

single-demo .thumbnail {
  position: relative; }

.single-demo .thumbnail::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 85px;
  height: 40px;
  backdrop-filter: blur(25px);
  border: 1px solid var(--color-border);
  background-image: url(../images/icons/dark-light.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 6px; }

.coming-soon .thumbnail::after {
  display: none; }

/*# sourceMappingURL=style.css.map */


/*======================= Custom ===========================*/

/*GLOBAL*/

.upper-line{ width: 100px; height: 2px; background: #41a728; margin-bottom: 20px; }
.upper-line-2{ width: 200px; height: 2px; background: #41a728; margin: 0 auto; }
.text-green{ color: #fff; }
.txt-align-right{ text-align: right; }
.txt-align-center{ text-align: center; }

/*------------------------------------*/

/* Header Menu */

.sub-men { padding: 0; background: #242433; margin-top: 10px!important; }
.sub-men li{ padding: 10px; margin: 0!important; }
.sub-men li:hover{ background: none;}
.sub-men li:hover a{ color: #41f728!important;}

.dropdown-toggle::after{ vertical-align: 0.455em; }

/* ----------- Index SOC---------------- */


.service-white .icon img, .rn-service .icon img{ width: 50px; }

#soc{ background: #000; }
.soc-sec .soc-text h5{ font-size: 18px; font-weight: 400; color: #b9c4d3; text-align: justify;}
.soc-sec .soc-text ul li{ list-style: none; }
.soc-sec .soc-text ul li::before{  content: "\2023"; color: #41f728; font-weight: bold; display: inline-block; width: 1em; }
.soc-sec .soc-text ul li a{ font-size: 15px; }

@media only screen and (max-width: 540px) {
  .soc-sec .soc-text h5{ font-size: 12px; font-weight: 400; color: #b9c4d3; }


}

.enq-form{  }
.enq-form ul{ padding: 0; list-style: none; width: 100%; }
.enq-form ul li{ width: 100%; }
.enq-form ul li input{ width: 100%; padding: 10px 5px 10px 0; border: none; color: #fff; border-bottom: 1px solid #878e99; outline: none; background: transparent; font-size: 16px;  }
.enq-form ul li textarea{ width: 100%; background: transparent; border: none; border-bottom: 1px solid #878e99; color: #fff; font-size: 16px; outline: none; }

.enq-form .rbt-button{ background: #41a728; border: none; padding: 10px 30px; color: #fff; line-height: 2;  }
.enq-form .rbt-button:hover{ background: #41f728; transition: 0.2s; color: #000;  }


/*------- About Us --------*/

.about-head { text-align: left!important; width: 50%; float: left; }
.about-head h1{ font-weight: 500!important; }
.about-head h2{ color: #41a728; font-size: 40px; font-weight: 500; }
.about-head img{ width: 100%; }


.head-img { width: 50%; float: left; text-align: right; }
.head-img img{ width: 70%; animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}
.about-us .about-text{ margin: 0 auto; text-align: center; }
.about-us .about-text .about-btn{ margin-top: 30px; }
.about-us .about-text p{ font-size: 15px!important; margin: 0px; }
.about-us .about-text p a{ color: #fff; background: #41a728; border-radius: 2px; padding: 10px 15px; border: none; margin: 10px 0 0 0; font-weight: 500; }
.about-us .about-text p a:hover{ background: #41f728; color: #000; transition: 0.7s all; }

/* ABOUT INNER PAGE  */

.about-us-inner-page .about-text p{ font-size: 15px!important; margin: 0px; text-align: justify; }
.about-us-inner-page .about-text{ width: 100%; }
.about-us-inner-page .about-text .about-points{ padding: 0 0 0 30px; }
.about-us-inner-page .about-text .about-points li{ font-size: 17px; list-style: none; margin-bottom: 0; }
.about-us-inner-page .about-text .about-points li::before{  content: "\2023"; color: #41f728; font-weight: bold; display: inline-block; width: 1.5em; }


.about-us-inner-page .about-img {  }
.about-us-inner-page .about-img img{ width: 100%; }


/*about nvapt image*/
.about-us-inner-page .nvapt-img {
  display: flex;
  justify-content: center;
  }
.about-us-inner-page .nvapt-img img{ width: 100%; }


/* Why CH */

.why-ch .text-left h6{ font-weight: 400; font-size: 20px; text-align: justify; }
.why-ch-tr{ width: 65%; margin: 0 auto 30px auto; font-size: 15px;  }

.why-for-tr { background-image: url("../../images/about-sec-back.jpg"); }
.why-for-tr .overlay-black{ background: rgba(0, 0, 0, 0.8); padding-bottom: 100px; }
.why-for-tr .title {  }
.about-us-inner-page h6{ font-size: 22px; text-align: center; font-weight: 400; margin-top: 10px; }


.why-ch-tr-points { padding: 50px; background: #fff;  }
.why-ch-tr-points:hover { background: #41a728; transition: 0.5s all; }
.why-ch-tr-points:hover .text-gyellow{ color: #000; transition: 0.5s all; }
.why-ch-tr-points:hover p{ color: #fff; transition: 0.5s all; }

.why-ch-tr-points h5{ font-size: 18px; text-transform: uppercase; color: #000; }
.why-ch-tr-points p{ font-size: 14px; margin: 0; color: #000; }

.why-ch-tr-points .text-gyellow{ color: #41a728; }

.why-ch-perks .perks ul { padding: 0; list-style: none; }
.why-ch-perks .perks ul li{ width: 100%; background: #24243557; box-shadow: 0px 0px 5px #41a728; padding: 10px; color: #fff; font-size: 15px; }
.why-ch-perks .perks ul li::before {content: "\2023"; color: #41f728; font-weight: bold; display: inline-block; width: 2em; }
.why-ch-perks .perks ul li:hover {  background: #41a728; transition: 0.5s all; }

.perks-img { width: 100%; padding: 5px; }
.perks-img img{ width: 100%; }


/* LeaderShip */

.leadership h6{ font-size: 22px; text-align: center; font-weight: 400; margin-top: 10px; }
.leadership img { width: 100%; }
.leadership .about-text p{ font-size: 15px!important; margin: 0px; text-align: justify; }

/* --- SOC --- */

.why-soc .why-ch-tr-points{ background: transparent; float: left; padding: 10px; }
/*.why-soc .why-ch-tr-points:hover{ background: #41a728; }*/
.why-soc .why-ch-tr-points h5{ color: #41a728; transition: 0.3s;  }
.why-soc .why-ch-tr-points:hover h5{ color: #41f728; }
.why-soc .why-ch-tr-points p{ color: #e9edffbf; font-size: 13px; }
.why-soc .why-ch-tr-points .soc-image{ width: 15%; float: left; padding: 20px; }
.why-soc .why-ch-tr-points .soc-image img{ width: 100%; }
.why-soc .why-ch-tr-points .soc-text{ width: 75%; float: left; padding: 20px; }
.why-soc .why-ch-tr-points .soc-text2{ float: left; padding: 20px; }
@media only screen and (max-width: 425px){
  .why-soc .why-ch-tr-points .soc-text2{ float: left; padding: 0px; }
}

.soc-page .pointer .title{ color: #000; font-size: 18px!important; }
.soc-page .rn-service:hover h4{ color: #000!important; }

.sqr { width: 20px; background: #41f728; height: 20px; float: right; position: relative; top: -100px; left: 26px; }
.sqr-2 { width: 20px; background: #41f728; height: 20px; float: left; position: relative; }

.border-r{ border-right: 2px solid #41f728; }
.border-l{ border-left: 2px solid #41f728; }
.border-t{ border-top: 2px solid #41f728; }

.width-100{ width: 100%; }

/* Contact Us */

.contact-map{  box-shadow: 0 0 5px #41f728; }
.contact-map iframe{ width: 100%; height: 350px; }

/* RED TEAMING */

.red-t .why-ch-tr-points{ width: 100%;}
.red-t .why-ch-tr-points:hover h5{ color: #41f728; }
.red-t .why-ch-tr-points p{ color: #e9edffbf; text-align: justify; font-size: 13px; }
.red-t .why-ch-tr-points .soc-text{ width: 100%; float: left; padding: 0 20px; }
.red-t .why-ch-tr-points .soc-text h5{margin: 0; }

.sqr-3 { width: 20px; background: #41f728; height: 20px; float: left; position: relative; left: -26px; top: 35px; }

/* --- FOOTER --- */
.footer-line { width: 100px; background: #41f728; height: 1px; margin-bottom: 25px; }


.main-footer{  }
.main-footer img{ width: 100px; }
.main-footer h2{ font-size: 25px; font-weight: 500; text-transform: uppercase; }
.main-footer h3{ font-size: 16px; font-weight: 300; }
.main-footer ul{ list-style: none; padding: 0; }
.main-footer ul li{ margin: 10px 0; width: 100%; }
.main-footer ul li span{  }
.main-footer ul li p{ color: #fff; font-size: 14px; }
.main-footer ul li a{ font-size: 14px; }

.main-footer .gallery li{ float: left; width: 30%; padding: 5px; box-shadow:0px 0px 3px #41a728; margin: 0 1px 0 0; transition: 0.4s; }
.main-footer .gallery li:hover{ box-shadow:0px 0px 10px #41f728; }
.main-footer .gallery li img{ width: 100%; }

.footer-copyright { width: 100%; border-top: 1px solid #ffffff14; padding: 20px 0; }
.footer-copyright .footer-copy{ font-size: 14px; border-right: 1px solid #ffffff14; margin-top: 10px; }

.footer-copyright .icon{ display: flex; justify-content: flex-end; }
.footer-copyright .icon ul{ list-style: none; padding: 0; width: 200px; margin: 0; }
.footer-copyright .icon ul li{ float: left; margin: 0; padding: 0; margin: 0 10px; }
.footer-copyright .icon a{ color: var(--color-body);  transition: 0.4s; background: var(--background-color-4); display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 100%; }
.footer-copyright .icon a:hover{ background: #41a728; color: #fff; }

/*=====================================================================*/


/* === Responsive === */

@media only screen and (max-width: 767px) {
    .sqr { display:none; }
    .border-r{ border-right: 0; }

    .main-wrapper{ padding: 20px; }


  }


.pointer {
  width: 160px;
  height: 40px;
  position: relative;
  background: #41f728;
  padding: 4px 30px;
  text-align: center;
}
.pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #21212e;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.pointer:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #41f728;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}



#modal-container{
  backdrop-filter: blur(10px);
  position: fixed; 
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}


#open-modal{
  backdrop-filter: blur(10px);
  background-color: var(--color-primary);
  border:1px solid var(--color-primary);
  border-top-left-radius: 10px ;
  border-top-right-radius: 10px ;
  color: white;
  font-family: var(--font-secondary);
  font-weight: var(--s-regular);
  font-size: 15px;
  padding:10px;
  position: fixed; 
  top: 75%;
  right: -36px;
  z-index: 10;
  -ms-transform:rotate(-90deg); /* IE 9 */
  -moz-transform:rotate(-90deg); /* Firefox */
  -webkit-transform:rotate(-90deg); /* Safari and Chrome */
  -o-transform:rotate(90deg); /* Opera */
}


.blog-card{
  padding: 35px 50px 35px 50px;
  transition: 0.5s all ease-in-out;
  position: relative;
  border-radius: 10px;
  background: #24243557;
  position: relative;
  z-index: 1;
  height: 100%;
  border: 1px solid var(--color-border);
  box-shadow: 10px 10px 19px #16018a05, -10px -10px 19px #0b016412; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-card {
      padding: 30px 30px 30px 30px; } }
  @media only screen and (max-width: 767px) {
    .blog-card {
      padding: 30px 30px 30px 30px; } }
  @media only screen and (max-width: 479px) {
    .blog-card {
      padding: 20px; } 
    }



.gradientText {
  background-image: linear-gradient(43deg, #C850C0 0%,  #caa256 46%, #41a728 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300%;
  animation: animated_gradient_text 6s ease-in-out infinite;
  -moz-animation: animated_gradient_text 12s ease-in-out infinite;
  -webkit-animation: animated_gradient_text 6s ease-in-out infinite;
}

@keyframes animated_gradient_text {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}



.blog-description-text{
  font-size: 15px;
  color: var(--color-lightn);
  margin-bottom: 22px;
  transition: var(--transition);
}

.blog-description p{
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b2);
  font-weight: var(--p-regular);
  color: var(--color-body);
  margin: 0 0 40px;
}

.blog-wrapper{
  background-color: #ffffff0e;
  backdrop-filter: blur(4px);
  padding:20px;
  border-width: 2px;
  border-style: solid;

  border-image: linear-gradient(to right, darkblue, darkorchid) 4;

}




